@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import '../js/colorbox-master/example1/colorbox.css';
@import '../bower_components/font-awesome/css/font-awesome.css';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #006699;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00334d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #115b88;
}
a.text-primary:hover {
  color: #0b3d5b;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #115b88;
}
a.bg-primary:hover {
  background-color: #0b3d5b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #115b88;
  border-color: #0e4c71;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0c4364;
  border-color: #07273b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #115b88;
  border-color: #0e4c71;
}
.btn-primary .badge {
  color: #115b88;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #006699;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00334d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #115b88;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #006699;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #115b88;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #006699;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #00334d;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #115b88;
  border-color: #115b88;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #115b88;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0b3d5b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #006699;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #006699;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #115b88;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #115b88;
  border-color: #115b88;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #77c1ee;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #115b88;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #115b88;
  border-color: #115b88;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #115b88;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #115b88;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before {
  content: '';
  display: block;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  content: '';
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* General */
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100% !important;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
h5 {
  font-size: 19.2px;
}
h6 {
  font-size: 16.8px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
hr {
  border-color: rgba(0, 0, 0, 0.1);
}
/**
 * Media Element
 */
.media,
.media .media {
  margin-top: 20px;
}
.media > .pull-left {
  margin-right: 15px;
}
body {
  -webkit-font-smoothing: antialiased;
}
select.form-control {
  border: 1px solid #CCCCCC;
  background: url(../img/select-arrow.png) 96% center no-repeat #ffffff !important;
  padding: 5px 35px 5px 10px;
  -webkit-appearance: none !important;
}
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}
.visible-xxs {
  display: none;
}
@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
}
.visible-xxs-inline {
  display: none;
}
@media (max-width: 480px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
.visible-xxs-inline-block {
  display: none;
}
@media (max-width: 480px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.error {
  color: #d9534f;
}
.mb30 {
  margin-bottom: 30px;
}
.center-image {
  display: block;
  margin: 0 auto;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.text-bigger {
  font-size: 18px;
}
.standard-transition {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.full-width {
  width: 100%;
  box-sizing: border-box;
}
.highlight-text {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #d6a237;
}
.highlight-text a {
  color: #d6a237;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.strip-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Absolute-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Inline-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Inline-nav li {
  display: inline-block;
}
.Inline-nav a {
  display: block;
  padding: 10px 15px;
}
.content-grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-justify-content: flex-start;
  -ms-flex-justify-content: flex-start;
  justify-content: flex-start;
}
.content-grid li {
  margin-bottom: 20px;
}
.content-grid.content-grid--2 li {
  width: 48%;
  margin-right: 3%;
}
.content-grid.content-grid--2 li:nth-child(2n) {
  margin-right: 0;
}
.content-grid.content-grid--3 li {
  width: 31%;
  margin-right: 3.5%;
}
.content-grid.content-grid--3 li:nth-child(3n) {
  margin-right: 0;
}
.content-grid.content-grid--4 li {
  width: 23%;
  margin-right: 2.6%;
}
.content-grid.content-grid--4 li:nth-child(4n) {
  margin-right: 0;
}
/* WordPress Images */
.alignleft {
  float: left;
  margin: 0 2em 2em 0;
}
.alignright {
  float: right;
  margin: 0 0 2em 2em;
}
.aligncenter {
  display: block;
  margin: 0 auto 2em auto;
}
.alignnone {
  display: block;
  margin: 0 0 2em 0;
}
.media-object-image {
  max-width: 64px;
  height: auto;
}
@media (min-width: 768px) {
  .media-object-image {
    max-width: 100px;
  }
}
.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #115b88;
  padding: 60px 0;
}
.hero-title {
  font-family: 'Fjalla One', "Times New Roman", Times, serif;
  color: white;
  background-size: cover;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.alert {
  border-width: 4px;
}
.hidden {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.panel {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.panel .panel-heading {
  padding: 15px 30px;
}
.panel .panel-body {
  padding: 30px;
}
.panel .panel-footer {
  padding: 30px;
}
.rounded {
  border-radius: 5px;
}
.progress {
  height: 60px;
}
.progress span {
  font-weight: 700;
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  line-height: 60px;
}
.progress span.dark {
  color: #808080;
  text-shadow: none;
}
.progress span.complete {
  font-size: 32px;
}
.progress-goal {
  height: 60px;
}
.well.well-light {
  background: #fdfdfd;
}
.well.well-dark {
  background: #e8e8e8;
}
.large {
  font-size: 20px;
}
.create-youtube-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.create-youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-container,
.oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.oembed-video iframe,
.video-container object,
.oembed-video object,
.video-container embed,
.oembed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag-list {
  margin: 0;
  padding: 0;
}
.tag:not(body) {
  display: inline-block;
}
.tag-link {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 12.6px;
  border-radius: 3px;
  margin-right: 6px;
  margin-bottom: 8px;
  display: block;
  padding: 3px 7px;
  background-color: #bababa;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.tag-link:hover {
  background-color: #a1a1a1;
  color: white;
}
thead {
  font-weight: 700;
}
table form {
  margin: 0;
}
.notification-image-area img {
  display: block;
  width: 175px;
  margin: 0 auto 20px auto;
}
.notification-level-title {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 19.2px !important;
  margin-bottom: 10px !important;
}
.notification-level-description {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 14.4px !important;
  margin-bottom: 15px !important;
}
.notification-disable-message {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif !important;
  font-style: italic !important;
}
.notification-disable-message a {
  color: #115b88 !important;
}
.ui-front {
  z-index: 10000 !important;
}
.ui-front .label {
  color: #000;
  padding: 0;
  white-space: pre-wrap;
  border-bottom: 0;
  margin-bottom: 20px;
}
.well {
  background: #f3f3f3;
}
.breadcrumb {
  background: #eff6f9;
}
.the-content {
  margin-bottom: 20px;
}
.the-content ul {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 20px;
}
.the-content li {
  margin-bottom: 8.57142857px;
}
.the-content p {
  margin-bottom: 26.4px;
}
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-bottom: 20px;
}
.the-content .wp-video {
  margin: 40px auto;
}
.the-content .pullquote {
  font-size: 22px;
  width: 40%;
  color: #4d4d4d;
  padding: 15px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  color: black;
  float: right;
  margin: 0 0 1em 2em;
}
.the-content .pullquote--left {
  float: left;
  margin: 0 2em 1em 0;
}
#comments {
  margin: 30px 0;
  width: 100% !important;
  max-width: 100% !important;
}
.gig-comments-container {
  width: 100% !important;
  max-width: 100% !important;
}
.videos-list-horizontal li {
  margin-bottom: 20px;
}
.videos-list-horizontal img {
  float: left;
  display: block;
  margin-right: 10px;
  max-width: 40%;
}
.videos-list-horizontal h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.videos-list-horizontal div {
  overflow: hidden;
}
.tt-dropdown-menu {
  background: #fff;
  min-width: 100%;
  border: 1px solid #ccc;
}
.tt-suggestion {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.tt-is-under-cursor {
  background: #eff6f9;
}
.button {
  background: #115b88;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 12.8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #1779b5;
}
.button:active {
  background: #0e4c71;
}
.btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: none;
}
.btn.btn-extra-large {
  padding: 15px 30px;
  font-size: 14.4px;
  letter-spacing: 3px;
}
.btn.btn-jumbo {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #085989;
  background: -webkit-gradient(linear, left top, left bottom, from(#085989), to(#024167));
  background: -webkit-linear-gradient(top, #085989, #024167);
  background: -moz-linear-gradient(top, #085989, #024167);
  background: -ms-linear-gradient(top, #085989, #024167);
  background: -o-linear-gradient(top, #085989, #024167);
}
.btn.btn-jumbo:hover {
  background-color: #074971;
  background: -webkit-gradient(linear, left top, left bottom, from(#074971), to(#02314e));
  background: -webkit-linear-gradient(top, #074971, #02314e);
  background: -moz-linear-gradient(top, #074971, #02314e);
  background: -ms-linear-gradient(top, #074971, #02314e);
  background: -o-linear-gradient(top, #074971, #02314e);
}
.btn.btn-jumbo:active {
  background-color: #053a59;
  background: -webkit-gradient(linear, left top, left bottom, from(#053a59), to(#012135));
  background: -webkit-linear-gradient(top, #053a59, #012135);
  background: -moz-linear-gradient(top, #053a59, #012135);
  background: -ms-linear-gradient(top, #053a59, #012135);
  background: -o-linear-gradient(top, #053a59, #012135);
}
.btn.btn-jumbo small {
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.btn.btn-default {
  border: 1px solid #ccc;
}
.btn.btn-primary:hover {
  background: #1779b5;
}
.btn.btn-primary:active {
  background: #0e4c71;
}
.btn.btn-lightblue {
  background-color: #d0dee6;
}
.btn.btn-lightblue:hover,
.btn.btn-lightblue:focus {
  color: #333333;
}
.btn.btn-lightblue.active {
  background-color: #115b88;
  color: #fff;
}
.btn-outline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-yellow {
  background-color: #d6a237;
  color: #fff;
}
.btn-yellow:hover {
  background: #b58625;
  color: #fff;
}
.btn-green {
  background-color: #27ae60;
  color: white;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #1e8449;
  color: white;
}
.share-buttons__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.share-buttons__item {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.share-buttons__item:last-child {
  margin-right: 0;
}
.share-buttons__link {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  background-color: #555555;
  border-radius: 0;
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.share-buttons__link:focus,
.share-buttons__link:active:focus,
.share-buttons__link.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.share-buttons__link:hover,
.share-buttons__link:focus {
  color: #333333;
  text-decoration: none;
}
.share-buttons__link:active,
.share-buttons__link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.share-buttons__link.disabled,
.share-buttons__link[disabled],
fieldset[disabled] .share-buttons__link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.share-buttons__link.btn-extra-large {
  padding: 15px 30px;
  font-size: 14.4px;
  letter-spacing: 3px;
}
.share-buttons__link.btn-jumbo {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #085989;
  background: -webkit-gradient(linear, left top, left bottom, from(#085989), to(#024167));
  background: -webkit-linear-gradient(top, #085989, #024167);
  background: -moz-linear-gradient(top, #085989, #024167);
  background: -ms-linear-gradient(top, #085989, #024167);
  background: -o-linear-gradient(top, #085989, #024167);
}
.share-buttons__link.btn-jumbo:hover {
  background-color: #074971;
  background: -webkit-gradient(linear, left top, left bottom, from(#074971), to(#02314e));
  background: -webkit-linear-gradient(top, #074971, #02314e);
  background: -moz-linear-gradient(top, #074971, #02314e);
  background: -ms-linear-gradient(top, #074971, #02314e);
  background: -o-linear-gradient(top, #074971, #02314e);
}
.share-buttons__link.btn-jumbo:active {
  background-color: #053a59;
  background: -webkit-gradient(linear, left top, left bottom, from(#053a59), to(#012135));
  background: -webkit-linear-gradient(top, #053a59, #012135);
  background: -moz-linear-gradient(top, #053a59, #012135);
  background: -ms-linear-gradient(top, #053a59, #012135);
  background: -o-linear-gradient(top, #053a59, #012135);
}
.share-buttons__link.btn-jumbo small {
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.share-buttons__link.btn-default {
  border: 1px solid #ccc;
}
.share-buttons__link.btn-primary:hover {
  background: #1779b5;
}
.share-buttons__link.btn-primary:active {
  background: #0e4c71;
}
.share-buttons__link.btn-lightblue {
  background-color: #d0dee6;
}
.share-buttons__link.btn-lightblue:hover,
.share-buttons__link.btn-lightblue:focus {
  color: #333333;
}
.share-buttons__link.btn-lightblue.active {
  background-color: #115b88;
  color: #fff;
}
.share-buttons__link:hover,
.share-buttons__link:focus,
.share-buttons__link:active {
  background-color: #6a6a6a;
  color: white;
}
.share-buttons__link--facebook {
  background-color: #3d5b97;
}
.share-buttons__link--facebook:hover,
.share-buttons__link--facebook:focus,
.share-buttons__link--facebook:active {
  background-color: #496db4;
}
.share-buttons__link--twitter {
  background-color: #59adeb;
}
.share-buttons__link--twitter:hover,
.share-buttons__link--twitter:focus,
.share-buttons__link--twitter:active {
  background-color: #7dbfef;
}
.pill {
  display: inline-block;
  margin: 0 0 5px 0;
  background: #d0dee6;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 13.6px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.pill:hover {
  text-decoration: none;
  background: #e1eaef;
}
.sidebar {
  background: #d0dee6;
  padding: 10px;
}
.sidebar.sidebar-left {
  background: #eff6f9;
}
.sidebar-item {
  margin-bottom: 30px;
}
.pagination-area {
  margin: 10px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  zoom: 1;
}
.pagination-area:before,
.pagination-area:after {
  content: " ";
  display: table;
}
.pagination-area:after {
  clear: both;
}
.pagination-area:before,
.pagination-area:after {
  content: " ";
  display: table;
}
.pagination-area:after {
  clear: both;
}
.pagination-area:before {
  content: '';
  display: block;
}
.pagination-area:after {
  content: '';
  display: table;
  clear: both;
}
.pagination-area:before {
  content: '';
  display: block;
}
.pagination-area:after {
  content: '';
  display: table;
  clear: both;
}
ol.wp-paginate {
  zoom: 1;
  padding: 0;
  line-height: 40px;
  height: 40px;
  float: right;
}
ol.wp-paginate:before,
ol.wp-paginate:after {
  content: " ";
  display: table;
}
ol.wp-paginate:after {
  clear: both;
}
ol.wp-paginate:before,
ol.wp-paginate:after {
  content: " ";
  display: table;
}
ol.wp-paginate:after {
  clear: both;
}
ol.wp-paginate:before {
  content: '';
  display: block;
}
ol.wp-paginate:after {
  content: '';
  display: table;
  clear: both;
}
ol.wp-paginate:before {
  content: '';
  display: block;
}
ol.wp-paginate:after {
  content: '';
  display: table;
  clear: both;
}
ol.wp-paginate li {
  display: inline-block;
  border: none;
  height: 40px;
}
ol.wp-paginate .page {
  display: block;
  background: transparent;
  border: none;
  padding: 0 5px;
}
ol.wp-paginate .current {
  background: #f3f3f3;
  color: #ccc;
}
ol.wp-paginate .next,
ol.wp-paginate .prev {
  display: block;
  background: transparent;
  border: none;
  padding: 0 5px;
}
.content-box {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  position: relative;
  zoom: 1;
}
.content-box:before,
.content-box:after {
  content: " ";
  display: table;
}
.content-box:after {
  clear: both;
}
.content-box:before,
.content-box:after {
  content: " ";
  display: table;
}
.content-box:after {
  clear: both;
}
.content-box:before {
  content: '';
  display: block;
}
.content-box:after {
  content: '';
  display: table;
  clear: both;
}
.content-box:before {
  content: '';
  display: block;
}
.content-box:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue {
  margin-bottom: 0;
  padding: 10px;
  margin-bottom: 30px;
  zoom: 1;
  background: #d0dee6;
}
.content-box-blue:before,
.content-box-blue:after {
  content: " ";
  display: table;
}
.content-box-blue:after {
  clear: both;
}
.content-box-blue:before,
.content-box-blue:after {
  content: " ";
  display: table;
}
.content-box-blue:after {
  clear: both;
}
.content-box-blue:before {
  content: '';
  display: block;
}
.content-box-blue:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue:before {
  content: '';
  display: block;
}
.content-box-blue:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue:before,
.content-box-blue:after {
  content: " ";
  display: table;
}
.content-box-blue:after {
  clear: both;
}
.content-box-blue:before,
.content-box-blue:after {
  content: " ";
  display: table;
}
.content-box-blue:after {
  clear: both;
}
.content-box-blue:before {
  content: '';
  display: block;
}
.content-box-blue:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue:before {
  content: '';
  display: block;
}
.content-box-blue:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue .content-box {
  margin-bottom: 0;
  zoom: 1;
}
.content-box-blue .content-box:before,
.content-box-blue .content-box:after {
  content: " ";
  display: table;
}
.content-box-blue .content-box:after {
  clear: both;
}
.content-box-blue .content-box:before,
.content-box-blue .content-box:after {
  content: " ";
  display: table;
}
.content-box-blue .content-box:after {
  clear: both;
}
.content-box-blue .content-box:before {
  content: '';
  display: block;
}
.content-box-blue .content-box:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue .content-box:before {
  content: '';
  display: block;
}
.content-box-blue .content-box:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue-light {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  position: relative;
  zoom: 1;
  background: #eff6f9;
}
.content-box-blue-light:before,
.content-box-blue-light:after {
  content: " ";
  display: table;
}
.content-box-blue-light:after {
  clear: both;
}
.content-box-blue-light:before,
.content-box-blue-light:after {
  content: " ";
  display: table;
}
.content-box-blue-light:after {
  clear: both;
}
.content-box-blue-light:before {
  content: '';
  display: block;
}
.content-box-blue-light:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-blue-light:before {
  content: '';
  display: block;
}
.content-box-blue-light:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-yellow {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  position: relative;
  zoom: 1;
  background: #fff9f0;
}
.content-box-yellow:before,
.content-box-yellow:after {
  content: " ";
  display: table;
}
.content-box-yellow:after {
  clear: both;
}
.content-box-yellow:before,
.content-box-yellow:after {
  content: " ";
  display: table;
}
.content-box-yellow:after {
  clear: both;
}
.content-box-yellow:before {
  content: '';
  display: block;
}
.content-box-yellow:after {
  content: '';
  display: table;
  clear: both;
}
.content-box-yellow:before {
  content: '';
  display: block;
}
.content-box-yellow:after {
  content: '';
  display: table;
  clear: both;
}
.list-image {
  width: 100%;
  height: auto;
}
.tab-container .tab-labels {
  zoom: 1;
  position: relative;
  top: 1px;
  z-index: 5;
  display: table;
  width: 100%;
}
.tab-container .tab-labels:before,
.tab-container .tab-labels:after {
  content: " ";
  display: table;
}
.tab-container .tab-labels:after {
  clear: both;
}
.tab-container .tab-labels:before,
.tab-container .tab-labels:after {
  content: " ";
  display: table;
}
.tab-container .tab-labels:after {
  clear: both;
}
.tab-container .tab-labels:before {
  content: '';
  display: block;
}
.tab-container .tab-labels:after {
  content: '';
  display: table;
  clear: both;
}
.tab-container .tab-labels:before {
  content: '';
  display: block;
}
.tab-container .tab-labels:after {
  content: '';
  display: table;
  clear: both;
}
.tab-container .tab-labels li {
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f3f3 83%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #f3f3f3), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f3f3f3 83%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f3f3f3 83%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f3f3f3 83%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f3f3f3 83%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-9 */
  display: table-cell;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
}
.tab-container .tab-labels li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.tab-container .tab-labels li:first-child {
  border-left: 1px solid #ccc;
}
.tab-container .tab-labels li a {
  display: block;
  padding: 10px 15px;
}
.tab-container .tab-content {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
}
.video-tabs {
  margin-bottom: 30px;
}
.video-tabs .tab-content {
  max-height: 350px;
  overflow: scroll;
}
.container {
  max-width: 990px;
}
.ll-blue {
  color: #115b88;
}
.ll-yellow {
  color: #d6a237;
}
.page-title {
  margin-bottom: 15px;
}
.tiles-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tile {
  display: inline-block;
  background-size: cover;
  background-color: #ccc;
  margin: 7.5px;
  width: 450px;
  height: 450px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.tile:hover .tile-overlay {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #0e4c71;
}
.tile-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(17, 91, 136, 0.95);
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tile-overlay a {
  color: #fff;
}
.tile-title {
  margin: 0;
}
.tile-title span {
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
}
.tile-hr {
  opacity: 0.3;
  border-color: #fff;
  margin: 30px 0 15px 0;
}
.tile-buttons {
  margin-top: 30px;
}
.tile-buttons a {
  margin-right: 10px;
}
.tile-media {
  width: 50%;
  float: left;
  margin-top: 15px;
}
.tile-media:first-child {
  margin-top: 15px;
}
.tile-media-object {
  height: 45px;
  width: 45px;
  line-height: 50px;
  border-radius: 50%;
}
.tile-hidden {
  display: none;
}
.date-icon {
  background-color: #72a2c0;
  text-align: center;
  line-height: 100%;
  color: #115b88;
  line-height: 45px;
  font-size: 25px;
}
.filter-dropdown {
  margin-bottom: 30px;
  max-width: 500px;
}
.topic-filters {
  margin-bottom: 20px;
}
.topic-filters a,
.topic-filters button {
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 10px;
}
.topic-filters.btn-group a,
.topic-filters.btn-group button {
  margin-right: 0;
  padding: 5.5px 11px;
}
.filter-alert {
  display: none;
}
.tile-badge {
  background-color: #e2a62b;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px;
  font-size: 11.2px;
  letter-spacing: 1px;
}
.new-video-ribbon {
  position: relative;
}
.new-video-ribbon:after {
  content: '';
  width: 134px;
  height: 132px;
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzNHB4IiBoZWlnaHQ9IjEzMnB4IiB2aWV3Qm94PSIwIDAgMTM0IDEzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMi4yICg5OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgMTI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlLTEyIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTEuMDAwMDAwKSI+CiAgICAgICAgICAgIDxyZWN0IGZpbGw9IiNBNTdBMTYiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHg9IjEiIHk9IjExNiIgd2lkdGg9IjkiIGhlaWdodD0iMTciPjwvcmVjdD4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0xMyIgZmlsbD0iI0E1N0ExNiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1LjUwMDAwMCwgNi4wMDAwMDApIHJvdGF0ZSgtMjcwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMjUuNTAwMDAwLCAtNi4wMDAwMDApICIgeD0iMTIwLjUiIHk9Ii0yLjUiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNyI+PC9yZWN0PgogICAgICAgICAgICA8cGF0aCBkPSJNNzYsMSBMMTM0LDEgTDAsMTMzIEwwLDc3IEw3NiwxIFoiIGlkPSJQYXRoLTEiIGZpbGw9IiNFQ0I3M0EiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEuNTIsNTkgTDQuMzQsNTkgTDQuMzQsNTQuMzggQzQuMzQsNTIuODQgNC4xLDUxLjEgMy45Niw0OS42NiBMNC4wNCw0OS42NiBMNS4zMiw1Mi41IEw4LjcyLDU5IEwxMS43NCw1OSBMMTEuNzQsNDUuOTYgTDguOTQsNDUuOTYgTDguOTQsNTAuNTYgQzguOTQsNTIuMSA5LjE4LDUzLjk0IDkuMzIsNTUuMzIgTDkuMjQsNTUuMzIgTDcuOTQsNTIuNDQgTDQuNTQsNDUuOTYgTDEuNTIsNDUuOTYgTDEuNTIsNTkgWiBNMTUuNjAwMDAwMSw1OSBMMjMuOTgwMDAwMSw1OSBMMjMuOTgwMDAwMSw1Ni41MiBMMTguNTYwMDAwMSw1Ni41MiBMMTguNTYwMDAwMSw1My41MiBMMjMuMDAwMDAwMSw1My41MiBMMjMuMDAwMDAwMSw1MS4wNiBMMTguNTYwMDAwMSw1MS4wNiBMMTguNTYwMDAwMSw0OC40NCBMMjMuNzgwMDAwMSw0OC40NCBMMjMuNzgwMDAwMSw0NS45NiBMMTUuNjAwMDAwMSw0NS45NiBMMTUuNjAwMDAwMSw1OSBaIE0yOC40ODAwMDAxLDU5IEwzMi4xMjAwMDAxLDU5IEwzMy4zNjAwMDAxLDUzLjA4IEMzMy41NjAwMDAxLDUyLjA4IDMzLjcyMDAwMDEsNTEuMDIgMzMuODgwMDAwMSw1MC4wNiBMMzMuOTYwMDAwMSw1MC4wNiBDMzQuMTAwMDAwMSw1MS4wMiAzNC4yODAwMDAxLDUyLjA4IDM0LjQ4MDAwMDEsNTMuMDggTDM1Ljc2MDAwMDEsNTkgTDM5LjQ2MDAwMDEsNTkgTDQxLjc4MDAwMDEsNDUuOTYgTDM4Ljk2MDAwMDEsNDUuOTYgTDM4LjA2MDAwMDEsNTIuMDYgQzM3Ljg4MDAwMDEsNTMuNCAzNy43MDAwMDAxLDU0Ljc4IDM3LjU0MDAwMDEsNTYuMTggTDM3LjQ2MDAwMDEsNTYuMTggQzM3LjIwMDAwMDEsNTQuNzggMzYuOTQwMDAwMSw1My4zOCAzNi42ODAwMDAxLDUyLjA2IEwzNS4yNjAwMDAxLDQ1Ljk2IEwzMi43NjAwMDAxLDQ1Ljk2IEwzMS4zNjAwMDAxLDUyLjA2IEMzMS4xMDAwMDAxLDUzLjQyIDMwLjg0MDAwMDEsNTQuOCAzMC42MDAwMDAxLDU2LjE4IEwzMC41MjAwMDAxLDU2LjE4IEMzMC4zNDAwMDAxLDU0LjggMzAuMTYwMDAwMSw1My40MiAyOS45ODAwMDAxLDUyLjA2IEwyOS4wODAwMDAxLDQ1Ljk2IEwyNi4wNjAwMDAxLDQ1Ljk2IEwyOC40ODAwMDAxLDU5IFogTTUxLjU4MDAwMDMsNTkgTDU1LjEyMDAwMDMsNTkgTDU5LjA2MDAwMDMsNDUuOTYgTDU2LjA0MDAwMDMsNDUuOTYgTDU0LjUwMDAwMDMsNTIuMDQgQzU0LjEyMDAwMDMsNTMuNDYgNTMuODYwMDAwMyw1NC43OCA1My40NjAwMDAzLDU2LjIyIEw1My4zODAwMDAzLDU2LjIyIEM1Mi45ODAwMDAzLDU0Ljc4IDUyLjcyMDAwMDMsNTMuNDYgNTIuMzQwMDAwMyw1Mi4wNCBMNTAuNzYwMDAwMyw0NS45NiBMNDcuNjQwMDAwMyw0NS45NiBMNTEuNTgwMDAwMyw1OSBaIE02MS4yMjAwMDA0LDU5IEw2NC4xODAwMDA0LDU5IEw2NC4xODAwMDA0LDQ1Ljk2IEw2MS4yMjAwMDA0LDQ1Ljk2IEw2MS4yMjAwMDA0LDU5IFogTTY4LjAyMDAwMDQsNTkgTDcxLjg4MDAwMDQsNTkgQzc1LjcwMDAwMDQsNTkgNzguMjYwMDAwNCw1Ni45IDc4LjI2MDAwMDQsNTIuNDIgQzc4LjI2MDAwMDQsNDcuOTQgNzUuNzAwMDAwNCw0NS45NiA3MS43MDAwMDA0LDQ1Ljk2IEw2OC4wMjAwMDA0LDQ1Ljk2IEw2OC4wMjAwMDA0LDU5IFogTTcwLjk4MDAwMDQsNTYuNjIgTDcwLjk4MDAwMDQsNDguMzQgTDcxLjU0MDAwMDQsNDguMzQgQzczLjc0MDAwMDQsNDguMzQgNzUuMjQwMDAwNCw0OS4zIDc1LjI0MDAwMDQsNTIuNDIgQzc1LjI0MDAwMDQsNTUuNTQgNzMuNzQwMDAwNCw1Ni42MiA3MS41NDAwMDA0LDU2LjYyIEw3MC45ODAwMDA0LDU2LjYyIFogTTgxLjUwMDAwMDUsNTkgTDg5Ljg4MDAwMDUsNTkgTDg5Ljg4MDAwMDUsNTYuNTIgTDg0LjQ2MDAwMDUsNTYuNTIgTDg0LjQ2MDAwMDUsNTMuNTIgTDg4LjkwMDAwMDUsNTMuNTIgTDg4LjkwMDAwMDUsNTEuMDYgTDg0LjQ2MDAwMDUsNTEuMDYgTDg0LjQ2MDAwMDUsNDguNDQgTDg5LjY4MDAwMDUsNDguNDQgTDg5LjY4MDAwMDUsNDUuOTYgTDgxLjUwMDAwMDUsNDUuOTYgTDgxLjUwMDAwMDUsNTkgWiBNOTguNTIwMDAwNiw1OS4yNCBDMTAyLjA0MDAwMSw1OS4yNCAxMDQuNDQwMDAxLDU2LjY4IDEwNC40NDAwMDEsNTIuNDIgQzEwNC40NDAwMDEsNDguMTggMTAyLjA0MDAwMSw0NS43MiA5OC41MjAwMDA2LDQ1LjcyIEM5NS4wMjAwMDA2LDQ1LjcyIDkyLjYwMDAwMDYsNDguMTYgOTIuNjAwMDAwNiw1Mi40MiBDOTIuNjAwMDAwNiw1Ni42OCA5NS4wMjAwMDA2LDU5LjI0IDk4LjUyMDAwMDYsNTkuMjQgTDk4LjUyMDAwMDYsNTkuMjQgWiBNOTguNTIwMDAwNiw1Ni43IEM5Ni43NjAwMDA2LDU2LjcgOTUuNjIwMDAwNiw1NS4wNCA5NS42MjAwMDA2LDUyLjQyIEM5NS42MjAwMDA2LDQ5LjgyIDk2Ljc2MDAwMDYsNDguMjYgOTguNTIwMDAwNiw0OC4yNiBDMTAwLjMwMDAwMSw0OC4yNiAxMDEuNDIwMDAxLDQ5LjgyIDEwMS40MjAwMDEsNTIuNDIgQzEwMS40MjAwMDEsNTUuMDQgMTAwLjMwMDAwMSw1Ni43IDk4LjUyMDAwMDYsNTYuNyBMOTguNTIwMDAwNiw1Ni43IFoiIGlkPSJORVctVklERU8iIGZpbGw9IiNGRkZGRkYiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUzLjQ0MDAwMCwgNTIuNDgwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC01My40NDAwMDAsIC01Mi40ODAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 10;
}
.slides-loader {
  text-align: center;
}
.slides-loader > .fa {
  color: #115b88;
  margin: 30px;
}
.slides-container {
  visibility: hidden;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  zoom: 1;
}
.slides-container:before,
.slides-container:after {
  content: " ";
  display: table;
}
.slides-container:after {
  clear: both;
}
.slides-container:before,
.slides-container:after {
  content: " ";
  display: table;
}
.slides-container:after {
  clear: both;
}
.slides-container:before {
  content: '';
  display: block;
}
.slides-container:after {
  content: '';
  display: table;
  clear: both;
}
.slides-container:before {
  content: '';
  display: block;
}
.slides-container:after {
  content: '';
  display: table;
  clear: both;
}
.slides-container .bx-pager {
  position: absolute;
  bottom: -35px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.slides-container .bx-pager .bx-pager-item {
  display: inline-block;
}
.slides-container .bx-pager .bx-pager-item a {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  margin: 3px;
  background-color: #ccc;
}
.slides-container .bx-pager .bx-pager-item a:hover {
  background-color: #bfbfbf;
}
.slides-container .bx-pager .bx-pager-item a.active {
  background-color: #115b88;
}
.slides {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slide {
  background-color: #115b88;
  height: 344px;
  zoom: 1;
}
.slide:before,
.slide:after {
  content: " ";
  display: table;
}
.slide:after {
  clear: both;
}
.slide:before,
.slide:after {
  content: " ";
  display: table;
}
.slide:after {
  clear: both;
}
.slide:before {
  content: '';
  display: block;
}
.slide:after {
  content: '';
  display: table;
  clear: both;
}
.slide:before {
  content: '';
  display: block;
}
.slide:after {
  content: '';
  display: table;
  clear: both;
}
.slide a {
  color: #fff;
}
.slide-image {
  width: 65%;
  height: 100%;
  float: left;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.slide-topic-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 20px;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.slide-topic {
  display: table;
  text-align: center;
}
.slide-topic-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.slide-topic-badge {
  display: table-cell;
  vertical-align: middle;
  margin-right: 6px;
  width: 45px;
  height: 45px;
}
.slide-embed {
  width: 65%;
  float: left;
  background-color: #fff;
}
.slide-text {
  width: 34%;
  float: left;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
}
.slide-subtitle {
  font-style: italic;
}
.slide-description {
  margin-bottom: 20px;
}
.slide-post-type {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
}
.video-archive-item {
  margin-bottom: 30px;
}
.video-archive-image-container {
  background-size: cover;
  background-color: #eaeaea;
  background-position: center center;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-archive-title {
  margin-bottom: 6px;
}
.video-archive-info {
  font-size: 16px;
  font-style: italic;
}
.page-content {
  padding: 30px 0;
}
ll-section {
  display: block;
}
ll-section:nth-of-type(odd) {
  background: #fafafa;
}
ll-section:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: -30px;
}
.horizontal-section {
  font-size: 17.6px;
  padding: 90px 0;
  border-bottom: 1px solid #e6e6e6;
}
.horizontal-section.horizontal-section-tight {
  padding: 45px 0;
}
.horizontal-section.horizontal-section-tighter {
  padding: 30px 0;
}
.horizontal-section.horizontal-section-blue {
  background: #115b88;
}
.section-title {
  font-weight: 600;
  border-bottom: none;
  font-size: 33.6px;
  padding: 0;
  margin-bottom: 15px;
}
.section-title:last-child {
  margin-bottom: 0;
}
.section-title a {
  color: inherit;
}
.section-title a:hover,
.section-title a:focus {
  color: #006699;
}
.section-title-area {
  margin-bottom: 40px;
  text-align: center;
}
.section-subtitle {
  font-style: italic;
}
.mag-glass-hover {
  position: relative;
}
.mag-glass-hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 91, 136, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.mag-glass-hover:after {
  content: "\f002";
  font-family: "fontawesome";
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 15;
}
a:hover .mag-glass-hover:before,
a:focus .mag-glass-hover:before {
  opacity: 1;
}
a:hover .mag-glass-hover:after,
a:focus .mag-glass-hover:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}
.play-button-hover {
  position: relative;
}
.play-button-hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 91, 136, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.play-button-hover:after {
  content: "\f002";
  font-family: "fontawesome";
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 15;
}
a:hover .play-button-hover:before,
a:focus .play-button-hover:before {
  opacity: 1;
}
a:hover .play-button-hover:after,
a:focus .play-button-hover:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}
.play-button-hover:after {
  content: "\f16a";
  border: none;
  font-size: 60px;
  opacity: 0.8;
  padding: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.dot-separated-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dot-separated-nav li {
  display: inline-block;
}
.dot-separated-nav a {
  display: block;
  padding: 10px 15px;
}
.dot-separated-nav li {
  position: relative;
  margin-right: 10px;
}
.dot-separated-nav li:after {
  content: '\f111';
  font-family: 'fontawesome';
  font-size: 5px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dot-separated-nav li:last-child {
  margin-right: 0;
}
.dot-separated-nav li:last-child:after {
  content: none;
}
.dot-separated-nav li:last-child a {
  padding-right: 0;
}
.dot-separated-nav a {
  padding: 3px 10px 3px 0;
}
.footer-section .dot-separated-nav {
  margin-bottom: 15px;
}
.line-separated-list li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.line-separated-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.line-separated-list li > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.logout-module {
  padding: 30px;
  margin-bottom: 180px;
  text-align: center;
}
.logout-module-title {
  font-family: 'Fjalla One', "Times New Roman", Times, serif;
  margin-bottom: 60px;
}
.logout-module-subtitle {
  font-weight: 600;
  margin-bottom: 20px;
}
.alert-bar {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding: 6px 0;
  background: #B94329;
  opacity: 0;
}
.alert-bar-alert {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
.alert-bar-alert a {
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -ms-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.alert-bar-alert a:hover,
.alert-bar-alert a:focus,
.alert-bar-alert a:active {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}
.alert-bar-close {
  position: absolute;
  right: 10px;
  top: 4px;
}
/**
 * Community Module
 * Displays recent activity on forum topics
 * Container, title, and linked list
 */
@media (min-width: 768px) {
  .community-modules {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px 30px;
  }
}
@media (max-width: 768px) {
  .community-module {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .community-module {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
  }
  .community-module:first-child {
    border-left: 0;
  }
}
.community-module__title {
  font-weight: 600;
}
.community-module__title-icon {
  color: #b94329;
  margin-right: 4px;
}
.community-module__item {
  margin-bottom: 6px;
}
.community-module__item:last-child {
  margin-bottom: 0;
}
.community-module__meta {
  font-size: 14px;
  font-style: italic;
}
/**
 * Tab Boxes
 * Fixed height boxes that are typically half the width of the container
 * (col-sm-6). Contains tabbed navigation text.  Initially used for the Summer
 * Seminar landing page.
 */
.tab-box {
  background-color: #f3f3f3;
  border: 1px solid #dadada;
  margin-bottom: 15px;
}
.tab-box__nav {
  background-color: #115b88;
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: table;
  width: 100%;
}
.tab-box__nav li {
  display: table-cell;
  text-align: center;
}
.tab-box__nav li.active a {
  background-color: #0d4668;
}
.tab-box__nav a {
  display: block;
  color: white;
  padding: 16px 0;
}
.tab-box__nav a:hover {
  background-color: #0d4668;
}
.tab-box__tab-content {
  height: 650px;
  overflow: scroll;
}
.tab-box__tab-content-inner {
  padding: 20px;
}
.tab-box__featured-image-container {
  height: 175px;
  background-size: cover;
}
/* Header */
.header-top-row {
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 120;
  background: #333333;
  color: #fff;
}
.header-top-row a {
  color: #fff;
}
.user-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0;
  height: 38px;
  line-height: 38px;
}
.user-menu > li {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 15px;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid #000000;
  border-right: 1px solid #4b4b4b;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.user-menu > li .fa-caret-down {
  opacity: 0.7;
}
.user-menu > li:last-child {
  border-right: none;
}
.user-menu > li:hover {
  background-color: #000;
}
.user-menu > li.user-menu-profile-container {
  padding-left: 0;
}
.user-menu-dropdown {
  -webkit-transition: all 250ms cubic-bezier(0.45, 1.2, 0.45, 1.2);
  -moz-transition: all 250ms cubic-bezier(0.45, 1.2, 0.45, 1.2);
  -o-transition: all 250ms cubic-bezier(0.45, 1.2, 0.45, 1.2);
  -ms-transition: all 250ms cubic-bezier(0.45, 1.2, 0.45, 1.2);
  transition: all 250ms cubic-bezier(0.45, 1.2, 0.45, 1.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 48px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  background-color: #585858;
}
.user-menu-dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(88, 88, 88, 0);
  border-bottom-color: #585858;
  border-width: 10px;
  margin-left: -10px;
}
.user-menu-dropdown:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-top: 10px;
  background: transparent;
  z-index: -1;
}
.user-menu-profile-container {
  padding-left: 0;
  cursor: pointer;
}
.user-menu-profile-container:hover {
  background: #000;
}
.user-menu-profile-container:hover > .profile-menu {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  pointer-events: auto;
}
.profile-menu {
  padding: 10px 5px;
  text-align: left;
  width: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, -35px);
  -moz-transform: translate(-50%, -35px);
  -o-transform: translate(-50%, -35px);
  -ms-transform: translate(-50%, -35px);
  transform: translate(-50%, -35px);
}
.profile-menu a {
  display: block;
  padding: 10px;
  line-height: 2;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.profile-menu a:hover {
  background: #656565;
}
.user-menu-profile-photo {
  height: 100%;
  vertical-align: top;
  width: auto;
  position: relative;
  margin-right: 6px;
}
.points-progress-bar {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  padding: 3px;
  background: #000;
  border-radius: 40px;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
}
.points-progress-bar .points-progress-inner {
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-color: #7D7D7D;
  height: 6px;
  border-radius: 40px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.points-progress-bar .points-progress-inner.active {
  background-color: #f4b63b;
  box-shadow: 0 0 20px #f4b63b;
}
.points-amount {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.points-progress-bar-container:hover .points-amount {
  opacity: 1;
}
.spendable-points img {
  height: 18px;
  width: 18px;
  position: relative;
  bottom: 1px;
}
.activity-list-container {
  cursor: pointer;
}
.activity-list-container:hover {
  background: #000;
}
.activity-list-container:hover > .activity-list-dropdown {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}
.activity-list-icon {
  margin: 0;
  cursor: pointer;
  padding: 0 15px;
}
.activity-list-icon img {
  height: 24px;
  width: 24px;
}
.activity-list-dropdown {
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  right: 0;
  padding: 10px;
  text-align: center;
}
.activity-list-dropdown:after {
  left: 295px;
}
.activity-list {
  max-width: 300px;
  width: 300px;
  text-align: left;
  line-height: 1.5;
}
.activity-list td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.activity-list td p:last-child {
  margin-bottom: 0;
}
.activity-list .activity-desc {
  margin-bottom: 3px;
}
.activity-list .activity-time {
  font-weight: 400;
  font-style: italic;
}
.activity-list .point-value {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: url('../img/user_coin.svg');
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.activity-list .point-value span {
  position: relative;
  bottom: -9px;
  color: #694303;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.header-logo-row {
  margin: 60px 0 15px 0;
}
.logo {
  width: 100%;
}
/* Main Nav Menu */
.main-navigation-inner {
  background-color: #115b88;
  background: -webkit-gradient(linear, left top, left bottom, from(#115b88), to(#10557f));
  background: -webkit-linear-gradient(top, #115b88, #10557f);
  background: -moz-linear-gradient(top, #115b88, #10557f);
  background: -ms-linear-gradient(top, #115b88, #10557f);
  background: -o-linear-gradient(top, #115b88, #10557f);
  position: relative;
}
.main-navigation {
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif, arial, sans-serif;
  background-color: #115b88;
  background: -webkit-gradient(linear, left top, left bottom, from(#115b88), to(#10557f));
  background: -webkit-linear-gradient(top, #115b88, #10557f);
  background: -moz-linear-gradient(top, #115b88, #10557f);
  background: -ms-linear-gradient(top, #115b88, #10557f);
  background: -o-linear-gradient(top, #115b88, #10557f);
  color: #fff;
  position: relative;
  z-index: 100;
}
.main-navigation .menu {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.main-navigation .menu:before,
.main-navigation .menu:after {
  content: " ";
  display: table;
}
.main-navigation .menu:after {
  clear: both;
}
.main-navigation .menu:before,
.main-navigation .menu:after {
  content: " ";
  display: table;
}
.main-navigation .menu:after {
  clear: both;
}
.main-navigation .menu:before {
  content: '';
  display: block;
}
.main-navigation .menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-navigation .menu:before {
  content: '';
  display: block;
}
.main-navigation .menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-navigation .menu > li {
  margin: 0;
  padding: 0;
  float: left;
  background-color: #115b88;
  background: -webkit-gradient(linear, left top, left bottom, from(#115b88), to(#10557f));
  background: -webkit-linear-gradient(top, #115b88, #10557f);
  background: -moz-linear-gradient(top, #115b88, #10557f);
  background: -ms-linear-gradient(top, #115b88, #10557f);
  background: -o-linear-gradient(top, #115b88, #10557f);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.main-navigation .menu > li.current-menu-item,
.main-navigation .menu > li.current-menu-parent {
  background-color: #146a9f;
  background: -webkit-gradient(linear, left top, left bottom, from(#146a9f), to(#136496));
  background: -webkit-linear-gradient(top, #146a9f, #136496);
  background: -moz-linear-gradient(top, #146a9f, #136496);
  background: -ms-linear-gradient(top, #146a9f, #136496);
  background: -o-linear-gradient(top, #146a9f, #136496);
}
.main-navigation .menu > li:hover {
  background-color: #146a9f;
  background: -webkit-gradient(linear, left top, left bottom, from(#146a9f), to(#136496));
  background: -webkit-linear-gradient(top, #146a9f, #136496);
  background: -moz-linear-gradient(top, #146a9f, #136496);
  background: -ms-linear-gradient(top, #146a9f, #136496);
  background: -o-linear-gradient(top, #146a9f, #136496);
}
.main-navigation .menu > li:hover ul {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}
.main-navigation .menu > li > a {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.main-navigation .menu > li ul {
  width: 200px;
  display: none;
  position: absolute;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.main-navigation .menu > li ul.menu-profile-ul {
  width: 350px;
}
.main-navigation .menu > li ul li {
  overflow: hidden;
  background: #d6a237;
}
.main-navigation .menu > li ul li a {
  padding: 10px 15px;
  display: block;
  height: 100%;
  color: #fff;
  background-color: #146a9f;
  background: -webkit-gradient(linear, left top, left bottom, from(#146a9f), to(#13679a));
  background: -webkit-linear-gradient(top, #146a9f, #13679a);
  background: -moz-linear-gradient(top, #146a9f, #13679a);
  background: -ms-linear-gradient(top, #146a9f, #13679a);
  background: -o-linear-gradient(top, #146a9f, #13679a);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.main-navigation .menu > li ul li a:hover {
  background-color: #115b88;
  background: -webkit-gradient(linear, left top, left bottom, from(#115b88), to(#10557f));
  background: -webkit-linear-gradient(top, #115b88, #10557f);
  background: -moz-linear-gradient(top, #115b88, #10557f);
  background: -ms-linear-gradient(top, #115b88, #10557f);
  background: -o-linear-gradient(top, #115b88, #10557f);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.main-navigation .menu > li ul li.menu-profile-li {
  padding: 10px;
}
.main-navigation .menu > li ul li.menu-profile-li:hover {
  background: #fff;
}
.main-navigation .menu > li ul li.menu-profile-li img {
  width: 100%;
  height: auto;
}
.header-search {
  zoom: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-search:before,
.header-search:after {
  content: " ";
  display: table;
}
.header-search:after {
  clear: both;
}
.header-search:before,
.header-search:after {
  content: " ";
  display: table;
}
.header-search:after {
  clear: both;
}
.header-search:before {
  content: '';
  display: block;
}
.header-search:after {
  content: '';
  display: table;
  clear: both;
}
.header-search:before {
  content: '';
  display: block;
}
.header-search:after {
  content: '';
  display: table;
  clear: both;
}
.header-search input {
  -webkit-appearance: none;
  color: #333333;
  width: 180px;
  height: 34px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
  border: 1px solid #115b88;
  border-right: none;
  padding: 5px 10px;
  background: #fff;
}
.header-search button {
  width: 30px;
  height: 34px;
  float: right;
  background: #fff;
  color: #115b88;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #115b88;
  border-left: none;
  padding-left: 6px;
  padding-right: 6px;
}
.header-search-mobile {
  position: static;
  margin: 6px 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.header-search-mobile button {
  float: none;
  margin-left: -4px;
  vertical-align: top;
}
/* Footer */
footer {
  margin-top: 30px;
  padding: 40px 0;
  background-color: #115b88;
}
.footer-section {
  color: #fff;
}
.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section a:hover,
.footer-section a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.footer-social-media {
  font-size: 24px;
}
.footer-social-media a {
  display: inline-block;
  margin-right: 5px;
}
.footer-title {
  color: #dfb661;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.footer-logo {
  display: block;
  margin: 40px auto;
  max-width: 225px;
  opacity: 0.7;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.footer-logo:hover {
  opacity: 1;
}
/* General */
.academy-section {
  margin-bottom: 30px;
  zoom: 1;
}
.academy-section:before,
.academy-section:after {
  content: " ";
  display: table;
}
.academy-section:after {
  clear: both;
}
.academy-section:before,
.academy-section:after {
  content: " ";
  display: table;
}
.academy-section:after {
  clear: both;
}
.academy-section:before {
  content: '';
  display: block;
}
.academy-section:after {
  content: '';
  display: table;
  clear: both;
}
.academy-section:before {
  content: '';
  display: block;
}
.academy-section:after {
  content: '';
  display: table;
  clear: both;
}
.program-type-menu {
  background: #d0dee6;
  font-weight: 700;
}
.program-type-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.program-type-menu li {
  display: inline-block;
  padding: 15px 15px 20px 15px;
  opacity: 0.6;
}
.program-type-menu li:hover {
  opacity: 1;
}
.program-type-menu li.current-menu-item {
  opacity: 1;
  position: relative;
}
.program-type-menu li.current-menu-item:after {
  content: '';
  display: block;
  height: 5px;
  width: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
/* Academy Intro Area */
.academy-intro-title {
  color: #d6a237;
  margin-bottom: 20px;
}
.academy-intro-text {
  font-size: 19.2px;
}
.academy-intro-bar {
  height: 40px;
  background: #115b88;
}
.academy-intro-program-type {
  box-sizing: border-box;
  font-size: 0;
  width: 25%;
  display: inline-block;
  float: left;
}
.program-type-short-description {
  color: #115b88;
  text-align: center;
  font-size: 16px;
}
.academy-section-title {
  text-align: center;
  color: #ffb00e;
  border-bottom: none;
  font-size: 25.2px;
  margin-bottom: 15px;
}
.academy-intro-link {
  position: relative;
  top: -35px;
  display: block;
  opacity: 0.4;
  margin-bottom: -30px;
}
.academy-intro-link .academy-intro-icon {
  padding: 0 84px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 20;
}
.academy-intro-link {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.academy-intro-link:hover {
  opacity: 1;
}
.academy-intro-link:hover .academy-intro-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.academy .academy-intro-link {
  opacity: 1;
}
.academy-live .academy-live .academy-intro-link {
  opacity: 1;
}
.academy-live .academy-live .academy-intro-link .academy-intro-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.academy-on-demand .academy-on-demand .academy-intro-link {
  opacity: 1;
}
.academy-on-demand .academy-on-demand .academy-intro-link .academy-intro-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.academy-in-depth .academy-in-depth .academy-intro-link {
  opacity: 1;
}
.academy-in-depth .academy-in-depth .academy-intro-link .academy-intro-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.academy-invitational .academy-invitational .academy-intro-link {
  opacity: 1;
}
.academy-invitational .academy-invitational .academy-intro-link .academy-intro-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.academy-title-large {
  margin-bottom: 60px;
  font-size: 37.4px;
  color: #115b88;
}
.academy-title-large span {
  font-weight: 400;
  font-size: 28.7px;
}
.academy-title-small {
  text-transform: uppercase;
  font-size: 19.6px;
  letter-spacing: 2px;
}
.content-type-title {
  color: #999;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.academy-program-list {
  margin-bottom: 60px;
}
.academy-program-list > li {
  background: #F4F4F6;
  padding: 30px;
  border-top: 1px solid #ccc;
}
.academy-program-list > li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.academy-program-list > li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.academy-program-list img {
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 30px;
  border-radius: 5px;
}
.academy-program-list h4 {
  font-size: 26px;
  margin: 0 0 15px 0;
  line-height: 30px;
}
.academy-program-list .subtitle {
  font-weight: 400;
}
.academy-program-list .btn {
  display: inline-block;
  margin-right: 10px;
}
.program-description {
  overflow: hidden;
}
.program-description-text {
  margin-bottom: 20px;
}
/* Academy Program Details View */
.academy-intro-area {
  margin-bottom: 30px;
}
.academy-intro-area .register-course-form {
  display: block;
}
.how-it-works-list {
  column-count: 2;
  column-gap: 30px;
  column-width: 200px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  -webkit-column-width: 200px;
}
.how-it-works-list li {
  margin-bottom: 30px;
  zoom: 1;
  overflow: hidden;
}
.how-it-works-list li:before,
.how-it-works-list li:after {
  content: " ";
  display: table;
}
.how-it-works-list li:after {
  clear: both;
}
.how-it-works-list li:before,
.how-it-works-list li:after {
  content: " ";
  display: table;
}
.how-it-works-list li:after {
  clear: both;
}
.how-it-works-list li:before {
  content: '';
  display: block;
}
.how-it-works-list li:after {
  content: '';
  display: table;
  clear: both;
}
.how-it-works-list li:before {
  content: '';
  display: block;
}
.how-it-works-list li:after {
  content: '';
  display: table;
  clear: both;
}
.how-it-works-list img {
  display: block;
  width: 78px;
  margin-right: 30px;
  float: left;
}
.how-it-works-description {
  color: #115b88;
  font-weight: 700;
  font-size: 19.2px;
}
.speaker-info img {
  max-width: 75px;
}
.speaker-info-area {
  margin-bottom: 30px;
}
.academy-program-title {
  font-size: 47.6px;
  color: #115b88;
  font-weight: 400;
  margin-top: 0;
}
.academy-program-subtitle {
  font-weight: 400;
  color: #115b88;
  font-size: 27.2px;
  font-style: italic;
  margin-bottom: 30px;
}
.academy-description {
  margin-bottom: 30px;
}
.academy-speaker-info-area {
  margin-bottom: 30px;
}
.academy-youtube {
  margin-bottom: 20px;
}
.academy-program-date-area {
  text-align: center;
}
.date-length-area {
  font-size: 20.8px;
  margin-bottom: 20px;
}
.register-course-form {
  display: inline-block;
}
.register-course-form button {
  display: inline-block;
}
.program-tease {
  position: relative;
  z-index: 50;
}
.program-tease-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 15%, white 70%, white);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 25;
}
/* Participation/Archive Views */
.sidebar-speaker-image {
  margin-bottom: 15px;
}
.academy-program-area {
  margin-bottom: 30px;
}
.archive-title {
  color: #999;
  border-bottom: 1px dotted #ccc;
}
.academy-playlist li {
  list-style-type: none;
  line-height: 45px;
  font-size: 19.2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  zoom: 1;
}
.academy-playlist li:before,
.academy-playlist li:after {
  content: " ";
  display: table;
}
.academy-playlist li:after {
  clear: both;
}
.academy-playlist li:before,
.academy-playlist li:after {
  content: " ";
  display: table;
}
.academy-playlist li:after {
  clear: both;
}
.academy-playlist li:before {
  content: '';
  display: block;
}
.academy-playlist li:after {
  content: '';
  display: table;
  clear: both;
}
.academy-playlist li:before {
  content: '';
  display: block;
}
.academy-playlist li:after {
  content: '';
  display: table;
  clear: both;
}
.academy-playlist li:hover {
  opacity: 0.8;
}
.academy-playlist li a {
  color: #fff;
}
.academy-playlist li .number {
  display: block;
  background: #4C514D;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 60px;
  height: 45px;
  float: left;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
}
.academy-playlist li .text {
  line-height: 45px;
  padding: 0 20px;
  width: 480px;
  height: 45px;
  background: url(../img/program-playlist-bg-3.png) bottom repeat-x #406783;
  color: #fff;
  display: block;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #6087AF;
  border-left: none;
}
.spreecast-question-area input[type="text"],
.spreecast-question-area input[type="email"],
.spreecast-question-area textarea {
  width: 100%;
}
/** Academy Page **/
.academy-archived .archived-program-list {
  -webkit-column-count: 2;
}
.academy-archived p {
  margin-bottom: 30px;
}
.academy-archived .media {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
}
.academy-archived .media-object {
  width: 60px;
  height: auto;
  -webkit-filter: grayscale(100%);
  opacity: .7;
}
/** Participation Pages **/
.program-announcements {
  border: 2px solid #d0dee6;
  background: #fbfcfd;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.program-announcements:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: inherit;
  border-top: inherit;
  border-right: inherit;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -11px;
  top: 30px;
  -webkit-transform: rotate(45deg);
}
.academy-participate-section {
  padding: 30px;
}
.academy-participate-section h3 {
  margin-bottom: 30px;
  text-align: center;
}
.academy-get-credit {
  height: 100%;
}
.video-quiz-list .media {
  margin-bottom: 30px;
}
.video-quiz-list .media:last-child {
  margin-bottom: 0;
}
.video-quiz-list .media-object {
  width: 75px;
}
.quiz-modal .question {
  margin-top: 15px;
}
.quiz-modal .question h3 {
  font-size: 17.6px;
}
.quiz-modal .question .incorrect,
.quiz-modal .question .correct {
  padding-left: 0;
  margin-left: 0;
}
.answers li {
  margin-bottom: 15px;
}
.answers input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
}
.answers label {
  display: inline;
}
.program-type-intro {
  zoom: 1;
}
.program-type-intro:before,
.program-type-intro:after {
  content: " ";
  display: table;
}
.program-type-intro:after {
  clear: both;
}
.program-type-intro:before,
.program-type-intro:after {
  content: " ";
  display: table;
}
.program-type-intro:after {
  clear: both;
}
.program-type-intro:before {
  content: '';
  display: block;
}
.program-type-intro:after {
  content: '';
  display: table;
  clear: both;
}
.program-type-intro:before {
  content: '';
  display: block;
}
.program-type-intro:after {
  content: '';
  display: table;
  clear: both;
}
.program-type-icon {
  float: left;
  margin-right: 15px;
  width: 75px;
  height: auto;
}
.program-type-title {
  overflow: hidden;
  font-size: 28px;
  margin-bottom: 60px;
}
.program-type-title span {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
.program-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.program-list-item {
  background-color: #115b88;
  color: #fff;
  margin-bottom: 30px;
  height: 250px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
}
.program-list-item.program-list-item-tight {
  height: 192px;
}
.program-list-item a {
  color: #fff;
}
.program-list-image {
  float: left;
  height: 250px;
  width: 35%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #aaa;
  box-sizing: border-box;
}
.program-list-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.program-list-content {
  padding: 20px 30px;
  overflow: hidden;
  width: 65%;
  box-sizing: border-box;
}
.program-list-title {
  margin-bottom: 20px;
  line-height: 1.3;
}
.program-list-title span {
  font-weight: 400;
}
.program-list-media {
  width: 30%;
  float: left;
  margin-right: 5px;
}
.program-list-media p {
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.program-list-media .media-object {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.program-list-buttons {
  margin-bottom: 20px;
}
.program-list-buttons .btn {
  margin-right: 15px;
}
.program-list-badge {
  background-color: #d6a237;
  font-size: 12.6px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 5px 10px;
  font-weight: 700;
}
.slickQuizWrapper .button {
  background-color: #115b88;
  border: 1px solid #0e4c71;
}
.slickQuizWrapper .button:hover {
  background-color: #1779b5;
}
.slickQuizWrapper .button.backToQuestion {
  color: #333333;
  background-color: #fff;
  border-color: #ccc;
  margin-right: 6px;
}
.slickQuizWrapper .button.backToQuestion:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}
.rewards-store-logged-out {
  -webkit-font-smoothing: antialiased;
  background-color: #aec0c1;
  background: -webkit-gradient(linear, left top, left bottom, from(#aec0c1), to(#d7dfe0));
  background: -webkit-linear-gradient(top, #aec0c1, #d7dfe0);
  background: -moz-linear-gradient(top, #aec0c1, #d7dfe0);
  background: -ms-linear-gradient(top, #aec0c1, #d7dfe0);
  background: -o-linear-gradient(top, #aec0c1, #d7dfe0);
  padding: 30px 0;
  text-align: center;
}
.rewards-store-logged-out h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Fjalla One", impact, sans-serif;
  font-size: 75px;
  line-height: 1;
  padding: 0;
  border: 0;
  margin: 30px 0;
}
.rewards-store-logged-out h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
.rewards-store-logged-out p {
  font-size: 18px;
  margin-bottom: 30px;
}
.rewards-store-images-slider-wrap {
  margin: 30px 0;
}
.rewards-store-images-slider li {
  padding: 5px;
}
.rewards-store-images-slider img {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.reward-store-user-info {
  padding-left: 30px;
  border-left: 1px solid #ccc;
}
.reward-store-item {
  margin-bottom: 30px;
}
.reward-store-item .thumbnail {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.reward-store-item .thumbnail:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.reward-store-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
.reward-modal {
  text-align: center;
  border-radius: 0;
}
.reward-modal img {
  padding: 15px;
}
.colorbox .main-item-photo {
  position: relative;
}
.colorbox .main-item-photo:after {
  position: absolute;
  left: 5%;
  bottom: 5%;
  padding: 6px 9px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  font-family: 'FontAwesome';
  content: '\f065';
  text-align: center;
  font-size: 1em;
  color: #fff;
}
.rewards-item-description {
  border-top: 3px solid #dde1e3;
  padding-top: 20px;
  margin-top: 20px;
}
.colorpicker {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.colorpicker input[type="radio"] {
  display: none;
}
.colorpicker li {
  cursor: pointer;
  float: left;
}
.colorpicker div {
  height: 20px;
  width: 20px;
  border: solid 1px #e7e7e9;
  margin: 1px;
}
.colorpicker div:hover {
  border-color: #999999;
}
.colorpicker div.selected {
  border-color: #333333;
}
.selected-color {
  font-weight: bold;
}
.purchase-dialog .purchase-set {
  display: block;
}
.purchase-dialog .purchase-set ~ .purchase-set {
  display: none;
}
.thank-you-set .fa {
  color: #115b88;
}
.order-preview {
  zoom: 1;
}
.order-preview:before,
.order-preview:after {
  content: " ";
  display: table;
}
.order-preview:after {
  clear: both;
}
.order-preview:before,
.order-preview:after {
  content: " ";
  display: table;
}
.order-preview:after {
  clear: both;
}
.order-preview:before {
  content: '';
  display: block;
}
.order-preview:after {
  content: '';
  display: table;
  clear: both;
}
.order-preview:before {
  content: '';
  display: block;
}
.order-preview:after {
  content: '';
  display: table;
  clear: both;
}
.cart-button {
  float: right;
}
.point-guide-table td:nth-child(even) {
  text-align: right;
  font-weight: 700;
}
.slider-area {
  position: relative;
}
.slider-area .create-youtube-player {
  min-height: 350px;
}
.slider-area .the-content {
  margin-bottom: 30px;
}
.slider-title {
  position: absolute;
  top: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.bx-pager {
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 100;
}
.bx-pager-item {
  display: inline-block;
  margin-right: 5px;
}
.bx-pager-item a {
  background: #115b88;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 12.8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bx-pager-item a:hover {
  text-decoration: none;
  color: #fff;
  background: #1779b5;
}
.bx-pager-item a:active {
  background: #0e4c71;
}
.bx-pager-item .active {
  background: #1779b5;
}
.browse-videos-area {
  zoom: 1;
  margin-top: 0;
}
.browse-videos-area:before,
.browse-videos-area:after {
  content: " ";
  display: table;
}
.browse-videos-area:after {
  clear: both;
}
.browse-videos-area:before,
.browse-videos-area:after {
  content: " ";
  display: table;
}
.browse-videos-area:after {
  clear: both;
}
.browse-videos-area:before {
  content: '';
  display: block;
}
.browse-videos-area:after {
  content: '';
  display: table;
  clear: both;
}
.browse-videos-area:before {
  content: '';
  display: block;
}
.browse-videos-area:after {
  content: '';
  display: table;
  clear: both;
}
.front-page-opportunities {
  background: #fff9f0;
}
.home .sidebar {
  padding: 0;
  background: transparent;
}
.newsletter-iframe {
  border: 1px solid #ccc;
  height: 345px;
  width: 100%;
  padding: 15px;
}
.post-grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}
.post-grid:before,
.post-grid:after {
  content: " ";
  display: table;
}
.post-grid:after {
  clear: both;
}
.post-grid:before,
.post-grid:after {
  content: " ";
  display: table;
}
.post-grid:after {
  clear: both;
}
.post-grid:before {
  content: '';
  display: block;
}
.post-grid:after {
  content: '';
  display: table;
  clear: both;
}
.post-grid:before {
  content: '';
  display: block;
}
.post-grid:after {
  content: '';
  display: table;
  clear: both;
}
.post-grid li {
  width: 33%;
  float: left;
  padding: 0 7.5px;
  margin-bottom: 30px;
}
.opportunity-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-justify-content: flex-start;
  -ms-flex-justify-content: flex-start;
  justify-content: flex-start;
}
.opportunity-links li {
  margin-bottom: 20px;
}
.opportunity-links.content-grid--2 li {
  width: 48%;
  margin-right: 3%;
}
.opportunity-links.content-grid--2 li:nth-child(2n) {
  margin-right: 0;
}
.opportunity-links.content-grid--3 li {
  width: 31%;
  margin-right: 3.5%;
}
.opportunity-links.content-grid--3 li:nth-child(3n) {
  margin-right: 0;
}
.opportunity-links.content-grid--4 li {
  width: 23%;
  margin-right: 2.6%;
}
.opportunity-links.content-grid--4 li:nth-child(4n) {
  margin-right: 0;
}
.opportunity-links li {
  width: 31%;
  margin-right: 3.5%;
}
.opportunity-links li:nth-child(3n) {
  margin-right: 0;
}
.opportunity-link-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  text-align: center;
  border-radius: 4px;
  background-color: #FAFAFA;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.opportunity-link-item:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.28);
}
.opportunity-link-item a {
  display: block;
  padding: 40px 6px;
}
.opportunity-link-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.opportunity-link-icon {
  max-width: 78px;
  max-height: 78px;
}
.topic-page-section {
  margin-bottom: 30px;
  zoom: 1;
}
.topic-page-section:before,
.topic-page-section:after {
  content: " ";
  display: table;
}
.topic-page-section:after {
  clear: both;
}
.topic-page-section:before,
.topic-page-section:after {
  content: " ";
  display: table;
}
.topic-page-section:after {
  clear: both;
}
.topic-page-section:before {
  content: '';
  display: block;
}
.topic-page-section:after {
  content: '';
  display: table;
  clear: both;
}
.topic-page-section:before {
  content: '';
  display: block;
}
.topic-page-section:after {
  content: '';
  display: table;
  clear: both;
}
.topic-page-recent-items {
  margin-bottom: 15px;
  zoom: 1;
}
.topic-page-recent-items:before,
.topic-page-recent-items:after {
  content: " ";
  display: table;
}
.topic-page-recent-items:after {
  clear: both;
}
.topic-page-recent-items:before,
.topic-page-recent-items:after {
  content: " ";
  display: table;
}
.topic-page-recent-items:after {
  clear: both;
}
.topic-page-recent-items:before {
  content: '';
  display: block;
}
.topic-page-recent-items:after {
  content: '';
  display: table;
  clear: both;
}
.topic-page-recent-items:before {
  content: '';
  display: block;
}
.topic-page-recent-items:after {
  content: '';
  display: table;
  clear: both;
}
.topic-page-all-content {
  display: none;
  background: #f3f3f3;
}
.topic-page-all-content ul {
  padding: 30px;
}
.topic-page-all-content li {
  margin-bottom: 10px;
}
.topic-page-all-content-button {
  background: #dde1e3;
  text-align: center;
  color: #115b88;
  padding: 10px;
  font-weight: 700;
  margin: 0;
}
.topic-page-all-content-button:hover {
  background: #ccd2d5;
  cursor: pointer;
}
.topic-page-sidebar {
  background: #ECBC51;
  background-color: #ecbc51;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecbc51), to(#f6dea9));
  background: -webkit-linear-gradient(top, #ecbc51, #f6dea9);
  background: -moz-linear-gradient(top, #ecbc51, #f6dea9);
  background: -ms-linear-gradient(top, #ecbc51, #f6dea9);
  background: -o-linear-gradient(top, #ecbc51, #f6dea9);
  padding: 60px 30px;
  zoom: 1;
}
.topic-page-sidebar:before,
.topic-page-sidebar:after {
  content: " ";
  display: table;
}
.topic-page-sidebar:after {
  clear: both;
}
.topic-page-sidebar:before,
.topic-page-sidebar:after {
  content: " ";
  display: table;
}
.topic-page-sidebar:after {
  clear: both;
}
.topic-page-sidebar:before {
  content: '';
  display: block;
}
.topic-page-sidebar:after {
  content: '';
  display: table;
  clear: both;
}
.topic-page-sidebar:before {
  content: '';
  display: block;
}
.topic-page-sidebar:after {
  content: '';
  display: table;
  clear: both;
}
.topic-page-sidebar h4 {
  font-family: 'Fjalla One', "Times New Roman", Times, serif;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.topic-sidebar-action-list {
  margin-bottom: 60px;
}
.topic-sidebar-action-list li {
  font-weight: 700;
  margin-bottom: 15px;
}
.topic-sidebar-action-list li:last-child {
  margin-bottom: 0;
}
.topic-sidebar-action-list li img {
  display: inline-block;
  margin-right: 6px;
}
.topic-page-sidebar-icons {
  margin-top: 30px;
}
.topic-page-sidebar-icons li {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding: 5px;
}
.video-playlist-list .content-box {
  background: #eff6f9;
  zoom: 1;
}
.video-playlist-list .content-box:before,
.video-playlist-list .content-box:after {
  content: " ";
  display: table;
}
.video-playlist-list .content-box:after {
  clear: both;
}
.video-playlist-list .content-box:before,
.video-playlist-list .content-box:after {
  content: " ";
  display: table;
}
.video-playlist-list .content-box:after {
  clear: both;
}
.video-playlist-list .content-box:before {
  content: '';
  display: block;
}
.video-playlist-list .content-box:after {
  content: '';
  display: table;
  clear: both;
}
.video-playlist-list .content-box:before {
  content: '';
  display: block;
}
.video-playlist-list .content-box:after {
  content: '';
  display: table;
  clear: both;
}
.playlist-text {
  overflow: hidden;
}
.playlist-thumbnail {
  float: left;
  margin-right: 20px;
}
.profile-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.profile-buttons li {
  margin-bottom: 15px;
}
.profile-progress__missing-fields {
  font-weight: 700;
}
/*
Set style on the jQuery UI gigya dialog
so that it doesn't overflow page when over a modal
*/
.gigya-screen-dialog {
  overflow: auto;
  max-height: 100%;
}
.profile-photo {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.profile-area,
.profile-area__title {
  margin-bottom: 30px;
}
.topic-challenge-area li {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  padding: 0 2%;
  text-align: center;
  vertical-align: top;
}
.unearned-badges li {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-backface-visibility: hidden;
  opacity: 0.5;
}
.unearned-badges li:hover {
  opacity: 0.8;
}
.unregister-button .btn {
  min-width: 145px;
}
.select2-choice {
  height: 35px !important;
}
.highlight {
  background-color: #fffae0;
  padding: 0 5px;
}
.ui-autocomplete {
  z-index: 2000;
}
.birthday-picker select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 1px solid #CCCCCC;
  background: url(../img/select-arrow.png) 96% center no-repeat #ffffff !important;
  padding: 5px 15px 5px 10px;
  -webkit-appearance: none !important;
  display: inline-block;
  margin-right: 2%;
}
.birthday-picker select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.birthday-picker select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.birthday-picker select:-ms-input-placeholder {
  color: #999999;
}
.birthday-picker select::-webkit-input-placeholder {
  color: #999999;
}
.birthday-picker select[disabled],
.birthday-picker select[readonly],
fieldset[disabled] .birthday-picker select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.birthday-picker select {
  height: auto;
}
.birthday-picker .birth-month {
  width: 36%;
}
.birthday-picker .birth-day {
  width: 26%;
}
.birthday-picker .birth-year {
  width: 32%;
}
.videos-category-filter > li {
  margin-bottom: 20px;
}
.videos-category-filter > li > a {
  font-weight: 700;
}
.videos-category-filter > li ul {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
.video-grid {
  zoom: 1;
}
.video-grid:before,
.video-grid:after {
  content: " ";
  display: table;
}
.video-grid:after {
  clear: both;
}
.video-grid:before,
.video-grid:after {
  content: " ";
  display: table;
}
.video-grid:after {
  clear: both;
}
.video-grid:before {
  content: '';
  display: block;
}
.video-grid:after {
  content: '';
  display: table;
  clear: both;
}
.video-grid:before {
  content: '';
  display: block;
}
.video-grid:after {
  content: '';
  display: table;
  clear: both;
}
.video-grid-item {
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  width: 33%;
  padding: 0 7.5px;
  float: left;
  vertical-align: top;
}
.video-grid-item .post-categories {
  margin-top: 10px;
}
.video-grid-categories {
  margin-top: 10px;
}
.video-grid-categories li {
  float: left;
  margin-right: 3px;
}
.new-video-badge {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 7.5px;
  padding: 3px 6px;
  background: #d6a237;
  color: #fff;
  font-size: 14px;
}
.rising-landing-section {
  -webkit-font-smoothing: antialiased;
  padding: 30px;
  margin-bottom: 30px;
  zoom: 1;
}
.rising-landing-section:before,
.rising-landing-section:after {
  content: " ";
  display: table;
}
.rising-landing-section:after {
  clear: both;
}
.rising-landing-section:before,
.rising-landing-section:after {
  content: " ";
  display: table;
}
.rising-landing-section:after {
  clear: both;
}
.rising-landing-section:before {
  content: '';
  display: block;
}
.rising-landing-section:after {
  content: '';
  display: table;
  clear: both;
}
.rising-landing-section:before {
  content: '';
  display: block;
}
.rising-landing-section:after {
  content: '';
  display: table;
  clear: both;
}
.rising-landing-section .btn-rising-landing {
  color: #fff;
  padding: 10px;
  font-size: 14.4px;
  margin-top: 15px;
}
.rising-landing-section h1,
.rising-landing-section h2,
.rising-landing-section h3,
.rising-landing-section h4,
.rising-landing-section h5,
.rising-landing-section h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Fjalla One", impact, sans-serif;
}
.rising-landing-section h3 {
  font-size: 75px;
  line-height: 85px;
  padding: 0;
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rising-landing-section h4 {
  margin-top: 30px;
  font-size: 50px;
  line-height: 60px;
}
.rising-landing-section h5 {
  font-size: 24px;
  line-height: 37px;
  color: #000;
}
.rising-landing-section.yellow {
  background: #EDC05B;
  background-color: #edc05b;
  background: -webkit-gradient(linear, left top, left bottom, from(#edc05b), to(#f6dea9));
  background: -webkit-linear-gradient(top, #edc05b, #f6dea9);
  background: -moz-linear-gradient(top, #edc05b, #f6dea9);
  background: -ms-linear-gradient(top, #edc05b, #f6dea9);
  background: -o-linear-gradient(top, #edc05b, #f6dea9);
}
.rising-landing-section.yellow .btn-rising-landing {
  background: #E29E26;
}
.rising-landing-section.blue {
  background: #90C8C6;
  background-color: #90c8c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#90c8c6), to(#c7e3e2));
  background: -webkit-linear-gradient(top, #90c8c6, #c7e3e2);
  background: -moz-linear-gradient(top, #90c8c6, #c7e3e2);
  background: -ms-linear-gradient(top, #90c8c6, #c7e3e2);
  background: -o-linear-gradient(top, #90c8c6, #c7e3e2);
}
.rising-landing-section.brown {
  background: #C0B291;
  background-color: #c0b291;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0b291), to(#dfd8c8));
  background: -webkit-linear-gradient(top, #c0b291, #dfd8c8);
  background: -moz-linear-gradient(top, #c0b291, #dfd8c8);
  background: -ms-linear-gradient(top, #c0b291, #dfd8c8);
  background: -o-linear-gradient(top, #c0b291, #dfd8c8);
}
.rising-landing-section.salmon {
  background: #EC9E7D;
  background-color: #ec9e7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec9e7d), to(#f5cebe));
  background: -webkit-linear-gradient(top, #ec9e7d, #f5cebe);
  background: -moz-linear-gradient(top, #ec9e7d, #f5cebe);
  background: -ms-linear-gradient(top, #ec9e7d, #f5cebe);
  background: -o-linear-gradient(top, #ec9e7d, #f5cebe);
}
.rising-landing-section.green {
  background: #C0C48B;
  background-color: #c0c48b;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0c48b), to(#dfe0c5));
  background: -webkit-linear-gradient(top, #c0c48b, #dfe0c5);
  background: -moz-linear-gradient(top, #c0c48b, #dfe0c5);
  background: -ms-linear-gradient(top, #c0c48b, #dfe0c5);
  background: -o-linear-gradient(top, #c0c48b, #dfe0c5);
}
.rising-landing-section.green .btn-rising-landing {
  background: #9EA852;
}
.rising-landing-section.orange {
  background: #EBAE6B;
  background-color: #ebae6b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebae6b), to(#f6d8ba));
  background: -webkit-linear-gradient(top, #ebae6b, #f6d8ba);
  background: -moz-linear-gradient(top, #ebae6b, #f6d8ba);
  background: -ms-linear-gradient(top, #ebae6b, #f6d8ba);
  background: -o-linear-gradient(top, #ebae6b, #f6d8ba);
}
.rising-landing-section.orange .btn-rising-landing {
  background: #E39235;
}
.rising-landing-section.gray {
  background: #AEC0C1;
  background-color: #aec0c1;
  background: -webkit-gradient(linear, left top, left bottom, from(#aec0c1), to(#d7dfe0));
  background: -webkit-linear-gradient(top, #aec0c1, #d7dfe0);
  background: -moz-linear-gradient(top, #aec0c1, #d7dfe0);
  background: -ms-linear-gradient(top, #aec0c1, #d7dfe0);
  background: -o-linear-gradient(top, #aec0c1, #d7dfe0);
}
.rising-landing-section.gray .btn-rising-landing {
  background: #83A3A4;
}
.rising-landing-content {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
}
.rising-landing-topics {
  margin-top: 30px;
}
.rising-landing-topics ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.rising-landing-topics ul li {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  width: 16.6%;
  text-align: center;
}
.rising-landing-topic-description {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.rising-landing-social-rank ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rising-landing-social-rank ul li {
  box-sizing: border-box;
  width: 20%;
  padding: 10px;
  display: inline-block;
  text-align: center;
}
.rising-landing-social-rank ul li .social-rank-caption {
  color: #000;
  font-weight: 700;
}
.rising-medal-icon {
  position: relative;
  top: -30px;
}
ul.rising-landing-swag {
  margin: 30px 0 0 0;
  list-style-type: none;
  padding: 0;
  zoom: 1;
}
ul.rising-landing-swag:before,
ul.rising-landing-swag:after {
  content: " ";
  display: table;
}
ul.rising-landing-swag:after {
  clear: both;
}
ul.rising-landing-swag:before,
ul.rising-landing-swag:after {
  content: " ";
  display: table;
}
ul.rising-landing-swag:after {
  clear: both;
}
ul.rising-landing-swag:before {
  content: '';
  display: block;
}
ul.rising-landing-swag:after {
  content: '';
  display: table;
  clear: both;
}
ul.rising-landing-swag:before {
  content: '';
  display: block;
}
ul.rising-landing-swag:after {
  content: '';
  display: table;
  clear: both;
}
ul.rising-landing-swag li {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 16.6%;
  padding-right: 20px;
}
.about .main-navigation {
  margin-bottom: 0;
}
.about footer {
  margin-top: 0;
}
.watch-learn-live-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.watch-learn-live-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  zoom: 1;
}
.watch-learn-live-item:before,
.watch-learn-live-item:after {
  content: " ";
  display: table;
}
.watch-learn-live-item:after {
  clear: both;
}
.watch-learn-live-item:before,
.watch-learn-live-item:after {
  content: " ";
  display: table;
}
.watch-learn-live-item:after {
  clear: both;
}
.watch-learn-live-item:before {
  content: '';
  display: block;
}
.watch-learn-live-item:after {
  content: '';
  display: table;
  clear: both;
}
.watch-learn-live-item:before {
  content: '';
  display: block;
}
.watch-learn-live-item:after {
  content: '';
  display: table;
  clear: both;
}
.watch-learn-live-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.newsletter-section {
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.newsletter-section-header {
  font-size: 27.2px;
  margin-bottom: 20px;
  font-weight: 600;
}
.newsletter-section-link {
  font-size: 19.2px;
}
.section-icon {
  text-align: center;
}
.section-icon img {
  margin-bottom: 10px;
}
.about-section-subtitle {
  color: #d6a237;
  margin-bottom: 30px;
}
.section-title-left {
  text-align: left;
}
.staff-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.staff-member {
  display: inline-block;
  box-sizing: border-box;
  width: 24.5%;
  padding-right: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.staff-member.active {
  opacity: 1;
}
.staff-member:hover {
  opacity: 1;
}
.staff-thumbnail {
  border-radius: 50%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.staff-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #333333;
}
.staff-info {
  background: #115b88;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.staff-bio-slider-container {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  margin-top: 30px;
  padding: 30px;
  position: relative;
}
.staff-bio-slider-container:after,
.staff-bio-slider-container:before {
  border-style: solid;
  border-width: 0 18px 20px;
  content: '';
  display: block;
  left: 15%;
  margin-left: -18px;
  position: absolute;
  width: 0;
}
.staff-bio-slider-container:after {
  border-color: #FFFFFF transparent;
  z-index: 1;
  top: -19px;
}
.staff-bio-slider-container:before {
  border-color: #d9d9d9 transparent;
  z-index: 0;
  top: -20px;
}
.staff-list-container {
  position: relative;
}
.card {
  margin-bottom: 60px;
  border-radius: 15px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
}
.card .top {
  position: relative;
  padding-top: 300px;
  background-repeat: no-repeat;
  background-position: 49.99% center;
  -webkit-background-size: cover;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card .top .ribbon {
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 4px 20px;
  background: #d6a237;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 17.6px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.card .top .ribbon:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 17px 0px 17px 16px;
  border-color: transparent transparent transparent #d6a237;
  top: 0px;
  left: 100%;
}
.card .top .ribbon:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 16px solid;
  border-color: #d6a237 #d6a237 #d6a237 transparent;
  top: 0;
  left: -17px;
}
.card .bottom {
  text-align: center;
  padding: 30px 40px;
}
.card .card-header {
  color: #115b88;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.card p {
  margin-bottom: 30px;
}
.card p:last-child {
  margin-bottom: 0;
}
.btn-career-guide {
  font-size: 14.4px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-career-guide span {
  font-weight: 400;
  display: block;
  text-transform: none;
}
.blog-featured-image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-featured-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-featured-image__caption {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
  color: #808080;
}
.blog-featured-image__caption a {
  color: #333333;
}
.blog-featured-image__caption a:hover {
  color: black;
}
@media (max-width: 767px) {
  .blog-featured-image__caption {
    padding: 10px;
  }
}
.blog-title-and-meta {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.blog-title-and-meta > * {
  margin-bottom: 20px;
}
.blog-title-and-subtitle {
  zoom: 1;
}
.blog-title-and-subtitle:before,
.blog-title-and-subtitle:after {
  content: " ";
  display: table;
}
.blog-title-and-subtitle:after {
  clear: both;
}
.blog-title-and-subtitle:before,
.blog-title-and-subtitle:after {
  content: " ";
  display: table;
}
.blog-title-and-subtitle:after {
  clear: both;
}
.blog-title-and-subtitle:before {
  content: '';
  display: block;
}
.blog-title-and-subtitle:after {
  content: '';
  display: table;
  clear: both;
}
.blog-title-and-subtitle:before {
  content: '';
  display: block;
}
.blog-title-and-subtitle:after {
  content: '';
  display: table;
  clear: both;
}
.blog-title {
  font-size: 49.2px;
}
@media (max-width: 767px) {
  .blog-title {
    font-size: 41px;
  }
}
.blog-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
}
.blog-meta-row {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 14px;
  font-family: 'Fjalla One', "Times New Roman", Times, serif;
  margin-bottom: 30px;
}
.blog-meta-row__item {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ccc;
}
.blog-meta-row__item:last-child {
  margin-right: 0;
  border-right: none;
}
@media (max-width: 767px) {
  .blog-meta-row__item {
    display: block;
    padding-right: 0;
    border: none;
    margin-bottom: 10px;
  }
}
.blog-authors-short {
  display: inline-block;
}
.blog-authors-short__item {
  display: inline-block;
}
.blog-after-content__item {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.blog-author-detail__img {
  width: 100px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-author-detail__img {
    display: none;
  }
}
.blog-sidebar {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog-sidebar {
    padding-left: 0;
  }
}
.blog-sidebar__heading {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Fjalla One', "Times New Roman", Times, serif;
  font-weight: 400;
}
.blog-sidebar__heading:after {
  margin-top: 15px;
  content: '';
  display: block;
  width: 40px;
  border-bottom: 1px solid #ccc;
}
.related-blog-posts__item {
  margin-bottom: 30px;
}
.related-blog-posts__title {
  margin-bottom: 5px;
}
.related-blog-posts__meta {
  font-size: 14px;
  font-style: italic;
}
.post-list li {
  margin-bottom: 30px;
}
.pagination-area ~ .post-list--blog {
  margin-top: 35px;
}
.post-meta {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #585858;
  margin-bottom: 6px;
}
.post-meta span:nth-child(n+2) {
  margin-left: 10px;
}
.post-meta a {
  color: #585858;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #006699;
}
.post-meta .fa {
  color: #d6a237;
}
.post-sidebar {
  background: #eff6f9;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .post-sidebar {
    margin-bottom: 20px;
  }
}
.post-footer {
  border-top: 2px solid #d6a237;
  margin-top: 15px;
  padding-top: 30px;
}
.post-footer-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.post-title {
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  .post-title {
    font-size: 36px;
  }
}
.post-image {
  margin-bottom: 30px;
}
.post-image ~ .post-image-credit {
  margin-top: -30px;
}
.post-image-credit {
  font-size: 14px;
  font-style: italic;
  color: #585858;
  margin-bottom: 15px;
  text-align: right;
}
.post-content {
  font-size: 18px;
}
.post-share {
  margin-bottom: 10px;
}
.author-meta {
  zoom: 1;
  margin-bottom: 20px;
}
.author-meta:before,
.author-meta:after {
  content: " ";
  display: table;
}
.author-meta:after {
  clear: both;
}
.author-meta:before,
.author-meta:after {
  content: " ";
  display: table;
}
.author-meta:after {
  clear: both;
}
.author-meta:before {
  content: '';
  display: block;
}
.author-meta:after {
  content: '';
  display: table;
  clear: both;
}
.author-meta:before {
  content: '';
  display: block;
}
.author-meta:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .author-meta {
    text-align: center;
    margin-bottom: 0;
  }
  .author-meta:nth-child(n+2) {
    margin-top: 30px;
  }
}
.author-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.author-title .fa {
  color: #115b88;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .author-title {
    text-align: center;
  }
}
.author-image {
  border-radius: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  max-width: 100px;
}
.author-image--xsmall {
  max-width: 25px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .author-meta .author-image {
    float: left;
    width: 15%;
  }
}
@media (max-width: 767px) {
  .author-meta .author-image {
    margin: 0;
  }
}
.author-bio {
  margin-top: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .author-meta .author-bio {
    float: left;
    margin: 0 0 4% 4%;
    width: 81%;
  }
}
.author-bio-text {
  font-size: 14px;
  text-align: left;
}
.hero-section--flag {
  background: #0d4668 url('../img/national-debt-landing-page/flag-hero.jpg') no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}
.disinherited-section {
  color: white;
  overflow: hidden;
}
.disinherited-section:hover .twisty-pages .cover {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.disinherited-section:hover .twisty-pages .page {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}
.national-debt-callout {
  color: white;
  font-family: 'Fjalla One', "Times New Roman", Times, serif;
  text-align: center;
  text-transform: uppercase;
}
.national-debt-callout span {
  display: block;
  line-height: 1;
}
.national-debt-callout span:nth-child(1) {
  font-size: 55px;
}
.national-debt-callout span:nth-child(2) {
  font-size: 70px;
}
.national-debt-callout span:nth-child(3) {
  font-size: 66px;
}
.bootstrap-cards {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-justify-content: flex-start;
  -ms-flex-justify-content: flex-start;
  justify-content: flex-start;
}
.bootstrap-cards li {
  margin-bottom: 20px;
}
.bootstrap-cards.content-grid--2 li {
  width: 48%;
  margin-right: 3%;
}
.bootstrap-cards.content-grid--2 li:nth-child(2n) {
  margin-right: 0;
}
.bootstrap-cards.content-grid--3 li {
  width: 31%;
  margin-right: 3.5%;
}
.bootstrap-cards.content-grid--3 li:nth-child(3n) {
  margin-right: 0;
}
.bootstrap-cards.content-grid--4 li {
  width: 23%;
  margin-right: 2.6%;
}
.bootstrap-cards.content-grid--4 li:nth-child(4n) {
  margin-right: 0;
}
.bootstrap-cards li {
  width: 31%;
  margin-right: 3.5%;
}
.bootstrap-cards li:nth-child(3n) {
  margin-right: 0;
}
.bootstrap-cards li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bootstrap-card {
  background: white;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 20px;
}
.bootstrap-card-title {
  margin-bottom: 15px;
}
.bootstrap-card-text {
  margin-bottom: 20px;
}
.bootstrap-card-bottom {
  margin-top: auto;
}
.twisty-pages {
  position: relative;
}
.twisty-pages .cover,
.twisty-pages .page {
  position: absolute;
  top: 0;
  left: 20%;
  max-width: 250px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.twisty-pages .cover {
  z-index: 5;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.twisty-pages .page {
  z-index: 4;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.signup-bar {
  background: #115b88 url('../img/signup-bar/signup-bar-bg.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
  color: white;
  padding: 60px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2000;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -o-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.signup-bar.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.signup-bar-close {
  position: absolute;
  top: 5%;
  right: 2%;
  font-size: 34px;
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.signup-bar-close:hover,
.signup-bar-close:focus {
  color: white;
  opacity: 0.6;
}
.signup-bar-callout {
  margin-bottom: 20px;
}
.signup-bar-img-container {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .signup-bar-img-container {
    float: left;
    margin: 0 10px 0 0;
  }
}
.signup-bar-title {
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.signup-bar-subtitle {
  font-weight: bold;
}
.signup-bar-buttons {
  text-align: center;
}
.signup-bar-buttons li {
  display: inline-block;
  margin-right: 30px;
}
.signup-bar-buttons li:last-child {
  margin-right: 0;
}
.hero--starburst {
  background-image: url(../img/landing-pages/starburst-hero-bg.jpg);
}
.hero--birthday,
.hero--healthcare {
  padding-bottom: 0;
}
.social-landing-container {
  max-width: 1140px;
}
@media (min-width: 768px) {
  .social-landing-container {
    width: 1140px;
  }
}
.masonry-grid {
  margin: 30px 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media (max-width: 767px) {
  .masonry-grid {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 480px) {
  .masonry-grid {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.masonry-grid-item {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin: 0 0 1em;
  border-radius: 4px;
  word-break: break-word;
  color: white;
}
.masonry-grid-item:nth-child(even) {
  background-color: #426e9e;
}
.masonry-grid-item:nth-child(odd) {
  background-color: #30669b;
}
.masonry-grid-item--embed {
  padding: 0;
  background-color: transparent !important;
  /* Override social media iframe styles that interfere */
}
.masonry-grid-item--embed iframe {
  margin: 0 !important;
  box-shadow: none !important;
}
.masonry-grid-item--embed .instagram-media {
  border: 1px solid #E1E8ED !important;
}
.masonry-grid-item--full-image {
  position: relative;
  padding: 0;
  background-color: transparent !important;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.masonry-grid-item--full-image:hover,
.masonry-grid-item--full-image:focus {
  opacity: 0.7;
}
.masonry-grid-item--full-image img {
  border-radius: 4px;
}
.masonry-grid-item__image {
  margin: -20px -20px 20px;
}
.masonry-grid-item__image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.masonry-grid-item__link {
  font-weight: 700;
  margin-top: 20px;
}
.masonry-grid-item__link a {
  color: white;
  text-decoration: underline;
}
.masonry-grid-item__link a:hover,
.masonry-grid-item__link a:focus {
  opacity: 0.7;
}
.masonry-grid-item__link--absolute {
  bottom: 0;
  margin: 0 20px 20px 0;
  position: absolute;
  right: 0;
}
.opportunities-nav {
  margin-bottom: 30px;
}
.opportunities-nav .active {
  font-weight: 700;
}
.sidebar-opportunities-list {
  padding: 0 30px 0 0;
  border-right: 1px solid #DDDDDD;
  background: transparent;
  font-size: 14px;
}
.sidebar-opportunities-list.sidebar-right {
  padding: 0 0 0 30px;
  border-left: 1px solid #DDDDDD;
  border-right: none;
}
.sidebar-related-opportunities li {
  margin-bottom: 20px;
}
.sidebar-related-opportunities li h6 {
  margin-bottom: 7.5px;
}
.group-result {
  font-weight: 700 !important;
  position: relative !important;
  left: -1em !important;
}
.group-result:hover {
  background: #fff !important;
  color: #000 !important;
}
.opportunities-table {
  font-size: 14px;
}
.opportunities-table th {
  padding-right: 1.5em !important;
}
.featured-opp-container {
  padding: 30px 20px;
  margin-top: 60px;
  background-color: #EEF6F9;
}
.featured-opp-thumb {
  margin-bottom: 20px;
}
.featured-opp p {
  margin-bottom: 0;
}
.opportunities-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.opportunities-links li {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-bottom: 30px;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
}
.opportunities-links li:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.opportunities-links li.active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.opportunity-link {
  box-sizing: border-box;
  padding: 30px;
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.opportunity-link:hover {
  color: #fff;
}
.opportunity-more-info {
  display: none;
  padding: 0 30px 30px 30px;
}
.opportunity-more-info a {
  font-weight: 700;
  font-size: 17.6px;
}
.opportunity-list img {
  float: left;
  margin-right: 10px;
  width: 190px;
  height: auto;
}
.opportunity-list .opportunity-info {
  overflow: hidden;
}
.opportunity-list li {
  zoom: 1;
  margin-bottom: 30px;
}
.opportunity-list li:before,
.opportunity-list li:after {
  content: " ";
  display: table;
}
.opportunity-list li:after {
  clear: both;
}
.opportunity-list li:before,
.opportunity-list li:after {
  content: " ";
  display: table;
}
.opportunity-list li:after {
  clear: both;
}
.opportunity-list li:before {
  content: '';
  display: block;
}
.opportunity-list li:after {
  content: '';
  display: table;
  clear: both;
}
.opportunity-list li:before {
  content: '';
  display: block;
}
.opportunity-list li:after {
  content: '';
  display: table;
  clear: both;
}
.opportunity-submit-button {
  overflow: visible;
  width: auto;
  font-size: 1em;
  font-weight: inherit;
  text-align: left;
  color: #006699;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-user-select: text;
}
.opportunity-submit-button:hover {
  color: #00334d;
  text-decoration: underline;
}
.outside-opportunity-header {
  border-bottom: 2px solid #d0dee6;
  padding: 15px 0;
  zoom: 1;
}
.outside-opportunity-header:before,
.outside-opportunity-header:after {
  content: " ";
  display: table;
}
.outside-opportunity-header:after {
  clear: both;
}
.outside-opportunity-header:before,
.outside-opportunity-header:after {
  content: " ";
  display: table;
}
.outside-opportunity-header:after {
  clear: both;
}
.outside-opportunity-header:before {
  content: '';
  display: block;
}
.outside-opportunity-header:after {
  content: '';
  display: table;
  clear: both;
}
.outside-opportunity-header:before {
  content: '';
  display: block;
}
.outside-opportunity-header:after {
  content: '';
  display: table;
  clear: both;
}
.outside-opportunity-header .btn {
  float: left;
  margin: 20px 0 0 15px;
}
.outside-opportunity-header .logo {
  text-align: center;
}
.outside-opportunity-header .logo img {
  max-width: 50%;
}
.outside-opportunity-header .iframe-close {
  float: right;
  margin: 20px 15px 0 0;
}
.iframe-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 20;
}
.iframe-loading .fa {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  color: #fff;
}
.main-video-content,
.single-video__topic-link {
  margin-bottom: 30px;
}
.video-social-area {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-social-area > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.video-social-area > li:last-child {
  margin-right: 0 ;
}
.sidebar-topic-area {
  text-align: center;
}
.sidebar-topic-area img {
  padding: 0 60px;
}
/**
 * Forum Replies module
 * Goes underneath a single video
 * Collection of media elements
 */
.forum-replies {
  margin: 30px 0;
}
.forum-reply__date {
  font-style: italic;
  font-size: 14px;
}
.forum-reply__content {
  margin-top: 10px;
}
.forum-reply__favorites {
  font-size: 14px;
}
.forum-replies__link {
  margin-bottom: 30px;
}
.forum-reply .bbp-author-avatar img {
  transform-origin: 0 0;
}
.fb-like span {
  overflow: visible !important;
  width: 450px !important;
  margin-right: -375px;
}
.gig-button-container-twitter-tweet {
  position: relative;
  z-index: 10;
}
.gig-button-container-google-plusone {
  position: relative;
  z-index: 10;
}
.youtube-like-sparkline {
  width: 150px;
  height: 20px;
}
.like-area {
  height: 5px;
  background: #2C822B;
  float: left;
}
.dislike-area {
  height: 5px;
  background: #FF5153;
  float: left;
}
.sparkline-labels {
  zoom: 1;
  padding-top: 10px;
  font-size: 14px;
}
.sparkline-labels:before,
.sparkline-labels:after {
  content: " ";
  display: table;
}
.sparkline-labels:after {
  clear: both;
}
.sparkline-labels:before,
.sparkline-labels:after {
  content: " ";
  display: table;
}
.sparkline-labels:after {
  clear: both;
}
.sparkline-labels:before {
  content: '';
  display: block;
}
.sparkline-labels:after {
  content: '';
  display: table;
  clear: both;
}
.sparkline-labels:before {
  content: '';
  display: block;
}
.sparkline-labels:after {
  content: '';
  display: table;
  clear: both;
}
.sparkline-like-label {
  float: left;
}
.sparkline-dislike-label {
  float: right;
}
.video-views {
  font-size: 20px;
  font-weight: 700;
}
.post-categories li {
  display: inline-block;
}
.post-categories a {
  display: inline-block;
  margin: 0 0 5px 0;
  background: #d0dee6;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 13.6px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.post-categories a:hover {
  text-decoration: none;
  background: #e1eaef;
}
/* Speaker Archives & Single Speaker */
.speaker-list-item {
  margin-bottom: 30px;
}
.speaker-photo {
  width: 100%;
  height: auto;
}
.speaker-bio {
  margin-bottom: 30px;
}
.speakers-list li {
  margin-bottom: 5px;
}
.mobile-menu-button {
  float: right;
  margin-top: 10px;
}
/* Large desktop */
@media (min-width: 1200px) {
  .toggle-nav {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .toggle-nav {
    display: none;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .toggle-nav {
    display: none;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* #TYPOGRAPHY */
  h2 {
    font-size: 30px;
  }
  .page-title {
    margin-bottom: 30px;
    text-align: center;
  }
  /* UTILITIES */
  .content-grid.content-grid--3 li {
    width: 48%;
    margin-right: 3%;
  }
  .content-grid.content-grid--3 li:nth-child(3n) {
    margin-right: 3%;
  }
  .content-grid.content-grid--3 li:nth-child(2n) {
    margin-right: 0;
  }
  .content-grid.content-grid--4 li {
    width: 48%;
    margin-right: 3%;
  }
  .content-grid.content-grid--4 li:nth-child(2n) {
    margin-right: 0;
  }
  /* #COMPONENTS */
  .bootstrap-cards.content-grid--3 li {
    width: 48%;
    margin-right: 3%;
  }
  .bootstrap-cards.content-grid--3 li:nth-child(3n) {
    margin-right: 3%;
  }
  .bootstrap-cards.content-grid--3 li:nth-child(2n) {
    margin-right: 0;
  }
  .bootstrap-cards.content-grid--4 li {
    width: 48%;
    margin-right: 3%;
  }
  .bootstrap-cards.content-grid--4 li:nth-child(2n) {
    margin-right: 0;
  }
  .bootstrap-cards li {
    width: 48%;
    margin-right: 3%;
  }
  .bootstrap-cards li:nth-child(3n) {
    margin-right: 3%;
  }
  .bootstrap-cards li:nth-child(2n) {
    margin-right: 0;
  }
  .mobile-select-nav {
    margin-bottom: 20px;
  }
  .sidebar {
    background: inherit;
  }
  .sidebar.sidebar-left {
    background: inherit;
  }
  .video-slide-embed {
    width: 100%;
    float: none;
  }
  .video-slide-text {
    width: 100%;
    float: none;
  }
  .video-social-area > li {
    margin-bottom: 15px;
  }
  /* #OFF-CANVAS-MENU */
  .site-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .mobile-drawer-menu {
    overflow-y: auto;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #115b88;
    text-align: center;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
  }
  .mobile-drawer-menu .mobile-drawer-menu__list {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
  }
  .mobile-drawer-menu .mobile-drawer-menu__list li.menu-item-has-children > a:after {
    font-family: "fontawesome";
    content: "\f0da";
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mobile-drawer-menu .mobile-drawer-menu__list li.active > a {
    background: #0b3d5b;
  }
  .mobile-drawer-menu .mobile-drawer-menu__list li.active > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-drawer-menu .mobile-drawer-menu__list li a {
    display: block;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
  }
  .mobile-drawer-menu .mobile-drawer-menu__list li a:hover {
    background: #0b3d5b;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
  }
  .mobile-drawer-menu .sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #b58625;
    background: -webkit-gradient(linear, left top, left bottom, from(#b58625), to(#d6a237));
    background: -webkit-linear-gradient(top, #b58625, #d6a237);
    background: -moz-linear-gradient(top, #b58625, #d6a237);
    background: -ms-linear-gradient(top, #b58625, #d6a237);
    background: -o-linear-gradient(top, #b58625, #d6a237);
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5), inset 0 0.3em 0.3em rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5), inset 0 0.3em 0.3em rgba(0, 0, 0, 0.2);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5), inset 0 0.3em 0.3em rgba(0, 0, 0, 0.2);
  }
  .mobile-drawer-menu .sub-menu li a:hover {
    background: #b58625;
  }
  .mobile-drawer-menu .profile-links {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    padding-top: 15px;
  }
  .mobile-drawer-menu .profile-links img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
    vertical-align: middle;
  }
  .mobile-menu__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  .mobile-menu__overlay.show {
    opacity: 1;
    pointer-events: auto;
  }
  .site-wrap-hide {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0ms linear;
    -moz-transition: opacity 0ms linear;
    -o-transition: opacity 0ms linear;
    -ms-transition: opacity 0ms linear;
    transition: opacity 0ms linear;
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
  }
  .show-nav .site-wrap-hide {
    opacity: 0;
    transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
  }
  .push-wrap {
    z-index: 5;
    background: #fff;
    padding-top: 38px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .show-nav .push-wrap {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
  .mobile-logo-header {
    padding: 15px;
    background: #f4f4f4;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  body.home .mobile-logo-header {
    margin-bottom: 0;
  }
  .mobile-logo-header img {
    display: block;
    margin: 0 auto;
    max-width: 75%;
  }
  .header-top-row {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .show-nav .header-top-row {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
  .user-menu {
    display: inline-block;
    float: right;
  }
  .user-menu > li:hover {
    background-color: #333333;
  }
  .user-menu .user-menu-dropdown {
    display: none;
  }
  .user-menu .points-progress-bar-container {
    display: none;
  }
  .user-menu .activity-list-container {
    display: none;
  }
  .user-menu .admin-login {
    display: none;
  }
  .user-menu .spendable-points-container {
    border-right: none;
    padding-right: 0;
  }
  .header-logo-row {
    margin: 0;
    text-align: center;
  }
  .logo {
    text-align: center;
    width: 40%;
    height: auto;
    display: inline-block;
  }
  .toggle-nav {
    background: transparent;
    color: #fff;
    outline: none;
    border: none;
    padding: 10px;
    line-height: 1;
  }
  .close-nav {
    background: transparent;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    outline: none;
    border: none;
    padding: 15px;
  }
  .alert-bar-alert {
    padding-right: 6px;
  }
  .alert-bar-close {
    right: 6px;
  }
  .browse-videos-area {
    float: none;
  }
  .browse-videos-area .btn {
    display: block;
  }
  .video-grid-item {
    float: none;
    width: 100%;
  }
  .video-grid-item img {
    width: 100%;
  }
  .slider-area .slider-title {
    z-index: 100;
  }
  .slider-area .create-youtube-player {
    min-height: 170px;
  }
  .slider-area .the-content {
    margin-bottom: 60px;
  }
  .slider-area .bx-pager {
    width: 100%;
    text-align: center;
  }
  /* New Home Page Styles */
  .opportunity-links.content-grid--3 li {
    width: 48%;
    margin-right: 3%;
  }
  .opportunity-links.content-grid--3 li:nth-child(3n) {
    margin-right: 3%;
  }
  .opportunity-links.content-grid--3 li:nth-child(2n) {
    margin-right: 0;
  }
  .opportunity-links.content-grid--4 li {
    width: 48%;
    margin-right: 3%;
  }
  .opportunity-links.content-grid--4 li:nth-child(2n) {
    margin-right: 0;
  }
  .opportunity-links li {
    width: 48%;
    margin-right: 3%;
  }
  .opportunity-links li:nth-child(3n) {
    margin-right: 3%;
  }
  .opportunity-links li:nth-child(2n) {
    margin-right: 0;
  }
  .slide {
    height: auto;
  }
  .slide-image {
    width: 100%;
    height: 275px;
    float: none;
  }
  .slide-text {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .footer-section {
    margin-bottom: 30px;
  }
  .profile-modal .col-sm-6:first-child {
    margin-bottom: 30px;
  }
  .program-type-menu {
    margin-top: -20px;
  }
  .program-type-menu li {
    display: block;
    padding: 10px 15px;
  }
  .program-type-menu li.current-menu-item:after {
    left: 0;
    bottom: 25%;
    border-color: transparent transparent transparent #fff;
    border-width: 10px 0px 10px 10px;
  }
  .program-type-title {
    margin-bottom: 30px;
  }
  .program-list-image {
    width: 32%;
  }
  .program-list-title {
    font-size: 18px;
  }
  .program-list-content {
    width: 68%;
    padding: 15px 25px;
  }
  .program-list-media {
    width: 48%;
  }
  .academy-program-list img {
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
  }
  .academy-program-list > li {
    padding: 15px;
  }
  .academy-program-list .btn {
    display: block;
    margin: 0 0 15px 0;
  }
  .academy-program-list h4 {
    font-size: 22px;
  }
  .academy-intro-title {
    font-size: 32.8px;
  }
  .academy-title-large {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 25.5px;
  }
  .academy-title-large span {
    font-size: 18.45px;
  }
  .videos-archive-sidebar {
    margin-bottom: 30px;
  }
  .video-grid-categories {
    zoom: 1;
  }
  .video-grid-categories:before,
  .video-grid-categories:after {
    content: " ";
    display: table;
  }
  .video-grid-categories:after {
    clear: both;
  }
  .video-grid-categories:before,
  .video-grid-categories:after {
    content: " ";
    display: table;
  }
  .video-grid-categories:after {
    clear: both;
  }
  .video-grid-categories:before {
    content: '';
    display: block;
  }
  .video-grid-categories:after {
    content: '';
    display: table;
    clear: both;
  }
  .video-grid-categories:before {
    content: '';
    display: block;
  }
  .video-grid-categories:after {
    content: '';
    display: table;
    clear: both;
  }
  .playlist-thumbnail {
    float: none;
    margin: 0 auto 1em;
  }
  .create-youtube-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .create-youtube-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .tab-container .tab-labels li {
    display: block;
    border-left: 1px solid #ccc;
  }
  .academy-program-title {
    font-size: 27.2px;
    margin-bottom: 20px;
  }
  .academy-youtube {
    margin-top: 30px;
  }
  .how-it-works-list img {
    margin-bottom: 20px;
  }
  .opportunity-table-wrapper {
    overflow: auto;
    overflow-y: hidden;
  }
  .sidebar-opportunities-list {
    padding: 0;
    border-right: none;
    margin-bottom: 40px;
  }
  .filter-opps-btn i {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .filter-opps-btn i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .reset-filter {
    float: right;
  }
  .opportunities-filter-form {
    margin-bottom: 45px;
    border: 1px solid #ddd;
    padding: 10px;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 0.5em;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .opportunity-list img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .student-organizations-list .btn {
    display: block;
  }
  .profile-area img {
    max-width: 80%;
    display: block;
    margin: 0 auto 1em;
  }
  .topic-challenge-area li {
    width: 33%;
  }
  .horizontal-section {
    padding: 45px 0;
  }
  .about-text-module {
    margin-bottom: 45px;
  }
  .who-is-learn-liberty-section .create-youtube-player {
    margin-bottom: 30px;
  }
  .staff-list {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: 10px;
  }
  .gradient-div {
    background: -webkit-linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    height: 100%;
    z-index: 50;
    pointer-events: none;
  }
  .staff-member {
    width: 28%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .topic-page-badge {
    display: block;
    margin: 0 auto;
  }
  .topic-leaderboard li {
    margin-bottom: 30px;
  }
  .topic-page-recent-items li {
    margin-bottom: 30px;
  }
  .btn-rising-landing {
    width: 100%;
  }
  .card .bottom {
    padding: 30px 15px;
    height: auto;
  }
  .disinherited-section .twisty-pages {
    display: none;
  }
}
@media (min-width: 481px) {
  .visible-xxs-ib {
    display: none !important;
  }
  .visible-xxs {
    display: none !important;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  .visible-xxs-ib {
    display: inline-block !important;
  }
  .share-button {
    width: 100%;
  }
  .profile-modal-container {
    padding: 20px;
  }
  .slide-image {
    height: 175px;
  }
  .slide-topic-name {
    font-size: 12px;
  }
  .slide-topic-container {
    padding: 10px;
  }
  .slide-topic-badge {
    width: 30px;
    height: 30px;
  }
  .opportunity-links li {
    width: 100%;
    margin-right: 0%;
  }
  .opportunity-links li:nth-child(2n),
  .opportunity-links li:nth-child(3n) {
    margin-right: 0;
  }
  .hero-section--flag {
    padding: 60px 0;
  }
  .national-debt-callout span:nth-child(1) {
    font-size: 38px;
  }
  .national-debt-callout span:nth-child(2) {
    font-size: 48px;
  }
  .national-debt-callout span:nth-child(3) {
    font-size: 45px;
  }
  .bootstrap-cards li {
    width: 100%;
    margin-right: 0;
  }
  .bootstrap-cards li:nth-child(3n) {
    margin-right: 0;
  }
  .bootstrap-cards li:nth-child(2n) {
    margin-right: 0;
  }
  .program-type-menu {
    margin-bottom: 20px;
  }
  .program-type-intro {
    display: none;
  }
  .program-list-filters-container {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: inset 0px 8px 6px -9px rgba(0, 0, 0, 0.2), inset 0px -8px 6px -9px rgba(0, 0, 0, 0.2);
    background: #f4f4f4;
  }
  .program-list-filters-container p {
    margin: 0;
  }
  .program-list-filters {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
  }
  .topic-filters {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .topic-filters.btn-group > .btn {
    float: none;
  }
  .program-list-item {
    padding: 15px;
    padding-bottom: 20px;
    height: auto;
    margin-bottom: 10px;
  }
  .program-list-item.program-list-item-tight {
    height: auto;
  }
  .program-list-image {
    height: 50px;
    width: 50px;
    margin-right: 15px;
  }
  .program-list-content {
    width: auto;
    padding: 0;
  }
  .program-list-title {
    margin: 0;
  }
  .program-list-buttons {
    display: none;
  }
  .program-list-media {
    display: none;
  }
  .program-type-icon {
    width: 50px;
  }
  .program-list-badge {
    text-align: center;
    padding: 3px 0;
    margin-top: 8px;
    position: static;
  }
  .tab-box__nav {
    display: block;
  }
  .tab-box__nav li {
    display: block;
  }
}
