@charset "UTF-8";
/*!
 * Energized by Edison 
 * https://energized.edison.com
 * (c) 2018 Edison International
 * Powered by: iPR Software
 * http://www.iprsoftware.com
 */
@media screen {
  /*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  :root {
    --blue: #1A76C5;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #FED141;
    --green: #005342;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1A76C5;
    --secondary: #6c757d;
    --success: #005342;
    --info: #17a2b8;
    --warning: #FED141;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #2D3033;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @-ms-viewport {
    width: device-width; }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }
  body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #2D3033; }
  [tabindex="-1"]:focus {
    outline: 0 !important; }
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible; }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  p {
    margin-top: 0;
    margin-bottom: 1rem; }
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0; }
  dt {
    font-weight: 700; }
  dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  blockquote {
    margin: 0 0 1rem; }
  dfn {
    font-style: italic; }
  b,
  strong {
    font-weight: bolder; }
  small {
    font-size: 80%; }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  sub {
    bottom: -.25em; }
  sup {
    top: -.5em; }
  a {
    color: #FED141;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
    a:hover {
      color: #FED141;
      text-decoration: none; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      outline: 0; }
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  figure {
    margin: 0 0 1rem; }
  img {
    vertical-align: middle;
    border-style: none; }
  svg {
    overflow: hidden;
    vertical-align: middle; }
  table {
    border-collapse: collapse; }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
  th {
    text-align: inherit; }
  label {
    display: inline-block;
    margin-bottom: 0.5rem; }
  button {
    border-radius: 0; }
  button:focus {
    outline: 1px dotted white;
    outline: 5px auto -webkit-focus-ring-color; }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  button,
  input {
    overflow: visible; }
  button,
  select {
    text-transform: none; }
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  input[type="radio"],
  input[type="checkbox"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox; }
  textarea {
    overflow: auto;
    resize: vertical; }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  progress {
    vertical-align: baseline; }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  output {
    display: inline-block; }
  summary {
    display: list-item;
    cursor: pointer; }
  template {
    display: none; }
  [hidden] {
    display: none !important; }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media screen and (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

@media screen {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .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, .col-sm,
  .col-sm-auto, .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, .col-md,
  .col-md-auto, .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, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media screen {
  .fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

@media screen {
    .fade:not(.show) {
      opacity: 0; }
  .collapse:not(.show) {
    display: none; }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

@media screen {
  .align-baseline {
    vertical-align: baseline !important; }
  .align-top {
    vertical-align: top !important; }
  .align-middle {
    vertical-align: middle !important; }
  .align-bottom {
    vertical-align: bottom !important; }
  .align-text-bottom {
    vertical-align: text-bottom !important; }
  .align-text-top {
    vertical-align: text-top !important; }
  .bg-primary {
    background-color: #1A76C5 !important; }
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: #145b98 !important; }
  .bg-secondary {
    background-color: #6c757d !important; }
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
    background-color: #545b62 !important; }
  .bg-success {
    background-color: #005342 !important; }
  a.bg-success:hover, a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
    background-color: #002019 !important; }
  .bg-info {
    background-color: #17a2b8 !important; }
  a.bg-info:hover, a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: #117a8b !important; }
  .bg-warning {
    background-color: #FED141 !important; }
  a.bg-warning:hover, a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: #fec50e !important; }
  .bg-danger {
    background-color: #dc3545 !important; }
  a.bg-danger:hover, a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: #bd2130 !important; }
  .bg-light {
    background-color: #f8f9fa !important; }
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: #dae0e5 !important; }
  .bg-dark {
    background-color: #2D3033 !important; }
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: #151718 !important; }
  .bg-white {
    background-color: #fff !important; }
  .bg-transparent {
    background-color: transparent !important; }
  .border {
    border: 1px solid #dee2e6 !important; }
  .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-0 {
    border: 0 !important; }
  .border-top-0 {
    border-top: 0 !important; }
  .border-right-0 {
    border-right: 0 !important; }
  .border-bottom-0 {
    border-bottom: 0 !important; }
  .border-left-0 {
    border-left: 0 !important; }
  .border-primary {
    border-color: #1A76C5 !important; }
  .border-secondary {
    border-color: #6c757d !important; }
  .border-success {
    border-color: #005342 !important; }
  .border-info {
    border-color: #17a2b8 !important; }
  .border-warning {
    border-color: #FED141 !important; }
  .border-danger {
    border-color: #dc3545 !important; }
  .border-light {
    border-color: #f8f9fa !important; }
  .border-dark {
    border-color: #2D3033 !important; }
  .border-white {
    border-color: #fff !important; }
  .rounded {
    border-radius: 0.25rem !important; }
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .rounded-circle {
    border-radius: 50% !important; }
  .rounded-0 {
    border-radius: 0 !important; }
  .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen {
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .embed-responsive::before {
      display: block;
      content: ""; }
    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .embed-responsive-21by9::before {
    padding-top: 42.85714%; }
  .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .embed-responsive-4by3::before {
    padding-top: 75%; }
  .embed-responsive-1by1::before {
    padding-top: 100%; }
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media screen and (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media screen and (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media screen {
  .float-left {
    float: left !important; }
  .float-right {
    float: right !important; }
  .float-none {
    float: none !important; } }

@media screen and (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media screen and (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media screen and (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media screen and (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media screen {
  .position-static {
    position: static !important; }
  .position-relative {
    position: relative !important; }
  .position-absolute {
    position: absolute !important; }
  .position-fixed {
    position: fixed !important; }
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .w-25 {
    width: 25% !important; }
  .w-50 {
    width: 50% !important; }
  .w-75 {
    width: 75% !important; }
  .w-100 {
    width: 100% !important; }
  .w-auto {
    width: auto !important; }
  .h-25 {
    height: 25% !important; }
  .h-50 {
    height: 50% !important; }
  .h-75 {
    height: 75% !important; }
  .h-100 {
    height: 100% !important; }
  .h-auto {
    height: auto !important; }
  .mw-100 {
    max-width: 100% !important; }
  .mh-100 {
    max-height: 100% !important; }
  .m-0 {
    margin: 0 !important; }
  .mt-0,
  .my-0 {
    margin-top: 0 !important; }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important; }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important; }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important; }
  .m-1 {
    margin: 0.25rem !important; }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important; }
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important; }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important; }
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important; }
  .m-2 {
    margin: 0.5rem !important; }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important; }
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important; }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important; }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important; }
  .m-3 {
    margin: 1rem !important; }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important; }
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important; }
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important; }
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important; }
  .m-4 {
    margin: 1.5rem !important; }
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important; }
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important; }
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important; }
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important; }
  .m-5 {
    margin: 3rem !important; }
  .mt-5,
  .my-5 {
    margin-top: 3rem !important; }
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important; }
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important; }
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important; }
  .p-0 {
    padding: 0 !important; }
  .pt-0,
  .py-0 {
    padding-top: 0 !important; }
  .pr-0,
  .px-0 {
    padding-right: 0 !important; }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important; }
  .pl-0,
  .px-0 {
    padding-left: 0 !important; }
  .p-1 {
    padding: 0.25rem !important; }
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important; }
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important; }
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important; }
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important; }
  .p-2 {
    padding: 0.5rem !important; }
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important; }
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important; }
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important; }
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important; }
  .p-3 {
    padding: 1rem !important; }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important; }
  .pr-3,
  .px-3 {
    padding-right: 1rem !important; }
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important; }
  .pl-3,
  .px-3 {
    padding-left: 1rem !important; }
  .p-4 {
    padding: 1.5rem !important; }
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important; }
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important; }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important; }
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important; }
  .p-5 {
    padding: 3rem !important; }
  .pt-5,
  .py-5 {
    padding-top: 3rem !important; }
  .pr-5,
  .px-5 {
    padding-right: 3rem !important; }
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important; }
  .pl-5,
  .px-5 {
    padding-left: 3rem !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto,
  .my-auto {
    margin-top: auto !important; }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important; }
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important; }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important; } }

@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media screen and (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media screen {
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .text-justify {
    text-align: justify !important; }
  .text-nowrap {
    white-space: nowrap !important; }
  .text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; } }

@media screen and (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media screen and (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media screen {
  .text-lowercase {
    text-transform: lowercase !important; }
  .text-uppercase {
    text-transform: uppercase !important; }
  .text-capitalize {
    text-transform: capitalize !important; }
  .font-weight-light {
    font-weight: 300 !important; }
  .font-weight-normal {
    font-weight: 400 !important; }
  .font-weight-bold {
    font-weight: 700 !important; }
  .font-italic {
    font-style: italic !important; }
  .text-white {
    color: #fff !important; }
  .text-primary {
    color: #1A76C5 !important; }
  a.text-primary:hover, a.text-primary:focus {
    color: #145b98 !important; }
  .text-secondary {
    color: #6c757d !important; }
  a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important; }
  .text-success {
    color: #005342 !important; }
  a.text-success:hover, a.text-success:focus {
    color: #002019 !important; }
  .text-info {
    color: #17a2b8 !important; }
  a.text-info:hover, a.text-info:focus {
    color: #117a8b !important; }
  .text-warning {
    color: #FED141 !important; }
  a.text-warning:hover, a.text-warning:focus {
    color: #fec50e !important; }
  .text-danger {
    color: #dc3545 !important; }
  a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important; }
  .text-light {
    color: #f8f9fa !important; }
  a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important; }
  .text-dark {
    color: #2D3033 !important; }
  a.text-dark:hover, a.text-dark:focus {
    color: #151718 !important; }
  .text-body {
    color: #fff !important; }
  .text-muted {
    color: #6c757d !important; }
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .visible {
    visibility: visible !important; }
  .invisible {
    visibility: hidden !important; }
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem; }
  .custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem; }
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      background-color: #1A76C5; }
    .custom-control-input:focus ~ .custom-control-label::before {
      -webkit-box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
              box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25); }
    .custom-control-input:active ~ .custom-control-label::before {
      color: #fff;
      background-color: #9fccf2; }
    .custom-control-input:disabled ~ .custom-control-label {
      color: #6c757d; }
      .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef; }
  .custom-control-label {
    position: relative;
    margin-bottom: 0; }
    .custom-control-label::before {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #dee2e6; }
    .custom-control-label::after {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1A76C5; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #1A76C5; }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5); }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5); }
  .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1A76C5; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5); }
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .custom-select:focus {
      border-color: #72b4ec;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 180, 236, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(114, 180, 236, 0.5); }
      .custom-select:focus::-ms-value {
        color: #495057;
        background-color: #fff; }
    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: 0.75rem;
      background-image: none; }
    .custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef; }
    .custom-select::-ms-expand {
      opacity: 0; }
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%; }
  .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%; }
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0; }
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0; }
    .custom-file-input:focus ~ .custom-file-label {
      border-color: #72b4ec;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
              box-shadow: 0 0 0 0.2rem rgba(26, 118, 197, 0.25); }
      .custom-file-input:focus ~ .custom-file-label::after {
        border-color: #72b4ec; }
    .custom-file-input:disabled ~ .custom-file-label {
      background-color: #e9ecef; }
    .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "Browse"; }
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: 2.25rem;
      padding: 0.375rem 0.75rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: 1px solid #ced4da;
      border-radius: 0 0.25rem 0.25rem 0; }
  .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .custom-range:focus {
      outline: none; }
      .custom-range:focus::-webkit-slider-thumb {
        -webkit-box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
                box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25); }
      .custom-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25); }
      .custom-range:focus::-ms-thumb {
        box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25); }
    .custom-range::-moz-focus-outer {
      border: 0; }
    .custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #1A76C5;
      border: 0;
      border-radius: 1rem;
      -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
              appearance: none; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

@media screen {
      .custom-range::-webkit-slider-thumb:active {
        background-color: #9fccf2; }
    .custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .custom-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #1A76C5;
      border: 0;
      border-radius: 1rem;
      -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -moz-appearance: none;
           appearance: none; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

@media screen {
      .custom-range::-moz-range-thumb:active {
        background-color: #9fccf2; }
    .custom-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .custom-range::-ms-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: 0;
      margin-right: 0.2rem;
      margin-left: 0.2rem;
      background-color: #1A76C5;
      border: 0;
      border-radius: 1rem;
      -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      appearance: none; } }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

@media screen {
      .custom-range::-ms-thumb:active {
        background-color: #9fccf2; }
    .custom-range::-ms-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: 0.5rem; }
    .custom-range::-ms-fill-lower {
      background-color: #dee2e6;
      border-radius: 1rem; }
    .custom-range::-ms-fill-upper {
      margin-right: 15px;
      background-color: #dee2e6;
      border-radius: 1rem; }
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

@media screen {
  body {
    background-color: #2D3033;
    color: #fff;
    font: 400 15px/1.6 "Open Sans", sans-serif;
    text-rendering: optimizeLegibility; } }
  @media screen and (max-width: 1023.98px) {
    .comments-open body.fixed-side {
      overflow: hidden;
      position: fixed; } }

@media screen {
  a {
    color: #FED141;
    text-decoration: none; }
    a:hover, a:focus {
      color: #FED141;
      text-decoration: none; }
  h1 {
    font: 400 30px/1.2 "Open Sans", sans-serif; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 50px; } }

@media screen {
  h2 {
    font: 600 25px/1.2 "Open Sans", sans-serif;
    text-transform: uppercase; } }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 40px; } }

@media screen {
  h3 {
    font: 500 15px/1.6 "Open Sans", sans-serif; } }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 25px; } }

@media screen {
  h4 {
    font: 500 13px/1.6 "Open Sans", sans-serif;
    text-transform: uppercase; } }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 20px; } }

@media screen {
  h5 {
    font: 500 11px/1.6 "Open Sans", sans-serif; } }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 18px; } }

@media screen {
  h6 {
    font: 500 10px/1.6 "Open Sans", sans-serif;
    text-transform: uppercase; } }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 16px; } }

@media screen {
  p {
    margin: 0 0 30px; }
  ul, ol {
    margin: 0 0 15px; }
  li {
    margin: 0 0 15px; }
  .text-yellow {
    color: #FED141; }
  .bg-blue {
    background-color: #1A76C5;
    color: #fff; }
    .bg-blue a, .bg-blue a:hover, .bg-blue a:focus {
      color: #fff; }
  .bg-green {
    background-color: #005342;
    color: #fff; }
    .bg-green a, .bg-green a:hover, .bg-green a:focus {
      color: #fff; }
  button,
  .button,
  .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    text-align: center;
    background-color: #FED141;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    border-width: 0;
    cursor: pointer; }
    button:hover, button:focus,
    .button:hover,
    .button:focus,
    .btn:hover,
    .btn:focus {
      color: #000; } }
  @media screen and (max-width: 1023.98px) {
    button,
    .button,
    .btn {
      padding: 8px 15px;
      font-size: 12px; } }

@media screen {
  .button-round,
  .btn-round {
    border-radius: 50px;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    max-width: 100%; } }
  @media screen and (min-width: 1024px) {
    .button-round:hover,
    .btn-round:hover {
      padding-left: 50px;
      padding-right: 50px; } }

@media screen {
  .button-outline,
  .btn-outline {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    background-color: rgba(45, 48, 51, 0.75);
    color: #fff; }
    .button-outline:hover, .button-outline:focus,
    .btn-outline:hover,
    .btn-outline:focus {
      background: #FED141 !important;
      border-color: #FED141;
      color: #000; }
      .button-outline:hover svg, .button-outline:focus svg,
      .btn-outline:hover svg,
      .btn-outline:focus svg {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        fill: #000 !important; }
  .btn-player {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 100%;
    font-size: 15px;
    border: 0; }
    .btn-player i, .btn-player .fa, .btn-player .fas, .btn-player .fal, .btn-player .far {
      margin-left: 4px; }
  .btn-player-play {
    display: none; }
  .paused .btn-player-play {
    display: block; }
  .paused .btn-player-pause {
    display: none; }
  .transparent {
    background-color: transparent;
    border: none;
    color: #fff; }
  .btn-more {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    padding: 10px 40px 10px 15px; }
  .btn-download {
    background: transparent url(../fonts/icon-download.svg) no-repeat 95%;
    background-size: 15px;
    padding-right: 40px; }
    .btn-download:hover, .btn-download:focus {
      background: #FED141 url(../fonts/icon-download-dark.svg) no-repeat 95% !important;
      background-size: 15px !important; }
  .btn-up {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    background: transparent url("../fonts/icon-arrow-up.svg") no-repeat center center;
    background-size: contain;
    opacity: .75;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .btn-up:hover, .btn-up:focus {
      opacity: 1;
      cursor: pointer;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
  .btn-down {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    background: transparent url("../fonts/icon-arrow-down.svg") no-repeat center center;
    background-size: contain;
    opacity: .75;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .btn-down:hover, .btn-down:focus {
      opacity: 1;
      cursor: pointer;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px); }
  .dropdown {
    position: relative; }
    .dropdown-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -5px;
      margin-right: -5px; }
      .dropdown-group .dropdown {
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .dropdown-toggle {
      background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
      color: #fff;
      border: 2px solid #fff;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 2pt;
      display: inline-block;
      padding: 7px 30px 7px 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      white-space: nowrap;
      width: 100%; } }
    @media screen and (min-width: 1024px) {
      .dropdown-toggle {
        font-size: 14px; } }

@media screen {
      .dropdown-toggle:hover, .dropdown-toggle:focus {
        background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
        border-color: #FED141;
        color: #000;
        cursor: pointer; }
    .dropdown-menu {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 50% 0 0;
          -ms-transform-origin: 50% 0 0;
              transform-origin: 50% 0 0;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      width: 110%;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #1A76C5;
      color: #fff;
      z-index: 50; } }
    @media screen and (min-width: 1024px) {
      .dropdown-menu {
        width: 150%; } }

@media screen {
    .dropdown.open .dropdown-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
    .dropdown-item {
      display: block;
      padding: 10px 15px;
      color: #fff;
      text-align: right;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase; } }
    @media screen and (min-width: 1024px) {
      .dropdown-item {
        font-size: 14px;
        letter-spacing: 2pt; } }

@media screen {
    .dropdown-yellow .dropdown-toggle {
      background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
      border-color: #FED141;
      color: #000; }
    .dropdown-yellow .dropdown-menu {
      background-color: #FED141;
      color: #000;
      width: 200%; }
    .dropdown-yellow .dropdown-item {
      color: #000;
      text-transform: none;
      letter-spacing: 0; }
      .dropdown-yellow .dropdown-item:hover, .dropdown-yellow .dropdown-item:focus {
        color: #000; }
  .breadcrumb {
    color: #FED141;
    margin-top: 0; } }
  @media screen and (max-width: 1023.98px) {
    .breadcrumb {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .breadcrumb {
      margin-top: 60px; } }
  @media screen and (max-width: 1023.98px) {
    .breadcrumb .breadcrumb-item {
      margin-bottom: 5px; } }

@media screen {
    .breadcrumb .breadcrumb-item:before {
      content: " / "; }
    .breadcrumb .breadcrumb-item:first-child::before {
      content: none; }
  .alert {
    padding: 1rem; }
    .alert a {
      border-bottom: 1px solid; }
      .alert a:hover, .alert a:focus {
        border-bottom: 2px solid; }
  .alert-js {
    background: #dc3545;
    color: #fff; }
    .alert-js a {
      color: #fff; }
      .alert-js a:hover, .alert-js a:focus {
        color: #fff; }
  .alert-browser {
    background: #1A76C5;
    color: #fff;
    background: #FED141; }
    .alert-browser a {
      color: #fff; }
      .alert-browser a:hover, .alert-browser a:focus {
        color: #fff; }
  .flexbox .alert-browser,
  .flexboxtweener .alert-browser,
  .flexboxlegacy .alert-browser {
    display: none; }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    border-top: 10px solid #FED141;
    background-color: rgba(51, 51, 51, 0.87);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    /* fancybox's issue overwrite */ }
    .fancybox-article .header.fancybox-margin {
      overflow: visible !important;
      margin-right: 0 !important; } }
  @media screen and (min-width: 768px) {
    .header {
      border-top: 9px solid #FED141; } }
  @media screen and (min-width: 1024px) {
    .header {
      padding: 5px 30px; } }

@media screen and (max-width: 1023.98px) and (min-width: 576px) {
  .header {
    padding: 5px 30px; } }
  @media screen and (max-width: 767.98px) {
    .header {
      padding: 5px 15px; } }

@media screen {
    .header-blur {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      z-index: 0;
      overflow: hidden; }
      .header-blur:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6); }
      .header-blur canvas {
        opacity: 0.4; }
      .backdrop .header-blur canvas {
        display: none;
        background-color: rgba(0, 0, 0, 0);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px); }
    .header-brand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 1; } }
    @media screen and (max-width: 1023px) {
      .header-brand {
        width: 100%; } }

