@import url(https://fonts.googleapis.com/css?family=Dosis:600);
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  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: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  * {
    -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: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #48494b;
    background-color: #ffffff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #bbb600;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #6e6c00;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive,
  .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;
    margin: -1px;
    padding: 0;
    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;
  }
  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: normal;
    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 {
    background-color: #fcf8e3;
    padding: .2em;
  }
  .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: #48494b;
  }
  a.text-primary:hover {
    color: #2f3031;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover {
    color: #843534;
  }
  .bg-primary {
    color: #fff;
    background-color: #48494b;
  }
  a.bg-primary:hover {
    background-color: #2f3031;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 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-left: 5px;
    padding-right: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.42857143;
  }
  dt {
    font-weight: bold;
  }
  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;
    border-bottom: 1px dotted #777777;
  }
  .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;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
  }
  .blockquote-reverse footer:before,
  blockquote.pull-right footer:before,
  .blockquote-reverse small:before,
  blockquote.pull-right small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right .small:before {
    content: '';
  }
  .blockquote-reverse footer:after,
  blockquote.pull-right footer:after,
  .blockquote-reverse small:after,
  blockquote.pull-right small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014';
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }@media (min-width: 768px) {
 .container {
      width: 745px;
    } 
}@media (min-width: 992px) {
 .container {
      width: 965px;
    } 
}@media (min-width: 1200px) {
 .container {
      width: 1105px;
    } 
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .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 {
    position: relative;
    min-height: 1px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .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;
  }
  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-child(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr: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 {
    overflow-x: auto;
    min-height: 0.01%;
  }@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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 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: bold;
  }
  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 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[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  textarea.form-control {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: none;
  }@media screen and (-webkit-min-device-pixel-ratio: 0) {
 input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
      line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
      line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
      line-height: 46px;
    } 
}.form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"].disabled,
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }
  .radio-inline.disabled,
  .checkbox-inline.disabled,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio.disabled label,
  .checkbox.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .input-sm,
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm,
  select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  textarea.form-group-sm .form-control,
  select[multiple].input-sm,
  select[multiple].form-group-sm .form-control {
    height: auto;
  }
  .input-lg,
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
  select.input-lg,
  select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  textarea.form-group-lg .form-control,
  select[multiple].input-lg,
  select[multiple].form-group-lg .form-control {
    height: auto;
  }
  .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 {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .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;
    border-color: #3c763d;
    background-color: #dff0d8;
  }
  .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;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
  }
  .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;
    border-color: #a94442;
    background-color: #f2dede;
  }
  .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: #87888c;
  }@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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }@media (min-width: 768px) {
 .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
    } 
}.form-horizontal .has-feedback .form-control-feedback {
    right: 12.5px;
  }@media (min-width: 768px) {
 .form-horizontal .form-group-lg .control-label {
      padding-top: 14.3px;
    } 
}@media (min-width: 768px) {
 .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
    } 
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    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: thin dotted;
    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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-default .badge {
    color: #ffffff;
    background-color: #333333;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #48494b;
    border-color: #3c3c3e;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #2f3031;
    border-color: #1e1e1f;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #48494b;
    border-color: #3c3c3e;
  }
  .btn-primary .badge {
    color: #48494b;
    background-color: #ffffff;
  }
  .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
  }
  .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
  }
  .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
  }
  .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }
  .btn-link {
    color: #bbb600;
    font-weight: normal;
    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: #6e6c00;
    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.33;
    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;
    visibility: hidden;
  }
  .collapse.in {
    display: block;
    visibility: visible;
  }
  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 solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #48494b;
  }
  .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;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
  }@media (min-width: 992px) {
 .navbar-right .dropdown-menu {
      left: auto;
      right: 0;
    }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
    } 
}.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .nav > li.disabled > a {
    color: #777777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #bbb600;
  }
  .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;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }@media (min-width: 768px) {
 .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    } 
}.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }@media (min-width: 768px) {
 .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    } 
}.nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #48494b;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }@media (min-width: 768px) {
 .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    } 
}.nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }@media (min-width: 768px) {
 .nav-tabs-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    } 
}.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
  }
  .tab-content > .active {
    display: block;
    visibility: visible;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }@media (min-width: 992px) {
 .navbar {
      border-radius: 4px;
    } 
}@media (min-width: 992px) {
 .navbar-header {
      float: left;
    } 
}.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    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;
      visibility: visible !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    } 
}.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;
    } 
}.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-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }@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;
  }
  .navbar-brand {
    float: left;
    padding: 15px 12px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }
  .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;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 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 {
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    } 
}.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-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-left: 12px;
      margin-right: 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-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-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
  }@media (max-width: 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-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-toggle {
    border-color: #333333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
  }@media (max-width: 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-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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  .list-group {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  a.list-group-item {
    color: #555555;
  }
  a.list-group-item .list-group-item-heading {
    color: #333333;
  }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
  }
  .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: #48494b;
    border-color: #48494b;
  }
  .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: #aeafb1;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #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-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a {
    color: inherit;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .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-right-radius: 3px;
    border-top-left-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-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-left: 15px;
    padding-right: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .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-left-radius: 3px;
    border-bottom-right-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 {
    border: 0;
    margin-bottom: 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: #48494b;
  }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #48494b;
    border-color: #48494b;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #48494b;
  }
  .panel-primary > .panel-heading .badge {
    color: #48494b;
    background-color: #ffffff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #48494b;
  }
  .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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive.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 {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -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;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    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;
    min-height: 16.42857143px;
  }
  .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-left: 5px;
    margin-bottom: 0;
  }
  .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;
    visibility: visible;
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    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 {
    margin-top: -3px;
    padding: 5px 0;
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    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;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -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 {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      transform: translate3d(100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      transform: translate3d(-100%, 0, 0);
      left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
      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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, 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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, 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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    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;
  }
  .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;
    margin-top: -10px;
    font-family: serif;
  }
  .carousel-control .icon-prev:before {
    content: '\2039';
  }
  .carousel-control .icon-next:before {
    content: '\203a';
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
  }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
  }
  .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }@media screen and (min-width: 768px) {
 .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -15px;
    }
    .carousel-caption {
      left: 20%;
      right: 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-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .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-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }
  .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;
    }
    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;
    }
    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;
    }
    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;
    }
    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;
    }
    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/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: 'open-baskerville';
    src: url(/sites/all/themes/genzyme/fonts/vanilla/open-baskerville/openbaskerville-webfont.eot);
    src: url(/sites/all/themes/genzyme/fonts/vanilla/open-baskerville/openbaskerville-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/vanilla/open-baskerville/openbaskerville-webfont.woff2) format('woff2'), url(/sites/all/themes/genzyme/fonts/vanilla/open-baskerville/openbaskerville-webfont.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/vanilla/open-baskerville/openbaskerville-webfont.ttf) format('truetype');
  }
   @font-face {
    font-family: 'tex-gyre-adventor-regular';
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_regular/texgyreadventor-regular-webfont.eot);
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_regular/texgyreadventor-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_regular/texgyreadventor-regular-webfont.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_regular/texgyreadventor-regular-webfont.ttf) format('truetype');
  }
   @font-face {
    font-family: 'tex-gyre-adventor-italic';
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_italic/texgyreadventor-italic-webfont.eot);
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_italic/texgyreadventor-italic-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_italic/texgyreadventor-italic-webfont.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_italic/texgyreadventor-italic-webfont.ttf) format('truetype');
  }
   @font-face {
    font-family: 'tex-gyre-adventor-bold';
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bold/texgyreadventor-bold-webfont.eot);
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bold/texgyreadventor-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bold/texgyreadventor-bold-webfont.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bold/texgyreadventor-bold-webfont.ttf) format('truetype');
  }
   @font-face {
    font-family: 'tex-gyre-adventor-bolditalic';
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bolditalic/texgyreadventor-bolditalic-webfont.eot);
    src: url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bolditalic/texgyreadventor-bolditalic-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bolditalic/texgyreadventor-bolditalic-webfont.woff) format('woff'), url(/sites/all/themes/genzyme/fonts/vanilla/tex-gyre-adventor/texgyreadventor_bolditalic/texgyreadventor-bolditalic-webfont.ttf) format('truetype');
  } 
 .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;
  }
  /* 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;
    }
  }/*------- Open Baskerville ---------- *//*------- Tex Gyre Adventor---------- */.icon-cancel:before,
  .icon-tick:before,
  .icon-linkedin:before,
  .icon-twitter:before,
  .icon-facebook:before,
  .icon-plus:before,
  .icon-info:before,
  .icon-up:before,
  .icon-down:before,
  .icon-left:before,
  .icon-right:before,
  .icon-tooltip:before,
  .icon-arrow-left-thin:before,
  .icon-arrow-right-thin:after,
  .icon-cross:before,
  .icon-magnify:before,
  .icon-tick2:before,
  .icon-triangle:before,
  .icon-download:before,
  .icon-lock: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-minus:before {
    content: "\e619";
  }
  .icon-download:before {
    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-triangle:before {
    content: "\e611";
    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-tooltip:before {
    content: "\e600";
    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-thin:before {
    content: "\e609";
  }
  .icon-arrow-right-thin:after {
    content: "\e60d";
  }
  .icon-cross:before {
    content: "\e60e";
  }
  .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;
  }
  .icon-tick2:before {
    content: "\e610";
  }
  .icon-cancel:before {
    content: "\e607";
  }
  .icon-tick:before {
    content: "\e608";
  }
  .icon-linkedin:before {
    content: "\e60a";
  }
  .icon-twitter:before {
    content: "\e60b";
  }
  .icon-facebook:before {
    content: "\e60c";
  }
  .icon-plus:before {
    content: "\e601";
    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:before {
    content: "\e602";
    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-up:before {
    content: "\e603";
  }
  .icon-down:before {
    content: "\e604";
    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-left:before {
    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;
  }
  .icon-right:before {
    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;
  }
  .icon-right-after:after {
    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;
  }
  html,
  body {
    position: relative;
    width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }@media (min-width: 992px) {
 .container {
      padding-left: 10px;
      padding-right: 10px;
    } 
}.container.ta-container {
    padding: 0;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }@media (min-width: 992px) {
 .row {
      margin-left: -10px;
      margin-right: -10px;
    } 
}.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: 10px;
      padding-right: 10px;
    } 
}.box {
    background-color: rgba(72, 73, 75, 0.06);
    padding: 12.5px;
  }
  .box.webform-confirmation {
    padding: 0;
  }@media (min-width: 992px) {
 .form-submission {
      margin-top: 80px;
    }
    .form-submission.form-disease-diagnostic {
      margin-top: 30px;
      margin-bottom: 30px;
    } 
}.form-submission .form-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }@media (min-width: 992px) {
 .form-submission .form-item {
      margin-bottom: 20px;
    } 
}.readmore-summary p span {
    float: left;
    width: 100%;
  }@media (max-width: 992px) {
 .find-a-rep .view {
      margin: 0;
      width: 100%;
    }
    .find-a-rep .view .col-md-4 {
      padding: 0;
    } 
}.page-sitemap #site-map {
    margin-top: -43px;
  }
  .page-sitemap #site-map ul {
    list-style: none;
    padding: .5em 0 1.5em 0;
  }
  .page-sitemap #site-map ul ul ul {
    padding: 0 0 0 1.5em;
  }
  .page-sitemap #site-map .content > ul.site-map-menu > li {
    padding-right: 2em;
  }@media (min-width: 480px) {
 .page-sitemap #site-map .content > ul.site-map-menu > li {
      float: left;
      width: 33.3333333%;
    } 
}.page-sitemap #site-map a:before {
    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;
    font-size: 1.1rem;
    padding-right: 10px;
  }
  .page-sitemap .main-container {
    padding: 60px 10px 20px;
  }@media (min-width: 992px) {
 .page-sitemap.logged-in #site-map {
      margin-top: -123px;
    } 
}.not-logged-in.node-type-therapy-listing-page aside.sidebar {
    padding-top: 80px;
  }
  .not-logged-in.node-type-therapy-listing-page .main-container .region.region-content-top {
    margin-top: -50px;
  }
  body {
    color: #48494b;
    font-smoothing: antialiased;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small {
    display: inline-block;
    width: 100%;
  }
  h1 {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    line-height: 42px;
    font-size: 40px;
    font-size: 4rem;
  }@media (min-width: 992px) {
 h1 {
      line-height: 64px;
      margin: 0 0 7px 0;
      font-size: 62px;
      font-size: 6.2rem;
    } 
}h1.page-header {
    border: 0;
    margin-top: 0 !important;
    padding: 0;
  }
  .page-user-optins h1.page-header {
    display: none;
  }
  h1.mobile-page-header {
    margin: 10px 0 30px 0;
  }@media (min-width: 992px) {
 h1.mobile-page-header {
      display: none;
    } 
}.page-user-login h1.mobile-page-header,
  .page-user-password h1.mobile-page-header,
  .page-user-register h1.mobile-page-header {
    display: none;
  }
  h2,
  .modal.search-modal .view-header,
  h1.page-header {
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    line-height: 30px;
    margin: 12px 0 12px 0;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
  }@media (min-width: 992px) {
 h2,
    .modal.search-modal .view-header,
    h1.page-header {
      line-height: 38px;
      margin: 35px 0 14px 0;
      font-size: 30px;
      font-size: 3rem;
    } 
}h2.alt,
  .modal.search-modal .view-header.alt,
  h1.page-header.alt,
  .h2-alt-container h2,
  .h2-alt-container .modal.search-modal .view-header,
  .h2-alt-container h1.page-header {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    letter-spacing: -1px;
    line-height: 30px;
    text-transform: none;
    font-size: 28px;
    font-size: 2.8rem;
  }@media (min-width: 992px) {
 h2.alt,
    .modal.search-modal .view-header.alt,
    h1.page-header.alt,
    .h2-alt-container h2,
    .h2-alt-container .modal.search-modal .view-header,
    .h2-alt-container h1.page-header {
      line-height: 42px;
      margin: 0 0 14px 0;
      font-size: 42px;
      font-size: 4.2rem;
    } 
}h3 {
    font-family: 'tex-gyre-adventor-bold', Helvetica, sans-serif;
    line-height: 24px;
    margin: 12px 0 7px;
    font-size: 18px;
    font-size: 1.8rem;
  }@media (min-width: 992px) {
 h3 {
      line-height: 24px;
      margin: 14px 0 7px;
      font-size: 18px;
      font-size: 1.8rem;
    } 
}h4 {
    font-family: 'tex-gyre-adventor-bold', Helvetica, sans-serif;
    line-height: 22px;
    margin: 12px 0 7px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 h4 {
      line-height: 22px;
      margin: 14px 0 7px 0;
      font-size: 15px;
      font-size: 1.5rem;
    } 
}h5 {
    font-family: 'tex-gyre-adventor-italic', Helvetica, sans-serif;
    line-height: 22px;
    margin: 12px 0 7px 0;
    text-decoration: underline;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 h5 {
      line-height: 22px;
      margin: 14px 0 7px 0;
      font-size: 15px;
      font-size: 1.5rem;
    } 
}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;
    } 
}em,
  i {
    font-family: 'tex-gyre-adventor-italic', Helvetica, sans-serif;
    font-style: normal;
  }
  p.introduction em,
  p.introduction i {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    font-style: italic;
  }
  strong,
  b {
    font-family: 'tex-gyre-adventor-bold', Helvetica, sans-serif;
    font-weight: normal;
  }
  p.introduction strong,
  p.introduction b {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    font-weight: bold;
  }
  p {
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    line-height: 22px;
    margin: 0 0 12px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 p {
      line-height: 22px;
      margin: 0 0 14px 0;
      font-size: 15px;
      font-size: 1.5rem;
    } 
}p.introduction {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    line-height: 25px;
    margin: 12px 0 12px 0;
    font-size: 20px;
    font-size: 2rem;
  }@media (min-width: 992px) {
 p.introduction {
      line-height: 30px;
      margin: 14px 0 28px 0;
      font-size: 24px;
      font-size: 2.4rem;
    } 
}p.introduction sup {
    font-size: 65%;
  }
  p.mobile-page-intro {
    margin-top: -20px;
    padding-bottom: 15px;
  }@media (min-width: 992px) {
 p.mobile-page-intro {
      display: none;
    } 
}a {
    color: #bbb600;
  }
  small {
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    line-height: 18px;
    margin: 0 0 12px 0;
    font-size: 10px;
    font-size: 1rem;
  }@media (min-width: 992px) {
 small {
      line-height: 18px;
      margin: 0 0 14px 0;
      font-size: 12px;
      font-size: 1.2rem;
    } 
}small.login-top {
    margin: 0;
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 small.login-top {
      margin: 0 0 12px 0;
      padding: 30px 0 15px 22%;
    } 
}small.login-bottom {
    float: left;
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 small.login-bottom {
      padding: 30px 0 15px 22%;
      width: 80%;
    } 
}big {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }@media (min-width: 992px) {
 big {
      line-height: 1.2;
      font-size: 48px;
      font-size: 4.8rem;
    } 
}ul,
  ol {
    line-height: 22px;
    margin: 0 0 12px 0;
    padding-left: 6px;
    font-size: 13px;
    font-size: 1.3rem;
  }@media (min-width: 992px) {
 ul,
    ol {
      line-height: 22px;
      margin: 0 0 14px 0;
      font-size: 15px;
      font-size: 1.5rem;
    } 
}.block-block ul,
  .carousel-inline ul,
  table ul,
  .block-block ol,
  .carousel-inline ol,
  table ol {
    margin-left: 0 !important;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn,
  .btn.active {
    background-color: #48494b;
    border: solid 1px #48494b;
    border-radius: 0;
    box-shadow: none !important;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    line-height: 1;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 992px) {
 .btn,
    .btn.active {
      width: auto;
      font-size: 16px;
      font-size: 1.6rem;
    } 
}.btn:after,
  .btn.active:after {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 .btn:after,
    .btn.active:after {
      float: none;
      margin-top: 0px;
    } 
}@media (max-width: 992px) {
 .btn:after,
    .btn.active:after {
      position: absolute;
      right: 20px;
    } 
}.btn:hover,
  .btn.active:hover {
    background-color: #2f3031;
    color: #ffffff;
  }
  .btn.btn-primary:before,
  .btn.active.btn-primary:before,
  .btn.form-submit:before,
  .btn.active.form-submit:before,
  .btn.btn-primary:after,
  .btn.active.btn-primary:after,
  .btn.form-submit:after,
  .btn.active.form-submit:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 1200px) {
 .btn.btn-primary:hover:before,
    .btn.active.btn-primary:hover:before,
    .btn.form-submit:hover:before,
    .btn.active.form-submit:hover:before {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      -o-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
    } 
}@media (min-width: 1200px) {
 .btn.btn-primary:hover:after,
    .btn.active.btn-primary:hover:after,
    .btn.form-submit:hover:after,
    .btn.active.form-submit:hover:after {
      -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      transform: translate(10px, 0);
    } 
}.btn.btn-primary:after,
  .btn.active.btn-primary:after,
  .btn.form-submit:after,
  .btn.active.form-submit:after {
    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;
  }
  .btn.form-submit,
  .btn.active.form-submit {
    float: right;
    padding: 12px 40px 12px 20px;
  }@media (min-width: 992px) {
 .btn.form-submit,
    .btn.active.form-submit {
      padding: 12px 20px;
    } 
}.btn.btn-alt,
  .btn.active.btn-alt {
    background-color: #ffffff;
    color: #48494b;
    margin-bottom: 10px;
  }
  .btn.btn-alt:before,
  .btn.active.btn-alt:before,
  .btn.btn-alt:after,
  .btn.active.btn-alt:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 1200px) {
 .btn.btn-alt:hover:before,
    .btn.active.btn-alt:hover:before {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      -o-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
    } 
}@media (min-width: 1200px) {
 .btn.btn-alt:hover:after,
    .btn.active.btn-alt:hover:after {
      -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      transform: translate(10px, 0);
    } 
}@media (min-width: 992px) {
 .btn.btn-alt,
    .btn.active.btn-alt {
      margin-bottom: 0;
    } 
}.btn.btn-alt:hover,
  .btn.active.btn-alt:hover {
    color: #48494b;
  }
  .btn.btn-secondary,
  .btn.active.btn-secondary {
    background-color: transparent;
    border: 0px;
  }
  .btn.btn-secondary:before,
  .btn.active.btn-secondary:before,
  .btn.btn-secondary:after,
  .btn.active.btn-secondary:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 1200px) {
 .btn.btn-secondary:hover:before,
    .btn.active.btn-secondary:hover:before {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      -o-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
    } 
}@media (min-width: 1200px) {
 .btn.btn-secondary:hover:after,
    .btn.active.btn-secondary:hover:after {
      -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      transform: translate(10px, 0);
    } 
}.btn.btn-secondary:after,
  .btn.active.btn-secondary:after {
    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;
  }
  .btn.btn-secondary.alt,
  .btn.active.btn-secondary.alt {
    padding: 0;
  }
  .btn.btn-secondary.alt:before,
  .btn.active.btn-secondary.alt:before {
    float: left;
    margin-right: 10px;
    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;
  }
  .btn.btn-secondary.alt:after,
  .btn.active.btn-secondary.alt:after {
    display: none;
  }
  .btn.btn-modal,
  .btn.active.btn-modal {
    background-color: transparent;
    border: solid 1px #ffffff;
    color: #ffffff;
  }
  .btn.btn-modal:hover,
  .btn.active.btn-modal:hover {
    background-color: #ffffff;
    color: #48494b !important;
  }
  .btn.btn-modal.btn-alt,
  .btn.active.btn-modal.btn-alt {
    background-color: #ffffff;
    color: #48494b;
  }
  .btn.btn-modal.btn-alt:hover,
  .btn.active.btn-modal.btn-alt:hover {
    background-color: transparent;
    color: #ffffff !important;
  }
  .btn.btn-modal.close,
  .btn.active.btn-modal.close {
    float: right;
    width: auto;
  }
  .btn.btn-search,
  .btn.active.btn-search {
    border-right: solid 1px #989a9d;
    float: right;
    margin: 5px 15px 0 0;
    padding: 0 15px 0 0;
    width: auto;
  }
  .btn.btn-search:before,
  .btn.active.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,
  .btn.active.btn-search:hover {
    background-color: transparent;
  }
  .btn.btn-search.alt,
  .btn.active.btn-search.alt {
    background-color: transparent;
    border: 0;
    border-right: solid 1px #989a9d;
    color: #48494b;
    float: left;
    margin: 0;
    padding-right: 7px;
  }
  .btn.btn-search.alt:before,
  .btn.active.btn-search.alt:before {
    margin-right: 20px;
  }
  .btn.btn-search.alt span,
  .btn.active.btn-search.alt span {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .btn.btn-arrow,
  .btn.active.btn-arrow {
    background-color: transparent;
    border: none;
    color: #48494b;
    height: 70px;
    padding: 0;
    width: 70px;
  }
  .btn.btn-arrow:before,
  .btn.active.btn-arrow:before,
  .btn.btn-arrow:after,
  .btn.active.btn-arrow:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 1200px) {
 .btn.btn-arrow:hover:before,
    .btn.active.btn-arrow:hover:before {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      -o-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
    } 
}@media (min-width: 1200px) {
 .btn.btn-arrow:hover:after,
    .btn.active.btn-arrow:hover:after {
      -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      transform: translate(10px, 0);
    } 
}.btn.btn-arrow:before,
  .btn.active.btn-arrow:before,
  .btn.btn-arrow:after,
  .btn.active.btn-arrow:after {
    float: left;
    font-size: 40px;
    font-size: 4rem;
  }@media (min-width: 992px) {
 .btn.btn-arrow:before,
    .btn.active.btn-arrow:before,
    .btn.btn-arrow:after,
    .btn.active.btn-arrow:after {
      font-size: 70px;
      font-size: 7rem;
    } 
}.btn.btn-play,
  .btn.active.btn-play {
    background-color: transparent;
    border: 0;
  }
  .btn.btn-play:before,
  .btn.active.btn-play:before {
    display: block;
    margin-bottom: 25px;
    font-size: 40px;
    font-size: 4rem;
    content: "\e611";
    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-play span,
  .btn.active.btn-play span {
    float: left;
    width: 100%;
  }
  .btn.readmore-link,
  .btn.active.readmore-link {
    background-color: transparent;
    border: 0px;
    color: #48494b;
    display: block;
    margin: 30px auto 0;
    outline: 0;
    padding: 0;
  }
  .btn.readmore-link:after,
  .btn.active.readmore-link:after {
    display: none;
  }
  .btn.readmore-link span,
  .btn.active.readmore-link span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn.readmore-link span:after,
  .btn.active.readmore-link span:after,
  .btn.readmore-link span:before,
  .btn.active.readmore-link span:before {
    display: block;
    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;
    font-size: 40px;
    font-size: 4rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn.readmore-link span#more-txt:after,
  .btn.active.readmore-link span#more-txt:after {
    content: '\e900';
  }
  .btn.readmore-link span#less-txt:after,
  .btn.active.readmore-link span#less-txt:after {
    content: '\e901';
  }
  .btn.btn-dropdown,
  .btn.active.btn-dropdown {
    background-color: transparent;
    border: 0;
    border-right: solid 1px #48494b;
    color: #48494b;
    float: left;
    padding: 0 20px;
    text-align: left;
    width: auto;
  }@media (min-width: 992px) {
 .btn.btn-dropdown,
    .btn.active.btn-dropdown {
      background-color: #f0f1f1;
      border: 0;
      padding: 17px 20px;
      width: 100%;
    }
    .btn.btn-dropdown:before,
    .btn.active.btn-dropdown:before,
    .btn.btn-dropdown:after,
    .btn.active.btn-dropdown:after {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .btn.btn-dropdown:before,
    .btn.active.btn-dropdown:before {
      color: #48494b;
      float: left;
      margin-right: 10px;
      margin-top: 3px;
      font-size: 12px;
      font-size: 1.2rem;
      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;
    }
    .btn.btn-dropdown.active,
    .btn.active.btn-dropdown.active {
      background-color: #48494b;
      color: #ffffff;
    }
    .btn.btn-dropdown.active:before,
    .btn.active.btn-dropdown.active:before {
      color: #ffffff;
      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;
    } 
}@media (min-width: 992px) and (min-width: 1200px) {
 .btn.btn-dropdown:hover:before,
    .btn.active.btn-dropdown:hover:before {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      -o-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
    } 
}@media (min-width: 992px) and (min-width: 1200px) {
 .btn.btn-dropdown:hover:after,
    .btn.active.btn-dropdown:hover:after {
      -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      transform: translate(10px, 0);
    } 
}@media (max-width: 992px) {
 .btn-dropdown-container .btn {
      padding: 0 10px;
      text-decoration: underline;
    }
    .btn-dropdown-container .btn:first-child {
      padding-left: 0;
    }
    .btn-dropdown-container .btn:last-child {
      border-right: 0;
    }
    .btn-dropdown-container .btn.active {
      text-decoration: none;
    } 
}.btn-tooltip {
    background-color: transparent;
    border: 0;
    display: none;
    float: right;
    margin-top: 30px;
  }@media (min-width: 992px) {
 .btn-tooltip {
      display: inline-block;
    } 
}.btn-tooltip:after {
    margin-top: 0 !important;
  }
  .btn-tooltip.btn-tooltip-top {
    position: relative;
    z-index: 2;
  }@media (min-width: 992px) {
 .btn-tooltip.btn-tooltip-top {
      margin-top: 0px;
    } 
}@media (min-width: 1200px) {
 .btn-tooltip.btn-tooltip-top {
      margin-top: -23px;
    } 
}.link-arrow {
    color: #48494b;
    display: inline-block;
    font-family: 'Dosis', sans-serif;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .link-arrow:after {
    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;
  }
  .link-arrow:after {
    color: #bbb600;
    border: solid 1px #bbb600;
    border-radius: 100%;
    float: right;
    height: 20px;
    margin: 5px 5px 5px 10px;
    overflow: hidden;
    padding: 2px;
    width: 20px;
    z-index: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .link-arrow:hover:after {
    -webkit-animation: arrowleftright 0.5s forwards ease;
    -moz-animation: arrowleftright 0.5s forwards ease;
    -ms-animation: arrowleftright 0.5s forwards ease;
  }
  .link-arrow.inline {
    width: auto;
  }
  .link-download {
    color: #48494b;
    display: inline-block;
    font-family: 'Dosis', sans-serif;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .link-download:after {
    color: #bbb600;
    margin-left: 10px;
    overflow: hidden;
    padding: 4px;
    z-index: 1;
    font-size: 17px;
    font-size: 1.7rem;
    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;
  }
  table,
  table.table {
    background-color: rgba(72, 73, 75, 0.06);
    border: none;
    border-collapse: collapse;
    margin: 14px 0 28px;
    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 12.5px;
  }
  table th,
  table.table th {
    background-color: #48494b;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
  }
  .form-group {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }@media (min-width: 992px) {
 .form-group {
      margin-bottom: 20px;
    } 
}.form-group .form-group:not(.form-item-mail):not(.password-parent):not(.form-item-pass-pass1) {
    margin-bottom: 0;
  }
  .input-alt-container {
    margin-bottom: 50px;
    position: relative;
  }@media (max-width: 992px) {
 .input-alt-container {
      width: 100%;
    } 
}.input-alt-container label {
    bottom: -25px;
    left: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
  }@media (min-width: 992px) {
 .input-alt-container {
      float: left;
      margin-bottom: 50px;
      padding-right: 40px;
      width: 50%;
    }
    .input-alt-container.pull-right {
      padding-left: 40px;
      padding-right: 0;
    }
    .input-alt-container.pull-right label {
      left: 40px;
    } 
}input:-webkit-autofill {
    background-color: transparent !important;
  }
  .modal.search-modal input[type=text],
  input[type=text].alt,
  input[type=email].alt,
  textarea.alt,
  .form-textarea-wrapper textarea.alt {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #989a9d;
    box-shadow: none;
    color: #ffffff;
    font-family: 'open-baskerville', Helvetica, sans-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][readonly=readonly],
  input[type=text].alt[readonly=readonly],
  input[type=email].alt[readonly=readonly],
  textarea.alt[readonly=readonly],
  .form-textarea-wrapper textarea.alt[readonly=readonly] {
    color: #555555;
  }
  .modal.search-modal input[type=text]:focus,
  input[type=text].alt:focus,
  input[type=email].alt:focus,
  textarea.alt:focus,
  .form-textarea-wrapper textarea.alt:focus {
    box-shadow: none;
    outline: none;
  }@media (min-width: 992px) {
 .modal.search-modal input[type=text],
    input[type=text].alt,
    input[type=email].alt,
    textarea.alt,
    .form-textarea-wrapper textarea.alt {
      font-size: 35px;
      font-size: 3.5rem;
    } 
}textarea.alt,
  .form-textarea-wrapper textarea.alt {
    border: solid 1px #989a9d;
    font-style: italic;
    padding: 20px 30px;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  select,
  select.form-control,
  textarea,
  .form-textarea-wrapper textarea {
    background-color: transparent;
    border: solid 1px #989a9d;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 15px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-size: 1.6rem;
  }@media (min-width: 992px) {
 input[type=text],
    input[type=email],
    input[type=password],
    select,
    select.form-control,
    textarea,
    .form-textarea-wrapper textarea {
      float: left;
      height: 50px;
      width: 78%;
      font-size: 12px;
      font-size: 1.2rem;
    } 
}.form-textarea-wrapper textarea {
    height: auto;
  }@media (max-width: 992px) {
 .form-textarea-wrapper textarea {
      clear: both;
    } 
}select,
  select.form-control {
    background: url(/sites/all/themes/genzyme/images/vanilla/ddl-arrow.png) no-repeat;
    background-position: center right 15px;
  }@media (min-width: 992px) {
 .hierarchical-select {
      float: right;
      width: 78%;
    } 
}.hierarchical-select .selects {
    width: 100%;
  }
  .hierarchical-select .selects .form-select {
    height: 50px !important;
    margin-bottom: 0;
    width: 100%;
  }
  .hierarchical-select .selects .form-select#edit-field-profession-und-hierarchical-select-selects-1 {
    margin-top: 20px;
  }
  .hierarchical-select .grippie {
    display: none;
  }
  label {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 label {
      height: 50px;
      padding: 16px 15px 16px 0;
      width: 22%;
    } 
}form .mandatory {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 form .mandatory {
      padding-left: 22%;
      margin-bottom: 0;
      font-size: 12px;
      font-size: 1.2rem;
    } 
}.form-type-checkbox {
    margin: 0;
    position: relative;
  }@media (min-width: 992px) {
 .form-type-checkbox {
      padding-left: 22%;
    } 
}.form-type-checkbox .checkbox-outer {
    display: inline-block;
    float: left;
    margin: -5px;
    padding: 5px;
  }
  .form-type-checkbox .checkbox-wrapper {
    border: solid 1px #989a9d;
    float: left;
    height: 17px;
    overflow: hidden;
    position: relative;
    width: 17px;
  }
  .form-type-checkbox .checkbox-wrapper.checked {
    background: url(/sites/all/themes/genzyme/images/vanilla/tick.jpg);
  }
  .form-type-checkbox .checkbox-wrapper.disabled {
    background: url(/sites/all/themes/genzyme/images/vanilla/cross.jpg);
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .form-type-checkbox input[type=checkbox] {
    left: -20px;
    margin: 0;
    position: absolute;
  }
  .form-type-checkbox label {
    float: left;
    height: auto;
    margin-left: 20px;
    padding: 0;
    width: 78%;
  }@media (min-width: 1200px) {
 .form-type-checkbox label {
      width: 90%;
    }
    .section-article .form-type-checkbox label {
      width: 80%;
    } 
}.form-type-checkbox[data-toggle="tooltip"]:after {
    margin-top: 0;
  }
  [data-toggle="tooltip"] input {
    float: left;
    width: 80%;
  }@media (min-width: 992px) {
 [data-toggle="tooltip"] input {
      width: 70%;
    } 
}[data-toggle="tooltip"] input.password-confirm {
    width: 100%;
  }@media (min-width: 992px) {
 [data-toggle="tooltip"] input.password-confirm {
      width: 78%;
    } 
}[data-toggle="tooltip"]:after {
    float: right;
    margin-top: 13px;
    content: "\e600";
    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;
    font-size: 24px;
    font-size: 2.4rem;
    display: block !important;
  }
  [data-toggle="tooltip"].form-type-password-confirm {
    position: relative;
  }
  [data-toggle="tooltip"].form-type-password-confirm:after {
    position: absolute;
    right: 0;
    top: 35px;
  }@media (min-width: 992px) {
 [data-toggle="tooltip"].form-type-password-confirm:after {
      top: 0;
    } 
}[data-toggle="tooltip"].form-type-password-confirm .confirm-parent input {
    width: 100%;
  }@media (min-width: 992px) {
 [data-toggle="tooltip"].form-type-password-confirm .confirm-parent input {
      width: 80%;
    } 
}.tooltip {
    color: #48494b;
    display: inline-block !important;
    left: auto !important;
    max-width: 250px;
    padding: 10px;
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (max-width: 992px) {
 .field-type-text .tooltip,
    .field-type-number .tooltip,
    #edit-account .tooltip {
      margin-top: 40px;
    } 
}.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .tooltip .tooltip-inner {
    background-color: #ffffff;
    border: solid 1px #989a9d;
    border-radius: 0;
    color: #48494b;
    text-align: left;
  }
  .tooltip .tooltip-arrow {
    border: 0;
    height: 5px;
    left: auto !important;
    right: 10px;
    text-align: left;
    width: 10px;
  }
  .tooltip .tooltip-arrow:before,
  .tooltip .tooltip-arrow:after {
    border: solid 5px black;
    border-color: #989a9d transparent transparent;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 10px;
  }
  .tooltip .tooltip-arrow:after {
    border-color: #fff transparent transparent;
    top: -1px;
  }
  .password-strength,
  div.password-confirm {
    display: none;
  }
  .messages-container .alert-block {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 .messages-container .alert-block {
      padding: 0 10px 35px;
    } 
}.messages-container .alert-block ul {
    padding: 0 0 0 2px;
  }@media (min-width: 992px) {
 .messages-container .alert-block ul {
      padding: 0 0 0 6px;
    } 
}.messages-container .alert-block li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .messages-container .close {
    display: none;
  }
  .alert-block,
  .alert-block li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contactModal .alert-block {
    padding-bottom: 35px;
  }
  #contactModal ::-webkit-input-placeholder {
    color: #ffffff;
  }
  #contactModal :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
  }
  #contactModal ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
  }
  #contactModal :-ms-input-placeholder {
    color: #ffffff;
  }
  .section-filters label {
    width: 100%;
  }
  .section-filters select {
    background-color: #ffffff;
    border: 0;
    width: 100%;
  }
  .section-filters .views-exposed-widget {
    width: 100%;
  }@media (min-width: 992px) {
 .section-filters .views-exposed-widget {
      width: 34%;
    } 
}.section-filters .views-exposed-widget label {
    font-size: 15px;
    font-size: 1.5rem;
  }@media (min-width: 992px) {
 .section-filters .views-exposed-widget.views-widget-filter-field_state_tid,
    .section-filters .views-exposed-widget.views-widget-filter-field_state_reps_tid {
      padding-top: 57px;
    } 
}.section-filters .views-exposed-widget.views-submit-button {
    float: right;
    height: 40px;
    width: auto;
  }@media (min-width: 992px) {
 .section-filters .views-exposed-widget.views-submit-button {
      float: left;
      padding-top: 35px;
    } 
}.section-filters .views-exposed-widget.views-submit-button button {
    background: url(/sites/all/themes/genzyme/images/vanilla/spin.gif) no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0px;
    margin-top: 0px;
    text-indent: -999px;
  }@media (min-width: 992px) {
 .section-filters .views-exposed-widget.views-submit-button button {
      margin-top: 1.6em;
    } 
}.section-filters .views-exposed-widget.views-submit-button button.progress-disabled {
    display: inline-block;
  }
  .section-filters .views-exposed-widget.views-reset-button {
    text-align: left;
    width: 50%;
  }
  .section-filters .views-exposed-widget.views-reset-button .btn {
    background-color: transparent !important;
    border: none !important;
    color: #bbb600;
    float: left;
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    margin-top: 10px;
    padding: 0;
    text-transform: none;
    width: auto;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .section-filters .views-exposed-widget.views-reset-button .btn:after {
    display: none;
  }
  .grippie {
    display: none !important;
  }
  .alert.alert-danger {
    background-color: transparent;
    border: none;
    margin: 0;
  }
  .alert.alert-danger .element-invisible,
  .alert.alert-danger .close {
    display: none;
  }
  .preferences-container {
    display: inline-block;
    padding: 10px 0 20px;
    width: 100%;
  }@media (min-width: 992px) {
 .preferences-container {
      padding: 20px 0 30px;
    } 
}.preferences-container .form-item {
    clear: both;
    float: left;
    margin: 0 0 10px;
    width: auto;
  }@media (min-width: 992px) {
 .preferences-container .form-item {
      clear: none;
      width: 50%;
    } 
}@media (max-width: 992px) {
 .preferences-container .form-type-checkbox label {
      width: auto;
    } 
}.preferences-legend {
    border-top: solid 1px #989a9d;
  }
  .preferences-legend strong {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }
  .preferences-legend p {
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 .preferences-legend p {
      padding-left: 20%;
      width: 100%;
    } 
}.preferences-legend [data-toggle="tooltip"]:after {
    margin-top: -5px;
  }
  .preferences-legend .checkbox {
    width: 100%;
  }@media (min-width: 992px) {
 .preferences-legend .checkbox {
      width: 50%;
    } 
}.preferences-legend .checkbox button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 0;
  }
  .preferences-legend .checkbox .tooltip {
    margin-right: -5px;
  }@media (min-width: 992px) {
 .webform-component--dbs,
    .webform-component--antibody-test,
    .webform-component--postcode,
    .webform-component--state {
      width: 50% !important;
    }
    .webform-component--dbs label,
    .webform-component--antibody-test label,
    .webform-component--postcode label,
    .webform-component--state label {
      width: 44%;
    }
    .webform-component--dbs input[type=text],
    .webform-component--antibody-test input[type=text],
    .webform-component--postcode input[type=text],
    .webform-component--state input[type=text],
    .webform-component--dbs input[type=email],
    .webform-component--antibody-test input[type=email],
    .webform-component--postcode input[type=email],
    .webform-component--state input[type=email],
    .webform-component--dbs input[type=password],
    .webform-component--antibody-test input[type=password],
    .webform-component--postcode input[type=password],
    .webform-component--state input[type=password],
    .webform-component--dbs select,
    .webform-component--antibody-test select,
    .webform-component--postcode select,
    .webform-component--state select,
    .webform-component--dbs select.form-control,
    .webform-component--antibody-test select.form-control,
    .webform-component--postcode select.form-control,
    .webform-component--state select.form-control {
      width: 50%;
    } 
}@media (min-width: 992px) {
 .webform-component--antibody-test label,
    .webform-component--state label {
      margin-left: 6%;
    } 
}.webform-component--shipping-details {
    font-family: 'tex-gyre-adventor-bold', Helvetica, sans-serif;
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 .webform-component--shipping-details {
      margin-left: 22%;
      padding-top: 0;
    } 
}#edit-field-hcp {
    margin-top: 20px;
  }@media (min-width: 992px) {
 #edit-field-hcp {
      margin-top: 0;
    } 
}.sr-form .btn {
    margin: 0 0 5px;
  }@media (min-width: 992px) {
 .sr-form .btn {
      margin: 0;
    } 
}.find-a-rep .tooltip,
  .find-a-rep [data-toggle="tooltip"]:after {
    display: none !important;
  }
  .inline-list-links,
  .header-nav .nav-front .menu.nav {
    list-style: none;
  }
  .inline-list-links a,
  .header-nav .nav-front .menu.nav a {
    color: #48494b;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 12.5px;
  }
  .inline-list-links li,
  .header-nav .nav-front .menu.nav li {
    border-right: solid 2px #48494b;
    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 25px 0 0;
  }
  .list-links {
    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);
  }
  .list-references {
    line-height: 18px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
  }@media (min-width: 992px) {
 .list-references {
      line-height: 24px;
      font-size: 12px;
      font-size: 1.2rem;
    } 
}.list-references li {
    margin-bottom: 5px;
    padding: 0 20px;
    position: relative;
  }@media (min-width: 992px) {
 .list-references li {
      padding: 0 30px 0 20px;
    } 
}.list-references li span {
    left: 0;
    position: absolute;
    top: 0;
  }
  .nav > li > a:hover,
  .nav > li > a:active,
  .nav > li > a:focus {
    background-color: transparent;
  }
  .navbar-btn-alt {
    display: none !important;
  }
  .navbar .logo {
    margin: 0;
  }
  .navbar .logo img {
    height: 27px;
    width: 147px;
  }@media (min-width: 992px) {
 .navbar .logo img {
      height: 55px;
      width: 298px;
    } 
}.navbar .navbar-toggle {
    border-radius: 0px;
    float: right;
    height: 15px;
    margin: 7px 0 0;
    padding: 0;
    position: relative;
    width: 22px;
  }
  .navbar .navbar-toggle span {
    background-color: #ffffff;
    border-radius: 0;
    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;
  }
  .navbar .navbar-toggle span:nth-child(3n) {
    top: 6px;
  }
  .navbar .navbar-toggle span:nth-child(4n) {
    top: 12px;
  }
  .navbar .navbar-toggle.open span {
    /*&:nth-child(4n-2) {
  					.animation(firstbar, 1s, forwards);
  				}
  				&:nth-child(3n) {
  					.animation(secondbar, 1s, forwards);
  				}
  				&:nth-child(4n) {
  					.animation(lastbar, 1s, forwards);
  				}*/
  }
  .main-nav {
    margin: 0;
  }@media (min-width: 992px) {
 .main-nav {
      margin: 40px 0;
      width: 100%;
    } 
}.main-nav li {
    margin: 15px 0;
    padding-left: 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
  }@media (min-width: 992px) {
 .main-nav li {
      float: left;
      font-family: 'open-baskerville', Helvetica, sans-serif;
      margin: 5px 0 20px;
      padding-left: 0;
      width: 50%;
      text-transform: none;
      font-size: 30px;
      font-size: 3rem;
    }
    .main-nav li:before {
      display: none;
    }
    .main-nav li:nth-child(3n) {
      clear: left;
    }
    .main-nav li span {
      position: relative;
    }
    .main-nav li span:before {
      border-top: solid 1px #989a9d;
      bottom: -15px;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 91px;
    } 
}@media (min-width: 1200px) {
 .main-nav li {
      clear: none !important;
      width: 25%;
    } 
}.main-nav li.dropdown:before {
    left: 0;
    position: absolute;
    top: 3px;
    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;
  }@media (min-width: 992px) {
 .main-nav li.dropdown:before {
      padding-top: 5px;
      font-size: 10px;
      font-size: 1rem;
      content: "\e601";
      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;
    } 
}.main-nav li.dropdown.open:before {
    color: #bbb600;
    content: "\e604";
    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;
  }@media (min-width: 992px) {
 .main-nav li.dropdown.open:before {
      content: "\e619";
    } 
}.main-nav li.dropdown.open span {
    color: #bbb600;
  }@media (min-width: 992px) {
 .main-nav li.dropdown.open span {
      color: #ffffff;
    } 
}.main-nav li ul {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }@media (min-width: 992px) {
 .main-nav li ul {
      background-color: transparent;
      display: block;
      margin-top: 35px;
      padding: 0;
      position: relative;
    } 
}.main-nav li ul.dropdown-menu {
    border: 0;
    box-shadow: none;
  }
  .main-nav li ul.dropdown-menu .dropdown-menu {
    display: none;
    padding-left: 25px;
    text-transform: none;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main-nav li ul.dropdown-menu .dropdown-menu .dropdown-menu {
    display: none !important;
  }@media (max-width: 992px) {
 .main-nav li ul.dropdown-menu .dropdown-menu {
      display: none !important;
    } 
}@media (max-width: 992px) {
 .main-nav li ul.dropdown-menu .dropdown:before {
      display: none;
    } 
}.main-nav li ul.dropdown-menu .dropdown.open a {
    color: #bbb600;
  }
  .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu {
    display: block;
  }
  .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu li.active-trail a {
    color: #bbb600 !important;
  }@media (min-width: 992px) {
 .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu {
      margin: 10px 0;
      padding-left: 0;
    }
    .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu li {
      padding-left: 0;
    }
    .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu li a {
      color: #ffffff;
      font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
      text-transform: none;
      font-size: 13px;
      font-size: 1.3rem;
    }
    .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu li a:hover {
      text-decoration: underline;
    }
    .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu li a:active,
    .main-nav li ul.dropdown-menu .dropdown.open .dropdown-menu li a.active-trail {
      color: #bbb600 !important;
    } 
}.main-nav li ul li {
    padding-left: 0;
  }@media (max-width: 992px) {
 .main-nav li ul li {
      padding: 5px 0;
    } 
}@media (min-width: 992px) {
 .main-nav li ul li {
      margin-bottom: 5px;
      padding-left: 25px;
      width: 100%;
    }
    .main-nav li ul li:before {
      content: "";
      display: block;
    }
    .main-nav li ul li ul li {
      padding-left: 25px;
    }
    .main-nav li ul li ul li:before {
      display: none;
    }
    .main-nav li ul li.restricted {
      position: relative;
    }
    .main-nav li ul li.restricted:before {
      content: "\e902";
      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;
      font-size: 14px;
      position: absolute;
      left: 0px;
      top: 5px;
    }
    .logged-in .main-nav li ul li.restricted:before {
      display: none;
    } 
}.main-nav li ul li a {
    background-color: transparent !important;
    color: #ffffff;
    padding: 0 !important;
    text-transform: none;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .main-nav li ul li a:hover,
  .main-nav li ul li a:active,
  .main-nav li ul li a:focus {
    background-color: transparent;
    color: #ffffff;
  }@media (min-width: 992px) {
 .main-nav li ul li a {
      font-family: 'Dosis', sans-serif;
      text-transform: uppercase;
      font-size: 17px;
      font-size: 1.7rem;
    }
    .main-nav li ul li a.active {
      color: #bbb600 !important;
    } 
}.vertical-center-wrapper {
    display: table;
    height: 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;
  }
  main.main-container {
    position: relative;
  }
  main.main-container img {
    height: auto !important;
    max-width: 100%;
  }
  main.main-container ul {
    padding-left: 18px;
  }
  section {
    width: 100%;
  }
  section.section-primary {
    background: url(/sites/all/themes/genzyme/images/lemtrada/bg-triangles.png) repeat;
    background-attachment: fixed;
    padding: 20px 0;
  }@media (min-width: 992px) {
 section.section-primary {
      padding: 30px 0 80px 0;
    } 
}section.section-secondary {
    padding: 20px 15px;
  }@media (min-width: 992px) {
 section.section-secondary {
      padding: 30px 12.5px 80px 12.5px;
    } 
}section.section-secondary.section-listing {
    padding-left: 0;
    padding-right: 0;
  }
  section.section-tertiary {
    padding: 0;
    position: relative;
  }@media (min-width: 992px) {
 section.section-tertiary {
      padding: 60px 0 20px;
    } 
}section.section-tertiary.main-tertiary {
    padding: 0 0 20px 0;
  }@media (min-width: 992px) {
 section.section-tertiary.main-tertiary {
      padding: 80px 0 20px;
    } 
}section.section-tertiary.main-tertiary section {
    padding-bottom: 15px;
  }
  section.section-normal {
    padding: 20px 15px;
  }@media (min-width: 992px) {
 section.section-normal {
      padding: 55px 12.5px 55px 12.5px;
    } 
}@media (max-width: 992px) {
 section.section-normal .container,
    section.section-normal .col-sm-4 {
      padding: 0;
    } 
}section.section-top {
    padding: 20px 15px 0;
  }@media (min-width: 992px) {
 section.section-top {
      padding: 30px 12.5px 0;
    } 
}section.section-bottom {
    padding: 0 15px 20px;
  }@media (min-width: 992px) {
 section.section-bottom {
      padding: 0 12.5px 80px;
    } 
}section.section-breadcrumbs {
    padding-bottom: 0 !important;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 section.section-breadcrumbs {
      padding: 0 12.5px;
      position: absolute;
      top: 20px;
    } 
}section.section-breadcrumbs .breadcrumb {
    margin: 0 auto;
    padding: 0 15px 20px;
    width: 100%;
  }@media (min-width: 768px) {
 section.section-breadcrumbs .breadcrumb {
      width: 745px;
    } 
}@media (min-width: 992px) {
 section.section-breadcrumbs .breadcrumb {
      padding: 0 10px 20px;
      width: 965px;
    } 
}@media (min-width: 1200px) {
 section.section-breadcrumbs .breadcrumb {
      padding: 0 0 20px;
      width: 1080px;
    } 
}section.section-related h2 {
    border-bottom: solid 1px #989a9d;
    padding-bottom: 20px;
  }
  section.section-related a {
    display: inline-block;
    padding: 5px 30px 5px 0;
    position: relative;
    width: 100%;
  }
  section.section-related a:after {
    position: absolute;
    right: 0px;
    top: 10px;
    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;
  }@media (min-width: 992px) {
 section.section-article {
      min-height: 600px;
    } 
}section.section-panels .views-row:last-child .panel-large {
    margin-bottom: 0;
  }
  section.section-references {
    position: relative;
  }
  section.section-references:after {
    border-bottom: solid 1px #999;
    bottom: 0;
    content: "";
    display: block;
    left: 12.5px;
    position: absolute;
    right: 12.5px;
    visibility: visible;
  }
  .region-content-bottom {
    width: 100%;
  }
  .resources-section .well {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
  }@media (min-width: 992px) {
 .resources-section .row:last-child {
      padding-top: 50px;
    } 
}.resources-section .col-md-4 {
    padding: 0 27px 20px 27px;
    margin: 0 10px 10px 10px;
    background: white;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: calc(100% - 20px);
    min-height: 100px;
  }@media (min-width: 992px) {
 .resources-section .col-md-4 {
      padding: 40px 27px;
      margin: 0 10px 20px 10px;
      min-height: 300px;
      width: calc(33.33333333% - 20px);
    } 
}.resources-section .view-content h2 {
    border-bottom: solid 1px #48494b;
    margin: 20px 0 10px;
    padding-bottom: 10px;
  }@media (min-width: 992px) {
 .resources-section .view-content h2 {
      margin: 10px 0 30px;
      padding-bottom: 30px;
    } 
}.resources-section .view-content h2:last-child {
    margin-top: 30px;
  }
  .readmore-text,
  .readmore-text p {
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0px !important;
    position: relative !important;
  }
  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: #48494b;
    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;
  }
  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: #48494b;
    text-decoration: underline;
  }
  .panel {
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 10px 0 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }@media (min-width: 992px) {
 .panel {
      margin: 25px 0 0 0;
    } 
}.panel .panel-heading,
  .panel .panel-body,
  .panel .panel-footer {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 2;
  }
  .panel .panel-heading {
    padding: 3px 25px;
  }
  .panel .panel-heading h2:after {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    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;
  }@media (min-width: 992px) {
 .panel .panel-heading {
      padding: 40px 27px 0;
    }
    .panel .panel-heading h2:after {
      display: none;
    } 
}.panel .panel-body {
    display: none;
    padding: 0 30px 25px;
  }@media (min-width: 992px) {
 .panel .panel-body {
      display: block;
    } 
}.panel .panel-footer {
    border-top: solid 1px #48494b;
    display: none;
    margin: 0 30px;
    padding: 25px 0;
    text-align: right;
  }
  .panel .panel-footer .btn,
  .panel .panel-footer span {
    padding: 0;
  }@media (min-width: 992px) {
 .panel .panel-footer {
      display: block;
    } 
}.panel a {
    color: #48494b;
  }@media (min-width: 992px) {
 .panel:before {
      background: url(/sites/all/themes/genzyme/images/vanilla/bg-triangles.png) repeat;
      content: "";
      display: block;
      height: 100%;
      margin: 0;
      position: absolute;
      width: 100%;
      z-index: 1;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s;
    } 
}.panel:hover {
    /*@media (min-width: @screen-lg) {
 &:before {
  				left: -200px;
    				top: -350px;
  
  				.opacity(1);
  			} 
}*/
  }@media (min-width: 992px) {
 .panel:hover {
      color: #ffffff;
    }
    .panel:hover a {
      color: #ffffff;
    }
    .panel:hover:before {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .panel:hover .panel-footer {
      border-top: solid 1px #ffffff;
    }
    .panel:hover .panel-footer .btn,
    .panel:hover .panel-footer span {
      color: #ffffff;
    }
    .panel:hover .panel-footer .btn:after,
    .panel:hover .panel-footer span:after {
      color: #ffffff;
    } 
}.panel.panel-online:before {
    background-color: #48494b;
  }
  .panel.panel-connect:before {
    background-color: #007336;
  }
  .panel.panel-ms:before {
    background-color: #7e317b;
  }
  .panel.panel-pompe:before {
    background-color: #70a101;
  }
  .panel.panel-thyroid:before {
    background-color: #872631;
  }
  .panel.panel-fabry:before {
    background-color: #db5d06;
  }
  .panel.panel-gaucher:before {
    background-color: #eab200;
  }
  .panel.panel-mps:before {
    background-color: #2f4f88;
  }
  .panel.panel-nav:before {
    background-color: #bbb600;
  }
  .panel.panel-lemtrada:before {
    background-color: #72246c;
  }
  .panel.panel-aubagio:before {
    background-color: #294d9c;
  }
  .panel.panel-fabrazyme:before {
    background-color: #00b5c9;
  }
  .panel.panel-cerezyme:before {
    background-color: #008b95;
  }
  .panel.panel-cerdelga:before {
    background-color: #003ba6;
  }
  .panel.panel-thyrogen:before {
    background-color: #294d9c;
  }
  .panel.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .panel.disabled .hover-content {
    display: none;
  }
  .panel.disabled:hover:before {
    background-color: #8d8d8d;
  }
  .panel.disabled:hover p {
    display: none;
  }
  .panel.disabled:hover p.hover-content {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
  }
  .panel.disabled:hover a {
    cursor: default;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }@media (min-width: 992px) {
 .panel p {
      min-height: 90px;
    } 
}.panel.panel-default {
    box-shadow: none;
  }@media (min-width: 992px) {
 .panel.panel-default p {
      min-height: 70px;
    } 
}.panel.panel-default img {
    height: auto;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }@media (min-width: 992px) {
 .panel.panel-default .panel-heading,
    .panel.panel-default .panel-body,
    .panel.panel-default .panel-footer {
      position: absolute;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s;
    } 
}.panel.panel-default .panel-heading {
    bottom: 50%;
    display: none;
    left: 0;
    padding: 3px 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }@media (min-width: 992px) {
 .panel.panel-default .panel-heading {
      display: block;
      padding: 3px 30px;
    } 
}.panel.panel-default .panel-body {
    bottom: 0px;
    display: block;
    padding: 0 20px;
    position: absolute;
    width: 100%;
  }@media (min-width: 992px) {
 .panel.panel-default .panel-body {
      padding: 0 30px;
    } 
}.panel.panel-default .panel-body h2,
  .panel.panel-default .panel-body p {
    color: #ffffff;
    line-height: 1;
    margin: 0;
  }
  .panel.panel-default .panel-body p {
    border-top: solid 1px #ffffff;
    padding: 0;
    width: 100%;
  }
  .panel.panel-default .panel-body p em {
    display: none;
  }@media (min-width: 992px) {
 .panel.panel-default .panel-body p {
      padding: 23px 0;
    }
    .panel.panel-default .panel-body p em {
      display: block;
    } 
}.panel.panel-default .panel-body p .btn,
  .panel.panel-default .panel-body p span {
    padding: 14px 20px 14px 0;
    color: #fff;
    width: auto !important;
  }@media (min-width: 992px) {
 .panel.panel-default .panel-body p .btn,
    .panel.panel-default .panel-body p span {
      bottom: 19px;
      padding: 6px 0;
      position: absolute;
      right: 30px;
    } 
}.panel.panel-default .panel-body p .btn:after,
  .panel.panel-default .panel-body p span:after {
    right: 0;
  }
  .panel.panel-default .panel-footer {
    border-top: solid 1px #ffffff;
    bottom: -72px;
    color: #ffffff;
    display: none;
    margin: 0 20px;
    padding: 12px 0;
    text-align: left;
  }@media (min-width: 992px) {
 .panel.panel-default .panel-footer {
      display: block;
      margin: 0 30px;
    } 
}.panel.panel-default .panel-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }@media (min-width: 992px) {
 .panel.panel-default .panel-footer ul li {
      display: inline-block;
      margin-right: 10px;
      font-size: 14px;
      font-size: 1.4rem;
    } 
}@media (min-width: 1200px) {
 .panel.panel-default .panel-footer ul li {
      margin-right: 25px;
    } 
}.panel.panel-default:before {
    display: none;
  }@media (min-width: 992px) {
 .panel.panel-default:hover {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
    .panel.panel-default:hover img {
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .panel.panel-default:hover .panel-heading {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .panel.panel-default:hover .panel-body {
      bottom: 35%;
      color: #48494b;
    }
    .panel.panel-default:hover .panel-body p {
      border: none;
      color: #48494b;
    }
    .panel.panel-default:hover .panel-body p .btn,
    .panel.panel-default:hover .panel-body p span {
      display: none;
    }
    .panel.panel-default:hover .panel-footer {
      border-top: solid 1px #48494b;
      bottom: 0;
      color: #48494b;
    }
    .panel.panel-default:hover .panel-footer a {
      color: #bbb600;
    } 
}@media (max-width: 992px) {
 .panel.panel-default.open .panel-heading {
      display: block;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .panel.panel-default.open .panel-body {
      bottom: auto;
      color: #48494b;
      display: block;
      position: relative;
    }
    .panel.panel-default.open .panel-body p {
      border: none;
      color: #48494b;
    }
    .panel.panel-default.open .panel-body p em {
      display: block;
    }
    .panel.panel-default.open .panel-body p a,
    .panel.panel-default.open .panel-body p .btn,
    .panel.panel-default.open .panel-body p span {
      position: absolute;
      right: 20px;
      top: -114px;
    }
    .panel.panel-default.open .panel-footer {
      border-top: none;
      bottom: 0;
      color: #48494b;
      display: block;
    } 
}.panel-large {
    background-color: #000;
    border: solid 1px #d1d1d2;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 260px;
    margin: 25px 0;
    overflow: hidden;
    position: relative;
  }@media (min-width: 992px) {
 .panel-large {
      height: 325px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    } 
}.panel-large img {
    height: auto;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .panel-large .btn {
    padding: 25px 20px;
  }
  .panel-large .panel-bg {
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    -ms-behavior: url(/backgroundsize.min.htc);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .panel-large .panel-body {
    left: 0;
    padding: 25px 20px;
    position: absolute;
    top: 0;
    width: 100%;
  }@media (min-width: 992px) {
 .panel-large .panel-body {
      padding: 25px 30px;
    } 
}.panel-large .panel-body h2,
  .panel-large .panel-body h2 a {
    color: #ffffff;
  }
  .panel-large .panel-body h2.hover-title,
  .panel-large .panel-body h2 a.hover-title {
    display: none;
  }
  .panel-large .panel-body p {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .panel-large .panel-footer {
    background-color: transparent;
    border: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
  }@media (min-width: 992px) {
 .panel-large .panel-footer {
      padding: 0 30px;
    } 
}.panel-large .panel-footer a {
    border-top: solid 1px #ffffff;
    color: #ffffff;
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
    width: 100%;
  }
  .panel-large .panel-footer a:hover {
    color: #ffffff;
  }
  .panel-large .panel-footer a:after {
    transition: none;
  }@media (min-width: 992px) {
 .panel-large .panel-footer a {
      padding-right: 0;
    } 
}@media (min-width: 992px) {
 .panel-large:hover {
      background-color: #ffffff;
      background-image: none !important;
    }
    .panel-large:hover img {
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .panel-large:hover .panel-bg {
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .panel-large:hover .panel-body h2 {
      color: #48494b;
      display: none;
      line-height: 1.2;
      font-size: 24px;
      font-size: 2.4rem;
    }
    .panel-large:hover .panel-body h2.hover-title {
      display: inline-block;
    }
    .panel-large:hover .panel-body p {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .panel-large:hover .panel-footer a {
      border-top: solid 1px #48494b;
      color: #48494b;
    }
    .panel-large:hover .panel-footer a:after {
      transform: none;
    } 
}.panel-cta {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
    width: 100%;
  }
  .panel-cta img {
    height: auto;
    width: 100%;
  }
  .panel-cta .btn {
    bottom: 0px;
    left: 0px;
    padding: 20px;
    position: absolute;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .cta-hubspot {
    overflow: hidden;
  }
  .modal-backdrop.in {
    height: 110%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }@media (min-width: 1200px) {
 .modal-lg {
      width: 1080px;
    } 
}.modal {
    background-color: #000;
    color: #ffffff;
    overflow: scroll;
  }@media (min-width: 1200px) {
 .modal {
      overflow: hidden;
    } 
}.modal a {
    color: #bbb600;
  }
  .modal .alert-block {
    padding-left: 0;
    padding-right: 0;
  }
  .modal .alert-block ul {
    padding-left: 20px;
  }
  .modal .btn.btn-primary {
    background-color: #48494b;
    border: solid 1px #48494b;
    color: #ffffff;
  }
  .modal .modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .modal .modal-content .modal-header,
  .modal .modal-content .modal-body,
  .modal .modal-content .modal-footer {
    border: none;
    box-shadow: none;
    float: left;
    padding: 15px 0;
    width: 100%;
  }@media (min-width: 1200px) {
 .modal .modal-content .modal-header,
    .modal .modal-content .modal-body,
    .modal .modal-content .modal-footer {
      padding: 25px 0;
    } 
}.modal .modal-header h2 {
    margin-top: 25px;
  }@media (min-width: 1200px) {
 .modal .modal-header h2 {
      margin-top: 75px;
    } 
}.modal .inline-list-links a {
    color: #ffffff;
    text-decoration: underline;
  }
  .modal .inline-list-links a.active {
    text-decoration: none;
  }
  .modal.contact-modal .input-alt-container {
    clear: left;
  }
  .modal.contact-modal label {
    height: auto;
    width: auto;
  }@media (min-width: 992px) {
 .modal.contact-modal .input-alt-container.pull-right {
      position: absolute;
      right: 0;
      top: 28px;
    }
    .modal.contact-modal .input-alt-container.pull-right.padding-top {
      top: 134px;
    } 
}.modal.contact-modal .form-item .mandatory {
    margin-bottom: 20px;
  }@media (min-width: 992px) {
 .modal.contact-modal .form-item .mandatory {
      position: absolute;
      right: 0;
      top: 400px;
      width: 50%;
      padding-left: 40px;
    } 
}.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: 75px;
    } 
}.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;
  }
  .modal.search-modal .modal-body p,
  .modal.search-modal .modal-body small {
    color: #ffffff;
    float: left;
  }
  .modal.search-modal .modal-body p.introduction,
  .modal.search-modal .modal-body small.introduction {
    border-bottom: solid 2px #ffffff;
    margin: 8px 0;
  }
  .modal.search-modal .modal-body p.introduction a,
  .modal.search-modal .modal-body small.introduction a {
    color: #ffffff;
    text-decoration: none;
  }
  .modal.search-modal .modal-body p.introduction sup,
  .modal.search-modal .modal-body small.introduction sup {
    font-family: "Times New Roman", Times, serif;
  }
  .modal.search-modal .modal-body p:not(.introduction) {
    width: 100%;
  }
  .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;
  }
  .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: 0px;
    } 
}.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 {
    color: #ffffff;
    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 {
    color: #ffffff;
    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;
  }
  .modal.menu-modal {
    background-color: #2D2D2D;
  }
  .modal.menu-modal .modal-body {
    padding: 15px 0;
  }
  .modal .modal-top {
    background-color: rgba(0, 0, 0, 0.6);
    float: left;
    width: 100%;
  }@media (min-width: 992px) {
 .modal .modal-top {
      min-height: 62%;
    } 
}.modal .modal-bottom {
    width: 100%;
  }
  .modal .modal-bottom .btn {
    margin-top: 30px;
  }
  .modal .modal-bottom p {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modal .modal-bottom .view-header {
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }@media (min-width: 992px) {
 .modal .modal-bottom h2 {
      float: left;
      font-family: 'open-baskerville', Helvetica, sans-serif;
      position: relative;
      text-transform: none;
      font-size: 30px;
      font-size: 3rem;
    }
    .modal .modal-bottom h2:before {
      border-top: solid 1px #989a9d;
      bottom: -15px;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 91px;
    } 
}.modal .modal-bottom a:not(.btn) {
    color: #bbb600;
  }
  .modal .modal-bottom a:not(.btn).phone {
    color: #ffffff;
  }
  .modal .modal-bottom .menu {
    width: 85%;
  }
  .modal .modal-bottom .menu a {
    padding: 0;
  }
  .modal .modal-bottom .menu a:after {
    float: right;
    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;
  }
  #legalModal ul,
  #privacyModal ul {
    margin-left: 15px;
  }
  .sidebar {
    position: relative;
    z-index: 1;
  }@media (min-width: 992px) {
 .node-type-therapy-landing-page .sidebar {
      display: none;
    } 
}.sidebar.sidebar-alt {
    margin-bottom: 30px;
  }
  .page-user-optins .sidebar.sidebar-alt {
    margin-bottom: 0;
  }@media (min-width: 992px) {
 .sidebar.sidebar-alt {
      padding-left: 0px;
    } 
}.sidebar.sidebar-bottom section {
    padding-bottom: 0 !important;
  }
  .sidebar.sidebar-bottom .region {
    border-top: solid 1px #3d3d3c;
    padding-top: 25px;
  }@media (min-width: 992px) {
 .sidebar.sidebar-bottom .region {
      border-top: 0;
      padding-top: 0;
    } 
}.sidebar .well {
    box-shadow: none;
  }
  .sidebar .node-collection-navigation-wrapper {
    float: none;
  }
  .sidebar .region-sidebar-first.well {
    border: 0;
    padding: 0;
    margin: 20px 0 0;
  }@media (min-width: 992px) {
 .sidebar .region-sidebar-first.well {
      margin: 0;
    } 
}.sidebar .region-sidebar-second {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .sidebar .region-sidebar-second img {
    height: auto;
    width: 100%;
  }
  .sidebar .region-sidebar-second .user-cta .views-row {
    border-bottom: solid 1px #989a9d;
    margin-bottom: 50px;
  }
  .sidebar .region-sidebar-second .user-cta .views-row .field-content p {
    margin: 20px 0;
  }
  .sidebar .menu-name-user-menu a:before,
  .sidebar a[data-toggle="dropdown"]:before {
    content: "\e604";
    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-name-user-menu a:before,
  .sidebar a[data-toggle="dropdown"]:before {
    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;
    padding-right: 10px;
  }
  .sidebar .open .menu-name-user-menu a:before,
  .sidebar .open a[data-toggle="dropdown"]:before {
    content: "\e604";
    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 {
    border-bottom: solid 1px #48494b;
    margin: 0 -15px;
    padding-bottom: 0;
  }@media (min-width: 768px) {
 .sidebar .menu {
      border: solid 1px #48494b;
      margin-top: 20px;
    } 
}@media (min-width: 992px) {
 .sidebar .menu {
      border: 0px;
      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 li a {
    background-color: transparent;
    border: 0;
    color: #48494b;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
  }@media (max-width: 992px) {
 .sidebar .menu li a {
      background-color: transparent !important;
    } 
}.sidebar .menu li a:hover {
    background-color: transparent;
  }
  .sidebar .menu ul {
    border: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .sidebar .menu ul li {
    background-color: transparent;
  }@media (min-width: 992px) {
 .sidebar .menu ul li {
      background-color: #f0f1f1;
    } 
}.sidebar .menu ul li a {
    background-color: transparent;
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
    padding: 14px 20px 14px 20px;
    text-transform: none;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sidebar .menu ul li a:before,
  .sidebar .menu ul li a:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }@media (min-width: 1200px) {
 .sidebar .menu ul li a:hover:before {
      -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      -o-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
    } 
}@media (min-width: 1200px) {
 .sidebar .menu ul li a:hover:after {
      -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      transform: translate(10px, 0);
    } 
}@media (min-width: 992px) {
 .sidebar .menu ul li a {
      color: #48494b;
      font-family: 'Dosis', sans-serif;
      padding: 14px 20px 14px 40px;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 1.5rem;
    } 
}.sidebar .menu ul li a:before {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }@media (min-width: 992px) {
 .sidebar .menu ul li a:before {
      left: 20px;
      right: auto;
      top: 20px;
      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;
    } 
}.sidebar .menu ul li.open > a,
  .sidebar .menu ul li:hover > a {
    background-color: #ffffff;
  }@media (min-width: 992px) {
 .sidebar .menu ul li.open > a,
    .sidebar .menu ul li:hover > a {
      background-color: #48494b;
      color: #ffffff;
    } 
}.sidebar .menu ul li.has_children > a:before {
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }@media (min-width: 992px) {
 .sidebar .menu ul li.open > .dropdown-menu {
      display: inline-block;
    } 
}.sidebar .menu ul li .dropdown-menu {
    display: none;
    padding: 5px 0;
    position: relative;
  }
  .sidebar .menu ul li .dropdown-menu li {
    background-color: #ffffff;
    padding: 0;
  }
  .sidebar .menu ul li .dropdown-menu li > a {
    padding: 7px 20px 7px 40px;
  }
  .sidebar .menu ul li .dropdown-menu li > a:before {
    display: none;
  }
  .sidebar .menu ul li .dropdown-menu li.open > a,
  .sidebar .menu ul li .dropdown-menu li:hover > a {
    background-color: transparent;
    color: #48494b;
  }
  .sidebar .menu ul li .dropdown-menu li.collapsed > a:before,
  .sidebar .menu ul li .dropdown-menu li.has_children > a:before {
    top: 11px;
    display: block;
  }
  .sidebar .menu ul li .dropdown-menu li.has_children > a:before {
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }@media (min-width: 992px) {
 .sidebar .menu ul li .dropdown-menu li.open > .dropdown-menu {
      display: inline-block;
    } 
}.sidebar .menu ul li .dropdown-menu li .dropdown-menu li > a {
    padding: 7px 20px 7px 60px;
  }
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li > a:before {
    content: '\2013';
    display: block;
    left: 45px;
    top: 10px;
  }
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li.collapsed > a:before,
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li.has_children > a:before {
    top: 12px;
    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;
  }
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li.open > a:before {
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li.open.has_children > a:before {
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li .dropdown-menu li > a {
    padding: 7px 20px 7px 80px;
  }
  .sidebar .menu ul li .dropdown-menu li .dropdown-menu li .dropdown-menu li > a:before {
    content: '\2013';
    display: block;
    left: 65px;
    top: 10px;
  }
  .header-carousel {
    background-color: #F5F7F7;
    overflow: hidden;
  }@media (min-width: 992px) {
 .header-carousel {
      color: #ffffff;
      height: 780px;
    } 
}.header-carousel.no-carousel {
    height: auto;
  }@media (min-width: 992px) {
 .header-carousel.no-carousel {
      height: 380px;
    } 
}.header-carousel.no-carousel .carousel-item {
    height: auto;
  }
  .header-carousel.no-carousel .carousel-item .container > .row {
    display: none;
  }
  .page-user-login .header-carousel.no-carousel .carousel-item .container > .row,
  .page-user-password .header-carousel.no-carousel .carousel-item .container > .row,
  .page-user-register .header-carousel.no-carousel .carousel-item .container > .row,
  .node-type-page .header-carousel.no-carousel .carousel-item .container > .row,
  .page-user-edit .header-carousel.no-carousel .carousel-item .container > .row,
  .page-user-optins .header-carousel.no-carousel .carousel-item .container > .row {
    display: table-row;
  }@media (min-width: 992px) {
 .header-carousel.no-carousel .carousel-item {
      height: 380px;
    }
    .header-carousel.no-carousel .carousel-item .container > .row {
      display: table-row;
    }
    .header-carousel.no-carousel .carousel-item .vertical-center-cell div {
      padding: 0;
    } 
}.header-carousel.no-carousel:before {
    top: -430px;
    left: -1050px;
  }@media (min-width: 768px) {
 .header-carousel.no-carousel:before {
      top: -350px;
    } 
}@media (min-width: 992px) {
 .header-carousel.no-carousel:before {
      top: -300px;
    } 
}.header-carousel.no-carousel:after {
    left: -1130px;
    top: -530px;
  }@media (min-width: 768px) {
 .header-carousel.no-carousel:after {
      left: -1090px;
      top: -380px;
    } 
}@media (min-width: 992px) {
 .header-carousel.no-carousel:after {
      left: -1050px;
      top: -280px;
    } 
}.header-carousel.no-carousel-medium {
    height: auto;
  }@media (min-width: 992px) {
 .header-carousel.no-carousel-medium {
      height: 600px;
    } 
}.header-carousel.no-carousel-medium .carousel-item {
    height: auto;
  }@media (min-width: 992px) {
 .header-carousel.no-carousel-medium .carousel-item {
      height: 600px;
    }
    .header-carousel.no-carousel-medium .carousel-item .vertical-center-cell div {
      padding: 0;
    } 
}.header-carousel.no-carousel-medium:before {
    left: -1050px;
    top: -420px;
  }@media (min-width: 768px) {
 .header-carousel.no-carousel-medium:before {
      top: -320px;
    } 
}@media (min-width: 992px) {
 .header-carousel.no-carousel-medium:before {
      left: -990px;
      top: -300px;
    } 
}.header-carousel.no-carousel-medium:after {
    left: -1140px;
    top: -530px;
  }@media (min-width: 768px) {
 .header-carousel.no-carousel-medium:after {
      left: -1100px;
      top: -380px;
    } 
}@media (min-width: 992px) {
 .header-carousel.no-carousel-medium:after {
      left: -1000px;
      top: -70px;
    } 
}.header-carousel:before,
  .header-carousel:after {
    background-color: #ffffff;
    content: "";
    display: block;
    padding: 500px;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }
  .header-carousel:before {
    left: -1015px;
    top: -500px;
    z-index: 2;
    -o-transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
  }@media (min-width: 768px) {
 .header-carousel:before {
      left: -970px;
    } 
}@media (min-width: 992px) {
 .header-carousel:before {
      left: -850px;
    } 
}.header-carousel:after {
    left: -1130px;
    top: -530px;
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }@media (min-width: 768px) {
 .header-carousel:after {
      top: -380px;
      left: -1090px;
    } 
}@media (min-width: 992px) {
 .header-carousel:after {
      left: -830px;
      top: 280px;
    } 
}.header-carousel .carousel-item {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 150px;
    padding: 0 10px;
  }
  .header-carousel .carousel-item .container {
    padding: 150px 0 0 0;
    z-index: 9;
  }@media (max-width: 768px) {
 .header-carousel .carousel-item .container {
      width: 100%;
    } 
}@media (min-width: 768px) {
 .header-carousel .carousel-item {
      background-size: auto 300px;
    }
    .header-carousel .carousel-item .container {
      padding: 300px 0 0 0;
      z-index: 9;
    } 
}@media (min-width: 992px) {
 .header-carousel .carousel-item {
      background-position: center center;
      background-size: cover;
      height: 780px;
      -ms-behavior: url(/backgroundsize.min.htc);
    }
    .header-carousel .carousel-item .container {
      height: 100%;
      padding-top: 0;
    } 
}.header-carousel h1,
  .header-carousel .btn,
  .header-carousel p {
    clear: both;
  }
  .header-carousel p {
    margin-bottom: 25px;
  }
  .header-carousel .btn {
    margin-bottom: 40px;
  }@media (min-width: 992px) {
 .header-carousel .btn {
      border: none;
      margin-bottom: 0;
    } 
}.header-carousel .owl-dots {
    position: absolute;
    text-align: center;
    top: 123px;
    width: 100%;
  }@media (min-width: 768px) {
 .header-carousel .owl-dots {
      top: 250px;
    } 
}@media (min-width: 992px) {
 .header-carousel .owl-dots {
      bottom: 80px;
      top: auto;
    } 
}.header-carousel .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    height: 4px;
    margin: 2px 1px;
    width: 23px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .header-carousel .owl-dots .owl-dot.active {
    height: 7px;
    margin: 1px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }@media (min-width: 992px) {
 .header-carousel .owl-dots .owl-dot {
      height: 6px;
      margin: 4px 1px;
      width: 43px;
    }
    .header-carousel .owl-dots .owl-dot.active {
      height: 12px;
    } 
}.header-carousel .owl-dots,
  .header-carousel .owl-nav {
    display: none;
  }@media (min-width: 992px) {
 .header-carousel .owl-dots,
    .header-carousel .owl-nav {
      display: inline-block;
    } 
}@media (min-width: 992px) {
 .header-carousel .owl-nav {
      left: 50%;
      margin-left: -650px;
      position: absolute;
      top: 50%;
      width: 1300px;
    }
    .header-carousel .owl-nav .owl-next,
    .header-carousel .owl-nav .owl-prev {
      left: 0;
      position: absolute;
    }
    .header-carousel .owl-nav .owl-next span:before,
    .header-carousel .owl-nav .owl-prev span:before,
    .header-carousel .owl-nav .owl-next span:after,
    .header-carousel .owl-nav .owl-prev span:after {
      color: #ffffff;
    }
    .header-carousel .owl-nav .owl-next {
      left: auto;
      right: 0;
    } 
}@media (max-width: 992px) {
 .carousel-inline {
      overflow: hidden;
    } 
}.carousel-inline .owl-stage-outer {
    margin-top: 20px;
    overflow: hidden;
  }
  .carousel-inline .carousel-item {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 130px;
    padding: 130px 0 0 0;
    width: 100%;
  }
  .carousel-inline .carousel-item h1 {
    font-style: italic;
  }@media (max-width: 992px) {
 .carousel-inline .carousel-item div {
      padding: 0;
    } 
}@media (min-width: 768px) {
 .carousel-inline .carousel-item {
      background-position: top center;
      background-size: auto 300px;
      padding: 300px 0 0 0;
    } 
}@media (min-width: 992px) {
 .carousel-inline .carousel-item {
      background-position: center center;
      background-size: cover;
      height: 490px;
      padding: 0px 0 0 10px;
      -ms-behavior: url(/backgroundsize.min.htc);
    } 
}.carousel-inline .btn {
    margin-top: 15px;
  }@media (min-width: 992px) {
 .carousel-inline .btn {
      margin-top: 0;
    } 
}.carousel-inline .owl-dots,
  .carousel-inline .owl-nav {
    display: inline-block;
  }
  .carousel-inline .owl-nav .owl-prev,
  .carousel-inline .owl-nav .owl-next {
    margin-top: -35px;
    position: absolute;
    top: 65px;
  }@media (min-width: 768px) {
 .carousel-inline .owl-nav .owl-prev,
    .carousel-inline .owl-nav .owl-next {
      top: 150px;
    } 
}@media (min-width: 992px) {
 .carousel-inline .owl-nav .owl-prev,
    .carousel-inline .owl-nav .owl-next {
      top: 50%;
    } 
}.carousel-inline .owl-nav .owl-prev {
    left: 0px;
  }@media (min-width: 992px) {
 .carousel-inline .owl-nav .owl-prev {
      left: -70px;
    } 
}.carousel-inline .owl-nav .owl-next {
    right: -20px;
  }@media (min-width: 992px) {
 .carousel-inline .owl-nav .owl-next {
      right: -70px;
    } 
}.carousel-inline .owl-nav .owl-next .btn:after {
    margin: 0;
  }
  .carousel-reps {
    overflow: hidden;
  }@media (min-width: 992px) {
 .carousel-reps.no-controls .owl-controls {
      display: none;
    } 
}.carousel-reps.large .owl-prev,
  .carousel-reps.large .owl-next {
    position: absolute;
    top: 110px;
  }@media (min-width: 992px) {
 .carousel-reps.large .owl-prev,
    .carousel-reps.large .owl-next {
      top: 35%;
    } 
}.carousel-reps.large .owl-prev .btn,
  .carousel-reps.large .owl-next .btn {
    background-color: rgba(255, 255, 255, 0.5);
    height: 50px;
    width: 50px;
  }@media (min-width: 992px) {
 .carousel-reps.large .owl-prev .btn,
    .carousel-reps.large .owl-next .btn {
      background-color: transparent;
    } 
}@media (max-width: 992px) {
 .carousel-reps.large .owl-prev .btn:after,
    .carousel-reps.large .owl-next .btn:after,
    .carousel-reps.large .owl-prev .btn:before,
    .carousel-reps.large .owl-next .btn:before {
      height: 50px;
      padding: 5px;
      width: 50px;
    } 
}.carousel-reps.large .owl-prev .btn:after,
  .carousel-reps.large .owl-next .btn:after {
    margin: 0;
    position: relative;
    right: auto;
  }
  .carousel-reps.large .owl-prev {
    left: 0;
    margin-left: 0;
  }@media (min-width: 992px) {
 .carousel-reps.large .owl-prev {
      margin-left: -55px;
    } 
}@media (min-width: 1200px) {
 .carousel-reps.large .owl-prev {
      margin-left: -70px;
    } 
}.carousel-reps.large .owl-next {
    margin-right: 0;
    right: 0;
  }@media (min-width: 992px) {
 .carousel-reps.large .owl-next {
      margin-right: -35px;
    } 
}@media (min-width: 1200px) {
 .carousel-reps.large .owl-next {
      margin-right: -60px;
    } 
}.carousel-reps.large .owl-item .carousel-item {
    width: 100%;
  }
  .carousel-reps.large .carousel-open-trigger .btn-view {
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -60px;
    position: absolute;
    opacity: 0;
  }
  .carousel-reps.large .carousel-open-trigger .details-container {
    bottom: 5px;
    color: #ffffff;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .carousel-reps.large .carousel-open-trigger p.introduction {
    margin-bottom: 0;
  }
  .carousel-reps.large .carousel-close-trigger {
    padding-bottom: 12px !important;
  }
  .carousel-reps.large .carousel-item {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    float: left;
    min-height: 480px;
    width: 100%;
  }@media (max-width: 992px) {
 .carousel-reps.large .carousel-item {
      background: none !important;
    } 
}@media (min-width: 992px) {
 .carousel-reps.large .carousel-item {
      height: 450px;
      width: 20%;
    } 
}.carousel-reps.large .carousel-item:before {
    background-color: #000 !important;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .carousel-reps.large .carousel-item:hover.carousel-open-trigger .btn-view {
    opacity: 1;
  }
  .carousel-reps.large .carousel-item:hover:before {
    opacity: 0.6;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner {
    background-color: #ffffff;
    display: block;
    float: left;
    height: 100%;
    min-height: 480px;
    position: relative;
    width: 100%;
    z-index: 2;
  }@media (min-width: 992px) {
 .carousel-reps.large .carousel-item .carousel-item-inner {
      width: 505%;
      display: none;
    } 
}.carousel-reps.large .carousel-item .carousel-item-inner div {
    float: left;
    height: 100%;
    padding: 20px;
    width: 100%;
  }@media (min-width: 992px) {
 .carousel-reps.large .carousel-item .carousel-item-inner div {
      overflow: hidden;
      position: relative;
      width: 80%;
    } 
}.carousel-reps.large .carousel-item .carousel-item-inner div:first-child {
    padding-right: 0;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div.carousel-item-bg {
    height: 260px;
    padding: 0;
    width: 100%;
  }@media (min-width: 992px) {
 .carousel-reps.large .carousel-item .carousel-item-inner div.carousel-item-bg {
      height: 100%;
      padding: 20px;
      width: 20%;
    } 
}.carousel-reps.large .carousel-item .carousel-item-inner div.carousel-item-bg div {
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;
    padding: 0;
    width: 100%;
    -ms-behavior: url(/backgroundsize.min.htc);
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div.carousel-content-reveal {
    padding: 0 0 40px;
    width: 100%;
  }@media (min-width: 992px) {
 .carousel-reps.large .carousel-item .carousel-item-inner div.carousel-content-reveal {
      display: inline-block !important;
      visibility: visible !important;
    } 
}.carousel-reps.large .carousel-item .carousel-item-inner div.carousel-content-reveal p {
    font-family: 'tex-gyre-adventor-regular', Helvetica, sans-serif;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div img {
    width: 100%;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div h2 {
    margin: 0 0 15px;
    font-size: 30px;
    font-size: 3rem;
  }@media (min-width: 992px) {
 .carousel-reps.large .carousel-item .carousel-item-inner div h2 {
      margin: 0;
    } 
}.carousel-reps.large .carousel-item .carousel-item-inner div .btn-container {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .btn {
    border-top: solid 1px #48494b;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 0;
    text-align: right;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .btn:after {
    right: 0;
  }@media (min-width: 992px) {
 .carousel-reps.large .carousel-item .carousel-item-inner div .btn {
      display: none;
    } 
}.carousel-reps.large .carousel-item .carousel-item-inner div .btn span {
    float: right;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .btn span.open {
    display: none;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .btn.open span {
    display: none;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .btn.open span.open {
    display: block;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div p {
    font-family: 'open-baskerville', Helvetica, sans-serif;
    margin: 0 0 5px;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div p.introduction {
    margin: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .carousel-footer {
    bottom: 0px;
    height: auto;
    left: 0px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
  }
  .carousel-reps.large .carousel-item .carousel-item-inner div .carousel-footer a {
    border-top: solid 1px #48494b;
    color: #48494b;
    padding: 15px 0 20px;
    text-align: right;
    width: 100%;
  }
  .carousel-reps.large .carousel-item.open {
    margin-left: -1px;
    /*&.right {
  					.carousel-item-inner {
  						//float: right;
  					}
  				}*/
  }
  .carousel-reps.large .carousel-item.open .carousel-item-inner {
    display: block;
  }
  .carousel-reps.small img {
    display: none;
  }
  .carousel-reps.small .carousel-item {
    background: none !important;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 15px 0 0 0;
    padding: 12px 20px;
  }
  .carousel-reps.small .carousel-item p {
    float: left;
    font-family: 'open-baskerville', Helvetica, sans-serif;
    margin-right: 4px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.025em;
  }
  .carousel-reps.small .carousel-item .carousel-footer {
    border-top: solid 1px #48494b;
    display: inline-block;
    width: 100%;
  }
  .carousel-reps.small .carousel-item .carousel-footer a {
    color: #48494b;
    padding-right: 0;
    text-align: right;
  }
  .video-inline {
    margin: 15px 0;
    width: 100%;
  }
  .video-inline .video-overlay-container {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .video-inline .video-overlay-container.show {
    display: block;
  }
  .video-inline .video-overlay-container img {
    height: auto;
    width: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .video-inline .video-overlay-container .video-overlay-container-controls {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .video-inline .video-overlay-container .video-overlay-container-controls h2 {
    color: #ffffff;
    display: none;
  }
  .video-inline .video-overlay-container .video-overlay-container-controls .btn {
    margin-top: 10%;
  }@media (min-width: 768px) {
 .video-inline .video-overlay-container .video-overlay-container-controls .btn {
      margin-top: 20%;
    } 
}.well {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .well img {
    height: auto;
    width: 100%;
  }
  .well .label {
    margin-bottom: 25px;
    text-align: right;
    text-transform: uppercase;
  }
  .well h2 {
    margin-bottom: 0;
  }
  .well p.introduction {
    margin: 5px 0 15px;
  }
  .well ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }@media (min-width: 992px) {
 .find-a-rep .well {
      min-height: 520px;
    } 
}@media (min-width: 992px) {
 .well .footer {
      bottom: 20px;
      position: absolute;
    } 
}.well .footer a.phone {
    color: #48494b;
  }
  .well .image-bg-rep {
    background-position: center center !important;
    background-size: cover !important;
    height: 120px;
    width: 100%;
    -ms-behavior: url(/backgroundsize.min.htc);
  }@media (min-width: 768px) {
 .well .image-bg-rep {
      height: 320px;
    } 
}@media (min-width: 992px) {
 .well .image-bg-rep {
      height: 170px;
    } 
}/* 
   *  Core Owl Carousel CSS File
   */
  .owl-carousel {
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
  }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    display: none;
  }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  /* No Js */
  .no-js .owl-carousel {
    display: block;
  }
  .color-box {
    color: #ffffff;
    margin-bottom: 25px;
    padding: 20% 12.5px 12.5px;
  }@media (min-width: 992px) {
 .color-box {
      padding: 60% 12.5px 12.5px;
    } 
}.color-box p {
    margin-bottom: 0;
  }
  .color-box.color-online {
    background-color: #48494b;
  }
  .color-box.color-connect {
    background-color: #007336;
  }
  .color-box.color-ms {
    background-color: #7e317b;
  }
  .color-box.color-pompe {
    background-color: #70a101;
  }
  .color-box.color-thyroid {
    background-color: #872631;
  }
  .color-box.color-fabry {
    background-color: #db5d06;
  }
  .color-box.color-gaucher {
    background-color: #eab200;
  }
  .color-box.color-mps {
    background-color: #2f4f88;
  }
  .color-box.color-nav {
    background-color: #bbb600;
  }
  .sidebar .menu ul li .dropdown-menu li.open > a,
  .sidebar .menu ul li .dropdown-menu li:hover > a {
    color: #bbb600;
  }
/*})'"*/
