@import url(https://fonts.googleapis.com/css?family=Dosis:600);
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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,
  menu,
  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-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline 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 {
    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;
    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;
  }
  * {
    -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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: "LatoBold";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #003ba6;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #00205a;
    text-decoration: underline;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive,
  .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.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-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: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [role="button"] {
    cursor: pointer;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: inherit;
    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: 400;
    line-height: 1;
    color: #777777;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  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: 10px;
    margin-bottom: 10px;
  }
  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: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    margin: 0 0 10px;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }@media (min-width: 768px) {
 .lead {
      font-size: 21px;
    } 
}small,
  .small {
    font-size: 85%;
  }
  mark,
  .mark {
    padding: .2em;
    background-color: #fcf8e3;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: #777777;
  }
  .text-primary {
    color: #003ba6;
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: #002973;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover,
  a.text-warning:focus {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover,
  a.text-danger:focus {
    color: #843534;
  }
  .bg-primary {
    color: #fff;
    background-color: #003ba6;
  }
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #002973;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover,
  a.bg-success:focus {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover,
  a.bg-info:focus {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover,
  a.bg-warning:focus {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover,
  a.bg-danger:focus {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  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-right: 5px;
    padding-left: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.42857143;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }@media (min-width: 992px) {
 .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;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    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.42857143;
    color: #777777;
  }
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: "\2014 \00A0";
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0;
  }
  .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";
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
  }
  .container {
    padding-right: 13px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }@media (min-width: 768px) {
 .container {
      width: 745px;
    } 
}@media (min-width: 992px) {
 .container {
      width: 965px;
    } 
}@media (min-width: 1200px) {
 .container {
      width: 1105px;
    } 
}.container-fluid {
    padding-right: 13px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -13px;
    margin-left: -12px;
  }
  .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .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-right: 12px;
    padding-left: 13px;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
    }
    .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: auto;
    }
    .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: auto;
    }
    .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: auto;
    }
    .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: auto;
    }
    .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: auto;
    }
    .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 {
    background-color: transparent;
  }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .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.42857143;
    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-of-type(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  .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:hover > .active,
  .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:hover > .success,
  .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:hover > .info,
  .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:hover > .warning,
  .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:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table-responsive {
    min-height: .01%;
    overflow-x: auto;
  }@media screen and (max-width: 767px) {
 .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #dddddd;
    }
    .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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
  }
  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"].disabled,
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }
  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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    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;
    -o-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::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }@media screen and (-webkit-min-device-pixel-ratio: 0) {
 input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
      line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
      line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
      line-height: 46px;
    } 
}.form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio.disabled label,
  .checkbox.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
  }
  .radio-inline.disabled,
  .checkbox-inline.disabled,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  select[multiple].input-sm {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
  }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-lg {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  select[multiple].input-lg {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
  }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    -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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 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 .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .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;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    } 
}.form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-right: -13px;
    margin-left: -12px;
  }@media (min-width: 768px) {
 .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
    } 
}.form-horizontal .has-feedback .form-control-feedback {
    right: 12px;
  }@media (min-width: 768px) {
 .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px;
    } 
}@media (min-width: 768px) {
 .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px;
    } 
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    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,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    -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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .open > .dropdown-toggle.btn-default:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .open > .dropdown-toggle.btn-default:focus,
  .btn-default:active.focus,
  .btn-default.active.focus,
  .open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .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.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default .badge {
    color: #ffffff;
    background-color: #333333;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #003ba6;
    border-color: #00328d;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #ffffff;
    background-color: #002973;
    border-color: #00050d;
  }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #002973;
    border-color: #001c4f;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #002973;
    background-image: none;
    border-color: #001c4f;
  }
  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .open > .dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #001c4f;
    border-color: #00050d;
  }
  .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.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #003ba6;
    border-color: #00328d;
  }
  .btn-primary .badge {
    color: #003ba6;
    background-color: #ffffff;
  }
  .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:focus,
  .btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
  }
  .btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
  }
  .btn-success:active:hover,
  .btn-success.active:hover,
  .open > .dropdown-toggle.btn-success:hover,
  .btn-success:active:focus,
  .btn-success.active:focus,
  .open > .dropdown-toggle.btn-success:focus,
  .btn-success:active.focus,
  .btn-success.active.focus,
  .open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
  }
  .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.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus {
    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:focus,
  .btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
  }
  .btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
  }
  .btn-info:active:hover,
  .btn-info.active:hover,
  .open > .dropdown-toggle.btn-info:hover,
  .btn-info:active:focus,
  .btn-info.active:focus,
  .open > .dropdown-toggle.btn-info:focus,
  .btn-info:active.focus,
  .btn-info.active.focus,
  .open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
  }
  .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.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus {
    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:focus,
  .btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
  }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
  }
  .btn-warning:active:hover,
  .btn-warning.active:hover,
  .open > .dropdown-toggle.btn-warning:hover,
  .btn-warning:active:focus,
  .btn-warning.active:focus,
  .open > .dropdown-toggle.btn-warning:focus,
  .btn-warning:active.focus,
  .btn-warning.active.focus,
  .open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
  }
  .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.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus {
    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:focus,
  .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
  }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
  }
  .btn-danger:active:hover,
  .btn-danger.active:hover,
  .open > .dropdown-toggle.btn-danger:hover,
  .btn-danger:active:focus,
  .btn-danger.active:focus,
  .open > .dropdown-toggle.btn-danger:focus,
  .btn-danger:active.focus,
  .btn-danger.active.focus,
  .open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
  }
  .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.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }
  .btn-link {
    font-weight: 400;
    color: #003ba6;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .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: #00205a;
    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: #777777;
    text-decoration: none;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .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;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropup,
  .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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    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);
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #003ba6;
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }@media (min-width: 992px) {
 .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    } 
}.nav {
    padding-left: 0;
    margin-bottom: 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: #777777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #003ba6;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 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.42857143;
    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;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .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: #003ba6;
  }
  .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 {
    margin-bottom: 5px;
    text-align: center;
  }
  .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-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }@media (min-width: 992px) {
 .navbar {
      border-radius: 4px;
    } 
}@media (min-width: 992px) {
 .navbar-header {
      float: left;
    } 
}.navbar-collapse {
    padding-right: 12px;
    padding-left: 12px;
    overflow-x: visible;
    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: 992px) {
 .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-right: 0;
      padding-left: 0;
    } 
}.navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }@media (max-device-width: 375px) and (orientation: landscape) {
 .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    } 
}@media (min-width: 992px) {
 .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;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -12px;
    margin-left: -12px;
  }@media (min-width: 992px) {
 .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: 992px) {
 .navbar-static-top {
      border-radius: 0;
    } 
}.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 12px;
    font-size: 18px;
    line-height: 20px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }@media (min-width: 992px) {
 .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -12px;
    } 
}.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .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: 992px) {
 .navbar-toggle {
      display: none;
    } 
}.navbar-nav {
    margin: 7.5px -12px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }@media (max-width: 992px) {
 .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: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    } 
}@media (min-width: 992px) {
 .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    } 
}.navbar-form {
    padding: 10px 12px;
    margin-right: -12px;
    margin-left: -12px;
    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: 8px;
    margin-bottom: 8px;
  }@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 .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .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;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    } 
}@media (max-width: 992px) {
 .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    } 
}@media (min-width: 992px) {
 .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    } 
}.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }@media (min-width: 992px) {
 .navbar-text {
      float: left;
      margin-right: 12px;
      margin-left: 12px;
    } 
}@media (min-width: 992px) {
 .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -12px;
    }
    .navbar-right ~ .navbar-right {
      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-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }@media (max-width: 992px) {
 .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-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: #888888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-link {
    color: #777777;
  }
  .navbar-default .navbar-link:hover {
    color: #333333;
  }
  .navbar-default .btn-link {
    color: #777777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333333;
  }
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
  }
  .navbar-inverse {
    background-color: #222222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  }
  .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-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #080808;
  }@media (max-width: 992px) {
 .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: #9d9d9d;
    }
    .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-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-link {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-link:hover {
    color: #ffffff;
  }
  .navbar-inverse .btn-link {
    color: #9d9d9d;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #ffffff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
  }
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    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,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  .list-group {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .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-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #003ba6;
    border-color: #003ba6;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #73a5ff;
  }
  a.list-group-item,
  button.list-group-item {
    color: #555555;
  }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333333;
  }
  a.list-group-item:hover,
  button.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:focus {
    color: #555555;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  button.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  button.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  button.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  button.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  button.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  button.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  button.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  button.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 20px;
    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-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > 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,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-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,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr: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,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    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 {
    margin-bottom: 0;
    border: 0;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    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-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
  }
  .panel-primary {
    border-color: #003ba6;
  }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #003ba6;
    border-color: #003ba6;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #003ba6;
  }
  .panel-primary > .panel-heading .badge {
    color: #003ba6;
    background-color: #ffffff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #003ba6;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .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;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-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);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    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);
    outline: 0;
  }
  .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);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }@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: 1070;
    display: block;
    font-family: "LatoBold";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-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;
  }@media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -moz-transition: -moz-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
    } 
}.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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control:hover,
  .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.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;
    margin-top: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
  }
  .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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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: -10px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -10px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    } 
}.clearfix:before,
  .clearfix:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd: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,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after,
  .panel-body:before,
  .panel-body:after,
  .modal-header:before,
  .modal-header:after,
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .clearfix:after,
  .dl-horizontal dd:after,
  .container:after,
  .container-fluid:after,
  .row:after,
  .form-horizontal .form-group:after,
  .nav:after,
  .navbar:after,
  .navbar-header:after,
  .navbar-collapse:after,
  .panel-body:after,
  .modal-header:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: 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;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }@media (max-width: 767px) {
 .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    } 
}@media (max-width: 767px) {
 .visible-xs-block {
      display: block !important;
    } 
}@media (max-width: 767px) {
 .visible-xs-inline {
      display: inline !important;
    } 
}@media (max-width: 767px) {
 .visible-xs-inline-block {
      display: inline-block !important;
    } 
}@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    } 
}@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-block {
      display: block !important;
    } 
}@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline {
      display: inline !important;
    } 
}@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline-block {
      display: inline-block !important;
    } 
}@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    } 
}@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-block {
      display: block !important;
    } 
}@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline {
      display: inline !important;
    } 
}@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline-block {
      display: inline-block !important;
    } 
}@media (min-width: 1200px) {
 .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    } 
}@media (min-width: 1200px) {
 .visible-lg-block {
      display: block !important;
    } 
}@media (min-width: 1200px) {
 .visible-lg-inline {
      display: inline !important;
    } 
}@media (min-width: 1200px) {
 .visible-lg-inline-block {
      display: inline-block !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 !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    } 
}.visible-print-block {
    display: none !important;
  }@media print {
 .visible-print-block {
      display: block !important;
    } 
}.visible-print-inline {
    display: none !important;
  }@media print {
 .visible-print-inline {
      display: inline !important;
    } 
}.visible-print-inline-block {
    display: none !important;
  }@media print {
 .visible-print-inline-block {
      display: inline-block !important;
    } 
}@media print {
 .hidden-print {
      display: none !important;
    } 
}@font-face {
  	font-family: 'icomoon';
  	src: url(/sites/all/themes/fonts/icomoon/icomoon.eot);
  }
   @font-face {
      font-family: 'icomoon';
      src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAzYAAAC8AAAAYGNtYXAaVcxjAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZtF+vMAAAAFwAAAG4GhlYWQFtvr4AAAIUAAAADZoaGVhB8ID0gAACIgAAAAkaG10eDQABdMAAAisAAAARGxvY2ELeg0EAAAI8AAAACRtYXhwABUARQAACRQAAAAgbmFtZVcZpu4AAAk0AAABRXBvc3QAAwAAAAAKfAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmDAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYM//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgEU/80C7APNAAwALQAAATIWFRQGIyImNzQ2MwMiJjcTPgEjIgYHJz4DMzIWBwMGFjMyNjcXDgMjAn0zM086MDYBRETUKCwcPwgBCQ1UHxwyZ11OGSgQFEcKBgkMRycfMWFXRRUDzTwoM042MChX/ABGbgEFHxskFS0qQi4YWkz+7iQdHx8qMUQrFAABAFUAVQOrAwAAIgAAATIXARYVFAcBBiMiJyY1ND8BISInJjU0NzYzIScmNTQ3NjMCVRINASoNDf7WDRISDAwM4v1nEgwNDQwSApniDAwMEgMADP7VDBISDf7WDQ0MEhIM4g0MEhENDOIMEhMMDAAAAQCrAAADVQNVACIAAAEyFwEWFRQHBiMiLwERFAcGIyInJjURBwYjIicmNTQ3ATYzAgASDAErDAwMEhIN4Q0MEhIMDeENEhIMDAwBKwwSA1UM/tUMEhIMDQ3i/WcSDQwMDRICmeINDQwSEgwBKwwAAAEAVQBVA6sDAAAiAAABMhcWFRQPASEyFxYVFAcGIyEXFhUUBwYjIicBJjU0NwE2MwGrEQ0MDOICmRIMDQ0MEv1n4gwMDRESDf7WDQ0BKg0SAwANDBISDOIMDRESDQziDBISDA0NASoNEhENASsMAAABAKsAAANVA1UAIgAAATIXFhURNzYzMhcWFRQHAQYjIicBJjU0NzYzMh8BETQ3NjMCABIMDeENEhIMDAz+1QwSEgz+1QwMDBISDeENDBIDVQwNEf1n4gwMDBMSDP7VDAwBKwwSEwwMDOICmRENDAAAAgDmAG4DGgMsAA0APwAAATI2NzYmIyIGFx4BMzEFLgEnLgEnLgEnLgEnDgEjIiYnDgEHDgEHDgEHDgEVBhYXHgEXHgEzMjY3PgE3PgE1MQIATkIICUtWVksJCEJOARoBBQQFFBoPJBIJDggYPSQkPRgHDwkSJA8aFAUEBgESEBQqFihTKipTKBUqFRARAbV+QU9paU9Af/cZMxgdSxMKDAcDBwMaGxsaAwcDBwwKFEodGDMZFAsFCAsFCQsLCQULCAQMFAAAAAACAAD/wAQAA8AAGAAlAAABIgYVESERNCYjIgYVERQWMyEyNjURNCYjIRE0JiMiBhURIwkBIwPAGyX9ACUbGyUlGwOAGyUlG/6AJRsbJcABAAEAwAIAJRv+gAGAGyUlG/5AGyUlGwHAGyUBiBchIRf+eP8AAQAAAAABAMoAigM2AvYAJAAAARcWFA8BBiIvAQcGIi8BJjQ/AScmND8BNjIfATc2Mh8BFhQPAQJzwwkJRQkbCsPDChoKRQkJw8MJCUUKGgrDwwoaCkUJCcMBwMMKGwlFCQnDwwkJRQkbCsPDChoKRQkJw8MJCUUKGgrDAAABAMD/wANAA8AAAwAAExEJAcACgP2AA8D8AAH/AgEAAAIAAABJBAADJQARAEIAAAE0JyUmBwYVERQXFjMyNyU2NSEUBxQHBgcGBwYHBiEgJyYnJicmJyY1JjU0NzQ3Njc2NzY3NiEgFxYXFhcWFxYVFhUC2xH+3BITExMJCAwIASQRASUBBAUICR8eKX7+//7/fikfHgkIBQQBAQQFCAkfHil+AQEBAX4pHx4JCAUEAQG3FQq3CwoLFf6SFgoFBrcKFTcfHy8vJSocHQUODgUdHColLy8fHzc3Hx4wLyUqHB0EDw8EHRwqJS8wHh83AAADAAAAGwNuA2IABAAWADoAABMRIxEzNxYHBisBIicmNTQ3NjMyFxYVAREjETQnJiMiBwYHBhURIzY1NC8BMxUjNjc2NzY3NjMyFxYVx7y8DAEdHjABLxwdHR4vMBwdApu8FxgxJBgYDAe8AgEBvAEMDAwUFB4dJGI7PAJS/ckCN68qHBwcHCoqHBsbHCr+X/67AS88IiITFB0RHv7E5I6OGxxTEw0OEBAJCUFBfQAAAAEAGQBJA54DJQA7AAABBgcWFRQHBgcGBwYHBiMiJxYzMjcmJyYnFjMyNyYnJj0BFhcmJyY1NDcWFxYXJjU0NzYzMhc2NwYHNjcDnic2ARYWLCw9PlZWYpuBFBmAZTwwLxITEBkYQCoqJywmFhYZRWNjcgU2Nk1QNj83Fjw2NQLOOCgIEEpKSkRENDUfH1MCTwEjJDgDBg0zMkMCFQIZKSgwMitVMzQFFRVNNjY7DCFCJAYXAAEANgAAAiQDtwAXAAABFSMiBwYdATMHIxEjESM1MzU0NzYzMhcCJFoxERGnFpGvkpI7PGNULgOwlxQVKWyp/k4Bsql8azo7BwAAAAABAAAAAQAAAB9hbl8PPPUACwQAAAAAANFL2zcAAAAA0UvbNwAA/8AEAAPNAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAgAAAAQAARQEAABVBAAAqwQAAFUEAACrBAAA5gQAAAAEAADKBAAAwAQAAAAEAAAAA7cAGQJJADYAAAAAAAoAFAAeAGQAnADUAQwBRAGoAeQCIAIwApgC8ANKA3AAAQAAABEAQwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
      font-weight: normal;
      font-style: normal;
  }
   @font-face {
    font-family: 'icomoon';
    src: url(/sites/all/themes/genzyme/fonts/vanilla/icomoon/icomoon.eot?-8zbnid);
    src: url(/sites/all/themes/genzyme/fonts/vanilla/icomoon/icomoon.eot?#iefix-8zbnid) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/vanilla/icomoon/icomoon.ttf?-8zbnid) format('truetype'), url(/sites/all/themes/genzyme/fonts/vanilla/icomoon/icomoon.woff?-8zbnid) format('woff'), url(/sites/all/themes/genzyme/fonts/vanilla/icomoon/icomoon.svg?-8zbnid#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
  }
   @font-face {
    font-family: 'FFDINWebProBold';
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_0_0.eot);
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_0_0.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_0_0.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_0_0.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_0_0.ttf) format('truetype');
  }
   @font-face {
    font-family: 'FFDINWebProMedium';
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_1_0.eot);
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_1_0.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_1_0.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_1_0.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_1_0.ttf) format('truetype');
  }
   @font-face {
    font-family: 'FFDINWebPro';
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_2_0.eot);
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_2_0.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_2_0.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_2_0.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/lemtrada/din/2DC95F_2_0.ttf) format('truetype');
  }
   @font-face {
    font-family: 'FSAlbertLight';
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-Light.eot);
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-Light.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-Light.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbert-Light.ttf) format('truetype');
  }
   @font-face {
    font-family: 'FSAlbertBold';
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-Bold.eot);
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-Bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-Bold.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbert-Bold.ttf) format('truetype');
  }
   @font-face {
    font-family: 'FSAlbertExtraBold';
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-ExtraBold.eot);
    src: url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-ExtraBold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbertWeb-ExtraBold.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/lemtrada/FSAlbert/FSAlbert-ExtraBold.ttf) format('truetype');
  }
   @font-face {
    font-family: 'LatoRegular';
    src: url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-regular.eot);
    src: url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-regular.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-regular.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-regular.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-regular.ttf) format('truetype'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-regular.svg#latoregular) format('svg');
    font-weight: normal;
    font-style: normal;
  }
   @font-face {
    font-family: 'LatoBold';
    src: url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-bold.eot);
    src: url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-bold.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-bold.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-bold.ttf) format('truetype'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-bold.svg#latobold) format('svg');
    font-weight: normal;
    font-style: normal;
  }
   @font-face {
    font-family: 'LatoHeavy';
    src: url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-heavy.eot);
    src: url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-heavy.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-heavy.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-heavy.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-heavy.ttf) format('truetype'), url(/sites/all/themes/genzyme/fonts/aubagio/lato/lato-heavy.svg#latoheavy) format('svg');
    font-weight: normal;
    font-style: normal;
  } 
 .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .responsive-image {
    width: 100%;
  }
  .fill-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .clickable {
    cursor: pointer;
  }
  /**//*------- DIN Pro ---------- *//*------- FS Albert ---------- *//*------- Lato ---------- */.icon-play:before,
  .icon-user:before,
  .icon-download:before,
  .icon-arrow-down:before,
  .icon-arrow-up:before,
  .icon-arrow-left:before,
  .icon-arrow-right:before,
  .icon-youtube:before,
  .icon-linkedin:before,
  .icon-twitter:before,
  .icon-facebook:before,
  .icon-cancel:before {
    letter-spacing: 0;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-info:after {
    content: "\e613";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-arrow-right:before {
    content: "\e614";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-arrow-left:before {
    content: "\e616";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-arrow-down:before:before {
    content: "\e617";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-arrow-up:before:before {
    content: "\e618";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-download:after {
    content: "\e612";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-play:before {
    content: "\e615";
  }
  .icon-user:before {
    content: "\e605";
  }
  .icon-youtube:before {
    content: "\e609";
  }
  .icon-linkedin:before {
    content: "\e60a";
  }
  .icon-twitter:before {
    content: "\e60b";
  }
  .icon-facebook:before {
    content: "\e60c";
  }
  .icon-cancel:before {
    content: "\e607";
  }
  .icon-bg {
    background: url(/sites/all/themes/genzyme/images/lemtrada/icon-bg-alt.png) no-repeat;
    background-size: contain;
    display: block;
    height: 62px;
    position: relative;
    width: 55px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-bg:before {
    color: #ffffff;
    height: 30px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    width: 30px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 992px) {
 .icon-bg {
      height: 31px;
      width: 27px;
    }
    .icon-bg:before {
      height: 15px;
      margin: -8px 0 0 -8px;
      width: 15px;
      font-size: 15px;
      font-size: 1.5rem;
    } 
}.icon-bg span {
    display: none;
  }
  .icon-container {
    display: inline-block;
  }
  .icon-container img {
    height: auto;
    width: 100%;
  }@media (min-width: 992px) {
 .icon-container {
      width: 50px;
    }
    .icon-container.icon-large {
      width: 70px;
    } 
}.icon-magnify:before {
    content: "\e60f";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html,
  body {
    position: relative;
    width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }@media (min-width: 992px) {
 .container {
      padding-left: 12.5px;
      padding-right: 12.5px;
    } 
}.row {
    margin-left: -15px;
    margin-right: -15px;
  }@media (min-width: 992px) {
 .row {
      margin-left: -12.5px;
      margin-right: -12.5px;
    } 
}.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 {
    padding-left: 15px;
    padding-right: 15px;
  }@media (min-width: 992px) {
 .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 {
      padding-left: 12.5px;
      padding-right: 12.5px;
    } 
}@media (min-width: 992px) {
 .col-md-21 {
      width: 21%;
    } 
}@media (min-width: 992px) {
 .col-md-71 {
      width: 71%;
    } 
}.box {
    background-color: rgba(0, 59, 166, 0.06);
    padding: 20px;
  }
  .box .views-field-field-resource-link,
  .box .views-field-field-resource-downloads {
    margin-bottom: 8px;
  }
  .box a.link-download,
  .box a.link-arrow,
  .box a.link-normal,
  .box .views-field-field-resource-link a,
  .box .views-field-field-resource-downloads a {
    color: #333333;
    display: inline-block;
    line-height: 1.2;
    font-family: "LatoBold";
  }
  .box a.link-download:after,
  .box a.link-arrow:after,
  .box a.link-normal:after,
  .box .views-field-field-resource-link a:after,
  .box .views-field-field-resource-downloads a:after {
    border-color: #e6ae3b;
    color: #e6ae3b;
    position: relative;
    top: inherit;
  }
  .box a.link-download:hover,
  .box a.link-arrow:hover,
  .box a.link-normal:hover,
  .box .views-field-field-resource-link a:hover,
  .box .views-field-field-resource-downloads a:hover {
    color: #e6ae3b;
  }
  .box a.link-normal:after {
    display: none !important;
  }
  .box a.link-arrow:after,
  .box .views-field-field-resource-link a:after {
    right: 0;
    top: 0;
  }@media (max-width: 992px) {
 .box.row {
      margin: 0;
    } 
}.box .views-field-field-resource-link a,
  .box .views-field-field-resource-downloads a {
    padding-left: 15px;
  }
  .box .views-field-field-resource-link a:before,
  .box .views-field-field-resource-downloads a:before {
    color: #e6ae3b;
    left: 0;
    position: absolute;
    top: 0px;
    font-size: 10px;
    font-size: 1rem;
    content: "\e606";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sidebar-ctas {
    margin-top: 20px;
  }
  .sidebar-ctas p {
    margin: 10px 0;
    text-align: center;
  }
  .sidebar-ctas p img {
    margin: 0 auto;
  }
  .region-content-bottom {
    background-color: #ffffff;
    position: relative;
  }
  .field-name-body {
    position: relative;
  }
  .element-invisible {
    padding: 0;
    margin: 0;
    width: auto;
  }
  table,
  table.table {
    background-color: rgba(0, 59, 166, 0.06);
    border: none;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100% !important;
  }
  table td,
  table.table td,
  table th,
  table.table th {
    border: none;
    border-bottom: solid 2px #ffffff !important;
    border-right: solid 2px #ffffff !important;
    border-collapse: collapse;
    padding: 10px 15px;
    position: relative;
  }
  table th,
  table.table th {
    background-color: #003ba6;
    color: #ffffff;
    font-family: "LatoRegular";
    text-align: left;
    text-transform: uppercase;
  }
  table tr td,
  table.table tr td {
    /*&:nth-child(2n+2) {
  				background-color: @table-color-1;
  			}
  			&:nth-child(2n+3) {
  				background-color: @table-color-2;
  			}
  			&:nth-child(2n+4) {
  				background-color: @table-color-3;
  			}*/
  }
  body {
    color: #333333;
    font-family: "LatoRegular";
    font-smoothing: antialiased;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12.5px;
    font-size: 1.25rem;
  }@media (min-width: 992px) {
 body {
      font-size: 18px;
      font-size: 1.8rem;
    } 
}a {
    color: #e6ae3b;
  }
  a:hover,
  a:focus,
  a:active {
    background-color: transparent;
    color: #787878;
    outline: none;
    text-decoration: none;
  }
  p {
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }@media (min-width: 992px) {
 p {
      line-height: 29px;
      font-size: 18px;
      font-size: 1.8rem;
    } 
}p.introduction {
    font-size: 17px;
    font-size: 1.7rem;
  }@media (min-width: 992px) {
 p.introduction {
      line-height: 32px;
      font-size: 24px;
      font-size: 2.4rem;
    } 
}h1,
  h1.page-header {
    border-bottom: solid 1px #999999;
    color: #003ba6;
    font-family: "LatoHeavy";
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 22.5px;
    font-size: 2.25rem;
  }@media (min-width: 768px) {
 h1,
    h1.page-header {
      padding-bottom: 40px;
      font-size: 40px;
      font-size: 4rem;
    } 
}h2,
  .modal.search-modal .view-header {
    border-bottom: solid 1px #999999;
    font-family: "LatoHeavy";
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 18.5px;
    font-size: 1.85rem;
  }@media (min-width: 992px) {
 h2,
    .modal.search-modal .view-header {
      font-size: 24px;
      font-size: 2.4rem;
    } 
}h3,
  .quick-accordion h3 a {
    color: #003ba6;
    font-family: "LatoBold";
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }@media (min-width: 992px) {
 h3,
    .quick-accordion h3 a {
      line-height: 27px;
      font-size: 22px;
      font-size: 2.2rem;
    } 
}h6,
  .inline-list-links a,
  .footer-sitemap .menu li > span,
  .header-nav .menu.nav a {
    font-family: 'Dosis', sans-serif;
    line-height: 22px;
    margin: 12px 0 7px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 h6,
    .inline-list-links a,
    .footer-sitemap .menu li > span,
    .header-nav .menu.nav a {
      line-height: 22px;
      margin: 14px 0 7px 0;
      font-size: 16px;
      font-size: 1.6rem;
    } 
}.text-large {
    color: #003ba6;
    font-family: "LatoHeavy";
    text-transform: uppercase;
    font-size: 40px;
    font-size: 4rem;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }@media (min-width: 992px) {
 .text-large {
      font-size: 57px;
      font-size: 5.7rem;
    } 
}hr {
    border-top: solid 1px #999999;
    margin: 30px 0;
  }
  small {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  big {
    font-size: 17px;
    font-size: 1.7rem;
  }@media (min-width: 992px) {
 big {
      line-height: 32px;
      font-size: 24px;
      font-size: 2.4rem;
    } 
}sub,
  sup {
    font-size: 55%;
  }
  sup {
    top: -0.9em;
  }
  li.leaf {
    padding: 0;
  }
  .font-family-primary {
    font-family: "LatoRegular" !important;
  }
  .font-family-primary-medium {
    font-family: "LatoBold" !important;
  }
  .font-family-primary-bold {
    font-family: "LatoHeavy" !important;
  }
  .font-family-secondary-light {
    font-family: "LatoRegular" !important;
  }
  .font-family-secondary-bold {
    font-family: "LatoBold" !important;
  }
  .font-family-secondary-extrabold {
    font-family: "LatoHeavy" !important;
  }
  h2 {
    border-bottom: solid 1px rgba(0, 59, 166, 0.5);
    color: #003ba6;
  }
  .navbar .navbar-btn-alt {
    display: none !important;
  }
  .navbar .logo {
    margin-left: 12.5px;
    margin-top: 0px;
    position: relative;
    width: 110px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .logo img {
    width: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navbar .logo img.mobile-logo {
    left: 0px;
    position: absolute;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .open .navbar .logo img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .open .navbar .logo img.mobile-logo {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }@media (min-width: 992px) {
 .navbar .logo {
      margin-left: 0;
      margin-top: 8px;
      width: 142px;
    } 
}@media (max-width: 992px) {
 .navbar.open:not(.not-loggedin),
    .navbar.affix:not(.not-loggedin) {
      background-color: #ffffff;
      border-bottom: solid 1px #f1f1f1;
      position: fixed;
      top: 0;
    }
    .navbar.open:not(.not-loggedin).open:not(.affix),
    .navbar.affix:not(.not-loggedin).open:not(.affix) {
      top: 23px;
    }
    .navbar.open:not(.not-loggedin) .logo img,
    .navbar.affix:not(.not-loggedin) .logo img {
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .navbar.open:not(.not-loggedin) .logo img.mobile-logo,
    .navbar.affix:not(.not-loggedin) .logo img.mobile-logo {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .navbar.open:not(.not-loggedin) .navbar-toggle span,
    .navbar.affix:not(.not-loggedin) .navbar-toggle span {
      background-color: #333333;
    } 
}.nav li a:hover,
  .nav li a:focus,
  .nav li a:active {
    background-color: transparent;
  }
  .navbar .navbar-toggle {
    border-radius: 0px;
    height: 16px;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
    width: 22px;
  }
  .navbar .navbar-toggle span {
    background-color: #fff;
    margin-top: 0px !important;
    position: absolute;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .navbar .navbar-toggle span:nth-child(2n) {
    top: 0px;
    -webkit-animation: firstbarreverse 1s forwards ease;
    -moz-animation: firstbarreverse 1s forwards ease;
    -ms-animation: firstbarreverse 1s forwards ease;
  }
  .navbar .navbar-toggle span:nth-child(3n) {
    top: 6px;
    -webkit-animation: secondbarreverse 1s forwards ease;
    -moz-animation: secondbarreverse 1s forwards ease;
    -ms-animation: secondbarreverse 1s forwards ease;
  }
  .navbar .navbar-toggle span:nth-child(4n) {
    top: 12px;
    -webkit-animation: lastbarreverse 1s forwards ease;
    -moz-animation: lastbarreverse 1s forwards ease;
    -ms-animation: lastbarreverse 1s forwards ease;
  }
  .navbar .navbar-toggle.open span:nth-child(4n-2) {
    -webkit-animation: firstbar 1s forwards ease;
    -moz-animation: firstbar 1s forwards ease;
    -ms-animation: firstbar 1s forwards ease;
  }
  .navbar .navbar-toggle.open span:nth-child(3n) {
    -webkit-animation: secondbar 1s forwards ease;
    -moz-animation: secondbar 1s forwards ease;
    -ms-animation: secondbar 1s forwards ease;
  }
  .navbar .navbar-toggle.open span:nth-child(4n) {
    -webkit-animation: lastbar 1s forwards ease;
    -moz-animation: lastbar 1s forwards ease;
    -ms-animation: lastbar 1s forwards ease;
  }
  .navbar .navbar-collapse {
    background-color: #ffffff;
    border: 0px;
    box-shadow: 0px;
    padding: 0;
  }@media (min-width: 992px) {
 .navbar .navbar-collapse {
      background-color: transparent;
    } 
}.navbar .navbar-collapse nav {
    float: right;
    margin: 40px 0;
  }
  .navbar .navbar-collapse nav .region-navigation {
    float: left;
  }@media (min-width: 992px) {
 .navbar .navbar-collapse nav {
      margin: 0;
    } 
}@media (max-width: 992px) {
 .navbar .navbar-collapse .children li .nolink:after {
      content: "\e617";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .navbar .navbar-collapse .children li .nolink:after {
      color: #e6ae3b;
      border: solid 1px #e6ae3b;
      border-radius: 100%;
      float: right;
      height: 24px;
      margin: -4px 0 0 10px;
      padding: 3px 3px 3px 4px;
      width: 24px;
      z-index: 1;
      font-size: 15px;
      font-size: 1.5rem;
    }
    .navbar .navbar-collapse .children li .nolink:after {
      float: none !important;
    }
    .navbar .navbar-collapse .children li.nav-open .nolink:after {
      content: "\e618";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .navbar .navbar-collapse .children li.nav-open .children {
      margin: 15px 0;
      max-height: 300px;
    }
    .navbar .navbar-collapse .children li .children {
      max-height: 0px;
      overflow: hidden;
      padding: 0;
    }
    .navbar .navbar-collapse .children li .children li:after {
      content: none;
    }
    .navbar .navbar-collapse .children li .children.open {
      max-height: 300px;
    }
    .navbar .navbar-collapse .children li .children li:first-child {
      padding-top: 20px;
    } 
}@media (min-width: 992px) {
 .navbar nav:hover li a,
    .navbar nav:hover li span {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    } 
}.navbar .nav {
    float: right;
  }
  .navbar .nav li {
    display: inline-block;
    text-align: center;
    width: 100%;
  }@media (min-width: 992px) {
 .navbar .nav li {
      width: auto;
    }
    .navbar .nav li:last-child a {
      padding-right: 0;
    }
    .navbar .nav li:hover {
      vertical-align: top;
    }
    .navbar .nav li:hover ul {
      display: block;
      white-space: nowrap;
      vertical-align: top;
    }
    .navbar .nav li:hover ul li {
      vertical-align: top;
    } 
}.navbar .nav li a,
  .navbar .nav li span {
    border-bottom: solid 1px #999999;
    color: #333333;
    display: inline-block;
    font-family: "LatoBold";
    font-weight: bold;
    padding: 15px 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .nav li a:hover,
  .navbar .nav li span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .navbar .nav li a .caret,
  .navbar .nav li span .caret {
    display: none;
  }
  .navbar .nav li a.active,
  .navbar .nav li span.active {
    color: #e6ae3b;
  }@media (min-width: 992px) {
 .navbar .nav li a,
    .navbar .nav li span {
      border-bottom: 0px;
      color: #ffffff;
      padding: 13px 10px 7px;
    } 
}@media (min-width: 992px) {
 .navbar .nav li:not(.leaf):hover:before {
      border: solid 7.5px #ffffff;
      border-color: transparent transparent #ffffff transparent;
      content: "";
      display: block;
      height: 15px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      bottom: 0;
      width: 15px;
    } 
}.navbar .nav li > ul {
    background-color: #ffffff;
    border-radius: 0px;
    border: 0px;
    display: inline-block;
    left: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 992px) {
 .navbar .nav li > ul {
      display: none;
      padding: 10px 0 20px;
      position: absolute;
      width: auto;
    } 
}@media (min-width: 992px) {
 .navbar .nav li > ul:before {
      display: none;
      /*border: solid 7.5px @body-bg;
  						border-color: transparent transparent @body-bg transparent;
  						content: "";
  						display: block;
  						height: 15px;
  						left: 80px;
  						position: absolute;
  						top: -15px;
  						width: 15px;*/
    } 
}.navbar .nav li > ul > li {
    display: inline-block;
    max-height: 100%;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }@media (min-width: 992px) {
 .navbar .nav li > ul > li {
      width: 175px;
    } 
}.navbar .nav li > ul > li > a,
  .navbar .nav li > ul > li .nolink {
    color: #333333;
    border-bottom: solid 1px #999999;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: auto;
    white-space: normal;
  }
  .navbar .nav li > ul > li > a.active,
  .navbar .nav li > ul > li .nolink.active {
    color: #e6ae3b;
  }@media (min-width: 992px) {
 .navbar .nav li > ul > li > a,
    .navbar .nav li > ul > li .nolink {
      color: #003ba6;
      padding-bottom: 15px;
    } 
}.navbar .nav li > ul > li ul {
    display: inline-block !important;
    float: left;
    position: relative;
    width: 100% !important;
  }
  .navbar .nav li > ul > li ul:before {
    display: none;
  }
  .navbar .nav li > ul > li ul li {
    display: inline-block;
    float: left;
    padding: 0;
    white-space: normal;
    width: 100%;
  }
  .navbar .nav li > ul > li ul li a,
  .navbar .nav li > ul > li ul li .nolink {
    border: 0px;
    color: #787878;
    font-family: "LatoRegular";
    padding: 0 0 10px;
  }
  .navbar .nav li > ul > li ul li a:hover,
  .navbar .nav li > ul > li ul li .nolink:hover {
    color: #e6ae3b;
  }@media (min-width: 992px) {
 .navbar .nav li > ul > li ul li a,
    .navbar .nav li > ul > li ul li .nolink {
      color: #333333;
      padding: 5px 0;
    } 
}.navbar .nav li > ul span,
  .navbar .nav li > ul a {
    opacity: 1 !important;
  }@media (min-width: 992px) {
 .navbar .nav li > ul span,
    .navbar .nav li > ul a {
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem;
    } 
}@media (min-width: 992px) {
 .navbar .nav li > ul span {
      border-bottom: solid 1px #999999;
      color: #003ba6;
    } 
}.navbar .account-container {
    float: right;
    width: 100%;
  }@media (min-width: 992px) {
 .navbar .account-container {
      width: auto;
    }
    .navbar .account-container .btn-account {
      display: block;
    } 
}.navbar .account-container ul {
    width: 100%;
  }
  .navbar .account-container ul li {
    display: block !important;
    float: left;
    text-align: center;
    width: 100% !important;
  }
  .navbar .account-container ul li:before {
    display: none !important;
  }@media (min-width: 992px) {
 .navbar .account-container ul li {
      width: auto !important;
    }
    .navbar .account-container ul li:hover ul {
      display: block;
    } 
}.navbar .account-container ul li ul {
    padding: 0;
    width: auto !important;
  }@media (min-width: 992px) {
 .navbar .account-container ul li ul {
      margin-left: -52px;
      padding: 10px 0;
      left: 50%;
    }
    .navbar .account-container ul li ul:before {
      left: 50%;
      margin-left: -7.5px;
    } 
}.navbar .account-container ul li ul li a {
    border-bottom: solid 1px #999999;
    color: #333333;
    padding: 15px 0 10px;
  }
  .navbar .account-container ul li ul li a:hover {
    color: #e6ae3b;
  }@media (min-width: 992px) {
 .navbar .account-container ul li ul li a {
      border: none;
      padding: 0;
    } 
}.navbar .navbar-btn-alt {
    display: none !important;
  }
  .navbar .nav {
    float: right;
  }
  .navbar .nav li a.btn,
  .navbar .nav li span.btn {
    border-color: #ffffff !important;
  }
  .sidebar .accordion-header:before,
  .sidebar .nolink:before {
    border-color: #333333;
    color: #333333;
  }
  .navbar.not-loggedin {
    top: 25px;
  }
  .header-nav .affix .btn.btn-search {
    color: #ffffff;
  }
  .view-events-list .views-row {
    background-color: rgba(0, 59, 166, 0.06);
    float: left;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
  }@media (min-width: 992px) {
 .view-events-list .views-row {
      padding: 10px;
    } 
}.view-events-list .views-row p {
    margin-bottom: 0;
  }
  .view-events-list .views-row img {
    height: auto;
    width: 100%;
  }
  .view-events-list .views-row .text-large {
    text-align: center;
  }@media (min-width: 992px) {
 .view-events-list .views-row .text-large {
      margin-top: 30px;
    } 
}.view-events-list .views-row .list-content {
    padding-top: 10px;
  }@media (min-width: 992px) {
 .view-events-list .views-row .list-content {
      width: 55% !important;
    } 
}.view-events-list .views-row .list-content p.date-hide {
    display: none;
  }
  .view-events-list .views-row .list-image {
    padding: 0;
  }@media (min-width: 992px) {
 .view-events-list .views-row .list-image {
      width: 20% !important;
    } 
}.view-events-list .views-row .list-link {
    margin-top: 10px;
  }
  .inline-list-links,
  .header-nav .nav-front .menu.nav {
    list-style: none;
  }
  .inline-list-links a,
  .header-nav .nav-front .menu.nav a {
    color: #333333;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 12.5px;
  }
  .inline-list-links a:hover,
  .header-nav .nav-front .menu.nav a:hover {
    text-decoration: none;
  }
  .inline-list-links li,
  .header-nav .nav-front .menu.nav li {
    border-right: solid 2px #333333;
    float: left;
    line-height: 1;
  }
  .inline-list-links li:first-child a,
  .header-nav .nav-front .menu.nav li:first-child a {
    margin-left: 0;
  }
  .inline-list-links li:last-child,
  .header-nav .nav-front .menu.nav li:last-child {
    border-right: 0;
  }
  .inline-list-links li:last-child a,
  .header-nav .nav-front .menu.nav li:last-child a {
    margin-right: 0;
  }
  .inline-list-links .form-item,
  .header-nav .nav-front .menu.nav .form-item {
    float: left;
    width: auto;
  }
  .inline-list-links .form-item a,
  .header-nav .nav-front .menu.nav .form-item a {
    margin: 0 20px 0 0;
  }@media (min-width: 992px) {
 .inline-list-links .form-item a,
    .header-nav .nav-front .menu.nav .form-item a {
      margin: 0 25px 0 0;
    } 
}.list-links {
    line-height: 22px;
    list-style: none;
    margin: 10px 0 10px;
    padding: 0;
  }
  .list-links li {
    padding-left: 20px;
    position: relative;
  }
  .list-links li a:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "\e606";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .list-links li a:hover {
    text-decoration: none;
  }
  .list-links li a:hover:before {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .vertical-center-wrapper {
    display: table;
    height: 100%;
    width: 100%;
  }
  .vertical-center-wrapper.absolute {
    left: 0;
    position: absolute;
    top: 0;
  }
  .vertical-center-wrapper .vertical-center-row {
    display: table-row;
  }
  .vertical-center-wrapper .vertical-center-cell {
    display: table-cell;
    vertical-align: middle;
    overflow-y: auto;
  }
  .btn {
    border: 0;
    font-family: "LatoHeavy";
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 992px) {
 .btn {
      font-size: 18px;
      font-size: 1.8rem;
    } 
}.btn:after {
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    padding: 4px 4px 5px 6px;
    width: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn.icon-arrow-right:before {
    overflow: hidden;
  }
  .btn.icon-arrow-right:hover:before {
    -webkit-animation: arrowleftright 0.5s forwards ease;
    -moz-animation: arrowleftright 0.5s forwards ease;
    -ms-animation: arrowleftright 0.5s forwards ease;
  }
  .btn.btn-primary,
  .btn.btn-default,
  .btn.btn-success {
    background-color: #003ba6;
    background-image: none;
    border: none !important;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    float: right;
    font-family: "LatoHeavy";
    outline: none;
    padding: 15px 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
    letter-spacing: 0.2em;
    font-size: 10px;
    font-size: 1rem;
  }
  .btn.btn-primary:before,
  .btn.btn-default:before,
  .btn.btn-success:before {
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 100%;
    float: right;
    height: 24px;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 24px;
    z-index: 1;
    font-size: 15px;
    font-size: 1.5rem;
  }@media (min-width: 992px) {
 .btn.btn-primary,
    .btn.btn-default,
    .btn.btn-success {
      padding: 19px 60px 13px 50px;
      width: auto;
      font-size: 12px;
      font-size: 1.2rem;
    }
    .btn.btn-primary:before,
    .btn.btn-default:before,
    .btn.btn-success:before {
      top: 13px;
    } 
}.btn.btn-primary:hover,
  .btn.btn-default:hover,
  .btn.btn-success:hover {
    box-shadow: none;
    border: 0px !important;
    outline: none;
  }
  .btn.btn-secondary {
    background-color: transparent;
    background-image: none;
    border: solid 1px #ffffff;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    float: right;
    font-family: "LatoHeavy";
    outline: none;
    padding: 12px 60px 12px 50px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.2em;
    font-size: 10px;
    font-size: 1rem;
  }
  .btn.btn-secondary:before {
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 100%;
    float: right;
    height: 24px;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 7px;
    width: 24px;
    z-index: 1;
    font-size: 15px;
    font-size: 1.5rem;
  }@media (min-width: 992px) {
 .btn.btn-secondary:before {
      top: 10px;
    } 
}@media (min-width: 992px) {
 .btn.btn-secondary {
      padding: 14px 60px 12px 50px;
      width: auto;
      font-size: 14px;
      font-size: 1.4rem;
    } 
}.btn.btn-secondary:hover {
    box-shadow: none;
    outline: none;
  }
  .btn.btn-close {
    background-color: transparent;
    color: #e6ae3b;
    content: "";
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .btn.btn-close:after {
    border: solid 1px #333333;
    border-radius: 100%;
    color: #333333;
    content: "X";
    display: inline-block;
    height: 27px;
    padding: 4px 3px 2px 5px;
    width: 27px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .btn.btn-close span {
    display: none;
  }@media (min-width: 992px) {
 .btn.btn-close span {
      display: inline-block;
    } 
}.btn.btn-account {
    border: solid 1px #ffffff !important;
    margin-left: 20px !important;
    margin-top: 10px !important;
    padding: 6px 15px 6px !important;
  }@media (min-width: 992px) {
 .btn.btn-account {
      margin-top: 5px !important;
    } 
}.btn.btn-account:before {
    border: 0px;
    left: 0px;
    margin-top: -9px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .btn.btn-play {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn.btn-play:hover {
    color: #003ba6;
  }
  .btn.btn-play:hover:before {
    border: solid 3px #003ba6;
    -webkit-animation: pop 0.2s forwards ease;
    -moz-animation: pop 0.2s forwards ease;
    -ms-animation: pop 0.2s forwards ease;
  }
  .btn.btn-play:before {
    border: solid 3px #ffffff;
    border-radius: 100%;
    display: block;
    height: 45px;
    margin: 0 auto 3px;
    padding: 8px 7px 0px 10px;
    width: 45px;
    font-size: 22px;
    font-size: 2.2rem;
  }@media (min-width: 992px) {
 .btn.btn-play:before {
      height: 80px;
      margin: 0 auto 20px;
      padding: 20px 17px 20px 23px;
      width: 80px;
      font-size: 35px;
      font-size: 3.5rem;
    } 
}.btn.btn-play span {
    display: none;
  }@media (min-width: 992px) {
 .btn.btn-play span {
      display: inline-block;
    } 
}.btn.form-submit:before {
    content: "\e614";
    overflow: hidden;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn.form-submit:hover:before {
    -webkit-animation: arrowleftright 0.5s forwards ease;
    -moz-animation: arrowleftright 0.5s forwards ease;
    -ms-animation: arrowleftright 0.5s forwards ease;
  }
  .btn.btn-search {
    background-color: transparent;
    border-right: solid 1px #989a9d;
    border-radius: 0;
    color: #ffffff;
    float: right;
    font-family: 'Dosis', sans-serif;
    line-height: 1;
    margin: 0px 15px 0 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .affix .btn.btn-search {
    color: #333333;
  }
  .open .btn.btn-search {
    display: none !important;
  }
  .btn.btn-search:before {
    margin: 1px;
    content: "\e60f";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn.btn-search:hover {
    background-color: transparent;
  }
  .btn.btn-search.alt {
    background-color: transparent;
    border: 0;
    border-right: solid 1px #989a9d;
    color: #333333;
    float: left;
    margin: 0;
    padding-right: 7px;
  }
  .btn.btn-search.alt:before {
    margin-right: 20px;
  }
  .btn.btn-search.alt span {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .link-arrow,
  .views-field-field-resource-link a {
    color: #e6ae3b;
    display: inline-block;
    font-family: "LatoHeavy";
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .link-arrow:after,
  .views-field-field-resource-link a:after {
    color: #333333;
    border: solid 1px #333333;
    border-radius: 100%;
    height: 20px;
    margin: 5px 5px 5px 10px;
    overflow: hidden;
    padding: 2px;
    width: 20px;
    z-index: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 .link-arrow:after,
    .views-field-field-resource-link a:after {
      position: absolute;
      right: -35px;
      top: -2px;
    } 
}.link-arrow:hover:after,
  .views-field-field-resource-link a:hover:after {
    -webkit-animation: arrowleftright 0.5s forwards ease;
    -moz-animation: arrowleftright 0.5s forwards ease;
    -ms-animation: arrowleftright 0.5s forwards ease;
  }
  .link-download,
  .views-field-field-resource-downloads a {
    color: #e6ae3b;
    font-family: "LatoHeavy";
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .link-download:after,
  .views-field-field-resource-downloads a:after {
    color: #333333;
    height: 20px;
    margin-left: 10px;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    top: -6px;
    width: 20px;
    z-index: 1;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .link-normal {
    color: #e6ae3b;
    font-family: "LatoHeavy";
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .btn.btn-primary,
  .btn.btn-default,
  .btn.btn-success {
    background-color: #e6ae3b;
    padding: 17px 60px 13px 40px;
  }
  .btn.btn-secondary {
    padding: 12px 60px 12px 50px;
  }
  .btn.btn-account {
    border: solid 1px #e6ae3b !important;
  }
  .btn.btn-account:before {
    color: #e6ae3b;
  }
  .btn.btn-close:after {
    padding: 2px 3px 2px 5px;
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes arrowleftright {
    0% {
      text-indent: 0px;
    }
    49% {
      text-indent: 25px;
    }
    50% {
      text-indent: -25px;
    }
    100% {
      text-indent: 0px;
    }
  }
  /* Standard syntax */
  @keyframes arrowleftright {
    0% {
      text-indent: 0px;
    }
    49% {
      text-indent: 25px;
    }
    50% {
      text-indent: -25px;
    }
    100% {
      text-indent: 0px;
    }
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes pop {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  /* Standard syntax */
  @keyframes pop {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes firstbar {
    0% {
      top: 0px;
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @keyframes firstbar {
    0% {
      top: 0px;
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @-webkit-keyframes secondbar {
    0% {
      top: 6px;
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @keyframes secondbar {
    0% {
      top: 6px;
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  @-webkit-keyframes lastbar {
    0% {
      top: 12px;
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @keyframes lastbar {
    0% {
      top: 12px;
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes firstbarreverse {
    0% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0px;
    }
  }
  @keyframes firstbarreverse {
    0% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0px;
    }
  }
  @-webkit-keyframes secondbarreverse {
    0% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
    }
  }
  @keyframes secondbarreverse {
    0% {
      top: 6px;
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 6px;
    }
  }
  @-webkit-keyframes lastbarreverse {
    0% {
      top: 6px;
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 12px;
    }
  }
  @keyframes lastbarreverse {
    0% {
      top: 6px;
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 6px;
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 12px;
    }
  }
  input[type=email],
  input[type=text],
  input[type=password],
  input[type=number],
  .form-control[readonly],
  textarea,
  textarea.form-control,
  select,
  select.form-control {
    background-color: rgba(0, 59, 166, 0.06);
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    color: #787878;
    float: left;
    font-family: "LatoBold";
    font-weight: normal;
    height: 40px;
    outline: none;
    padding: 15px;
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
  }
  input[type=email]:hover,
  input[type=text]:hover,
  input[type=password]:hover,
  input[type=number]:hover,
  .form-control[readonly]:hover,
  textarea:hover,
  textarea.form-control:hover,
  select:hover,
  select.form-control:hover,
  input[type=email]:focus,
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  .form-control[readonly]:focus,
  textarea:focus,
  textarea.form-control:focus,
  select:focus,
  select.form-control:focus,
  input[type=email]:active,
  input[type=text]:active,
  input[type=password]:active,
  input[type=number]:active,
  .form-control[readonly]:active,
  textarea:active,
  textarea.form-control:active,
  select:active,
  select.form-control:active {
    box-shadow: none;
    outline: none;
  }@media (min-width: 992px) {
 input[type=email],
    input[type=text],
    input[type=password],
    input[type=number],
    .form-control[readonly],
    textarea,
    textarea.form-control,
    select,
    select.form-control {
      height: 50px;
      width: 69%;
      font-size: 16px;
      font-size: 1.6rem;
    } 
}input[type=email].error,
  input[type=text].error,
  input[type=password].error,
  input[type=number].error,
  .form-control[readonly].error,
  textarea.error,
  textarea.form-control.error,
  select.error,
  select.form-control.error {
    border: solid 1px #a50000;
  }
  input[type=email],
  input[type=text],
  input[type=password],
  .form-control[readonly],
  select {
    height: 40px !important;
  }@media (min-width: 992px) {
 input[type=email],
    input[type=text],
    input[type=password],
    .form-control[readonly],
    select {
      height: 50px !important;
    } 
}@media (min-width: 992px) {
 .form-textarea-wrapper {
      float: left;
      width: 69%;
    } 
}.form-textarea-wrapper textarea,
  .form-textarea-wrapper textarea.form-control {
    width: 100% !important;
  }
  input[type=email],
  input[type=text],
  input[type=password] {
    height: 50px;
  }
  input[type=checkbox] {
    float: left;
    position: relative !important;
  }
  label {
    float: left;
    font-family: "LatoBold";
    font-weight: normal;
    padding: 15px 15px 0 0;
    text-align: left;
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
  }@media (min-width: 992px) {
 label {
      text-align: right;
      width: 31%;
      font-size: 16px;
      font-size: 1.6rem;
    } 
}form .mandatory {
    color: #787878;
    padding: 15px;
    margin-bottom: 0;
    font-family: "LatoBold";
    font-size: 10px;
    font-size: 1rem;
  }@media (min-width: 992px) {
 form .mandatory {
      padding: 0 0 0 31%;
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1.6rem;
    } 
}select,
  select.form-control {
    background: rgba(0, 59, 166, 0.06) url(/sites/all/themes/genzyme/images/lemtrada/ddl.png) center right 15px !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  .help-block {
    display: none;
    float: right;
    line-height: 1.4;
    width: 69%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-item,
  .form-group {
    float: left;
    margin-bottom: 0px;
    margin-top: 0;
    width: 100%;
  }@media (min-width: 992px) {
 .form-item,
    .form-group {
      margin-bottom: 20px;
    } 
}.form-item .form-item,
  .form-group .form-item {
    margin-bottom: 0px;
  }@media (min-width: 992px) {
 #edit-account .form-item .form-item,
    #edit-account .form-group .form-item {
      margin-bottom: 20px;
    } 
}.form-item.webform-component-checkboxes .form-type-checkbox,
  .form-group.webform-component-checkboxes .form-type-checkbox {
    margin-bottom: 20px;
  }
  .form-item .form-item-mail,
  .form-group .form-item-mail,
  .form-item .form-item-current-pass,
  .form-group .form-item-current-pass {
    margin-bottom: 0px;
  }@media (min-width: 992px) {
 .form-item .form-item-mail,
    .form-group .form-item-mail,
    .form-item .form-item-current-pass,
    .form-group .form-item-current-pass {
      margin-bottom: 20px;
    } 
}.form-item .form-item-pass-pass2,
  .form-group .form-item-pass-pass2 {
    margin-bottom: 0px !important;
  }
  .grippie {
    display: none !important;
  }
  .field-widget-options-onoff .form-type-checkbox {
    margin-top: 0px;
  }
  .field-widget-options-onoff .form-type-checkbox label {
    text-align: left;
    width: 90%;
  }@media (min-width: 992px) {
 .field-widget-options-onoff .form-type-checkbox label {
      width: 80%;
    } 
}.form-type-checkbox {
    padding-left: 20px;
  }
  .form-type-checkbox label {
    color: #787878;
    padding: 3px 0 0 5px;
    width: auto;
  }@media (min-width: 992px) {
 .form-type-checkbox label {
      padding-left: 20px;
    } 
}@media (min-width: 992px) {
 .form-type-checkbox {
      padding-left: 33%;
    } 
}.webform-component-fieldset {
    background: transparent;
    box-shadow: none;
    border: 0px;
    float: left;
    width: 100%;
  }
  .webform-component-fieldset legend.panel-heading {
    background-color: transparent;
    border: none;
    display: none;
    float: left;
    text-align: right;
    width: 31%;
  }@media (min-width: 992px) {
 .webform-component-fieldset legend.panel-heading {
      display: inline-block;
      padding-top: 5px;
    } 
}.webform-component-fieldset legend.panel-heading .panel-title {
    font-family: "LatoBold";
    font-size: 16px;
    font-size: 1.6rem;
  }
  .webform-component-fieldset .panel-body {
    float: left;
    padding: 0;
    width: 100%;
  }@media (min-width: 992px) {
 .webform-component-fieldset .panel-body {
      width: 69%;
    } 
}.webform-component-fieldset .panel-body > div {
    float: left;
    width: 50%;
  }
  .webform-component-fieldset .panel-body > div:nth-child(2n-1) {
    padding-right: 5px;
  }@media (min-width: 992px) {
 .webform-component-fieldset .panel-body > div:nth-child(2n-1) {
      padding-right: 0px;
    } 
}.webform-component-fieldset .panel-body label {
    color: #787878;
    float: left;
    height: 45px;
    text-align: left;
    width: 100%;
  }@media (min-width: 992px) {
 .webform-component-fieldset .panel-body label {
      height: auto;
      padding: 5px 10px 0 15px;
      width: 69%;
    } 
}.webform-component-fieldset .panel-body select {
    float: left;
    width: 100%;
  }@media (min-width: 992px) {
 .webform-component-fieldset .panel-body select {
      width: 31%;
    } 
}.hierarchical-select-wrapper .hierarchical-select .selects {
    width: 100%;
  }
  .hierarchical-select-wrapper .hierarchical-select .selects select {
    margin-bottom: 20px;
    width: 100%;
  }@media (min-width: 992px) {
 .hierarchical-select-wrapper .hierarchical-select .selects {
      width: 69%;
    } 
}.news-wrapper .form-type-checkbox {
    padding-left: 0px;
  }
  .news-wrapper .form-item {
    margin: 0;
    margin-bottom: 0 !important;
    padding-left: 35%;
  }
  .news-wrapper .form-item label {
    color: #333333;
    float: left;
    padding: 0 15px 0 0;
    text-align: left;
    width: 100%;
  }
  .news-wrapper .form-item input[type=checkbox] {
    left: 34%;
    top: -2px;
  }
  .alert.alert-block.alert-danger {
    background-color: transparent;
    border: 0;
    color: #a50000;
    font-family: "LatoBold";
    line-height: 21px;
    padding: 0;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 .alert.alert-block.alert-danger {
      padding: 0 0 0 31%;
    } 
}.alert.alert-block.alert-danger a,
  .alert.alert-block.alert-danger h4 {
    display: none;
  }
  .alert.alert-block.alert-danger ul {
    margin: 15px 0 40px;
    width: 100%;
  }
  .alert.alert-block.alert-danger ul li {
    color: #a50000;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .alert.alert-block.alert-danger ul li a {
    display: inline-block;
  }
  .password-strength,
  div.password-confirm {
    display: none;
  }
  .password-suggestions {
    float: left;
    margin-top: 20px;
    padding-left: 31%;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .password-suggestions ul {
    margin: 10px 0 0;
  }
  .password-suggestions ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .block-webform .links .ajax-processed {
    display: none;
  }
  .form-item-field-communications--und label {
    position: relative;
  }
  .form-item-field-communications--und .icon-info {
    cursor: pointer;
  }
  .form-item-field-communications--und .icon-info:after {
    background: url(/sites/all/themes/genzyme/images/lemtrada/info.png);
    content: "";
    display: block;
    height: 23px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 23px;
  }
  .form-item-field-communications--und .tooltip {
    left: 85px !important;
    top: -134px !important;
  }@media (max-width: 374px) {
 .form-item-field-communications--und .tooltip {
      left: 35px !important;
    } 
}@media (min-width: 992px) {
 .form-item-field-communications--und .tooltip {
      left: 355px !important;
    } 
}.tooltip {
    background-color: #fff;
    border: solid 1px #a1a1a1;
    color: #333333;
    display: none;
    line-height: 18px;
    padding: 13px;
    position: absolute;
    width: 250px;
    z-index: 9;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tooltip .tooltip-arrow {
    display: none;
  }
  .tooltip:after,
  .tooltip:before {
    border: solid 11px #a1a1a1;
    border-color: #a1a1a1 transparent transparent transparent;
    bottom: -22px;
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    right: 8px;
    width: 0px;
  }@media (min-width: 992px) {
 .tooltip:after,
    .tooltip:before {
      right: 78px;
    } 
}.tooltip:after {
    border: solid 10px #ffffff;
    border-color: #ffffff transparent transparent transparent;
    bottom: -20px;
    right: 9px;
  }@media (min-width: 992px) {
 .tooltip:after {
      right: 79px;
    } 
}.alert {
    border: none;
    border-radius: 0;
    margin: 20px 0;
    width: 100%;
  }
  .alert.alert-success {
    background-color: #f9f6f9;
    color: #333333;
  }
  .alert.alert-success a {
    color: #333333;
  }
  .modal.search-modal input[type=text] {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #989a9d;
    box-shadow: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: auto;
    line-height: 1;
    outline: 0 !important;
    padding: 0 0 10px 0;
    width: 100%;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .modal.search-modal input[type=text]:focus {
    box-shadow: none;
    outline: none;
  }@media (min-width: 992px) {
 .modal.search-modal input[type=text] {
      font-size: 35px;
      font-size: 3.5rem;
    } 
}select,
  select.form-control {
    background: rgba(0, 59, 166, 0.06) url(/sites/all/themes/genzyme/images/aubagio/ddl.png) center right 15px !important;
    background-repeat: no-repeat !important;
  }
  .form-item-field-communications--und .icon-info:after {
    background: url(/sites/all/themes/genzyme/images/aubagio/info.png);
  }
  section.section-primary,
  section #block-views-homepage-blocks-block-1,
  section #block-views-products-blocks-block {
    background: url(/sites/all/themes/genzyme/images/lemtrada/bg-triangles.png) repeat;
    background-attachment: fixed;
    padding: 40px 0;
  }@media (min-width: 992px) {
 section.section-primary,
    section #block-views-homepage-blocks-block-1,
    section #block-views-products-blocks-block {
      padding: 100px 0;
    } 
}section.section-secondary,
  section #block-views-homepage-blocks-block-2 {
    background: url(/sites/all/themes/genzyme/images/lemtrada/bg-triangles-alt.png) repeat;
    background-attachment: fixed;
    padding: 40px 0;
  }@media (min-width: 992px) {
 section.section-secondary,
    section #block-views-homepage-blocks-block-2 {
      padding: 100px 0;
    } 
}section.section-tertiary,
  section.block-block-5 {
    float: left;
    width: 100%;
    background-color: rgba(0, 59, 166, 0.5);
    padding: 40px 0;
  }@media (min-width: 992px) {
 section.section-tertiary,
    section.block-block-5 {
      padding: 10px 0;
    } 
}section.section-tertiary .container-cta,
  section.block-block-5 .container-cta {
    color: #ffffff;
  }
  section.section-tertiary .container-cta p,
  section.block-block-5 .container-cta p {
    float: left;
    margin-bottom: 0px;
    padding: 5px 0 0 70px;
    position: relative;
    font-size: 22.5px;
    font-size: 2.25rem;
  }@media (min-width: 992px) {
 section.section-tertiary .container-cta p,
    section.block-block-5 .container-cta p {
      padding: 17px 0 0 70px;
      font-size: 18px;
      font-size: 1.8rem;
    } 
}section.section-tertiary .container-cta p span,
  section.block-block-5 .container-cta p span {
    left: 0px;
    margin-right: 20px;
    position: absolute;
    top: 0px;
    width: 50px;
  }
  section.section-tertiary .container-cta div,
  section.block-block-5 .container-cta div {
    display: inline-block;
    padding: 20px 0 0 60px;
    width: 100%;
  }@media (min-width: 992px) {
 section.section-tertiary .container-cta div,
    section.block-block-5 .container-cta div {
      display: block;
      padding: 0;
      width: auto;
    } 
}section.section-tertiary .container-cta div .btn,
  section.block-block-5 .container-cta div .btn {
    margin: 5px 0;
  }
  section.section-references {
    padding: 40px 12.5px 40px;
    position: relative;
  }@media (min-width: 992px) {
 section.section-references {
      padding: 60px 12.5px 80px;
    } 
}section.section-references ol,
  section.section-references ul {
    padding-left: 20px;
  }
  section.section-references .field-item,
  section.section-references li {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  section.section-references:after {
    border-bottom: solid 1px #999;
    bottom: 0;
    content: "";
    display: block;
    left: 12.5px;
    position: absolute;
    right: 12.5px;
    visibility: visible;
  }
  section.section-video-carousel {
    padding-top: 40px;
  }@media (min-width: 992px) {
 section.section-video-carousel {
      padding-top: 90px;
    } 
}section.section-form .container {
    border-bottom: solid 1px #999999;
    margin: 0 auto 40px;
    padding: 35px 0;
  }@media (min-width: 992px) {
 section.section-form .container {
      margin: 0 auto 90px;
      padding: 40px 0 40px;
    } 
}section.section-video-button {
    padding: 20px 0 40px;
  }@media (min-width: 992px) {
 section.section-video-button {
      padding: 30px 0 100px;
    } 
}section.section-resources .view-product-resources {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }@media (min-width: 992px) {
 section.section-resources .view-product-resources {
      padding-left: 12.5px;
      padding-right: 12.5px;
      width: 50%;
    } 
}@media (min-width: 992px) {
 section.section-resources .view-product-resources .left:last-child,
    section.section-resources .view-product-resources .right:last-child {
      margin-bottom: 30px;
    } 
}section.section-resources .view-product-resources .left div div,
  section.section-resources .view-product-resources .right div div {
    line-height: 1.2;
  }
  section.main-wrapper {
    width: 100%;
  }@media (min-width: 992px) {
 section.main-wrapper {
      display: inline-block;
      position: relative;
    } 
}.section-related a {
    color: #e6ae3b;
    display: inline-block;
    font-family: "LatoHeavy";
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .section-related a:after {
    color: #333333;
    border: solid 1px #333333;
    border-radius: 100%;
    height: 20px;
    margin: 5px 5px 5px 10px;
    overflow: hidden;
    padding: 2px;
    width: 20px;
    z-index: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 .section-related a:after {
      position: absolute;
      right: -35px;
      top: -2px;
    } 
}.section-related a:hover:after {
    -webkit-animation: arrowleftright 0.5s forwards ease;
    -moz-animation: arrowleftright 0.5s forwards ease;
    -ms-animation: arrowleftright 0.5s forwards ease;
  }
  .section-related a:after {
    color: #333333;
    border: solid 1px #333333;
    border-radius: 100%;
    height: 20px;
    margin: 5px 5px 5px 10px;
    overflow: hidden;
    padding: 2px;
    width: 20px;
    z-index: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 .section-related a:after {
      position: absolute;
      right: -35px;
      top: -2px;
    } 
}.section-related a:hover:after {
    -webkit-animation: arrowleftright 0.5s forwards ease;
    -moz-animation: arrowleftright 0.5s forwards ease;
    -ms-animation: arrowleftright 0.5s forwards ease;
  }
  .section-related a:after {
    margin: -1px 5px 5px 10px;
  }
  .section-related a:hover {
    color: #787878;
  }
  .page-user-edit .messages-container {
    width: 100%;
    border: none;
    margin: 10px 0 30px;
  }
  .messages-container {
    border-top: solid 1px #999999;
    display: none;
    margin-top: 40px;
    padding: 0;
    position: relative;
  }@media (min-width: 992px) {
 .messages-container {
      margin-top: 100px;
      width: 1080px;
    } 
}.page-user .messages-container {
    display: block;
  }
  .messages-container .alert.alert-block.alert-danger {
    color: #a50000;
    font-family: "LatoBold";
    float: left;
    line-height: 21px;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 .messages-container .alert.alert-block.alert-danger {
      float: right;
      width: 47%;
    } 
}.messages-container .alert.alert-block.alert-danger ul {
    margin: 20px 0;
  }
  .messages-container .alert.alert-block.alert-danger ul li {
    color: #a50000;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 1200px) {
 .messages-container,
    .section-form .container {
      width: 1080px;
    } 
}.swoosh-container {
    display: none;
  }
  section.section-secondary,
  section #block-views-homepage-blocks-block-2 {
    background: url(/sites/all/themes/genzyme/images/cerdelga/bg-triangles-alt.png) repeat;
    background-attachment: fixed;
  }
  .box .views-field-field-resource-link a:before,
  .box .views-field-field-resource-downloads a:before {
    top: 2px;
  }
  main {
    float: left;
    display: inline-block;
    width: 100%;
    /*.view-footer {
  		.link-arrow {
  			display: inline-block;
  
  			&:after {
  				margin: 5px;
  			}
  		}
  	}*/
  }
  main .region-content-bottom {
    position: relative;
    z-index: 3;
  }
  main .region-content-bottom .section-tertiary {
    float: none;
  }
  main ul,
  main ol {
    margin: 30px 0;
    padding-left: 20px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }@media (min-width: 992px) {
 main ul,
    main ol {
      font-size: 18px;
      font-size: 1.8rem;
    } 
}main ul li,
  main ol li {
    margin: 5px 0;
  }
  main.main-container {
    background: #ffffff;
    background-repeat: repeat;
    padding: 0 20px 0;
    position: relative;
    z-index: 4;
  }@media (min-width: 992px) {
 main.main-container {
      padding: 0;
    } 
}.logged-in main.main-container {
    padding: 0;
  }
  main.main-container > .container {
    padding: 0 0 40px;
    position: relative;
  }@media (min-width: 992px) {
 main.main-container > .container {
      padding: 70px 0 70px;
    } 
}main.main-container .field-name-body,
  main.main-container .field-name-field-top-body {
    padding-top: 30px;
  }
  main.main-container .field-name-body img,
  main.main-container .field-name-field-top-body img {
    height: auto !important;
    margin: 15px 0;
    max-width: 100% !important;
    width: auto;
  }
  main.main-container .region-sidebar-first {
    margin-bottom: 0;
  }
  main.main-container .sidebar {
    padding-bottom: 30px;
  }@media (min-width: 992px) {
 main.main-container .sidebar {
      padding-bottom: 0;
    } 
}main.main-container .sidebar .well {
    background-color: transparent;
    border: none;
    box-shadow: none;
    float: left;
    padding: 0;
    width: 100%;
  }
  main.main-container .sidebar .field-name-field-introduction .field-item p {
    font-family: "LatoRegular";
    font-size: 19px;
    font-size: 1.9rem;
  }
  main.main-container .sidebar .field-name-field-introduction .field-item p:first-child {
    margin-top: 0px;
  }
  main.main-container .main-container {
    background-color: #ffffff;
  }
  header.header-genzyme {
    background-color: #8c8d87;
    color: #ffffff;
    text-align: center;
  }
  header.header-genzyme ul {
    line-height: 22px;
    margin: 0;
    padding: 0 0 1px;
  }@media (min-width: 992px) {
 header.header-genzyme ul {
      float: right;
      padding: 0px 0 2px;
    } 
}header.header-genzyme ul li {
    display: inline-block;
    margin: 0 7px;
    padding: 0;
  }@media (min-width: 992px) {
 header.header-genzyme ul li {
      margin: 0;
    } 
}header.header-genzyme ul li:before {
    background-color: #ffffff;
    content: "";
    display: block;
    float: left;
    height: 5px;
    position: absolute;
    top: 9px;
    width: 5px;
  }
  header.header-genzyme ul li:last-child a {
    padding-right: 0px;
  }@media (min-width: 992px) {
 header.header-genzyme ul li:nth-child(3n) {
      margin: 0;
    } 
}header.header-genzyme a {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 3px 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 header.header-genzyme a {
      padding: 0 30px 0 15px;
      font-size: 11px;
      font-size: 1.1rem;
    } 
}header.header-account {
    background-color: #ffffff;
    padding: 10px 0;
  }
  header.header-account ul {
    margin: 0;
  }
  header.header-nav {
    background-color: #003ba6;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 20px 0;
  }@media (min-width: 992px) {
 header.header-nav {
      padding: 25px 0;
    } 
}@media (min-width: 992px) {
 header.header-nav .navbar-collapse {
      padding: 0;
    } 
}header.header-nav .navbar-header {
    margin: 0;
    position: Relative;
    z-index: 1;
  }
  header.header-nav .nav-front .menu.nav {
    float: right;
    margin-top: 9px;
  }
  header.header-nav .nav-front .menu.nav li {
    border: 0;
  }
  header.header-nav .nav-front .menu.nav li a {
    color: #ffffff;
  }
  header.header-nav .nav-front .menu.nav li a:not(.btn) {
    padding: 11px 0;
  }
  header.header-nav .nav-front .menu.nav li a:not(.btn):hover {
    text-decoration: underline;
  }
  header {
    /*
  	&.header-genzyme {
  		background-color: @grey-variant-3;
  		color: @body-bg;
  		text-align: center;
  
  		ul {
  			margin: 0;
  			padding: 0px 0 4px;@media (min-width:@screen-md) {
 float: right; 
}li {
  				display: inline-block;
  				padding: 0;
  
  				&:before {
  					background-color: @body-bg;
  					content: "";
  					display: block;
  					float: left;
  					height: 5px;
  					position: absolute;
  					top: 4px;
  					width: 5px;
  				}
  
  				&:last-child {
  					a {
  						padding-right: 0px;
  					}
  				}
  			}
  		}
  
  		a {
  			color: @body-bg;
  			font-family: Arial, Helvetica, sans-serif;
  			font-weight: bold;
  			padding: 0 3px 0 15px;
  
  			.font-size(9);@media (min-width:@screen-md) {
 padding: 0 30px 0 15px;
  
  				.font-size(11); 
}}
  	}
  */
  }
  header.header-nav {
    background-color: transparent;
    border: 0;
    left: 0px;
    margin: 0 auto;
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  header.header-nav .navbar-header {
    margin-right: -12px;
    margin-left: -12px;
  }@media (min-width: 992px) {
 header.header-nav {
      top: 60px;
    }
    header.header-nav .navbar-header {
      margin: 0;
    } 
}header.header-nav.container {
    max-width: 100%;
  }
  header.header-nav.container .container {
    margin: 0 auto;
  }@media (max-width: 992px) {
 header.header-nav .container {
      width: 100%;
    } 
}header.header-nav.open {
    background-color: #ffffff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }@media (max-width: 992px) {
 header.header-nav.open {
      max-height: 100%;
      overflow: scroll;
    } 
}.node-type-product-landing-page header.header-nav.affix:not(.not-loggedin) {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
  }@media (min-width: 992px) {
 .node-type-product-landing-page header.header-nav.affix:not(.not-loggedin) {
      background-color: #003ba6;
      padding: 5px;
    }
    .node-type-product-landing-page header.header-nav.affix:not(.not-loggedin) .logo {
      width: 100px;
    }
    .node-type-product-landing-page header.header-nav.affix:not(.not-loggedin) .account-container {
      height: 42px;
    } 
}header.header-nav.not-loggedin .navbar-toggle {
    display: none;
  }
  header.header-nav .menu.nav a {
    font-family: "LatoBold";
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header.header-nav .menu.nav .children a {
    font-family: "LatoRegular";
    line-height: 17px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer.footer-main {
    background-color: #787878;
    border-top: 0;
    color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 4;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer.footer-main a {
    color: #ffffff;
  }
  footer.footer-main p {
    line-height: 16px !important;
    margin-bottom: 14px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer.footer-main .footer-sitemap {
    background-color: #48494b;
    padding: 30px 0 20px;
  }@media (min-width: 992px) {
 footer.footer-main .footer-sitemap {
      padding: 70px 0 50px;
    } 
}footer.footer-main .footer-sitemap ul,
  footer.footer-main .footer-sitemap ol {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer.footer-main .footer-top {
    background-color: #5b5f5f;
  }@media (min-width: 992px) {
 footer.footer-main .footer-top {
      padding: 5px 0;
    } 
}@media (max-width: 992px) {
 footer.footer-main .footer-top .container {
      width: 100%;
    } 
}@media (max-width: 992px) {
 footer.footer-main .footer-top aside {
      padding: 0;
    } 
}@media (min-width: 992px) {
 footer.footer-main .footer-top aside:first-child {
      float: right;
    } 
}@media (min-width: 992px) {
 footer.footer-main .footer-top aside:last-child {
      background-color: transparent;
    } 
}footer.footer-main .footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }@media (min-width: 992px) {
 footer.footer-main .footer-top ul {
      text-align: left;
    } 
}footer.footer-main .footer-top ul li {
    display: inline-block;
  }
  footer.footer-main .footer-top ul.menu {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }@media (min-width: 992px) {
 footer.footer-main .footer-top ul.menu {
      border-bottom: none;
      float: left;
      padding-top: 0px;
    } 
}footer.footer-main .footer-top ul.menu:last-child {
    padding-top: 0;
  }
  footer.footer-main .footer-top ul.menu:last-child li {
    border-top: 0px;
    width: 50%;
  }@media (min-width: 992px) {
 footer.footer-main .footer-top ul.menu:last-child li {
      width: auto;
    }
    footer.footer-main .footer-top ul.menu:last-child li a {
      border-left: solid 1px #fff;
    } 
}footer.footer-main .footer-top ul.menu li {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    float: left;
    padding: 8px 0;
    width: 33.33333333%;
  }
  footer.footer-main .footer-top ul.menu li a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 15px 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 footer.footer-main .footer-top ul.menu li {
      border: none;
      display: inline-block;
      padding: 10px 0;
      width: auto;
    }
    footer.footer-main .footer-top ul.menu li a {
      border-right: solid 1px #fff;
      line-height: 10px;
    } 
}footer.footer-main .footer-top ul.menu li:first-child {
    padding-left: 0;
  }@media (min-width: 992px) {
 footer.footer-main .footer-top ul.menu li:first-child a {
      padding-left: 0px;
    } 
}footer.footer-main .footer-top ul.menu li:last-child {
    border-right: 0px;
  }
  footer.footer-main .footer-top ul.menu li:last-child a {
    border-right: 0px;
  }
  footer.footer-main .footer-bottom {
    padding: 40px 0 50px;
  }@media (min-width: 768px) {
 footer.footer-main .footer-bottom {
      padding: 40px 0 88px;
    } 
}footer.footer-main .footer-bottom aside {
    float: left;
  }@media (min-width: 992px) {
 footer.footer-main .footer-bottom aside:first-child {
      float: right;
    } 
}footer.footer-main .region-footer-second {
    text-align: center;
  }
  footer.footer-main .region-footer-second ul {
    height: 32px;
    margin-bottom: 5px;
    text-align: center;
  }@media (min-width: 992px) {
 footer.footer-main .region-footer-second ul {
      float: right;
      height: 31px;
      margin-bottom: 0;
      margin-top: 0;
      text-align: right;
    } 
}footer.footer-main .region-footer-second ul li {
    margin-left: 20px;
    display: inline-block;
  }
  footer.footer-main .region-footer-second ul li:first-child {
    margin-left: 0;
  }
  footer.footer-main .region-footer-second ul li a {
    display: block;
    overflow: hidden;
    width: 32px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }@media (min-width: 992px) {
 footer.footer-main .region-footer-second ul li a {
      width: 30px;
    } 
}footer.footer-main .region-footer-second ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer.footer-main .region-footer-second ul li a img {
    width: 100%;
  }
  footer.footer-main .region-footer-third {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 footer.footer-main .region-footer-third {
      text-align: left;
      margin-top: 0;
    } 
}footer.footer-main .region-footer-third p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: left;
  }
  footer.footer-main .region-footer-third strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  footer.footer-main .region-footer-forth ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: right;
  }
  footer.footer-main .region-footer-forth ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
  }@media (min-width: 992px) {
 footer.footer-main .region-footer-forth ul li {
      float: none;
      text-align: right;
      width: auto;
    } 
}footer.footer-main .region-footer-forth ul li img {
    margin: 0 auto;
    max-width: 340px;
    width: 75%;
  }@media (min-width: 992px) {
 footer.footer-main .region-footer-forth ul li img {
      float: right;
      width: 340px;
    } 
}footer .cta-box {
    border: solid 2px #999;
    padding: 10px;
    text-align: center;
  }@media (min-width: 992px) {
 footer .cta-box {
      text-align: left;
      width: 50%;
    } 
}footer .cta-box.alt {
    border: solid 1px #ffffff;
    margin-bottom: 25px;
    padding: 10px 10px 0 10px;
  }
  footer .cta-box.alt h6 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .cta-box.alt a:hover {
    text-decoration: none;
  }@media (min-width: 992px) {
 footer .cta-box.alt {
      width: 100%;
    } 
}footer.section-footer {
    background-color: #ffffff;
    padding-bottom: 70px;
    position: relative;
    z-index: 4;
    width: 100%;
    clear: both;
  }
  footer.section-footer p {
    line-height: 20px;
    margin: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer.section-footer p a {
    color: #333333;
    text-decoration: underline;
  }
  .media-vimeo-video {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .media-vimeo-video .embed-responsive-item,
  .media-vimeo-video iframe,
  .media-vimeo-video embed,
  .media-vimeo-video object,
  .media-vimeo-video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .carousel {
    position: relative;
  }
  .carousel .carousel-control {
    display: none;
  }
  .carousel .carousel-indicators li {
    background-color: #333333;
    border: solid 1px #333333;
    height: 10px;
    margin: 0;
    width: 10px;
  }
  .carousel .carousel-indicators li.active {
    background-color: #ffffff;
  }
  .carousel .item .vertical-center-wrapper {
    padding-top: 53px;
  }@media (min-width: 992px) {
 .carousel .item .vertical-center-wrapper {
      padding-top: 74px;
    } 
}.carousel .views-field-title h1 {
    background-color: rgba(31, 31, 31, 0.4);
    border: none;
    color: #ffffff;
    margin-top: 0;
    padding: 12.5px;
    width: 100%;
  }@media (min-width: 540px) {
 .carousel .views-field-title h1 {
      width: 500px;
    } 
}@media (min-width: 992px) {
 .carousel .views-field-title h1 {
      background-color: transparent;
      padding: 0;
    } 
}body.page-node-9 .carousel .views-field-title h1 {
    margin-top: -100px;
  }@media (min-width: 768px) {
 body.page-node-9 .carousel .views-field-title h1 {
      margin-top: 0;
    } 
}.section-subpage .carousel .views-field-title {
    display: none;
  }
  .carousel .views-field-field-image {
    background-color: #003ba6;
    background-position: center center;
    background-size: cover;
    height: 280px;
    width: 100%;
    -ms-behavior: url(/backgroundsize.min.htc);
  }
  .carousel .views-field-field-image img {
    display: none;
  }@media (min-width: 480px) {
 .carousel .views-field-field-image {
      height: 320px;
    } 
}@media (min-width: 768px) {
 .carousel .views-field-field-image {
      background-color: #003ba6;
      background-position: center center;
      background-size: cover;
      height: 500px;
      -ms-behavior: url(/backgroundsize.min.htc);
    } 
}.section-subpage .carousel .views-field-field-image {
    background-image: none;
    height: 100px;
  }
  .carousel .views-field-body {
    color: #ffffff;
    font-family: "LatoRegular";
    margin-top: -4%;
  }
  .section-subpage .carousel .views-field-body {
    margin-top: 0px;
  }
  .carousel .views-field-body .swoosh-container img {
    width: 100%;
  }
  .section-subpage .carousel .views-field-body .swoosh-container img {
    display: none;
  }
  .carousel .views-field-body .swoosh-container img.swoosh-sub {
    display: none;
  }
  .section-subpage .carousel .views-field-body .swoosh-container img.swoosh-sub {
    display: block;
  }
  .carousel .views-field-body .hero-content-container {
    background-color: #003ba6;
    padding: 35px 0 0;
    width: 100%;
  }@media (min-width: 992px) {
 .carousel .views-field-body .hero-content-container {
      padding: 40px 0 10px;
    } 
}.section-subpage .carousel .views-field-body .hero-content-container {
    display: none;
  }
  .carousel .views-field-body .hero-content-container h2 {
    border-bottom-color: #ffffff;
    font-family: "LatoRegular";
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }@media (min-width: 992px) {
 .carousel .views-field-body .hero-content-container h2 {
      font-size: 28px;
      font-size: 2.8rem;
    } 
}.carousel .views-field-body .hero-content-container h2.alt {
    font-family: "LatoBold";
  }
  .carousel .views-field-body .hero-content-container p {
    font-family: "LatoRegular";
    line-height: 24px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }@media (min-width: 992px) {
 .carousel .views-field-body .hero-content-container p {
      line-height: 34px;
      font-size: 20px;
      font-size: 2rem;
    } 
}.carousel .views-field-body .hero-content-container strong {
    color: #e6ae3b;
    font-family: "LatoBold";
    font-style: normal;
    text-transform: uppercase;
  }
  .carousel .views-field-body .hero-content-container em {
    font-family: "LatoRegular";
    font-style: normal;
    text-transform: none;
  }
  .video-carousel {
    margin: 20px 0;
  }
  .video-carousel img {
    width: 100%;
  }@media (max-width: 992px) {
 .section-video-carousel #flexislider-main .slides li {
      display: none !important;
      opacity: 0 !important;
    }
    .section-video-carousel #flexislider-main .slides li:first-child {
      display: block !important;
      opacity: 1 !important;
    } 
}#flexislider-thumb li {
    cursor: pointer;
  }
  .header-aubagio .carousel {
    background-image: -webkit-linear-gradient(top, #d9e9f5 0%, #ffffff 10%);
    background-image: -o-linear-gradient(top, #d9e9f5 0%, #ffffff 10%);
    background-image: linear-gradient(to bottom, #d9e9f5 0%, #ffffff 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9e9f5', endColorstr='#ffffffff', GradientType=0);
    background-repeat: repeat-x;
  }
  .carousel .item .vertical-center-wrapper {
    padding-top: 75px;
  }@media (min-width: 992px) {
 .carousel .item .vertical-center-wrapper {
      padding-top: 95px;
    } 
}@media (min-width: 700px) {
 .carousel .views-field-title h1 {
      width: 700px;
      margin-bottom: 100px;
    } 
}.carousel .views-field-body {
    color: #ffffff;
    margin-top: 0;
  }
  .carousel .views-field-body .hero-content-container {
    background-color: #ffffff;
  }
  .carousel .views-field-body .hero-content-container h2 {
    border-bottom-color: rgba(0, 59, 166, 0.5);
  }
  .carousel .views-field-body .hero-content-container p {
    color: #333333;
  }
  .carousel .views-field-body .hero-content-container p strong {
    color: #333333;
  }
  .carousel .views-field-body .hero-content-container strong {
    color: #003ba6;
  }
  .carousel .views-field-field-image {
    background-color: transparent;
  }@media (min-width: 992px) {
 .carousel .views-field-field-image {
      background-size: auto 500px;
    } 
}.header-aubagio .views-field-body {
    margin-top: 0;
  }
  .no-sidebars .header-cerdelga .swoosh-container {
    background-color: #003ba6;
    display: none;
    width: 100%;
  }
  .no-sidebars .header-cerdelga .swoosh-container img {
    max-height: 152px;
  }
  .node-type-product-resources .header-cerdelga .swoosh-container,
  .node-type-product-subpage .header-cerdelga .swoosh-container {
    display: inline-block;
  }
  .section-subpage .carousel .views-field-field-image {
    display: none;
  }@media (min-width: 992px) {
 main.main-container > .container {
      padding: 0 0 70px;
    } 
}.modal-backdrop {
    z-index: 9;
  }
  .modal-backdrop.in {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .modal-xl {
    z-index: 9999;
  }@media (min-width: 992px) {
 .modal-xl {
      width: 1080px;
    } 
}.modal .inline-list-links a {
    text-decoration: underline;
  }
  .modal .inline-list-links a.active {
    text-decoration: none;
  }
  .modal .modal-dialog {
    z-index: 99999;
  }
  .modal .modal-content {
    border-radius: 0px;
    box-shadow: none;
  }
  .modal .modal-content .modal-header {
    border-bottom: 0px;
    padding: 12.5px 12.5px 0;
    text-align: left;
  }@media (min-width: 992px) {
 .modal .modal-content .modal-header {
      padding: 40px 50px 0;
    } 
}.modal .modal-content .modal-header h2,
  .modal .modal-content .modal-header h1 {
    border-bottom: solid 1px #999999;
    margin: 0;
    padding-bottom: 20px;
  }@media (min-width: 992px) {
 .modal .modal-content .modal-header h2,
    .modal .modal-content .modal-header h1 {
      padding-bottom: 35px;
    } 
}.modal .modal-content .modal-header .btn-close {
    position: absolute;
    right: 12.5px;
    top: 10px;
  }@media (min-width: 992px) {
 .modal .modal-content .modal-header .btn-close {
      right: 50px;
      top: 40px;
    } 
}.modal .modal-content .modal-body {
    padding: 12.5px;
  }@media (min-width: 992px) {
 .modal .modal-content .modal-body {
      padding: 30px 50px 40px;
    } 
}.modal .modal-content .modal-body a {
    word-wrap: break-word;
  }
  .modal .modal-content .modal-footer {
    border-top: 0px;
    padding: 0 12.5px 12.5px;
  }@media (min-width: 992px) {
 .modal .modal-content .modal-footer {
      padding: 0 50px 40px;
    } 
}.modal#videoModal .modal-header {
    text-align: right;
  }
  .modal#videoModal .btn-close {
    position: relative;
    right: auto;
    top: auto;
  }
  .modal#signupModal .webform-component-email {
    display: none;
  }
  .modal#signupModal .modal-body {
    padding-bottom: 0px;
  }
  .modal#signupModal .modal-body p {
    font-family: "LatoHeavy";
  }@media (max-width: 992px) {
 .modal#signupModal .modal-body p {
      margin-bottom: 12.5px;
    } 
}.modal#signupModal .links {
    display: none;
  }
  .modal#signupModal .news-wrapper {
    margin-bottom: 10px;
  }
  .modal#signupModal .news-wrapper .form-item {
    background-color: #f9f6f9;
    padding: 5px 15px 15px;
  }@media (min-width: 992px) {
 .modal#signupModal .news-wrapper .form-item {
      padding: 0px 15px 15px;
    } 
}.modal#signupModal .news-wrapper .form-item input[type="checkbox"] {
    left: 20px;
    margin-left: 0px;
    top: 12px;
  }@media (min-width: 992px) {
 .modal#signupModal .news-wrapper .form-item input[type="checkbox"] {
      top: 16px;
    } 
}.modal#signupModal .news-wrapper .form-item label {
    padding-left: 40px;
  }@media (min-width: 1200px) {
 .modal.search-modal .modal-lg {
      width: 1080px;
    } 
}.modal.search-modal .modal-header {
    margin-bottom: 40px;
  }
  .modal.search-modal label {
    display: none;
  }
  .modal.search-modal .view-header {
    position: absolute;
    top: 115px;
  }@media (min-width: 992px) {
 .modal.search-modal .view-header {
      top: 110px;
    } 
}.modal.search-modal .inline-list-links {
    margin: 120px 0 30px;
  }@media (min-width: 992px) {
 .modal.search-modal .inline-list-links {
      margin: 100px 0 30px;
    } 
}.modal.search-modal .modal-body small {
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
  }
  .modal.search-modal .modal-body p,
  .modal.search-modal .modal-body small {
    color: #333333;
    float: left;
  }
  .modal.search-modal .modal-body p.introduction,
  .modal.search-modal .modal-body small.introduction {
    border-bottom: solid 2px #333333;
    margin: 8px 0;
  }
  .modal.search-modal .modal-body p.introduction a,
  .modal.search-modal .modal-body small.introduction a {
    color: #333333;
    text-decoration: none;
  }
  .modal.search-modal .modal-body p:not(.introduction) {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modal.search-modal .modal-body div {
    padding: 0;
  }
  .modal.search-modal .modal-body div.col-md-6 {
    float: left;
    margin-top: 25px;
  }@media (min-width: 992px) {
 .modal.search-modal .modal-body div.col-md-6 {
      height: 190px;
      padding-right: 5%;
    } 
}.modal.search-modal .modal-body .btn {
    margin: 0;
  }@media (max-width: 992px) {
 .modal.search-modal .modal-body .btn {
      padding: 15px 45px 15px 15px;
    }
    .modal.search-modal .modal-body .btn:before {
      right: 10px;
    } 
}.modal.search-modal .modal-body .views-exposed-widgets {
    position: relative;
  }
  .modal.search-modal .modal-body #edit-search-global-wrapper {
    width: 100%;
  }@media (min-width: 992px) {
 .modal.search-modal .modal-body #edit-search-global-wrapper input {
      padding-right: 150px;
    } 
}.modal.search-modal .modal-body .views-submit-button {
    right: 0;
    position: absolute;
    top: 50px;
  }@media (min-width: 992px) {
 .modal.search-modal .modal-body .views-submit-button {
      top: -10px;
    } 
}.modal.search-modal .modal-body .pager {
    float: left;
    text-align: right;
    width: 100%;
  }@media (min-width: 992px) {
 .modal.search-modal .modal-body .pager {
      border-top: solid 1px #ffffff;
      float: right;
      padding-top: 20px;
      width: 50%;
    } 
}.modal.search-modal .modal-body .pager li {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modal.search-modal .modal-body .pager li.pager-previous a:before {
    margin-right: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    content: "\e605";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .modal.search-modal .modal-body .pager li.pager-previous a:hover {
    text-decoration: none;
  }
  .modal.search-modal .modal-body .pager li.pager-next a:before {
    margin-left: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    content: "\e606";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .modal.search-modal .modal-body .pager li.pager-next a:hover {
    text-decoration: none;
  }@media (min-width: 992px) {
 .view-homepage-blocks .view-content,
    .view-products-blocks .view-content {
      margin: 0 -37.5px;
    } 
}.panel-block {
    padding: 0;
  }@media (min-width: 992px) {
 .panel-block {
      padding: 0 37.5px;
    } 
}.panel-block .panel {
    border: 0px;
    border-radius: 0px;
  }
  .panel-block .panel .panel-heading,
  .panel-block .panel .panel-body,
  .panel-block .panel .panel-footer {
    background-color: #ffffff;
    border: 0;
    border-radius: 0px;
    padding: 20px;
  }
  .panel-block .panel .panel-heading {
    padding-bottom: 0px;
  }@media (min-width: 992px) {
 .panel-block .panel .panel-heading {
      padding-bottom: 20px;
    } 
}.panel-block .panel .panel-heading h2 {
    margin: 15px 0 0;
    min-height: 60px;
    position: relative;
  }@media (min-width: 992px) {
 .panel-block .panel .panel-heading h2 {
      min-height: 87px;
      padding-right: 25%;
    } 
}.panel-block .panel .panel-heading h2 span {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 50px;
  }@media (min-width: 1200px) {
 .panel-block .panel .panel-heading h2 span {
      width: 70px;
    } 
}.panel-block .panel .panel-body {
    line-height: 24px;
    padding-bottom: 0px;
  }@media (min-width: 992px) {
 .panel-block .panel .panel-body {
      line-height: 29px;
      min-height: 390px;
    } 
}@media (min-width: 1200px) {
 .panel-block .panel .panel-body {
      min-height: 330px;
      padding-bottom: 20px;
    } 
}.panel-block .panel .panel-body p {
    margin-bottom: 0px;
  }
  .panel-block .panel .panel-body a {
    word-break: break-all;
  }@media (min-width: 992px) {
 #block-views-homepage-blocks-block-1 .panel-block .panel .panel-body,
    #block-views-products-blocks-block .panel-block .panel .panel-body {
      min-height: 272px;
    } 
}@media (min-width: 1200px) {
 #block-views-homepage-blocks-block-1 .panel-block .panel .panel-body,
    #block-views-products-blocks-block .panel-block .panel .panel-body {
      min-height: 245px;
    } 
}.panel-block .panel .panel-footer .btn {
    float: none;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
  }@media (min-width: 1200px) {
 .panel-block .panel .panel-footer .btn {
      padding-right: 50px;
      padding-left: 40px;
    } 
}@media (min-width: 1200px) {
 #block-views-homepage-blocks-block-2 .views-row-3 .btn {
      padding-left: 30px;
    } 
}.accordion,
  .quick-accordion {
    margin: 50px 0;
  }
  .accordion h3.ui-state-default,
  .quick-accordion h3.ui-state-default {
    background: transparent;
    border: none;
    border-top: solid 1px #999999;
    border-radius: 0px;
    padding: 15px 0 10px;
  }
  .accordion h3.ui-state-default .ui-accordion-header-icon,
  .quick-accordion h3.ui-state-default .ui-accordion-header-icon {
    background-image: none !important;
    height: 24px;
    left: auto;
    margin-top: 0px;
    right: 0px;
    text-indent: 0;
    top: 15px;
    width: 24px;
  }
  .accordion h3.ui-state-default .ui-accordion-header-icon:before,
  .quick-accordion h3.ui-state-default .ui-accordion-header-icon:before {
    content: "\e617";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accordion h3.ui-state-default .ui-accordion-header-icon:before,
  .quick-accordion h3.ui-state-default .ui-accordion-header-icon:before {
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 100%;
    float: right;
    height: 24px;
    padding: 3px 0 0 0;
    text-align: center;
    width: 24px;
    z-index: 1;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .accordion h3.ui-state-default .ui-accordion-header-icon:before,
  .quick-accordion h3.ui-state-default .ui-accordion-header-icon:before {
    border-color: #e6ae3b;
    color: #e6ae3b;
  }
  .accordion h3.ui-state-default a,
  .quick-accordion h3.ui-state-default a {
    color: #003ba6;
  }
  .accordion h3.ui-state-default.ui-accordion-header-active .ui-accordion-header-icon:before,
  .quick-accordion h3.ui-state-default.ui-accordion-header-active .ui-accordion-header-icon:before {
    content: "\e618";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accordion .ui-accordion-content,
  .quick-accordion .ui-accordion-content {
    border: 0px;
    border-radius: 0px;
    display: block !important;
    height: auto !important;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .accordion .ui-accordion-content.ui-accordion-content-active,
  .quick-accordion .ui-accordion-content.ui-accordion-content-active {
    max-height: 3000px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .accordion .ui-accordion-content.ui-accordion-content-active strong,
  .quick-accordion .ui-accordion-content.ui-accordion-content-active strong {
    display: inline-block;
    font-family: "LatoRegular";
    margin: 20px 0;
  }
  .accordion .ui-accordion-content section,
  .quick-accordion .ui-accordion-content section {
    padding: 25px 0;
  }
  .accordion .ui-accordion-content:last-child,
  .quick-accordion .ui-accordion-content:last-child {
    border-bottom: solid 1px #999999;
  }
  .video-gallery-button {
    margin: 30px 0;
  }
  .video-image {
    background-color: #003ba6;
  }
  .video-image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .video-list-item h2 {
    color: #787878;
    margin: 0 0 15px;
    padding-bottom: 15px;
  }
  .video-list-item p {
    margin-bottom: 0px;
  }
  .video-list-item .video-container {
    margin-bottom: 30px;
  }@media (min-width: 992px) {
 .video-list-item .video-container {
      margin-bottom: 0;
    } 
}.video-list-item .video-container a {
    display: block;
  }
  .video-list-item .video-container a img {
    height: auto;
    width: 100%;
  }
  .view-video-gallery {
    position: relative;
  }
  .view-video-gallery .views-row {
    margin-bottom: 30px;
  }@media (min-width: 992px) {
 .view-video-gallery .views-row {
      margin-bottom: 40px;
    } 
}.section-video-carousel {
    overflow: hidden;
  }
  .section-video-carousel .flexslider {
    border: 0px;
    margin-bottom: 0px;
  }
  .section-video-carousel .view-video-gallery:hover .video-image img {
    opacity: 0.57;
    filter: alpha(opacity=57);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
  }
  .section-video-carousel .view-video-gallery:hover .video-content {
    opacity: 0.57;
    filter: alpha(opacity=57);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
  }
  .section-video-carousel .view-video-gallery:hover .view-footer {
    bottom: 2%;
    opacity: 0.57;
    filter: alpha(opacity=57);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
  }
  .section-video-carousel .view-video-gallery:hover.play .view-footer {
    bottom: -18%;
    opacity: 0 !important;
  }
  .section-video-carousel .view-video-gallery:hover .view-footer:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .section-video-carousel .view-content:hover,
  .section-video-carousel .view-footer:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .section-video-carousel .view-content:hover .video-image img,
  .section-video-carousel .view-footer:hover .video-image img,
  .section-video-carousel .view-content:hover .video-content,
  .section-video-carousel .view-footer:hover .video-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .section-video-carousel .slides .field-content {
    display: block;
    position: relative;
  }
  .section-video-carousel .flex-direction-nav {
    display: none;
  }
  .section-video-carousel .view-footer {
    bottom: -6%;
    display: none;
    padding: 0;
    position: absolute;
    right: 20%;
    width: 60%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }@media (min-width: 992px) {
 .section-video-carousel .view-footer {
      display: inline-block;
    } 
}.section-video-carousel .view-footer .flexslider {
    background-color: transparent;
  }
  .section-video-carousel .view-footer .flexslider .slides li .field-content {
    padding: 20px;
  }
  .section-video-carousel .view-footer .flexslider:hover .flex-prev {
    left: -30px;
  }
  .section-video-carousel .view-footer .flexslider:hover .flex-next {
    right: -30px;
  }
  .section-video-carousel .view-footer .flex-control-nav {
    display: none;
  }
  .section-video-carousel .view-footer .flex-direction-nav {
    display: block;
  }
  .section-video-carousel .view-footer .flex-direction-nav a {
    height: 25px;
    margin: -10px 0 0;
    width: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .section-video-carousel .view-footer .flex-direction-nav a:before {
    color: #ffffff;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .section-video-carousel .view-footer .flex-direction-nav .flex-prev {
    display: block !important;
    left: -50px;
  }
  .section-video-carousel .view-footer .flex-direction-nav .flex-prev:before {
    content: "\e616";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-video-carousel .view-footer .flex-direction-nav .flex-prev:before {
    content: "\e616";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-video-carousel .view-footer .flex-direction-nav .flex-next {
    display: block !important;
    right: -50px;
  }
  .section-video-carousel .view-footer .flex-direction-nav .flex-next:before {
    content: "\e614";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-video-carousel .view-footer .flex-direction-nav .flex-next:before {
    content: "\e614";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .video-content {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .video-content img {
    height: auto;
    margin: 0 !important;
    width: 100%;
  }
  .video-overlay {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
  }@media (min-width: 992px) {
 .video-overlay {
      display: inline-block;
    } 
}.video-overlay .video-content {
    color: #ffffff;
    height: 100%;
    margin-bottom: 0;
    padding: 15%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    width: 100%;
  }@media (min-width: 992px) {
 .video-overlay .video-content {
      margin-bottom: 30px;
    } 
}.video-overlay .video-content .video-counter {
    display: none;
    font-family: "LatoHeavy";
    left: 3%;
    position: absolute;
    top: 13%;
    font-size: 45px;
    font-size: 4.5rem;
  }@media (min-width: 992px) {
 .video-overlay .video-content .video-counter {
      display: block;
      font-size: 115px;
      font-size: 11.5rem;
    } 
}.video-overlay .video-content .video-title {
    font-family: "LatoHeavy";
    line-height: 1;
    margin-bottom: 10px;
    margin-top: -30px;
    font-size: 30px;
    font-size: 3rem;
  }@media (min-width: 992px) {
 .video-overlay .video-content .video-title {
      margin-bottom: 30px;
      margin-top: 0;
      font-size: 57px;
      font-size: 5.7rem;
    } 
}.video-overlay .video-content .video-subheading {
    font-family: "LatoBold";
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.07099999999999999em;
  }@media (min-width: 992px) {
 .video-overlay .video-content .video-subheading {
      margin-bottom: 30px;
      line-height: 24px;
      font-size: 24px;
      font-size: 2.4rem;
    } 
}.video-overlay .video-content .btn-play {
    font-family: "LatoHeavy";
    letter-spacing: 0.2em;
    font-size: 22px;
    font-size: 2.2rem;
  }@media (min-width: 992px) {
 .video-overlay .video-content .btn-play {
      font-size: 24px;
      font-size: 2.4rem;
    } 
}.section-video-thumbnails {
    padding: 0px;
  }
  .section-video-thumbnails .flexslider {
    border: 0px;
  }
  .video-inline {
    position: relative;
  }
  .video-inline .video-image img {
    height: auto;
    margin: 0 !important;
  }
  .video-inline .video-overlay .video-content {
    padding: 2%;
  }
  .video-inline .video-title {
    line-height: 1;
  }
  .coming-soon-overlay {
    height: 100%;
    padding: 8px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }@media (min-width: 992px) {
 .coming-soon-overlay {
      padding: 15px;
    } 
}.coming-soon-overlay p {
    background-color: rgba(255, 255, 255, 0.8);
    color: #003ba6;
    font-family: "LatoHeavy";
    min-height: 100%;
    padding-top: 24%;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 3rem;
  }@media (min-width: 992px) {
 .coming-soon-overlay p {
      padding-top: 24%;
      font-size: 57px;
      font-size: 5.7rem;
    } 
}.coming-soon-overlay .video-content .video-title {
    margin-bottom: 0;
    margin-top: -20px;
  }
  a[video-trigger-popup][data-video-id=""] {
    cursor: default;
  }
  .sidebar {
    position: relative;
    display: none;
    z-index: 2;
  }@media (min-width: 992px) {
 .sidebar {
      height: 100%;
      display: block;
      right: 0px;
    } 
}@media (min-width: 1200px) {
 .sidebar div[affix] {
      width: 207px;
    } 
}.sidebar div[affix].affix {
    top: 30px;
  }
  .sidebar div[affix].affix-top {
    position: relative;
  }
  .sidebar div[affix].affix-bottom {
    position: absolute;
  }
  .sidebar .node-collection-navigation-wrapper {
    background-color: #fcfcfc;
    border: solid 1px #333333;
    margin-top: 0px;
    padding: 10px 20px;
  }
  .sidebar .node-collection-navigation-wrapper div {
    background: none;
    border: none !important;
    padding: 0 !important;
  }
  .sidebar .node-collection-navigation-wrapper h3.no-children + div {
    display: none !important;
  }
  .sidebar .node-collection-navigation-wrapper h3.last {
    border: none;
  }
  .sidebar .node-collection-navigation-wrapper .last.leaf a {
    border: none;
  }
  .sidebar .node-collection-navigation-wrapper .nav {
    margin: 30px 0 20px;
    overflow: hidden;
  }
  .sidebar .node-collection-navigation-wrapper .nav-collapse,
  .sidebar .node-collection-navigation-wrapper .collapse {
    overflow: hidden;
  }
  .sidebar .node-collection-navigation-wrapper .nav-collapse a.active,
  .sidebar .node-collection-navigation-wrapper .collapse a.active {
    color: #e6ae3b;
  }
  .sidebar .node-collection-navigation-wrapper .nav-collapse .first,
  .sidebar .node-collection-navigation-wrapper .collapse .first {
    margin-top: 30px;
  }
  .sidebar .node-collection-navigation-wrapper li {
    list-style: none;
    margin: 0px;
  }
  .sidebar .menu {
    border-bottom: 0px;
    margin: 0;
    padding-bottom: 0;
  }
  .sidebar .menu.nav {
    margin: 0;
  }@media (min-width: 992px) {
 .sidebar .menu > li > a {
      display: none;
    } 
}@media (min-width: 992px) {
 .sidebar .menu > li > ul {
      display: block;
    } 
}.sidebar .menu li {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .sidebar .menu ul {
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 500;
  }
  .sidebar .menu ul li {
    background-color: transparent;
    padding: 0;
  }@media (min-width: 992px) {
 .sidebar .menu ul li.open > a {
      color: #ffffff;
    } 
}.sidebar .menu ul li.open .dropdown-menu {
    border-bottom: solid 1px black;
    border-radius: 0;
    display: inline-block;
    padding-bottom: 15px;
  }
  .sidebar .menu ul li:last-child a {
    border: none;
  }
  .sidebar .menu ul li a,
  .sidebar .menu ul li span,
  .sidebar .menu ul li h3 {
    background: none;
    border: none;
    border-bottom: solid 1px #333333;
    border-radius: 0px;
    color: #333333;
    display: inline-block;
    font-family: "LatoHeavy";
    padding: 17px 35% 17px 0;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sidebar .menu ul li a:hover,
  .sidebar .menu ul li span:hover,
  .sidebar .menu ul li h3:hover {
    background-color: transparent !important;
    color: #e6ae3b !important;
  }
  .sidebar .menu ul li a.active,
  .sidebar .menu ul li span.active,
  .sidebar .menu ul li h3.active {
    color: #e6ae3b;
  }
  .sidebar .menu ul li [data-toggle='dropdown'] {
    cursor: pointer;
    line-height: 1.2;
    position: relative;
  }
  .sidebar .menu ul li [data-toggle='dropdown']:before {
    content: "\e617";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sidebar .menu ul li [data-toggle='dropdown']:before {
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 100%;
    float: right;
    height: 24px;
    padding: 3px 0 0 0;
    text-align: center;
    width: 24px;
    z-index: 1;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sidebar .menu ul li [data-toggle='dropdown']:before {
    border-color: #e6ae3b;
    color: #e6ae3b;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 11px;
    width: 24px;
    z-index: 0;
  }@media (min-width: 1200px) {
 .sidebar .menu ul li [data-toggle='dropdown']:before {
      right: 0px;
    } 
}.sidebar .menu ul li [data-toggle='dropdown'][aria-expanded='true']:before {
    content: "\e618";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sidebar .menu ul li .dropdown-menu {
    display: none;
  }
  .sidebar .menu ul li .dropdown-menu {
    background-color: transparent;
    padding: 5px 0;
    position: relative;
  }
  .sidebar .menu ul li .dropdown-menu li {
    padding: 0;
  }
  .sidebar .menu ul li .dropdown-menu li:first-child {
    margin-top: 20px;
  }
  .sidebar .menu ul li .dropdown-menu li a {
    border: none;
    color: #787878;
    padding: 7px 0px;
    white-space: normal;
    width: 65%;
  }
  .sidebar .menu ul li .dropdown-menu li a:before {
    display: none;
  }
/*})'"*/