@media screen {
      .header-brand-logo {
        float: left;
        width: 120px;
        padding-right: 30px; } }
      @media screen and (max-width: 1023.98px) {
        .header-brand-logo {
          float: none;
          width: auto;
          padding-right: 0; } }

@media screen {
        .header-brand-logo-full {
          display: block;
          position: relative;
          height: 0;
          padding-bottom: 28.7%; }
          .header-brand-logo-full > img {
            position: absolute;
            left: 0;
            top: 0;
            right: 30px;
            bottom: 0; } }
        @media screen and (max-width: 1023.98px) {
          .header-brand-logo-full {
            display: none; } }
      @media screen and (min-width: 576px) {
        .header-brand-logo-icon {
          padding-right: 15px; } }
      @media screen and (min-width: 1024px) {
        .header-brand-logo-icon {
          display: none; } }

@media screen {
      .header-brand-title {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 5pt; } }
      @media screen and (max-width: 767.98px) {
        .header-brand-title {
          font-size: 18px; } }
      @media screen and (max-width: 1023px) {
        .header-brand-title {
          margin: 0 auto; } }

@media screen {
        .header-brand-title a {
          color: #fff;
          display: inline-block;
          border-bottom: 3px solid #FED141;
          margin-right: -5pt;
          width: 162px; } }
        @media screen and (max-width: 767.98px) {
          .header-brand-title a {
            width: 150px; } }

@media screen {
    .header-nav-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      text-align: right;
      z-index: 1; } }
    @media screen and (min-width: 1024px) {
      .header-nav-wrapper {
        display: block !important; } }
    @media screen and (max-width: 1023.98px) {
      .header-nav-wrapper {
        position: fixed;
        top: 74px;
        left: 50%;
        right: 0;
        text-align: left;
        display: none;
        max-height: calc(100vh - 74px);
        overflow-y: auto;
        min-width: 200px; } }
  @media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
    .header-nav-wrapper {
      top: 65px;
      left: 0;
      height: calc(100% - 60px);
      overflow-y: scroll; } }
    @media screen and (max-width: 1023.98px) {
        .header-nav-wrapper .nav {
          display: block;
          padding: 0;
          color: white;
          background-color: rgba(0, 0, 0, 0.9); } }
    @media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
      .header-nav-wrapper .nav {
        padding-top: 60px;
        padding-bottom: 60px; } }
  @media screen and (max-width: 1023.98px) {
    .header-nav-open {
      position: fixed;
      left: 0;
      right: 0; } }

@media screen {
    .header-search {
      position: relative;
      z-index: 1;
      margin-left: auto; } }
    @media screen and (max-width: 1023.98px) {
      .header-search {
        display: none; } }

@media screen {
      .header-search input[type=search] {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-width: 0;
        height: 36px;
        width: 243px;
        border-radius: 18px;
        background-color: #000;
        color: #fff;
        opacity: 0.67;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        position: relative;
        z-index: 0;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        width: 0;
        -webkit-transition: all 0.3s ease 0.1s, opacity 0.3s ease;
        -o-transition: all 0.3s ease 0.1s, opacity 0.3s ease;
        transition: all 0.3s ease 0.1s, opacity 0.3s ease; }
        .header-search input[type=search]::-webkit-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff; }
        .header-search input[type=search]:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff; }
        .header-search input[type=search]::-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff; }
        .header-search input[type=search]::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff; }
        .header-search input[type=search]:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #fff; }
        .header-search input[type=search]::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #fff; }
      .header-search .active input[type=search] {
        width: 240px;
        margin-right: -45px;
        padding-left: 20px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease, opacity 0.3s ease 0.1s;
        -o-transition: all 0.3s ease, opacity 0.3s ease 0.1s;
        transition: all 0.3s ease, opacity 0.3s ease 0.1s; } }

@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header-search .active input[type=search] {
    width: 200px; } }

@media screen {
      .header-search [type="button"] {
        padding: 10px;
        position: relative;
        z-index: 1; }
      .header-search .icon-search {
        fill: white;
        width: 20px;
        height: 20px;
        cursor: pointer; }
      .header-search-mobile {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%; } }
      @media screen and (max-width: 1023.98px) {
        .header-search-mobile {
          display: block; } }

@media screen {
        .header-search-mobile [type="button"] {
          padding: 8px 20px;
          position: absolute;
          top: 0;
          left: 0; }
        .header-search-mobile input[type=search] {
          border-radius: 0;
          border-top: 1px solid #707070;
          border-bottom: 1px solid #707070;
          width: 100% !important;
          padding-left: 55px !important; }
    .header-mobile {
      display: block;
      position: relative;
      z-index: 1;
      float: right; } }
    @media screen and (min-width: 1024px) {
      .header-mobile {
        display: none; } }
    @media screen and (max-width: 767.98px) {
      .header-mobile #toggle_nav {
        padding: 5px 0; } }

@media screen and (min-width: 768px) and (min-width: 576px) {
  .header-mobile #toggle_nav {
    padding: 10px 0; } }

@media screen {
      .header-mobile .icon-menu {
        fill: white;
        width: 35px;
        height: 35px; }
  .no-cssfilters .header {
    background-color: rgba(45, 48, 51, 0.95); }
  .no-cssfilters .header-blur {
    display: none; }
  #skip_link:focus {
    position: fixed;
    top: 60px;
    background-color: #000;
    padding: 10px; }
  .footer {
    position: relative;
    background-color: #2D3033; }
    .footer-block-title {
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 5px;
      margin-bottom: 20px; }
    .footer-social {
      padding: 100px 0;
      text-align: center; } }
    @media screen and (max-width: 767.98px) {
      .footer-social {
        padding: 25px 0 50px; } }

@media screen {
      .footer-social .social-list {
        padding-left: 0;
        list-style: none;
        margin: 0; }
        .footer-social .social-list li {
          display: inline-block;
          margin: 0 20px; } }
        @media screen and (max-width: 767.98px) {
          .footer-social .social-list li {
            margin: 0 10px; } }

@media screen {
          .footer-social .social-list li .icon {
            width: 10vw;
            height: 48px;
            max-width: 48px;
            fill: white; } }
          @media screen and (max-width: 767.98px) {
            .footer-social .social-list li .icon {
              width: 32px;
              height: 32px; } }

@media screen {
    .footer-links {
      border-top: 10px white solid;
      margin-bottom: 10%; } }
    @media screen and (min-width: 1024px) {
      .footer-links {
        padding: 30px 0;
        border-bottom: 6px white solid; } }
    @media screen and (max-width: 1023.98px) {
      .footer-links {
        padding: 0 0 30px 0; } }
    @media screen and (max-width: 767.98px) {
      .footer-links {
        margin-bottom: 0; } }
    @media screen and (max-width: 1023.98px) {
      .footer-links-logo:after {
        content: "";
        border-bottom: 6px white solid;
        margin: 0 -15px 40px;
        display: block; } }

@media screen {
      .footer-links-logo > a {
        display: block;
        margin: 40px 0;
        max-width: 180px; } }
      @media screen and (max-width: 1023.98px) {
        .footer-links-logo > a {
          margin-left: auto;
          margin-right: auto; } }

@media screen {
      .footer-links-title {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 10px;
        letter-spacing: 2pt; }
      .footer-links-list {
        padding-left: 0;
        list-style: none;
        margin: 0; } }
      @media screen and (max-width: 767.98px) {
        .footer-links-list {
          margin: 0 0 40px; } }

@media screen {
        .footer-links-list li {
          margin: 0 0 10px;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 24px;
          line-height: 1.5rem; }
          .footer-links-list li a {
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1pt; }
      .footer-links [class*="col"] {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .footer-links a {
        color: white; }
  .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none; } }
  @media screen and (min-width: 1024px) {
    .nav {
      display: block; } }

@media screen {
    .nav-item {
      position: relative;
      margin: 0; } }
    @media screen and (min-width: 1024px) {
      .nav-item {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 0;
        padding-right: 30px;
        line-height: 49px; } }
    @media screen and (min-width: 768px) and (max-width: 1199.98px) {
      .nav-item {
        padding-right: 15px; } }

@media screen {
      .nav-item .social-list {
        padding-left: 0;
        list-style: none;
        margin: 0;
        white-space: nowrap; }
        .nav-item .social-list-item {
          display: inline-block;
          margin: 0 5px; }
        .nav-item .social-list svg {
          fill: white;
          width: 32px;
          height: 32px; }
        .nav-item .social-list-label {
          color: white;
          display: block;
          text-align: center;
          font-size: 13px;
          font-size: 0.8125rem;
          text-transform: uppercase;
          margin: 5px 0 15px; } }
        @media screen and (max-width: 1023.98px) {
          .nav-item .social-list-label {
            text-align: left; } }

@media screen {
    .nav a {
      font-size: 13px;
      letter-spacing: 2.5pt;
      text-transform: uppercase;
      color: #fff; } }
    @media screen and (min-width: 768px) and (max-width: 1199.98px) {
      .nav a {
        letter-spacing: 0; } }
    @media screen and (max-width: 1023.98px) {
      .nav a {
        display: block;
        padding: 15px 30px; } }

@media screen {
    .nav-dropdown {
      padding-left: 0;
      list-style: none;
      margin: 0;
      text-align: left; } }
    @media screen and (min-width: 1024px) {
      .nav-dropdown {
        display: none !important; } }
    @media screen and (min-width: 1024px) {
      .nav-dropdown {
        background: rgba(0, 0, 0, 0.85);
        position: absolute;
        top: 100%;
        left: calc(50% - 15px);
        min-width: 200%;
        padding: 0;
        -webkit-transition: -webkit-transform 0.1s ease-in;
        transition: -webkit-transform 0.1s ease-in;
        -o-transition: transform 0.1s ease-in;
        transition: transform 0.1s ease-in;
        transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
        -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); } }
    @media screen and (max-width: 1023.98px) {
      .nav-dropdown {
        display: none;
        padding-left: 40px; } }

@media screen {
      .nav-dropdown li {
        margin-bottom: 0;
        padding: 3px 0;
        line-height: 130%; }
      .nav-dropdown a {
        display: block;
        padding: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .nav-dropdown a:hover {
          background-color: #2D3033; } }
  @media screen and (min-width: 1024px) {
    .nav-item:hover .nav-dropdown {
      -webkit-transform: scale(1) translateX(-50%);
          -ms-transform: scale(1) translateX(-50%);
              transform: scale(1) translateX(-50%); } }

@media screen {
    .nav-icons {
      padding-left: 0;
      list-style: none;
      margin: 0; }
      .nav-icons-item {
        display: block;
        text-align: center !important; } }
      @media screen and (max-width: 1023.98px) {
        .nav-icons-item {
          text-align: left !important; } }

@media screen {
        .nav-icons-item svg {
          fill: white;
          width: 32px;
          height: 32px; }
        .nav-icons-item-label {
          color: white;
          display: block;
          text-align: center;
          font-size: 13px;
          font-size: 0.8125rem;
          text-transform: uppercase;
          margin: 5px 0 15px;
          letter-spacing: 0; } }
        @media screen and (max-width: 1023.98px) {
          .nav-icons-item-label {
            text-align: left; } }

@media screen {
        .nav-icons-item:last-child .nav-icons-item-label {
          margin-bottom: 0; } }

@media screen and (min-width: 1024px) {
  .header-nav2 {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-200%) translateX(-50%);
        -ms-transform: translateY(-200%) translateX(-50%);
            transform: translateY(-200%) translateX(-50%);
    -webkit-transition: -webkit-transform 0s ease 0.5s;
    transition: -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s; }
    .nav2-open .header-nav2 {
      -webkit-transform: translateY(0) translateX(-50%);
          -ms-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%);
      -webkit-transition: left 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0s ease;
      transition: left 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0s ease;
      -o-transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
      transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
      transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0s ease; } }

@media screen and (max-width: 1023.98px) {
  .header-nav2 {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .nav2 {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1) translateY(30px);
        -ms-transform: scale(1) translateY(30px);
            transform: scale(1) translateY(30px);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in;
    -o-transition: opacity 0.3s ease, transform 0.3s ease-in;
    transition: opacity 0.3s ease, transform 0.3s ease-in;
    transition: opacity 0.3s ease, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .nav2::before {
      content: " ";
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #fff transparent; }
    .nav2-open .nav2 {
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
      opacity: 1;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease-out;
      transition: opacity 0.3s ease, -webkit-transform 0.2s ease-out;
      -o-transition: opacity 0.3s ease, transform 0.2s ease-out;
      transition: opacity 0.3s ease, transform 0.2s ease-out;
      transition: opacity 0.3s ease, transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .nav2-item {
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
      transition: opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
      -o-transition: opacity 0.3s ease, transform 0s ease 0.3s;
      transition: opacity 0.3s ease, transform 0s ease 0.3s;
      transition: opacity 0.3s ease, transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s; }
      .nav2-item > a {
        display: none; }
      .nav2-item.show {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
    .nav2-dropdown {
      padding-left: 0;
      list-style: none;
      margin: 0; }
      .nav2-dropdown-wrapper li {
        margin: 0;
        text-align: left; }
        .nav2-dropdown-wrapper li a {
          color: white;
          display: block;
          padding: 10px;
          font-size: 13px;
          letter-spacing: 2.5pt;
          text-transform: uppercase;
          color: #fff;
          white-space: nowrap; }
          .nav2-dropdown-wrapper li a:hover, .nav2-dropdown-wrapper li a:focus {
            background-color: rgba(255, 255, 255, 0.2); }
      .nav2-dropdown-wrapper .social-list {
        padding-left: 0;
        list-style: none;
        margin: 0;
        white-space: nowrap; }
        .nav2-dropdown-wrapper .social-list-item {
          display: inline-block;
          margin: 0 5px; }
          .nav2-dropdown-wrapper .social-list-item a {
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
            .nav2-dropdown-wrapper .social-list-item a:hover, .nav2-dropdown-wrapper .social-list-item a:focus {
              background-color: transparent;
              -webkit-transform: translateY(-2px);
                  -ms-transform: translateY(-2px);
                      transform: translateY(-2px); }
        .nav2-dropdown-wrapper .social-list svg {
          fill: white;
          width: 32px;
          height: 32px; }
        .nav2-dropdown-wrapper .social-list-label {
          color: white;
          display: block;
          text-align: center;
          font-size: 13px;
          font-size: 0.8125rem;
          text-transform: uppercase;
          margin: 5px 0 15px; } }
        @media screen and (min-width: 1024px) and (max-width: 1023.98px) {
          .nav2-dropdown-wrapper .social-list-label {
            text-align: left; } }

@media screen and (min-width: 1024px) {
    .nav2-icons {
      padding-left: 0;
      list-style: none;
      margin: 0; }
      .nav2-icons-item {
        display: block;
        text-align: center; } }
      @media screen and (min-width: 1024px) and (max-width: 1023.98px) {
        .nav2-icons-item {
          text-align: left; } }

@media screen and (min-width: 1024px) {
        .nav2-icons-item svg {
          fill: white;
          width: 32px;
          height: 32px; }
        .nav2-icons-item-label {
          color: white;
          display: block;
          text-align: center;
          font-size: 13px;
          font-size: 0.8125rem;
          text-transform: uppercase;
          margin: 5px 0 15px;
          letter-spacing: 0; } }
        @media screen and (min-width: 1024px) and (max-width: 1023.98px) {
          .nav2-icons-item-label {
            text-align: left; } }

@media screen and (min-width: 1024px) {
        .nav2-icons-item:last-child .nav2-icons-item-label {
          margin-bottom: 0; } }

@media screen {
  .hero {
    position: relative;
    overflow: hidden; } }

@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .hero {
    height: 0;
    padding-bottom: 60%; } }
  @media screen and (min-width: 1024px) {
    .hero {
      height: 0;
      padding-bottom: 40%; } }
  @media screen and (max-width: 767.98px) {
    .hero {
      height: 0;
      padding-bottom: 130%; } }

@media screen {
    .hero-bottomshadow {
      position: absolute;
      bottom: -1px;
      /* IE Edge  */
      left: -150px;
      right: -150px;
      height: 400px;
      -webkit-box-shadow: inset 0 -200px 100px black;
              box-shadow: inset 0 -200px 100px black;
      z-index: 0;
      opacity: 0; }
      .imgLoaded .hero-bottomshadow {
        opacity: 1; } }
  @media screen and (max-width: 767.98px) {
    .hero-text {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; } }

@media screen {
    .hero-text-wrapper {
      padding: 180px 60px 20px; } }
    @media screen and (min-width: 768px) {
      .hero-text-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; } }
  @media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .hero-text-wrapper {
      width: 80%; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .hero-text-wrapper {
      width: 85%; } }
    @media screen and (max-width: 1023.98px) {
      .hero-text-wrapper {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(49%, rgba(33, 34, 37, 0.64)), to(#0d0e0f));
        background-image: -webkit-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
        background-image: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
        background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%); } }
    @media screen and (max-width: 767.98px) {
      .hero-text-wrapper {
        padding: 0 30px;
        background-image: none;
        position: absolute;
        left: 0;
        bottom: 60px; } }

@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .hero-text-wrapper {
    background-image: none; } }

@media screen {
    .hero-text-label {
      background: rgba(26, 118, 197, 0.9);
      float: left;
      font-size: 24px;
      font-size: 1.5rem;
      margin-left: -60px;
      padding: 10px 60px 10px 60px;
      opacity: 0; } }
    @media screen and (max-width: 767.98px) {
      .hero-text-label {
        font-size: 16px;
        font-size: 1rem;
        padding: 5px 60px 5px 60px; } }

@media screen {
      .imgLoaded .hero-text-label {
        opacity: 1; }
    .hero-text-title {
      opacity: 0;
      clear: both;
      text-transform: uppercase;
      letter-spacing: -1px;
      line-height: 1.2; }
      .imgLoaded .hero-text-title {
        opacity: 1; } }
    @media screen and (min-width: 1024px) {
      .hero-text-title {
        font-size: 2.5rem; } }
    @media screen and (max-width: 1199.98px) {
      .hero-text-title {
        font-size: 2rem; } }
    @media screen and (max-width: 767.98px) {
      .hero-text-title {
        font-size: 20px;
        font-size: 1.25rem; } }

@media screen {
    .hero-text-description {
      font-weight: 300;
      opacity: 0; } }
    @media screen and (max-width: 1023.98px) {
      .hero-text-description {
        display: none; } }

@media screen {
      .imgLoaded .hero-text-description {
        opacity: 1; }
    .hero-text-action {
      padding: 160px 60px 20px;
      float: right; } }
    @media screen and (min-width: 768px) {
      .hero-text-action {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
        z-index: 1; } }

@media screen {
      .hero-text-action > a,
      .hero-text-action > span {
        margin-top: 20px;
        float: right;
        clear: both;
        cursor: pointer;
        font-size: 15px;
        font-size: 0.9375rem;
        text-transform: uppercase;
        letter-spacing: 4.5px; }
    .hero-cta {
      cursor: pointer;
      opacity: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-cta {
        min-width: 15%;
        white-space: nowrap; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-cta {
    width: 20%; } }

@media screen {
      .imgLoaded .hero-cta {
        opacity: 1; }
      .hero-cta .button,
      .hero-cta .btn {
        white-space: nowrap; } }
    @media screen and (max-width: 767.98px) {
      .hero-cta-double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media screen {
      .hero-cta-double .button, .hero-cta-double .btn {
        margin: 20px 0 0;
        min-width: 170px; } }
      @media screen and (max-width: 767.98px) {
        .hero-cta-double .button, .hero-cta-double .btn {
          margin: 0 10px; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 10px 0; } }
    @media screen and (min-width: 768px) {
      .hero-cta {
        position: absolute;
        bottom: 15px;
        right: 30px; } }
    @media screen and (max-width: 767.98px) {
      .hero-cta {
        text-align: center;
        margin: 0;
        position: absolute;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%); } }

@media screen {
    .hero-text, .hero-cta {
      z-index: 10; }
    .hero-multimedia {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .hero-multimedia,
      .hero-multimedia .embed-container {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        height: auto; }
      .hero-multimedia .embed-container {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      .hero-multimedia .vjs-big-play-button,
      .hero-multimedia .vjs-control-bar {
        display: none; }
      .hero-multimedia-video {
        position: relative;
        height: 140%;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; } }
      @media screen and (max-width: 1199.98px) {
        .hero-multimedia-video {
          visibility: hidden; } }

@media screen {
        .hero-multimedia-video video {
          width: 100%; }
        .hero-multimedia-video-cover {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
    .hero-multimedia.playing .embed-container {
      opacity: 1; }
    .hero-img {
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      -o-transition: transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease;
      opacity: 0.5; }
      .imgLoaded .hero-img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        opacity: 1; }
    .hero-imgPreload {
      position: absolute;
      left: -10000px;
      top: -10000px;
      width: 10px;
      height: 10px; }
    .hero-blue-info {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(26, 118, 197, 0.5);
      color: white;
      padding: 30px 60px; }
      .hero-blue-info .button,
      .hero-blue-info .btn {
        cursor: pointer;
        margin-right: 15px; }
    .hero-blue:hover .hero-blue-info {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .hero-controls {
      position: absolute;
      top: 80px;
      right: 60px; } }
    @media screen and (max-width: 1199.98px) {
      .hero-controls {
        display: none; } }

@media screen {
    .hero.paused .hero-multimedia-video {
      visibility: hidden;
      opacity: 0; }
  .section-title {
    position: relative;
    z-index: 10;
    background-color: #1A76C5;
    border-top: 10px solid #FED141;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1pt;
    text-transform: uppercase;
    color: #fff;
    margin: 0; } }
  @media screen and (min-width: 1024px) {
    .section-title {
      font-size: 30px; } }
  @media screen and (max-width: 1023px) {
    .section-title {
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    .section-title {
      padding: 10px 0 10px 50px; }
      .section-title:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 32px;
        height: 23px;
        background-color: #FED141; } }
  @media screen and (max-width: 767.98px) {
    .section-title {
      padding: 13px 15px; } }

@media screen {
    .section-title > h2 {
      margin: 0;
      overflow: hidden;
      position: relative; } }
    @media screen and (min-width: 1024px) {
      .section-title > h2 {
        min-width: 500px; } }
    @media screen and (min-width: 768px) {
      .section-title > h2 {
        display: inline-block; } }
    @media screen and (max-width: 767.98px) {
      .section-title > h2 {
        display: block; } }

@media screen {
      .section-title > h2 > span {
        display: block;
        position: relative;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
        .section-title > h2 > span:after {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          content: attr(data-text); }
  @-webkit-keyframes scrollTitle {
    from {
      width: 32px; }
    50% {
      width: 0; }
    to {
      width: 32px; } }
  @keyframes scrollTitle {
    from {
      width: 32px; }
    50% {
      width: 0; }
    to {
      width: 32px; } }
    .section-title.scrolling:before {
      -webkit-animation: scrollTitle 0.4s linear;
              animation: scrollTitle 0.4s linear; }
    .section-title.scrolling > h2 > span {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: -webkit-transform 0.4s ease-in;
      transition: -webkit-transform 0.4s ease-in;
      -o-transition: transform 0.4s ease-in;
      transition: transform 0.4s ease-in;
      transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in; } }
  @media screen and (min-width: 768px) {
    .section-title-form {
      text-align: right;
      padding: 0 30px 0 0;
      float: right; } }
  @media screen and (max-width: 767.98px) {
    .section-title-form {
      padding: 10px 0 0; }
      .section-title-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -5px;
        margin-right: -5px; } }
  @media screen and (min-width: 576px) {
    .section-title-form {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      line-height: 1.3125rem; } }
  @media screen and (max-width: 575.98px) {
    .section-title-form {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem; } }

@media screen {
    .section-title-form .form-group {
      display: inline-block; } }
    @media screen and (max-width: 767.98px) {
      .section-title-form .form-group {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .section-title-form .form-group {
        padding: 0 0 0 10px;
        margin: 5px 0; } }

@media screen {
    .section-title-form label {
      position: relative;
      z-index: 1;
      margin: 0; } }
    @media screen and (max-width: 767.98px) {
      .section-title-form label {
        width: 100%; } }

@media screen {
  .section-more {
    margin-bottom: 20px; }
    .section-more .button,
    .section-more .btn {
      display: block;
      width: 100%;
      font-weight: 700;
      font-size: 13px;
      font-size: 0.8125rem; }
      .section-more .button.disable,
      .section-more .btn.disable {
        display: none; }
    #section_videos .section-more {
      margin-top: 20px; }
  .section-pager {
    margin: 25px auto;
    font-weight: 700;
    text-align: center; }
    .section-pager-list {
      display: inline-block; }
      .section-pager-list a {
        color: white;
        margin: 0 3px;
        display: none; }
        .section-pager-list a.active {
          color: #FED141;
          display: inline-block; }
        .section-pager-list a.preactive, .section-pager-list a.afteractive, .section-pager-list a:last-child, .section-pager-list a:first-child {
          display: inline-block; }
      .section-pager-list a.afteractive + a.afteractive + a.afteractive:after,
      .section-pager-list a + a.preactive:before {
        content: " ... "; }
      .section-pager-list a.preactive + a.preactive:before,
      .section-pager-list a.preactive + a.preactive + a.preactive:before {
        content: "";
        display: none; }
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    clear: both; }
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: 50% 100%;
    background-image: attr(data-image); } }
  @media screen and (min-width: 1024px) {
    .card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%; } }
  @media screen and (min-width: 1024px) and (max-width: 1023.98px) {
    .card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 420px;
    /* border-bottom: 10px $gray-border solid; */
    /*
      &:nth-child(5),
      &:nth-child(6) {
        display: none;
      }
      */ } }
  @media screen and (max-width: 767.98px) {
    .card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

@media screen {
    .card > a {
      display: block;
      height: 0;
      width: 100%;
      padding: 0 0 65%;
      position: relative; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card > a {
    height: 100%;
    padding: 0; } }
    @media screen and (max-width: 767.98px) {
      .card > a {
        padding: 0 0 100%; } }

@media screen {
    .card-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      color: #fff;
      padding: 10px 30px;
      -webkit-box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
              box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1) inset; }
      .card-caption:before {
        content: "";
        background: #FED141;
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        width: 25px;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease;
        z-index: 1; }
      .card-caption-overlay {
        position: absolute;
        left: -20%;
        top: 0;
        right: -20%;
        bottom: -15px;
        -webkit-filter: blur(10px);
                filter: blur(10px);
        z-index: 0;
        background-size: cover;
        background-position: 50% 100%; }
        .card-caption-overlay-wrapper {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden;
          height: 1000px;
          max-height: 0;
          -webkit-transition: max-height 0.3s ease;
          -o-transition: max-height 0.3s ease;
          transition: max-height 0.3s ease; }
        .card-caption-overlay:before {
          content: "";
          background-color: rgba(0, 0, 0, 0.75);
          position: absolute;
          left: -15px;
          top: -15px;
          bottom: -15px;
          right: -15px; }
      .card-caption-teaser {
        position: relative;
        font-size: 13px;
        font-size: 0.8125rem; } }
      @media screen and (max-width: 1023.98px) {
        .card-caption-teaser {
          display: none; } }

@media screen {
      .card-caption-reveal {
        position: relative;
        -webkit-transition: max-height 0.6s ease-out;
        -o-transition: max-height 0.6s ease-out;
        transition: max-height 0.6s ease-out;
        overflow: hidden; } }
      @media screen and (min-width: 1024px) {
        .card-caption-reveal {
          display: none; } }

@media screen {
      .card-caption-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.2;
        margin-bottom: 15px;
        padding-top: 15px; }
      .card-caption-meta {
        margin: 0 0 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2; }
      .card-caption-cta {
        text-transform: uppercase;
        margin-bottom: 15px; }
        .card-caption-cta .button-round,
        .card-caption-cta .btn-round {
          /*
        font-size: 12px !important;
        line-height: 16px !important;
        */ } }
      @media screen and (max-width: 1023.98px) {
        .card-caption-cta {
          text-align: center; } }

@media screen {
      .card-caption .button-round,
      .card-caption .btn-round {
        /*
      @include button-variant($yellow, $yellow);
      color: $dark;
      padding: 5px 30px;
      @include fontSize(16px);
      display: inline-block;
      */ } }
  @media screen and (min-width: 1024px) {
    .card > a:hover .card-caption:before {
      width: 30%; }
    .card > a:hover .card-caption-teaser {
      display: none; }
    .card > a:hover .card-caption-reveal {
      display: block; } }
  @media screen and (max-width: 1023.98px) {
    .card > a .card-caption:before {
      width: 30%; } }

@media screen {
  .video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .video-item:nth-child(1) {
      display: block; } }
  @media screen and (min-width: 768px) {
    #section_videos .video-item:nth-child(1) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      position: relative;
      padding-bottom: 40%; }
      #section_videos .video-item:nth-child(1) .embed-container {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (max-width: 767.98px) {
    .video-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media screen and (min-width: 768px) {
    #section_videos .video-item:nth-child(1) .video-item-info-title {
      font-size: 40px;
      font-size: 2.5rem;
      background: none;
      padding: 0 60px; } }

@media screen {
    .video-item-info {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; }
      .fancybox-inner .video-item-info {
        position: relative;
        border-bottom: #FED141 7px solid;
        padding: 15px 0; }
      .video-item-info-label {
        display: none;
        background: rgba(26, 118, 197, 0.9);
        float: left;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 5px 60px 5px 60px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #fff; }
        #section_videos .video-item-info-label {
          display: block; }
      .video-item-info-title {
        clear: both;
        text-transform: uppercase;
        padding: 10px 30px;
        position: relative;
        margin: 0;
        font-size: 13px;
        font-size: 0.8125rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%); } }
      @media screen and (min-width: 1024px) {
        .video-item-info-title {
          border-left: 10px #FED141 solid; }
          .fancybox-inner .video-item-info-title {
            border-left-width: 0; } }
      @media screen and (max-width: 1023.98px) {
        .video-item-info-title:before {
          content: "";
          left: 0;
          top: 10px;
          position: absolute;
          height: 25px;
          background: #FED141;
          width: 15px; } }

@media screen {
        .video-item-info-title a {
          color: white; }
        .fancybox-inner .video-item-info-title {
          display: none; } }
  @media screen and (min-width: 768px) {
    #section_videos .video-item:nth-child(1) .video-item-info {
      left: -50px;
      right: -50px;
      -webkit-box-shadow: inset 0 -120px 90px rgba(0, 0, 0, 0.8);
              box-shadow: inset 0 -120px 90px rgba(0, 0, 0, 0.8);
      padding: 70px 50px 0 50px; } }

@media screen {
    .video-item .vjs-big-play-button {
      opacity: 0; }
    .video-item .vjs-control-bar {
      display: none; }
    .video-item-embed {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
    .video-item .embed-container {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  @media screen and (min-width: 1024px) {
    .video-item:hover .embed-container, .video-item:focus .embed-container {
      visibility: visible;
      opacity: 1; } }

@media screen {
  #section_videos .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
  .blur #site {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .content {
    position: relative;
    margin-top: 10px; }
    .content-title-hero {
      background: #1A76C5;
      font-weight: 600;
      font-size: 20px;
      font-size: 1.25rem;
      text-transform: uppercase;
      padding: 10px 20px 10px 20px;
      position: absolute;
      top: 60px;
      left: 0;
      z-index: 10; } }
    @media screen and (min-width: 768px) {
      .content-title-hero {
        top: 100px;
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 1024px) {
      .content-title-hero {
        font-size: 60px;
        font-size: 3.75rem;
        padding: 10px 40px 10px 40px;
        top: 100px; } }

@media screen {
    .fancybox-video .content {
      -webkit-filter: blur(10px);
              filter: blur(10px); }
  *[data-redirecturl] {
    cursor: pointer; }
  img {
    max-width: 100%; }
  .overlay {
    display: none; }
  img {
    max-width: 100%; }
  .overlay {
    display: none; }
  .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .breadcrumb-item {
      display: inline-block;
      vertical-align: middle; }
  .hidden {
    display: none; }
  .responsive-video {
    position: relative;
    height: 100%; } }
  @media screen and (min-width: 1024px) {
    .responsive-video {
      min-height: 400px; } }
  @media screen and (max-width: 1023.98px) {
    .responsive-video {
      min-height: 300px; } }

@media screen {
    .responsive-video iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .recaptcha-required {
    color: #ffaaaa; }
  .story-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .story-item:nth-child(1) {
      border-bottom: 10px #FED141 solid; }
    .story-item:nth-child(2) {
      border-bottom: 10px #2D3033 solid; }
      .story-item:nth-child(2) .story-item-text-mobile {
        background-color: #2D3033; }
    .story-item-text {
      position: relative;
      overflow: hidden; } }
    @media screen and (min-width: 1024px) {
      .story-item-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%; } }

@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    @media screen and (max-width: 767.98px) {
      .story-item-text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

@media screen {
      .story-item-text-coloroverlay, .story-item-text-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      .story-item-text-overlay {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
      .story-item-text-coloroverlay {
        background-color: #1a76c5; }
      .story-item-text-wrapper {
        position: relative; } }
      @media screen and (max-width: 767.98px) {
        .story-item-text-wrapper {
          padding: 0 30px 0 30px; } }
      @media screen and (min-width: 768px) {
        .story-item-text-wrapper {
          padding: 60px 60px 60px 60px; } }

@media screen {
      .story-item-text-blocktitle {
        position: relative;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        letter-spacing: 2pt;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0 10px 60px; } }
      @media screen and (min-width: 1024px) {
        .story-item-text-blocktitle {
          font-size: 32px; } }
      @media screen and (max-width: 1023.98px) {
        .story-item-text-blocktitle {
          font-size: 1.75rem; } }
      @media screen and (max-width: 767.98px) {
        .story-item-text-blocktitle {
          padding: 10px 0 10px 40px; } }

@media screen {
        .story-item-text-blocktitle:before {
          content: " ";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 30px;
          height: 30px;
          background-color: #FED141; } }
        @media screen and (max-width: 767.98px) {
          .story-item-text-blocktitle:before {
            width: 30px;
            height: 30px; } }
    @media screen and (max-width: 767.98px) {
      .story-item-text-title, .story-item-text-description, .story-item-text-viewmore {
        display: none; } }

@media screen {
      .story-item-text-title {
        font-weight: 600;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem; } }
      @media screen and (min-width: 1024px) {
        .story-item-text-title {
          font-size: 20px;
          font-size: 1.25rem; } }

@media screen {
      .story-item-text-description {
        font-family: "Open Sans", sans-serif;
        font-weight: 300; }
      .story-item-text-viewmore, .story-item-text-mobile-viewmore {
        text-align: center;
        /* padding-bottom: 20px;
        .button-round,
        .btn-round {
          background: $yellow;
          color: $dark;
          @include fontSize(16px);
        }  */ } }
    @media screen and (min-width: 768px) {
      .story-item-text-mobile {
        display: none; } }
    @media screen and (max-width: 767.98px) {
      .story-item-text-mobile {
        background: #1A76C5;
        padding: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

@media screen {
      .story-item-text-mobile-title {
        font-size: 22px;
        font-size: 1.375rem; }
      .story-item-text-mobile-description {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 16px;
        font-size: 1rem; }
    .story-item-image {
      height: 100%;
      overflow: hidden; } }
    @media screen and (min-width: 1024px) {
      .story-item-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%; } }

@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    @media screen and (max-width: 767.98px) {
      .story-item-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

@media screen {
      .story-item-image-overlay {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0; } }
      @media screen and (max-width: 767.98px) {
        .story-item-image-overlay {
          padding-bottom: 60%; } }

@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-image-overlay {
    padding-bottom: 100%; } }
      @media screen and (min-width: 1024px) {
        .story-item-image-overlay {
          padding-bottom: 60%; } }
      @media screen and (min-width: 1440px) {
        .story-item-image-overlay {
          padding-bottom: 50%; } }

@media screen {
      .story-item-image a span {
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
      .story-item-image a:hover span {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .story-item:nth-child(2) .story-item-text-coloroverlay {
      background-color: #2D3033;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%); }
  .story-options {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .story-options .dropdown {
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
  .search-form {
    position: relative; }
    .search-form form {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 10; } }
    @media screen and (min-width: 768px) {
      .search-form form {
        bottom: 100px; } }
    @media screen and (max-width: 767.98px) {
      .search-form form {
        bottom: 30px; } }

@media screen {
      .search-form form input[type="search"],
      .search-form form input[type="text"] {
        background: none;
        border-width: 0;
        border-bottom: 2px #fff solid;
        font-weight: 600;
        width: 100%;
        outline: none;
        margin-bottom: 25px;
        color: white;
        /*-----------placeholder----------*/
        /* Firefox < 19 */
        /* Firefox > 19 */
        /* Internet Explorer 10 */ } }
      @media screen and (min-width: 576px) {
        .search-form form input[type="search"],
        .search-form form input[type="text"] {
          font-size: 50px;
          font-size: 3.125rem;
          line-height: 50px;
          line-height: 3.125rem;
          height: 84px; } }
      @media screen and (max-width: 767.98px) {
        .search-form form input[type="search"],
        .search-form form input[type="text"] {
          font-size: 30px;
          font-size: 1.875rem; } }

@media screen {
        .search-form form input[type="search"]::-webkit-input-placeholder,
        .search-form form input[type="text"]::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]:focus::-webkit-input-placeholder,
        .search-form form input[type="text"]:focus::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]:-moz-placeholder,
        .search-form form input[type="text"]:-moz-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]:focus:-moz-placeholder,
        .search-form form input[type="text"]:focus:-moz-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]::-moz-placeholder,
        .search-form form input[type="text"]::-moz-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]:focus::-moz-placeholder,
        .search-form form input[type="text"]:focus::-moz-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]:-ms-input-placeholder,
        .search-form form input[type="text"]:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]:focus:-ms-input-placeholder,
        .search-form form input[type="text"]:focus:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.7); }
        .search-form form input[type="search"]::-ms-clear,
        .search-form form input[type="text"]::-ms-clear {
          display: none; }
      .search-form form [type="reset"] {
        background: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 30px;
        cursor: pointer; } }
      @media screen and (max-width: 767.98px) {
        .search-form form [type="reset"] {
          top: 15px; } }

@media screen {
        .search-form form [type="reset"] svg {
          width: 24px;
          height: 24px;
          fill: white; }
    .search-form-caption {
      float: left;
      display: none; } }
    @media screen and (max-width: 767.98px) {
      .search-form-caption {
        margin-bottom: 30px; } }

@media screen {
    .search-form-submit {
      float: right;
      outline: none; } }
    @media screen and (max-width: 767.98px) {
      .search-form-submit {
        float: left;
        width: auto;
        clear: left; } }

@media screen {
  .search-tabs {
    background: black; }
    .search-tabs-list {
      padding-left: 0;
      list-style: none;
      margin: 0;
      letter-spacing: -0.4em;
      margin: 0; } }
    @media screen and (max-width: 1023.98px) {
      .search-tabs-list {
        display: block; } }

@media screen {
      .search-tabs-list-item {
        display: inline-block;
        letter-spacing: 0;
        margin: 0; } }
      @media screen and (max-width: 1023.98px) {
        .search-tabs-list-item {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
      @media screen and (max-width: 767.98px) {
        .search-tabs-list-item {
          display: block; } }

@media screen {
        .search-tabs-list-item > a {
          display: block;
          font-family: 'Open Sans', sans-serif;
          text-transform: uppercase;
          margin: 0;
          font-weight: 600;
          cursor: pointer; } }
        @media screen and (min-width: 1024px) {
          .search-tabs-list-item > a {
            font-size: 16px;
            font-size: 1rem;
            padding: 0 20px; } }
        @media screen and (max-width: 1023.98px) {
          .search-tabs-list-item > a {
            font-size: 13px;
            font-size: 0.8125rem;
            padding: 20px 20px; } }

@media screen {
          .search-tabs-list-item > a:hover {
            background: #0d0d0d; }
          .search-tabs-list-item > a > span:before {
            content: "("; }
          .search-tabs-list-item > a > span:after {
            content: ")"; }
          .search-tabs-list-item > a.active {
            color: #000;
            background: #FED141;
            font-weight: 400; }
          .search-tabs-list-item > a:focus {
            outline: 1px dotted white;
            outline: 5px auto -webkit-focus-ring-color; }
      .search-tabs-list-num {
        display: none; }
        .searchResultExists_index_photo .search-tabs-list-num,
        .searchResultExists_index_videos .search-tabs-list-num,
        .searchResultExists_index_stories .search-tabs-list-num {
          display: inline-block; }
  .search-panel {
    display: none; }
    .search-panel.active {
      display: block; }
  .gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0 0 15px;
    clear: both; } }
  @media screen and (min-width: 768px) {
    .gallery-list {
      padding: 0 15px 15px 0; } }
  @media screen and (min-width: 1024px) {
    .gallery-list {
      padding: 0 25px 25px 0; } }

@media screen {
  .gallery-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    position: relative;
    margin: 0; } }
  @media screen and (min-width: 768px) {
    .gallery-item-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      width: 33.333%; } }
  @media screen and (min-width: 1024px) {
    .gallery-item-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666%;
              flex: 0 0 16.666%;
      width: 16.666%; } }

@media screen and (min-width: 768px) {
  .gallery-item {
    padding: 15px 0 0 15px; } }

@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 25px 0 0 25px; } }

@media screen {
  .gallery-item:hover img, .gallery-item:focus img {
    border: 5px solid #FED141;
    cursor: pointer; }
  .gallery-item img {
    border: 5px solid transparent;
    width: 100%; }
  .form {
    margin: 60px 0;
    font-weight: 300; }
    .form-group {
      margin: 0 0 30px;
      text-align: left; }
    .form-control {
      display: block;
      outline: 0;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 5px;
      border: none;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff; }
    .form label {
      display: inline-block;
      font-weight: 600;
      margin: 0 0 5px; }
  .legal {
    text-align: left; }
  .terms-box {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(49%, rgba(33, 34, 37, 0.64)), to(#0d0e0f));
    background-image: -webkit-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    background-image: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    font-size: 14px;
    font-weight: 300;
    padding: 20px;
    margin-bottom: 30px; }
  .upload-instructions-desktop {
    padding: 20px 0; } }
  @media screen and (max-width: 1199.98px) {
    .upload-instructions-desktop {
      display: none; } }

@media screen {
    .upload-instructions-desktop p {
      margin: 0 0 10px; }
  .upload-instructions-mobile {
    padding: 10px 0; } }
  @media screen and (min-width: 1024px) {
    .upload-instructions-mobile {
      display: none; } }

@media screen {
  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  .fancybox-article.fancybox-margin,
  .fancybox-article .fancybox-margin {
    margin: 0 !important;
    overflow: auto !important; }
  .fancybox-wrap {
    /*
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  */
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 8020;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important; }
    .fancybox-article .fancybox-wrap {
      width: 100% !important;
      height: 100% !important;
      position: absolute !important; }
    .fancybox-wrap-focused .fancybox-close {
      outline: 1px dotted white !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
  .fancybox-skin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 !important; }
  .fancybox-opened {
    z-index: 8030; }
  .fancybox-opened .fancybox-skin {
    /*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
*/ }
  .fancybox-outer, .fancybox-inner {
    position: relative; }
  .fancybox-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px; } }
  @media screen and (max-width: 1023.98px) {
    .fancybox-video .fancybox-outer {
      padding-top: 65px; } }
  @media screen and (min-width: 1024px) {
    .fancybox-video .fancybox-outer {
      padding-top: 60px; } }

@media screen {
  .fancybox-inner {
    overflow: hidden;
    width: 100% !important;
    height: 100% !important; }
    .fancybox-article .fancybox-inner {
      padding-right: 15px; } }
    @media screen and (min-width: 1024px) {
      .fancybox-article .fancybox-inner {
        padding-top: 50px; } }
    @media screen and (max-width: 1023.98px) {
      .fancybox-article .fancybox-inner {
        padding-top: 20px; } }

@media screen {
    .fancybox-inner .container {
      max-width: 980px; }
  .fancybox-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%; }
  .fancybox-inner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fancybox-inner-info .fancybox-info-wrapper {
      margin-bottom: 20px;
      border-bottom: 5px #FED141 solid;
      width: 100%; }
      .fancybox-inner-info .fancybox-info-wrapper > .container {
        padding-top: 20px;
        padding-bottom: 12px;
        overflow: hidden; }
      .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
        margin: 3px 5px; }
      .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-author {
        margin: 3px 0; }
      .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-action {
        float: right; }
      .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
        float: right;
        margin-right: 10px; }
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }
  .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    /*
  max-width: 900px;
  margin: 0 auto;
  */ }
  .fancybox-image {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%; }
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat; }
  .fancybox-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8060;
    background: url("../fonts/icon-close.svg") no-repeat 50% 50%; }
    .fancybox-close:focus {
      outline: 1px dotted white !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
    .fancybox-close.fancybox-item {
      display: none; }
      .fancybox-article .fancybox-close.fancybox-item {
        display: block;
        right: 50px;
        border-radius: 13px;
        background-image: url("../fonts/icon-close-black.svg");
        background-color: #FED141;
        background-position: 50% 50%; }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040; }
  .fancybox-prev {
    left: 0; }
  .fancybox-next {
    right: 0; }
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden; }
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px; }
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px; }
  .fancybox-nav:hover span {
    visibility: visible; }
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }
  /* Overlay helper */
  .fancybox-lock {
    overflow: visible !important;
    width: auto; }
  .fancybox-lock body {
    overflow: hidden !important; }
  .fancybox-lock-test {
    overflow-y: hidden !important; }
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: #2e2e2e;
    /*
  @include media-breakpoint-down(md) {
    @include media-breakpoint-up(md) {
      top: 87px;
    }
  }
  */ } }
  @media screen and (min-width: 1024px) {
    .fancybox-overlay {
      top: 60px; } }
  @media screen and (max-width: 1023.98px) {
    .fancybox-overlay {
      top: 60px; } }
  @media screen and (min-width: 1024px) {
    .fancybox-article .fancybox-overlay {
      right: 50%;
      overflow: visible !important; } }

@media screen {
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }
  /* Title helper */
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }
  .fancybox-opened .fancybox-title {
    visibility: visible; }
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }
  .fancybox-title-inside {
    position: reltive; }
  .fancybox-title-inside-wrap {
    -webkit-box-flex: 10;
        -ms-flex: 10 0 auto;
            flex: 10 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fancybox-title-inside-wrap .container {
      padding-top: 20px; }
  .fancybox-title-inside-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 30px 10px;
    display: block;
    position: relative; }
    .fancybox-title-inside-text:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: #FED141;
      width: 9px;
      height: 32px; }
    .fancybox-form .fancybox-title-inside-text {
      display: none; }
    .fancybox-form .fancybox-title-inside-text:before {
      display: none; }
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
  /*Retina graphics!*/ }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@media screen {
  .fancybox-action {
    padding: 15px 0;
    border-bottom: 7px #FED141 solid; }
    .fancybox-action a[role=button] {
      margin: 2px 7px; }
  .fancybox-share,
  .fancybox-action-download,
  .fancybox-action-more {
    float: right; }
  .fancybox-share {
    clear: none !important;
    padding: 0 7px; }
  .fancybox-action-download,
  .fancybox-action-more {
    border: 2px white solid;
    padding: 5px 10px;
    margin: 0 7px;
    color: white !important; }
  .fancybox-action-more.photos {
    display: none; }
  .fancybox-photo .fancybox-action-more.photos {
    display: block; }
  .fancybox-photo .fancybox-action-more.videos {
    display: none; }
  .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45); }
  @font-face {
    font-family: lg;
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal; }
  .lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0; }
  .lg-actions .lg-next.disabled,
  .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5; }
  .lg-actions .lg-next:hover,
  .lg-actions .lg-prev:hover {
    color: #FFF; }
  .lg-actions .lg-next {
    right: 20px;
    background: url("../fonts/icon-arrow-right.svg") no-repeat 50% 50%;
    width: 24px;
    height: 39px;
    margin: 10px 20px 0 0;
    padding: 0; } }
  @media screen and (max-width: 767.98px) {
    .lg-actions .lg-next {
      right: 5px;
      margin: -20px 0 0;
      width: 14px; } }

@media screen {
  .lg-actions .lg-prev {
    left: 20px;
    background: url("../fonts/icon-arrow-left.svg") no-repeat 50% 50%;
    width: 24px;
    height: 39px;
    margin: 10px 20px 0 0;
    padding: 0; } }
  @media screen and (max-width: 767.98px) {
    .lg-actions .lg-prev {
      left: 5px;
      margin: -20px 0 0;
      width: 14px; } }

@media screen {
  @-webkit-keyframes lg-right-end {
    0%,
    100% {
      left: 0; }
    50% {
      left: -30px; } }
  @keyframes lg-right-end {
    0%,
    100% {
      left: 0; }
    50% {
      left: -30px; } }
  @-webkit-keyframes lg-left-end {
    0%,
    100% {
      left: 0; }
    50% {
      left: 30px; } }
  @keyframes lg-left-end {
    0%,
    100% {
      left: 0; }
    50% {
      left: 30px; } }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative; }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative; }
  .lg-toolbar {
    /*
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1082;
    */
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 15px 25px 15px 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background-size: contain; }
  .lg-toolbar .lg-close {
    background: url("../fonts/icon-close-lg.svg") no-repeat 50% 50%; }
  .lg-toolbar .lg-download {
    background: url("../fonts/icon-download.svg") no-repeat 50% 50%;
    margin-top: 17px; }
  .lg-sub-html {
    bottom: 0;
    color: #EEE;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /*
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1080
    */
    font-size: 14px;
    font-family: "Open Sans", sans-serif; }
  .lg-sub-html-author {
    float: left;
    text-align: left;
    margin: 20px 0;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 15px; }
  .lg-sub-html-author svg {
    fill: white;
    width: 20px;
    height: 18px;
    margin: -3px 20px 0 0; }
  .lg-sub-html-share {
    float: right;
    margin: 20px 0; }
  .lg-sub-html-description {
    clear: both;
    border-top: 5px solid #FED141;
    padding: 20px 0; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle; }
  .lg-next,
  .lg-prev,
  .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important; }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px; }
  .lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px; } }

@media screen and (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

@media screen {
  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px; }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0; }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease; }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px; }
  .lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px; }
  .lg-outer .lg-toogle-thumb:hover,
  .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px; }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }
  .lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat; }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../images/vimeo-play.png") 0 -58px no-repeat; }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: url("../images/video-play.png") no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8; }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat; }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/youtube-play.png") 0 -60px no-repeat; }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden; }
  .lg-outer .lg-has-video.lg-video-playing .lg-object,
  .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none; }
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible; }
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }
  .lg-autoplay-button:after {
    content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
       transition-duration: 0s; }
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #lg-zoom-in:after {
    content: "\e311"; }
  #lg-actual-size {
    font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }
  #lg-zoom-out {
    opacity: .5;
    pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
            box-shadow: 0 0 0 2px #fff inset; }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px; }
  .lg-outer .lg-pager:focus,
  .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
            box-shadow: 0 0 0 8px #fff inset; }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0; }
  .lg-fullscreen {
    background: url("../fonts/icon-fullscreen.svg") no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 0;
    padding: 0; }
  .lg-fullscreen-on .lg-fullscreen {
    background: url("../fonts/icon-fullscreen-off.svg") no-repeat 50% 50%;
    width: 30px;
    height: 30px; }
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
  .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0; }
  .lg-outer .lg-dropdown > li:hover .lg-icon,
  .lg-outer .lg-dropdown > li:hover a {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; }
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }
  /*.lg-outer,*/
  .lg-outer .lg,
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .lg-outer #lg-share {
    position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }
  .lg-group:after {
    content: "";
    display: table;
    clear: both; }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-current,
  .lg-outer.lg-css3 .lg-item.lg-next-slide,
  .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
       transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
       transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    /*
    position: absolute;
    left: 0;
    top: 0;
    */
    position: relative;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../images/loading.gif") center center no-repeat;
    display: none !important; }
  .lg-outer.lg-css .lg-current,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide,
  .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important; }
  .lg-outer .lg-img-wrap,
  .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
  .lg-outer .lg-img-wrap:before,
  .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object,
  .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html,
  .lg-outer.lg-hide-download #lg-download {
    display: none; }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #2D3033;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 0.9; }
  .lg-css3.lg-no-trans .lg-current,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important; }
  .lg-css3.lg-use-css3 .lg-item,
  .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .lg-css3.lg-fade .lg-item {
    opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-current,
  .lg-css3.lg-fade .lg-item.lg-next-slide,
  .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
  .custom-select-container {
    border: 2px #fff solid;
    position: relative; } }
  @media screen and (min-width: 576px) {
    .custom-select-container {
      min-width: 150px; } }
  @media screen and (max-width: 767.98px) {
    .custom-select-container {
      margin: 0 5px; } }

@media screen {
    .custom-select-container span {
      outline: none !important; }
    .custom-select-container select {
      display: none; }
    .custom-select-container:hover, .custom-select-container:focus {
      border-color: #FED141; }
  .custom-select-panel {
    max-height: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    min-width: 120%;
    background: rgba(26, 118, 197, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  .custom-select-container.is-open .custom-select-panel {
    max-height: 300px;
    padding: 20px 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
  .custom-select-option {
    padding: 3px 20px;
    text-align: right;
    cursor: pointer; }
    .custom-select-option:hover, .custom-select-option:focus {
      background: #1661A3; }
  .custom-select-opener {
    background: url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    display: block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }
  @media screen and (min-width: 576px) {
    .custom-select-opener {
      padding: 8px 30px 8px 8px; } }
  @media screen and (max-width: 575.98px) {
    .custom-select-opener {
      padding: 12px 30px 12px 8px; } }

@media screen {
    .custom-select-opener:hover, .custom-select-opener:focus {
      background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
      border-color: #FED141;
      color: #000; }
  .newsletter {
    background: black;
    padding: 30px;
    color: white; }
    .newsletter-title {
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase; }
      .newsletter-title:before {
        content: "";
        display: block;
        background: #FED141;
        width: 9px;
        height: 18px;
        margin: 0 10px 0 0;
        float: left; }
    .newsletter-form-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) {
    .newsletter-form .form-group {
      margin-bottom: 0; } }
  @media screen and (max-width: 1023.98px) {
    .newsletter-form .form-group {
      margin-bottom: 15px; } }

@media screen {
    .newsletter .checkboxes ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
      margin-bottom: 15px; }
      .newsletter .checkboxes ul li {
        margin: 0; }
      .newsletter .checkboxes ul label {
        display: inline-block; }
    .newsletter input[type=text],
    .newsletter input[type=email] {
      background: #333;
      color: white;
      border-radius: 18px;
      border-width: 0;
      height: 36px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1024px) {
    .newsletter .btn {
      width: 100%; } }
  @media screen and (max-width: 1023.98px) {
    .newsletter .btn {
      width: auto;
      display: block;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px; } }

@media screen {
    .newsletter label {
      display: none; }
    .newsletter .errors {
      padding-left: 0;
      list-style: none;
      margin: 0;
      margin: 10px 0; }
    .newsletter p {
      margin: 15px 0; }
  .content-classic-hero {
    border-bottom: 10px solid #FED141;
    margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .content-classic-hero {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1024px) {
    .content-classic-hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media screen {
    .content-classic-hero-content {
      position: relative; } }
    @media screen and (min-width: 1024px) {
      .content-classic-hero-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%; } }

@media screen {
      .content-classic-hero-content-blur {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-filter: blur(10px);
                filter: blur(10px);
        display: none;
        margin: -10px; } }
      @media screen and (min-width: 1024px) {
        .content-classic-hero-content-blur {
          display: block; } }

@media screen {
      .content-classic-hero-content-container {
        position: relative;
        height: 100%;
        padding: 15px;
        background-color: #1A76C5; }
        .theme-green .content-classic-hero-content-container {
          background-color: #005342; }
        .theme-blue .content-classic-hero-content-container {
          background-color: #1A76C5; }
        .theme-teal .content-classic-hero-content-container {
          background-color: #00545A; }
        .theme-purple .content-classic-hero-content-container {
          background-color: #691E4B; } }
      @media screen and (min-width: 768px) {
        .content-classic-hero-content-container {
          padding: 30px; } }
      @media screen and (min-width: 1024px) {
        .content-classic-hero-content-container {
          padding: 90px 60px 60px;
          background-color: rgba(26, 118, 197, 0.9); }
          .theme-green .content-classic-hero-content-container {
            background-color: rgba(0, 83, 66, 0.9); }
          .theme-blue .content-classic-hero-content-container {
            background-color: rgba(26, 118, 197, 0.9); }
          .theme-teal .content-classic-hero-content-container {
            background-color: rgba(0, 84, 90, 0.9); }
          .theme-purple .content-classic-hero-content-container {
            background-color: rgba(105, 30, 75, 0.9); } }
      @media screen and (min-width: 1200px) {
        .content-classic-hero-content-container {
          padding: 120px 60px 60px; } }
  @media screen and (min-width: 1024px) {
    .content-classic-hero .carousel {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; }
      .content-classic-hero .carousel .slider-img-lg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; } }

@media screen {
    .content-classic-hero-img {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top; } }
    @media screen and (min-width: 1024px) {
      .content-classic-hero-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
        padding-bottom: 36% !important;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

@media screen {
      .content-classic-hero-img .bx-viewport {
        height: 0 !important;
        padding-bottom: 62%; } }
      @media screen and (min-width: 1024px) and (max-width: 1365px) {
        .content-classic-hero-img .bx-viewport {
          padding-bottom: 100%; } }

@media screen {
      .content-classic-hero-img-expand {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        right: 35px;
        bottom: 30px;
        cursor: pointer;
        background-color: rgba(45, 48, 51, 0.9);
        border-radius: 4px;
        padding: 8px 20px; } }
      @media screen and (max-width: 1199.98px) {
        .content-classic-hero-img-expand {
          padding: 8px 15px;
          right: 15px;
          bottom: 15px; } }

@media screen {
        .content-classic-hero-img-expand svg {
          width: 33px;
          height: 34px;
          fill: white;
          margin: -1px; }
        .content-classic-hero-img-expand:focus {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transform-origin: 50% 50%;
              -ms-transform-origin: 50% 50%;
                  transform-origin: 50% 50%; }
      .content-classic-hero-img:hover .content-classic-hero-img-expand {
        opacity: 1; }
    .content-classic-hero .image-item {
      cursor: pointer; }
  .content-classic-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; } }
  @media screen and (min-width: 1024px) {
    .content-classic-title {
      font-size: 40px;
      font-size: 2.5rem; } }

@media screen {
  .content-classic-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px; } }
  @media screen and (min-width: 1024px) {
    .content-classic-subtitle {
      font-family: "Open Sans", sans-serif;
      font-size: 21px;
      line-height: 32px; } }

@media screen {
  .content-classic-options {
    margin-top: 20px; }
    .content-classic-options .dropdown-menu {
      left: 0; }
    .content-classic-options .dropdown-item {
      text-align: left; }
  .content-classic-author {
    border-top: none;
    margin-top: 0; } }
  @media screen and (min-width: 1024px) {
    .content-classic-author {
      border-top: none;
      margin-top: 0; } }

@media screen {
  .content-classic-meta {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    .content-classic-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .content-classic-meta-author {
      padding-right: 50px; } }

@media screen {
    .content-classic-meta-share {
      margin-top: 15px;
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      .content-classic-meta-share {
        margin-left: auto;
        margin-top: 0; } }
    @media screen and (max-width: 767.98px) {
      .content-classic-meta-share {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

@media screen {
      .content-classic-meta-share-btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        height: 30px;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 3px;
        margin-left: 2px; } }
      @media screen and (max-width: 767.98px) {
        .content-classic-meta-share-btn {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin-top: 10px; } }

@media screen {
  .content-classic-text {
    font-size: 14px;
    font-weight: 300; } }
  @media screen and (min-width: 1024px) {
    .content-classic-text {
      font-size: 15px; } }

@media screen {
  .slider-img {
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 62%; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .slider-img {
      padding-bottom: 100%; } }

@media screen {
  .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); } }
  @media screen and (min-width: 768px) {
    .slider-caption {
      padding: 10px;
      font-size: 14px;
      font-size: 0.875rem; } }

@media screen {
  .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 2px solid #FED141; }
  .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a.active, .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a:hover, .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #FED141; }
  .content-classic-hero-img.bx-wrapper .bx-controls {
    min-width: 100px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99; }
    .content-classic-hero-img.bx-wrapper .bx-controls.disabled {
      display: none; }
  .no-cssfilters .content-classic-hero-content-blur {
    display: none; }
  .no-cssfilters .content-classic-hero-content-container {
    background-color: #1A76C5; }
  .story-mobile-header {
    background-color: #000;
    border-bottom: 10px solid #FED141; } }
  @media screen and (min-width: 1024px) {
    .story-mobile-header {
      display: none; } }

@media screen {
  .story-mobile-image {
    height: 0;
    overflow: hidden;
    padding-bottom: 120%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; } }
  @media screen and (min-width: 768px) {
    .story-mobile-image {
      padding-bottom: 61%; } }

@media screen {
    .story-mobile-image-gradient {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      padding-top: 70%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #000), to(#000));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%); } }
    @media screen and (min-width: 768px) {
      .story-mobile-image-gradient {
        padding-top: 33.333%;
        bottom: -5px; } }

@media screen {
    .story-mobile-image-container {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px; }
  .story-mobile-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    position: relative; }
    .story-mobile-title:before {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 30px;
      background-color: #FED141;
      margin-left: -30px;
      margin-right: 10px;
      position: relative; }
  .story-mobile-subtitle {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative; }
  .story-mobile-utils {
    background-color: #1A76C5;
    color: #fff;
    padding: 20px; }
    .story-mobile-utils a, .story-mobile-utils a:hover, .story-mobile-utils a:focus {
      color: #fff; }
  .story-mobile-topic {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2pt;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .story-mobile-scroll a {
    background: url("../fonts/icon-arrow-down.svg") no-repeat right 20px top 50%;
    background-size: 7%;
    display: block;
    opacity: .6;
    padding: 20px; } }
  @media screen and (min-width: 768px) {
    .story-mobile-scroll a {
      background-size: 3%; } }

@media screen {
  .story-mobile-media-watch {
    text-align: center;
    width: auto; }
    .story-mobile-media-watch .btn, .story-mobile-media-watch .button {
      display: inline-block !important; }
  .story-mobile-media-expand {
    position: absolute;
    right: 15px;
    top: 70px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .story-mobile-media-expand span {
      display: block; }
      .story-mobile-media-expand span:hover {
        cursor: pointer; }
    .story-mobile-media-expand .icon {
      width: 60px;
      height: 60px;
      fill: #fff;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      margin: -1px; }
      .story-mobile-media-expand .icon:hover, .story-mobile-media-expand .icon:focus {
        width: 70px;
        height: 70px; }
    .story-mobile-media-expand:focus {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
  .story-mobile-related .btn, .story-mobile-related .button {
    width: 100%; }
  .story-mobile-share {
    border-bottom: 5px solid #FED141;
    padding: 20px;
    text-align: center; } }
  @media screen and (max-width: 1023.98px) {
    .story-mobile-share .content-classic-meta-share-btn {
      margin-top: 10px; } }

@media screen and (min-width: 1024px) {
  .story-mobile-sidebar {
    display: none; } }

@media screen {
  .story-header {
    display: none;
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-header {
      display: block; } }

@media screen {
  .story-utils {
    background-color: #1A76C5;
    color: #fff;
    margin: 60px -40px 30px;
    padding: 10px 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .story-utils a, .story-utils a:hover, .story-utils a:focus {
      color: #fff; }
  .story-topic {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase; } }
  @media screen and (min-width: 1024px) {
    .story-topic {
      font-size: 24px; } }

@media screen {
  .story-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    border-left: 10px solid #FED141;
    margin-left: -40px;
    padding-left: 30px; } }
  @media screen and (max-width: 1199.98px) {
    .story-title {
      font-weight: 600;
      font-size: 28px;
      line-height: 32px;
      position: relative; } }
  @media screen and (max-width: 1023.98px) {
    .story-title:before {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 30px;
      background-color: #FED141;
      margin-left: -30px;
      margin-right: 10px;
      position: relative; } }

@media screen {
  .story-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px; } }
  @media screen and (max-width: 1199.98px) {
    .story-subtitle {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      position: relative; } }

@media screen {
  .story-author {
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-author {
      border-top: 5px solid #FED141;
      margin-top: 40px;
      padding-bottom: 20px; }
      .content-classic .story-author {
        border-top-width: 0;
        margin-top: 0; } }

@media screen {
    .story-author-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .story-author-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

@media screen {
      .story-author-item-info {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px; } }
      @media screen and (min-width: 1024px) {
        .story-author-item-info {
          font-size: 16px; } }

@media screen {
        .story-author-item-info strong {
          font-weight: 700; }
      .story-author-item-image {
        padding-right: 10px; }
        .story-author-item-image img {
          border: 3px solid #FED141;
          width: 66px;
          height: auto; } }
        @media screen and (min-width: 1024px) {
          .story-author-item-image img {
            width: 93px; } }

@media screen {
  .story-credit {
    font-weight: 700;
    font-size: 13px;
    padding-bottom: 25px;
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-credit {
      font-size: 13px;
      padding-bottom: 15px; } }

@media screen {
    .story-credit-item {
      padding-bottom: 5px; }
      .story-credit-item svg {
        fill: white;
        width: 15px;
        height: 18px;
        margin: -3px 5px 0 0; }
      .story-credit-item span {
        text-transform: uppercase;
        font-weight: 400; }
  .story-info {
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media screen {
  .story-subscribe {
    padding-bottom: 15px; }
  .story-date {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 10;
    padding-right: 20px;
    display: block;
    padding-bottom: 10px; } }
  @media screen and (min-width: 1024px) {
    .story-date {
      font-size: 16px; } }

@media screen {
  .story-share {
    display: none;
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-share {
      display: block;
      padding-bottom: 10px; } }

@media screen {
  .story-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-body {
      font-size: 15px;
      line-height: 24px; } }

@media screen {
  .story-tags {
    font-weight: 700;
    font-size: 14px;
    color: #FED141;
    position: relative;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-tags {
      font-size: 15px; } }

@media screen {
    .story-tags span {
      color: #fff;
      display: inline-block;
      padding-right: 10px; } }

@media screen and (min-width: 1024px) {
  .story-pane {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen {
  .story-pane-left {
    position: relative; } }
  @media screen and (min-width: 1024px) {
    .story-pane-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: 50%;
      overflow: hidden; } }

@media screen {
  .story-pane-container {
    position: relative;
    padding: 20px; } }
  @media screen and (min-width: 1024px) {
    .story-pane-container {
      padding: 40px;
      background-color: rgba(0, 0, 0, 0.75); } }

@media screen {
    .story-translated .story-pane-container {
      padding-right: 50px; } }

@media screen and (min-width: 1024px) {
  .story-pane-right {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: right;
    background-size: 200%;
    background-repeat: no-repeat; } }

@media screen {
  .story-pane-blur {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: left;
    background-size: 200%;
    -webkit-filter: blur(10px);
            filter: blur(10px); } }
  @media screen and (min-width: 1024px) {
    .story-pane-blur {
      display: block; } }

@media screen {
  .story-pane-gradient {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    padding-top: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 48, 51, 0)), color-stop(50%, #2D3033), to(#2D3033));
    background-image: -webkit-linear-gradient(top, rgba(45, 48, 51, 0) 0%, #2D3033 50%, #2D3033 100%);
    background-image: -o-linear-gradient(top, rgba(45, 48, 51, 0) 0%, #2D3033 50%, #2D3033 100%);
    background-image: linear-gradient(180deg, rgba(45, 48, 51, 0) 0%, #2D3033 50%, #2D3033 100%); }
  .story-media-expand {
    position: fixed;
    bottom: 87px;
    right: 22px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .story-media-expand span {
      display: block; }
      .story-media-expand span:hover {
        cursor: pointer; }
    .story-media-expand .icon {
      width: 70px;
      height: 70px;
      fill: #fff;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
      margin: -1px; }
      .story-media-expand .icon:hover, .story-media-expand .icon:focus {
        width: 80px;
        height: 80px; }
    .story-media-expand:focus {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; } }
  @media screen and (max-width: 1023.98px) {
    .story-media-expand {
      display: none; } }

@media screen {
  .story-media-watch {
    position: fixed;
    left: 75%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; } }
  @media screen and (max-width: 1023.98px) {
    .story-media-watch {
      display: none; } }

@media screen {
  .story .footer-links {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none; } }
  @media screen and (min-width: 1024px) {
    .story .footer-links [class*="col"] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      max-width: 33.333%; } }
  @media screen and (min-width: 1024px) {
    .story .footer-links-logo {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      max-width: 100% !important;
      border-bottom: 5px solid #fff;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .story .footer-links-logo > a {
      margin: 40px auto; } }

@media screen {
  .story-comments {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 10; } }
  @media screen and (min-width: 1024px) {
    .story-comments {
      left: 50%; } }
  @media screen and (max-width: 1023.98px) {
    .story-comments {
      left: 0;
      z-index: 20; } }

@media screen {
    .comments-open .story-comments {
      padding-top: 120px;
      overflow-y: auto;
      overflow-x: hidden;
      height: 100vh;
      -webkit-overflow-scrolling: touch;
      top: 60px; } }
    @media screen and (min-width: 1024px) {
      .comments-open .story-comments {
        max-height: calc(100vh - 60px); } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open .story-comments {
    max-height: calc(100vh - 74px); } }
    @media screen and (max-width: 767.98px) {
      .comments-open .story-comments {
        max-height: calc(100vh - 60px); } }

@media screen {
  .story-comments.classic {
    position: static;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media screen and (min-width: 576px) {
    .story-comments.classic {
      max-width: 540px; } }
  @media screen and (min-width: 768px) {
    .story-comments.classic {
      max-width: 720px; } }
  @media screen and (min-width: 1024px) {
    .story-comments.classic {
      max-width: 960px; } }
  @media screen and (min-width: 1200px) {
    .story-comments.classic {
      max-width: 1140px; } }

@media screen {
    .comments-open .story-comments.classic {
      max-height: none;
      height: auto; } }

@media screen and (max-width: 1023.98px) {
  .story-related {
    display: none; } }

@media screen {
  .content-classic .story-related {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media screen and (min-width: 576px) {
    .content-classic .story-related {
      max-width: 540px; } }
  @media screen and (min-width: 768px) {
    .content-classic .story-related {
      max-width: 720px; } }
  @media screen and (min-width: 1024px) {
    .content-classic .story-related {
      max-width: 960px; } }
  @media screen and (min-width: 1200px) {
    .content-classic .story-related {
      max-width: 1140px; } }
  @media screen and (max-width: 1023.98px) {
    .content-classic .story-related {
      display: block; } }

@media screen and (min-width: 1024px) {
  .story-related #toggle_related {
    position: fixed;
    top: 120px;
    right: 40px;
    display: none; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .story-related #toggle_related {
      display: inline-block; } }

@media screen and (min-width: 1024px) {
    .related-stories-reveal .story-related #toggle_related {
      background: #FED141;
      border: 1px #FED141 solid;
      color: #000; } }

@media screen and (max-width: 1023.98px) {
  .story-related #toggle_related {
    display: none; } }

@media screen {
  .content-classic .story-related #toggle_related {
    position: static;
    display: block;
    margin: 15px auto;
    min-width: 225px; } }
  @media screen and (min-width: 1024px) {
    .content-classic .story-related #toggle_related {
      display: block; } }

@media screen and (min-width: 1024px) {
  .story-related #toggle_related_mobile {
    display: none; } }

@media screen {
  .story-related-wrapper {
    display: none;
    background-color: rgba(67, 70, 74, 0.7);
    padding: 30px 20px;
    overflow: hidden; }
    .related-stories-reveal .story-related-wrapper {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .story-related-wrapper {
      position: fixed;
      top: 163px;
      right: 40px;
      bottom: 115px;
      width: calc(50% - 80px); } }

@media screen {
    .content-classic .story-related-wrapper {
      position: static;
      width: 100%; }
    .story-related-wrapper-scroll {
      border-radius: 45px;
      background-color: #43464a;
      padding: 25px; } }
    @media screen and (min-width: 1024px) {
      .story-related-wrapper-scroll {
        position: absolute;
        left: 20px;
        top: 30px;
        bottom: 30px;
        right: 20px; } }

@media screen {
      .content-classic .story-related-wrapper-scroll {
        position: static; }
      .story-related-wrapper-scroll-content {
        overflow-y: auto;
        scrollbar-base-color: #FED141;
        scrollbar-face-color: #FED141;
        scrollbar-3dlight-color: #FED141;
        scrollbar-highlight-color: #FED141;
        scrollbar-track-color: #2D3033;
        scrollbar-arrow-color: #2D3033;
        scrollbar-shadow-color: #2D3033;
        scrollbar-dark-shadow-color: #2D3033; } }
      @media screen and (min-width: 1024px) {
        .story-related-wrapper-scroll-content {
          position: absolute;
          left: 20px;
          top: 20px;
          bottom: 20px;
          right: 20px; } }

@media screen {
        .content-classic .story-related-wrapper-scroll-content {
          position: static; }
        .story-related-wrapper-scroll-content::-webkit-scrollbar {
          -webkit-appearance: none;
          width: 7px;
          margin-right: 5px; }
        .story-related-wrapper-scroll-content::scrollbar {
          -webkit-appearance: none;
          width: 7px;
          margin-right: 5px; }
        .story-related-wrapper-scroll-content::-webkit-scrollbar-thumb {
          border-radius: 4px;
          background-color: rgba(255, 255, 255, 0.5);
          -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .story-relatedNews-item {
    clear: both;
    padding-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .story-relatedNews-item-image {
      float: left;
      width: 40%;
      padding-right: 45px; } }
  @media screen and (max-width: 767.98px) {
    .story-relatedNews-item-image {
      margin-bottom: 15px; } }

@media screen {
    .story-relatedNews-item-text {
      overflow: hidden; }
      .story-relatedNews-item-text-title {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700; }
        .story-relatedNews-item-text-title a {
          color: white;
          margin: 0 0 15px; }
      .story-relatedNews-item-text-description {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 15px; }
      .story-relatedNews-item-text-loadmore .button {
        border-radius: 20px; }
  .story-video .story-media-expand {
    display: none; }
  .story-video.paused .story-media-expand {
    display: block; }
  .story-video .story-pane-right {
    background-size: cover; }
  .story-video .story-media-controls {
    position: absolute;
    top: 112px;
    left: 40px; } }
  @media screen and (max-width: 1023.98px) {
    .story-video .story-media-controls {
      display: none; } }

@media screen {
  .story-portrait .story-pane-right {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .story-portrait .story-pane-blur {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .story-infographic-embed {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; } }
  @media screen and (max-width: 1023.98px) {
    .story-infographic-embed {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .story-infographic-embed {
      margin-top: 0; } }

@media screen {
    .story-infographic-embed img {
      width: 100%;
      height: auto; }
  .story-infographic-scroll {
    display: none;
    position: fixed;
    bottom: 90px;
    width: 50%;
    left: 50%;
    text-align: center; } }
  @media screen and (max-width: 1199.98px) {
    .story-infographic-scroll {
      display: none; } }

@media screen {
    .story-infographic-scroll .icon {
      outline: none; }
  .story-infographic .story-pane-right {
    display: block;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033; } }
  @media screen and (max-width: 1199.98px) {
    .story-infographic .story-pane-right {
      position: relative; } }
  @media screen and (min-width: 1024px) {
    .story-infographic .story-pane-right {
      overflow-y: scroll;
      padding-bottom: 100px; } }

@media screen {
    .story-infographic .story-pane-right::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
      margin-right: 5px; }
    .story-infographic .story-pane-right::scrollbar {
      -webkit-appearance: none;
      width: 7px;
      margin-right: 5px; }
    .story-infographic .story-pane-right::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #FED141;
      -webkit-box-shadow: 0 0 1px #FED141; } }

@media screen and (max-width: 1199.98px) {
  .story-infographic .story-related .btn, .story-infographic .story-related .button {
    display: none; } }

@media screen and (min-width: 1024px) {
  .story-infographic-embed {
    margin-top: 50px; } }

@media screen {
  .story-infographic-embed .cb-image {
    width: 100%; }
  .no-cssfilters .story-pane-left-blur {
    display: none; }
  .no-cssfilters .story-pane-blur {
    display: none; } }

@media screen and (min-width: 1024px) {
  .content-feature {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen {
  .content-feature-img {
    padding-bottom: 150%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; } }
  @media screen and (min-width: 1024px) {
    .content-feature-img {
      padding-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      background-position: right;
      background-size: 200%; } }

@media screen {
    .content-feature-img video {
      display: none; } }
    @media screen and (min-width: 1024px) {
      .content-feature-img video {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 0;
        height: 100%;
        -webkit-transform: translateX(0) !important;
            -ms-transform: translateX(0) !important;
                transform: translateX(0) !important; } }

@media screen {
  .content-feature-related button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
    display: none; } }
  @media screen and (min-width: 1024px) {
    .content-feature-related button {
      top: 120px;
      right: 30px;
      bottom: auto;
      left: auto;
      width: auto;
      display: block; } }

@media screen and (min-width: 1024px) {
  .content-feature-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden; } }

@media screen {
  .content-feature-text-blur {
    display: none; } }
  @media screen and (min-width: 1024px) {
    .content-feature-text-blur {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 50%;
      background-position: left;
      background-size: 200%;
      -webkit-filter: blur(10px);
              filter: blur(10px); } }

@media screen {
  .content-feature-text-container {
    background-color: #333;
    padding: 0 30px 30px;
    position: relative; } }
  @media screen and (min-width: 1024px) {
    .content-feature-text-container {
      background-color: rgba(0, 0, 0, 0.65);
      padding: 60px; } }

@media screen {
  .content-feature-hr {
    height: 6px;
    background-color: #FED141;
    margin: 30px 0; }
  .content-feature-header {
    background-color: #1A76C5;
    color: #fff;
    margin: 0 -30px 30px;
    padding: 10px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1pt; } }
  @media screen and (min-width: 1024px) {
    .content-feature-header {
      margin: 60px -60px 30px;
      padding: 10px 60px;
      font-size: 24px; } }

@media screen {
  .content-feature-title {
    border-left: 5px solid #FED141;
    margin-left: -30px;
    padding-left: 20px; } }
  @media screen and (min-width: 1024px) {
    .content-feature-title {
      border-left: 10px solid #FED141;
      margin-left: -60px;
      padding-left: 50px; } }

@media screen {
  .content-feature-subtitle {
    font-size: 17px;
    font-weight: 300; } }
  @media screen and (min-width: 1024px) {
    .content-feature-subtitle {
      font-size: 20px;
      font-weight: 300; } }

@media screen and (min-width: 1024px) {
  .content-feature-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen {
  .content-feature-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; }
    .content-feature-author img {
      width: 60px;
      height: 60px;
      border: 1px solid #FED141;
      margin-right: 30px; } }
    @media screen and (min-width: 1024px) {
      .content-feature-author img {
        width: 90px;
        height: 90px;
        border: 3px solid #FED141; } }

@media screen {
  .content-feature-credits {
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600; }
  .content-feature-meta {
    margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .content-feature-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media screen {
    .content-feature-meta-date {
      font-family: 'Open Sans', sans-serif;
      font-size: 20px;
      font-weight: 700;
      padding-right: 30px;
      margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .content-feature-meta-date {
        margin-bottom: 0; } }

@media screen {
  .content-feature-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300; }
    .content-feature-body strong, .content-feature-body b {
      font-weight: 700; }
  .content-feature-commentsswitch {
    display: none !important;
    padding: 15px 30px;
    text-align: center;
    background-color: rgba(67, 70, 74, 0.82); }
    .content-feature-commentsswitch svg {
      fill: white;
      width: 29px;
      height: 23px;
      margin: 0 29px 0 0; } }

@media screen and (max-width: 1023.98px) {
  .content-feature-comments {
    padding: 15px 30px;
    display: none; }
    .content-feature-comments.opened {
      display: block; } }

@media screen {
  .content-feature-comments-teaser {
    text-align: center; }
  .content-feature-comments button {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 10px 15px; }
  .content-feature-comments .commentsForm {
    padding: 30px 0; }
    .content-feature-comments .commentsForm ul {
      padding-left: 0;
      list-style: none;
      margin: 0; }
      .content-feature-comments .commentsForm ul li textarea, .content-feature-comments .commentsForm ul li input[type="text"], .content-feature-comments .commentsForm ul li input[type="email"] {
        width: 100%;
        border: 1px solid #707070;
        background: #707070;
        color: white;
        padding: 0 15px;
        outline: none; }
      .content-feature-comments .commentsForm ul li input[type="text"], .content-feature-comments .commentsForm ul li input[type="email"] {
        border-radius: 19px;
        height: 52px; }
    .content-feature-comments .commentsForm label {
      display: block; }
      .content-feature-comments .commentsForm label > span {
        display: inline-block;
        margin-bottom: 5px;
        text-transform: uppercase; }
    .content-feature-comments .commentsForm .btn_submit {
      height: 52px;
      width: 220px;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700; } }
    @media screen and (min-width: 768px) {
      .content-feature-comments .commentsForm .btn_submit {
        float: right; } }

@media screen {
  .content-feature-comments .comments-confirm {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 15px; }
    .content-feature-comments .comments-confirm a {
      color: white !important; }
  .content-feature-portrait .content-feature-img {
    background-size: cover;
    background-position: center; }
  .content-feature-portrait .content-feature-text-blur {
    background-size: cover;
    background-position: center; }
  .content-feature-video .content-feature-text-container {
    background-color: #333; }
  .content-feature-video-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    background-color: #1A76C5; } }
  @media screen and (min-width: 1024px) {
    .content-feature-video-title {
      position: fixed;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      top: 120px;
      left: 50%;
      padding: 60px;
      font-size: 90px;
      background-color: transparent;
      text-align: left;
      width: auto; } }

@media screen {
  .content-feature-video-watch {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 300px;
    text-align: center; } }
  @media screen and (min-width: 1024px) {
    .content-feature-video-watch {
      position: fixed;
      bottom: 120px;
      left: 75%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

@media screen {
  .page_head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase; }
  /*

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

*/
  .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

@media screen {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block; }
  .carousel-item-next,
  .carousel-item-prev {
    position: absolute;
    top: 0; }
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
      .carousel-item-next.carousel-item-left,
      .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
      .carousel-item-next,
      .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0); } }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
    @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
      .carousel-item-prev,
      .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0); } }
  .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
         -o-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
      .carousel-fade .carousel-item-next,
      .carousel-fade .carousel-item-prev,
      .carousel-fade .carousel-item.active,
      .carousel-fade .active.carousel-item-left,
      .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9; }
  .carousel-control-prev {
    left: 0; }
  .carousel-control-next {
    right: 0; }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
    .carousel-indicators li {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      text-indent: -999px;
      cursor: pointer;
      background-color: none;
      border: 2px solid #FED141;
      border-radius: 5px;
      /*
    // Use pseudo classes to increase the hit area by 10px on top and bottom.
    &::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    &::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    */ }
      .carousel-indicators li.active {
        background: #FED141; }
    .carousel-indicators .active {
      background-color: #fff; }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }
  .related-stories {
    position: fixed;
    right: -9999px;
    -webkit-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    top: 160px;
    width: 40%;
    background: rgba(45, 48, 51, 0.9);
    padding: 15px 0; }
    .related-stories-reveal {
      right: 30px; }
    .related-stories-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 30px; }
      .related-stories-item-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%; }
        .related-stories-item-img img {
          width: 100%;
          height: auto;
          padding-right: 30px; }
      .related-stories-item-text {
        position: relative;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%;
        max-width: 0 0 66.66%; }
      .related-stories-item-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 1rem;
        text-transform: none; }
        .related-stories-item-title a {
          color: #fff; }
      .related-stories-item-desc {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300; }
      .related-stories-item-cta {
        left: 0;
        bottom: 0; }
        .related-stories-item-cta a {
          padding: 5px 15px;
          font-size: 12px; }
  #commentsblock {
    background-color: rgba(45, 48, 51, 0.95);
    padding: 0;
    font-size: 14px;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033; }
    #commentsblock.classic {
      background: none;
      padding-top: 0 !important; } }
  @media screen and (min-width: 1024px) {
    .comments-open #commentsblock {
      padding-top: 60px; } }

@media screen {
    #commentsblock::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
      margin-right: 5px; }
    #commentsblock::scrollbar {
      -webkit-appearance: none;
      width: 7px;
      margin-right: 5px; }
    #commentsblock::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .story-comments-toggle {
    padding: 12px 0 0;
    text-align: center; }
    .story-comments-toggle:after {
      content: "";
      margin-top: 12px;
      display: block;
      border-bottom: #FED141 3px solid;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .comments-open .story-comments-toggle {
      position: fixed;
      right: 0;
      z-index: 10;
      background: rgba(45, 48, 51, 0.95); } }
    @media screen and (min-width: 1200px) {
      .comments-open .story-comments-toggle {
        left: 50%; } }
    @media screen and (max-width: 1199.98px) {
      .comments-open .story-comments-toggle {
        left: 0; } }
    @media screen and (min-width: 1024px) {
      .comments-open .story-comments-toggle {
        top: 60px; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open .story-comments-toggle {
    top: 74px; } }
    @media screen and (max-width: 767.98px) {
      .comments-open .story-comments-toggle {
        top: 60px; } }

@media screen {
      .comments-open .story-comments-toggle:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .comments-open .content-classic .story-comments-toggle {
      position: static; }
    .story-comments-toggle #close_comments {
      float: right;
      margin: 5px 25px 10px -50px;
      cursor: pointer;
      display: none;
      background: none;
      padding: 0;
      /* position: fixed; */
      right: 0; } }
    @media screen and (min-width: 1024px) {
      .story-comments-toggle #close_comments {
        top: 70px; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-comments-toggle #close_comments {
    top: 84px; } }
    @media screen and (max-width: 767.98px) {
      .story-comments-toggle #close_comments {
        top: 70px; } }

@media screen {
      .classic .story-comments-toggle #close_comments {
        float: right;
        position: static; }
      .comments-open .story-comments-toggle #close_comments {
        display: block; }
      .story-comments-toggle #close_comments svg {
        width: 25px;
        height: 25px;
        fill: white; }
  #toggle_comments {
    background: none; }
    #toggle_comments .icon-comments {
      fill: #fff;
      width: 16px;
      height: 16px;
      margin-right: 5px; }
  #reply {
    display: block !important;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    padding: 0 50px; }
    .comments-open #reply {
      padding-bottom: 0;
      max-height: 1000px; } }
    @media screen and (min-width: 1024px) {
      .comments-open #reply {
        padding-top: 60px; } }

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open #reply {
    padding-top: 74px; } }
    @media screen and (max-width: 767.98px) {
      .comments-open #reply {
        padding-top: 74px; } }

@media screen {
    .comments-open .classic #reply {
      padding-left: 15px;
      padding-right: 15px; }
  .commentsForm {
    padding: 30px 0; }
    .commentsForm ul {
      padding-left: 0;
      list-style: none;
      margin: 0; }
      .commentsForm ul li textarea, .commentsForm ul li input[type="text"], .commentsForm ul li input[type="email"] {
        width: 100%;
        border: 1px solid #707070;
        background: #707070;
        color: white;
        padding: 0 15px;
        outline: none; }
      .commentsForm ul li input[type="text"], .commentsForm ul li input[type="email"] {
        border-radius: 19px;
        height: 52px; }
    .commentsForm label {
      display: block; }
      .commentsForm label > span {
        display: inline-block;
        margin-bottom: 5px;
        text-transform: uppercase; }
    .commentsForm .btn_submit {
      height: 52px;
      width: 220px;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700; } }
    @media screen and (min-width: 768px) {
      .commentsForm .btn_submit {
        float: right; } }

@media screen {
  .comments-confirm {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 15px; }
    .comments-confirm a {
      color: white !important; }
  .story-comments-pane {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    display: none; }
    .story-comments-pane .comments-closing,
    .comments-opening .story-comments-pane {
      display: block; }
    .comments-open .story-comments-pane {
      display: block;
      max-height: 10000px;
      opacity: 1;
      -webkit-transition: max-height 0s ease, opacity 0.3s ease;
      -o-transition: max-height 0s ease, opacity 0.3s ease;
      transition: max-height 0s ease, opacity 0.3s ease; }
  .comment_box {
    padding-right: 50px;
    padding-left: 50px;
    clear: both; }
    .comments-open .classic .comment_box {
      padding-left: 15px;
      padding-right: 15px; }
  #commentsList {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    #commentsList .commentBody {
      border-bottom: 6px solid #707070;
      padding: 30px 0 10px; }
      #commentsList .commentBody::after {
        display: block;
        clear: both;
        content: ""; }
      #commentsList .commentBody.level-2 {
        margin-left: 50px; }
    #commentsList .author {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem; }
      #commentsList .author:before {
        content: "";
        background: #FED141;
        float: left;
        width: 26px;
        height: 21px;
        margin: 4px 24px 0 -50px; }
    #commentsList .commentText {
      font-size: 15px;
      font-size: 0.9375rem;
      margin: 0; }
    #commentsList .graymed {
      font-size: 12px;
      font-size: 0.75rem; }
    #commentsList .reply-link {
      float: right;
      color: white;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: 15px 0 0; }
  .comment-reply-form-title {
    font-size: 29px;
    font-size: 1.8125rem;
    text-transform: uppercase; }
  .g-recaptcha {
    margin-bottom: 30px; }
  #add_comment_btn {
    margin: 40px 0 20px 50px;
    float: left; }
  .video-screen {
    position: relative; }
    .video-screen-item {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; } }
    @media screen and (min-width: 768px) {
      .video-screen-item {
        display: none; } }

@media screen {
      .video-screen-item-playing {
        display: block; }
      .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
        display: none; } }
      @media screen and (min-width: 768px) {
        .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
          display: block;
          opacity: 1;
          visibility: visible; } }

@media screen {
      .video-screen-item-active .video-screen-preview, .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
        display: none; }
      .video-screen-item video {
        max-width: 100%;
        height: auto; } }
  @media screen and (min-width: 768px) {
    .video-screen-item:focus .video-screen-media {
      opacity: 1;
      visibility: visible; } }

@media screen {
    .video-screen-preview {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 0;
      visibility: hidden; } }
    @media screen and (max-width: 1023.98px) {
      .video-screen-preview {
        display: none; } }

@media screen {
    .video-screen-media {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; } }
    @media screen and (min-width: 768px) {
      .video-screen-media {
        opacity: 0;
        visibility: hidden; } }

@media screen {
      .video-screen-media [role="presentation"] {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden; }
    .video-screen-item-active .video-screen-media {
      opacity: 1;
      visibility: visible; }
    .video-screen-item-active .video-screen-info {
      display: none !important; }
    .video-screen-item-active .video-thmb-title {
      display: none; }
    .video-screen-item-active .video-screen-trigger {
      display: none; }
    .video-screen-item-active [role="presentation"] {
      display: none; } }
  @media screen and (min-width: 768px) {
    .video-screen-item .video-thmb-title {
      display: none; } }

@media screen {
    .video-screen-trigger {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
    @media screen and (min-width: 768px) {
      .video-screen-trigger {
        display: none; } }

@media screen {
    .video-screen-info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: visible;
      opacity: 1;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .video-screen-info-wrapper {
        position: relative; }
    .video-screen-title {
      font-weight: normal;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      padding: 10px;
      margin: 0;
      clear: both;
      color: #fff; } }
    @media screen and (min-width: 768px) {
      .video-screen-title {
        font-size: 20px;
        padding: 10px 30px; } }
    @media screen and (min-width: 1024px) {
      .video-screen-title {
        font-size: 30px;
        padding: 10px 60px; } }

@media screen {
    .video-screen-description {
      font-weight: 300; }
    .video-screen:hover .video-screen-media, .video-screen:focus .video-screen-media {
      opacity: 1;
      visibility: visible; }
    .video-screen:hover .video-screen-info, .video-screen:focus .video-screen-info {
      opacity: 0;
      visibility: hidden; }
    .video-screen:hover .video-screen-item:first-child .video-screen-info, .video-screen:focus .video-screen-item:first-child .video-screen-info {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 767.98px) {
  .video-thmb {
    display: none; } }

@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .video-thmb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen {
  .video-thmb-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; } }
  @media screen and (min-width: 576px) and (max-width: 1023.98px) {
    .video-thmb-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media screen and (min-width: 768px) {
    .video-thmb-item-playing {
      display: none; } }

@media screen {
  .video-thmb-media {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 0;
    padding-bottom: 56.26%; }
    .video-thmb-media video {
      max-width: 100%;
      height: auto; }
  .video-thmb-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 10px #FED141 solid;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff; } }
  @media screen and (min-width: 768px) {
    .video-thmb-title {
      padding: 5px;
      border-left-width: 5px; } }
  @media screen and (min-width: 1024px) {
    .video-thmb-title {
      padding: 10px;
      border-left-width: 10px; } }

@media screen {
  .video-thmb-item:hover .video-thmb-media, .video-thmb-item:focus .video-thmb-media {
    opacity: 1;
    visibility: visible; }
  .video-thmb-item:hover .video-thmb-title, .video-thmb-item:focus .video-thmb-title {
    opacity: 0;
    visibility: hidden; }
  .dPolicy {
    position: fixed;
    font-size: 14px;
    right: 15px;
    top: 63px;
    z-index: 99999;
    -webkit-transform: translateY(-700px);
        -ms-transform: translateY(-700px);
            transform: translateY(-700px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    background: #000;
    padding: 30px;
    color: #fff;
    width: 753px;
    max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .dPolicy {
      width: auto;
      right: 0;
      top: 0;
      left: 0;
      font-size: 12px; } }

@media screen {
  .dPolicy.open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: block !important; }
  .dPolicy-content .dPolicy-title {
    font-size: 18px;
    border-left: 3px solid #FED141;
    padding-left: 5px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .dPolicy-content p {
    margin-bottom: 15px; }
  #close_policy {
    display: none;
    float: right;
    cursor: pointer;
    background: none;
    padding: 0; }
    #close_policy svg {
      width: 25px;
      height: 25px;
      fill: white; }
  .dPolicy.open #close_policy {
    display: block; }
  .lightbox {
    margin-top: 100px; }
    .lightbox-modal {
      margin-top: 20px; }
    .lightbox-title {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 21px;
      border-left: 10px solid #FED141;
      padding: 3px 0 3px 15px;
      margin: 0 0 10px; } }
  @media screen and (min-width: 1024px) {
    .lightbox-utils {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 20px 0; } }

@media screen {
    .lightbox-credit {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-transform: uppercase;
      letter-spacing: 2pt;
      font-size: 14px; } }
    @media screen and (max-width: 1199.98px) {
      .lightbox-credit {
        margin: 10px 0; } }

@media screen {
      .lightbox-credit-label {
        display: inline-block;
        vertical-align: middle; }
      .lightbox-credit-name {
        display: inline-block;
        vertical-align: middle;
        font-weight: 800;
        padding-left: 10px; }
      .lightbox-credit-video {
        background: url(../fonts/icon-camera-video.svg) no-repeat 0 5px;
        background-size: 20px;
        padding-left: 40px; }
      .lightbox-credit-photo {
        background: url(../fonts/icon-camera-photo.svg) no-repeat 0 5px;
        background-size: 20px;
        padding-left: 40px; }
    .lightbox-share {
      margin: 0 20px -5px auto; } }
    @media screen and (max-width: 1199.98px) {
      .lightbox-share {
        margin: 10px 0; } }

@media screen {
    .lightbox-cta .btn {
      margin: 0 5px 0 0; } }
  @media screen and (max-width: 1199.98px) {
    .lightbox-cta {
      margin: 10px 0; } }

@media screen {
    .lightbox-footer {
      border-top: 5px solid #FED141;
      padding: 20px 0;
      text-align: center;
      font-size: 14px;
      letter-spacing: 1pt; }
  .fancybox-video.fancybox-lock .header-blur {
    display: none; }
  .fancybox-video.fancybox-lock .content, .fancybox-video.fancybox-lock .footer {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .fancybox-overlay {
    background-color: rgba(45, 48, 51, 0.8); }
  .upload-section {
    border-bottom: 5px #666 solid;
    padding-bottom: 30px;
    margin-bottom: 20px; }
    .upload-section:last-child {
      border-bottom-width: 0; }
  .upload textarea {
    min-height: 180px; }
  .upload p {
    margin-bottom: 15px; }
  .upload h3 {
    margin: 0 0 15px; } }
  @media screen and (max-width: 1023.98px) {
    .upload h3 {
      font-size: 22px; } }

@media screen {
  .upload .required:after {
    content: "*";
    margin-left: 5px; }
  .upload .form-group {
    margin: 5px 0 0; }
    .upload .form-group .errors {
      list-style-type: none;
      margin: 5px 0 0;
      padding: 0;
      color: #ffaaaa; }
  .upload #fileDetails_wrapper {
    margin-bottom: 30px; } }

@media screen and (max-width: 1023.98px) {
  .upload #dzContainer {
    margin-top: 60px; } }

@media screen {
  .upload #dzContainer .dz-message {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 768px) {
  .upload #fileDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; } }

@media screen {
  .upload #fileDetails .dz-image {
    display: none;
    height: 0;
    background-size: cover;
    border-radius: 25px;
    padding-bottom: 100%;
    overflow: hidden;
    padding-bottom: 100%; }
    .upload #fileDetails .dz-image img {
      display: none; }
  .upload #fileDetails .dz-image-preview .dz-image {
    display: block; }
  .upload #fileDetails .dz-preview {
    overflow: hidden;
    position: relative;
    padding: 15px 0; } }
  @media screen and (max-width: 767.98px) {
    .upload #fileDetails .dz-preview {
      margin: 15px 0; } }
  @media screen and (min-width: 768px) {
    .upload #fileDetails .dz-preview {
      margin: 0 1%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      max-width: 45%; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .upload #fileDetails .dz-preview {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 19%;
              flex: 0 0 19%;
      max-width: 19%; } }

@media screen {
    .upload #fileDetails .dz-preview:hover .dz-details, .upload #fileDetails .dz-preview:focus .dz-details, .upload #fileDetails .dz-preview.loading .dz-details {
      opacity: 1; }
    .upload #fileDetails .dz-preview:hover .dz-image:before, .upload #fileDetails .dz-preview:focus .dz-image:before, .upload #fileDetails .dz-preview.loading .dz-image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .upload #fileDetails .dz-preview.loading .dz-image:before {
      background: rgba(0, 0, 0, 0.7); }
    .upload #fileDetails .dz-preview.loading .dz-loader {
      display: block; }
  .upload #fileDetails .dz-loader {
    display: none;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: bounceIn 2s infinite;
            animation: bounceIn 2s infinite; }
  .upload #fileDetails .dz-success-mark {
    display: none; }
  .upload #fileDetails .dz-error-mark {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 54px;
    height: 54px;
    padding: 0;
    background: none;
    display: none; }
  .upload #fileDetails .loaded .dz-error-mark {
    display: block; }
  .upload #fileDetails .dz-details {
    opacity: 0;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
    font-size: 85%; }
  .upload #fileDetails .dz-image {
    position: relative; }
  .upload #fileDetails .dz-remove {
    float: right;
    margin: 5px 15px 0 0; }
  .upload #fileDetails .dz-error-message {
    padding: 0 0 100%;
    position: reative;
    display: none;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
            box-shadow: 0 0 0 1px #000 inset; }
    .upload #fileDetails .dz-error-message > span {
      position: absolute;
      left: 15px;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .upload #fileDetails .dz-error .dz-error-message {
    display: block; }
  .upload .errors {
    color: white;
    font-weight: bold;
    background: #ea3526;
    padding: 15px;
    margin: 30px 0;
    list-style-type: none; }
    .upload .errors li {
      margin: 0; }
  .upload .success {
    padding: 45px 0;
    font-weight: bold; }
  .upload-info-uploading {
    display: none;
    margin: 0 0 15px;
    padding: 15px 0; }
    .fileuploading .upload-info-uploading {
      display: block; }
    .fileregistering.fileuploading .upload-info-uploading {
      display: none; }
  .upload-info-registration {
    display: none;
    margin: 0 0 15px; }
    .fileregistering .upload-info-registration {
      display: block; }
  .upload .form-loading {
    display: none; }
  #upload_files_dialog {
    height: 100%; } }
  @media screen and (max-width: 1023.98px) {
    #upload_files_dialog {
      margin-top: 60px; } }

@media screen and (max-width: 1023.98px) {
  .upload-instructions-desktop {
    display: none; } }

@media screen and (min-width: 1024px) {
  .upload-instructions-mobile {
    display: none; } }

@media screen {
  .uplPickfiles {
    background: none;
    color: white !important;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }
    .uplPickfiles .button {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2.5pt;
      text-transform: uppercase;
      color: black !important; }
  .uplFilelist,
  .uplProgressBar,
  .uplStatusMsg {
    display: none; }
  #fileDetails ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    #fileDetails ul li {
      display: inline-block; }
  .submithide:not(.fileuploading) #uploadBtn {
    display: none; }
  #uploadBtn[disabled] {
    opacity: 0.5;
    cursor: default; }
  .files_uploaded.recaptcha_clicked #uploadBtn {
    display: block !important; }
  .simplebox {
    padding: 15px;
    background-color: #1A76C5;
    color: #fff;
    margin: 15px 0; }
    .simplebox a, .simplebox a:hover, .simplebox a:focus {
      color: #fff;
      text-decoration: underline; }
    .simplebox-content {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .simplebox blockquote {
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-weight: 700;
      font-size: 24px; }
      .simplebox blockquote p {
        padding: 20px; }
      .simplebox blockquote p:first-child::before {
        content: "“"; }
      .simplebox blockquote p:last-child {
        margin-bottom: 0; }
      .simplebox blockquote p:last-child::after {
        content: "”";
        text-align: right; }
      .simplebox blockquote p:first-child::before, .simplebox blockquote p:last-child::fter {
        font-style: normal;
        font-family: serif;
        font-size: 60px;
        line-height: 0;
        color: #fff;
        display: block;
        padding: 30px 0 5px; }
    .simplebox cite {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      display: block;
      margin-left: auto;
      text-align: right; }
      .simplebox cite:before {
        content: " - "; } }
  @media screen and (min-width: 768px) {
    .simplebox {
      margin: 30px 0; }
      .simplebox.align-right {
        float: right;
        max-width: 300px;
        margin: 15px 0 15px 15px; }
      .simplebox.align-left {
        float: left;
        max-width: 300px;
        margin: 15px 15px 15px 0; } }

@media screen {
    .simplebox.align-center {
      margin-left: auto;
      margin-right: auto; }
  .textImage {
    max-width: 100%;
    margin: 0 0 30px !important; }
    .textImage img {
      max-width: 100%;
      height: auto !important; }
    .textImage-captionBody {
      border-left: 10px solid #FED141;
      padding: 0 !important;
      padding-left: 15px !important;
      margin-top: 15px;
      font-size: 13px;
      font-size: 0.8125rem; }
    .textImage .textImage-left {
      margin: 0 30px 30px 0 !important; }
    .textImage .textImage-right {
      margin: 0 0 30px 30px !important; } }
  @media screen and (max-width: 1023.98px) {
    .textImage .textImage-left,
    .textImage .textImage-right {
      float: none !important;
      margin: 0 0 30px !important; } }

@media print {
  body {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
  .header, .footer, iframe, [data-hide="print"], .bx-wrapper {
    display: none; }
  a {
    color: inherit;
    text-decoration: none; }
  .text-editor a {
    text-decoration: underline; }
  .simplebox {
    border: 1px solid #ccc;
    padding: 15px; }
  .textImage {
    max-width: 100%; }
    .textImage img {
      max-width: 100%;
      height: auto; }
  h1, h2, h3 {
    line-height: 1.1; }
  h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1rem; }
  section {
    margin-top: 2rem; }
    section h2 {
      margin: 0 0 1rem;
      font-size: 1.5rem;
      font-weight: bold; }
  article {
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px solid #ccc; }
    article h3 {
      margin: 0 0 0.5rem;
      font-size: 1rem;
      font-weight: bold; }
  blockquote {
    font-style: italic; } }

.devc {
  overflow-x: hidden; }

/*# sourceMappingURL=theme.css.map */
