/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .mfp-align-top .mfp-container:before {
    display: none; }
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  .mfp-ajax-cur {
    cursor: progress; }
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none; }
  .mfp-loading.mfp-figure {
    display: none; }
  .mfp-hide {
    display: none !important; }
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
  .mfp-preloader a {
      color: #CCC; }
  .mfp-preloader a:hover {
        color: #FFF; }
  .mfp-s-ready .mfp-preloader {
    display: none; }
  .mfp-s-error .mfp-content {
    display: none; }
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
  .mfp-close:active {
      top: 1px; }
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
      margin-top: -54px; }
  .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
  .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
  .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
  .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  .mfp-arrow-left {
    left: 0; }
  .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
  .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  .mfp-arrow-right {
    right: 0; }
  .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
  .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
      top: -40px; }
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
  .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
  .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
  .mfp-figure figure {
      margin: 0; }
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  body {
    margin: 0;
  }
  /**
   * Add the correct display in IE 9-.
   */
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  /**
   * Add the correct margin in IE 8.
   */
  figure {
    margin: 1em 40px;
  }
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  b,
  strong {
    font-weight: inherit;
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
   * Add the correct font style in Android 4.3-.
   */
  dfn {
    font-style: italic;
  }
  /**
   * Add the correct background and color in IE 9-.
   */
  mark {
    background-color: #ff0;
    color: #000;
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  audio,
  video {
    display: inline-block;
  }
  /**
   * Add the correct display in iOS 4-7.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  /**
   * Remove the border on images inside links in IE 10-.
   */
  img {
    border-style: none;
  }
  /**
   * Hide the overflow in IE.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  /**
   * Remove the default vertical scrollbar in IE.
   */
  textarea {
    overflow: auto;
  }
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  details, /* 1 */
  menu {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  canvas {
    display: inline-block;
  }
  /**
   * Add the correct display in IE.
   */
  template {
    display: none;
  }
  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */
  [hidden] {
    display: none;
  }
  /*!
   * Tent CSS 
   * http://css.sitetent.com
   *
   * Copyright (c) 2017, Aaron Mazade
   * Licensed under the MIT license
   */
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  body {
    margin: 0;
    font-family: sans-serif;
  }
  iframe {
    border: 0;
  }
  main {
    display: block;
  }
  sup {
    position: relative;
    top: -.5em;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
  }
  strong {
    font-weight: bold;
  }
  figure {
    margin: 0;
  }
  ::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  body {
    background-color: #FFFFFF;
    color: #444444;
    font-weight: 400;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
  }
  hr {
    display: block;
    margin: 1.5rem 0;
    height: 1px;
    border: none;
    background-color: #dbdbdb;
  }
  img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
  }
  a {
    color: #0074D9;
    text-decoration: none;
  }
  a:hover, a:focus, a:active {
    color: #004b8d;
  }
  button {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    font: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    overflow: visible;
  }
  blockquote {
    margin: 0 0 1rem;
    padding: 0 0 0 0.5rem;
    border-left: 4px solid #6E6E6E;
  }
  cite {
    font-style: italic;
  }
  code {
    font-family: "Lucida Console", Courier, monospace;
    font-size: inherit;
    color: #0074D9;
    background-color: #F2F2F2;
    padding: 0.125rem 0.25rem;
  }
  p {
    margin: 0 0 1.5rem;
  }
  p:last-child {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: block;
    margin: 0 0 2rem;
    color: #444444;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1.25;
  }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  textarea {
    overflow: auto;
  }
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea,
  select {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0.5rem 1rem;
    width: auto;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    background-color: #FFFFFF;
    color: #A4A4A4;
    font-size: 1rem;
    font-family: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    border-color: #0074D9;
  }
  ul,
  ol {
    margin: 0 0 1.5rem;
    padding: 0;
  }
  ul {
    list-style: circle inside;
  }
  ol {
    list-style: decimal inside;
  }
  li {
    display: list-item;
    margin-bottom: 0.5rem;
  }
  dl {
    margin-top: 0;
    margin-bottom: 0;
  }
  dd {
    margin-left: 0;
  }
  table {
    border-spacing: 0;
  }
  table td {
    padding: 0.5rem;
  }
  .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  @media (min-width: 36em) {
    .container {
      max-width: 33.75rem;
    }
  }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem;
    }
  }
  @media (min-width: 62em) {
    .container {
      max-width: 71.25rem;
    }
  }
  .container--fluid {
    max-width: 100%;
  }
  .flex, .grid, .control--inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            flex-direction: row;
  }
  .flex--stack, .grid--stack {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .flex--top, .grid--top {
    -ms-flex-align: start;
        -webkit-box-align: start;
            align-items: flex-start;
  }
  .flex--bottom, .grid--bottom {
    -ms-flex-align: end;
        -webkit-box-align: end;
            align-items: flex-end;
  }
  .flex--center, .grid--center {
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
  }
  .flex--stretch, .grid--stretch {
    -ms-flex-align: stretch;
        -webkit-box-align: stretch;
            align-items: stretch;
  }
  .flex--baseline, .grid--baseline {
    -ms-flex-align: baseline;
        -webkit-box-align: baseline;
            align-items: baseline;
  }
  .flex--justify-center, .grid--justify-center {
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
  }
  .flex--justify-start, .grid--justify-start {
    -ms-flex-pack: start;
        -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .flex--justify-end, .grid--justify-end {
    -ms-flex-pack: end;
        -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .flex__item, .grid__column {
    display: block;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
  }
  .flex__item--top, .grid__column--top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .flex__item--bottom, .grid__column--bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .flex__item--center, .grid__column--center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .flex-first {
    -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .flex-last {
    -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
            order: 1;
  }
  @media (min-width: 36em) {
    .flex-first--sm {
      -ms-flex-order: -1;
          -webkit-box-ordinal-group: 0;
              order: -1;
    }
    .flex-last--sm {
      -ms-flex-order: 1;
          -webkit-box-ordinal-group: 2;
              order: 1;
    }
  }
  @media (min-width: 48em) {
    .flex-first--md {
      -ms-flex-order: -1;
          -webkit-box-ordinal-group: 0;
              order: -1;
    }
    .flex-last--md {
      -ms-flex-order: 1;
          -webkit-box-ordinal-group: 2;
              order: 1;
    }
  }
  @media (min-width: 62em) {
    .flex-first--lg {
      -ms-flex-order: -1;
          -webkit-box-ordinal-group: 0;
              order: -1;
    }
    .flex-last--lg {
      -ms-flex-order: 1;
          -webkit-box-ordinal-group: 2;
              order: 1;
    }
  }
  @media (min-width: 75em) {
    .flex-first--xl {
      -ms-flex-order: -1;
          -webkit-box-ordinal-group: 0;
              order: -1;
    }
    .flex-last--xl {
      -ms-flex-order: 1;
          -webkit-box-ordinal-group: 2;
              order: 1;
    }
  }
  .grid {
    padding: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            flex-direction: row;
  }
  .grid--gutterless > .grid__column {
    padding: 0;
  }
  .grid__column {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid__column--1 {
    -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .grid__column--2 {
    -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .grid__column--3 {
    -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid__column--4 {
    -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid__column--5 {
    -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .grid__column--6 {
    -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__column--7 {
    -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .grid__column--8 {
    -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid__column--9 {
    -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid__column--10 {
    -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .grid__column--11 {
    -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .grid__column--12 {
    -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  @media (min-width: 36em) {
    .grid__column--1--sm {
      -ms-flex: 0 0 8.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%;
    }
    .grid__column--2--sm {
      -ms-flex: 0 0 16.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
    }
    .grid__column--3--sm {
      -ms-flex: 0 0 25%;
          -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .grid__column--4--sm {
      -ms-flex: 0 0 33.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .grid__column--5--sm {
      -ms-flex: 0 0 41.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
    }
    .grid__column--6--sm {
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .grid__column--7--sm {
      -ms-flex: 0 0 58.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
    }
    .grid__column--8--sm {
      -ms-flex: 0 0 66.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
    }
    .grid__column--9--sm {
      -ms-flex: 0 0 75%;
          -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .grid__column--10--sm {
      -ms-flex: 0 0 83.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
    }
    .grid__column--11--sm {
      -ms-flex: 0 0 91.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%;
    }
    .grid__column--12--sm {
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (min-width: 48em) {
    .grid__column--1--md {
      -ms-flex: 0 0 8.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%;
    }
    .grid__column--2--md {
      -ms-flex: 0 0 16.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
    }
    .grid__column--3--md {
      -ms-flex: 0 0 25%;
          -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .grid__column--4--md {
      -ms-flex: 0 0 33.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .grid__column--5--md {
      -ms-flex: 0 0 41.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
    }
    .grid__column--6--md {
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .grid__column--7--md {
      -ms-flex: 0 0 58.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
    }
    .grid__column--8--md {
      -ms-flex: 0 0 66.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
    }
    .grid__column--9--md {
      -ms-flex: 0 0 75%;
          -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .grid__column--10--md {
      -ms-flex: 0 0 83.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
    }
    .grid__column--11--md {
      -ms-flex: 0 0 91.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%;
    }
    .grid__column--12--md {
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (min-width: 62em) {
    .grid__column--1--lg {
      -ms-flex: 0 0 8.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%;
    }
    .grid__column--2--lg {
      -ms-flex: 0 0 16.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
    }
    .grid__column--3--lg {
      -ms-flex: 0 0 25%;
          -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .grid__column--4--lg {
      -ms-flex: 0 0 33.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .grid__column--5--lg {
      -ms-flex: 0 0 41.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
    }
    .grid__column--6--lg {
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .grid__column--7--lg {
      -ms-flex: 0 0 58.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
    }
    .grid__column--8--lg {
      -ms-flex: 0 0 66.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
    }
    .grid__column--9--lg {
      -ms-flex: 0 0 75%;
          -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .grid__column--10--lg {
      -ms-flex: 0 0 83.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
    }
    .grid__column--11--lg {
      -ms-flex: 0 0 91.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%;
    }
    .grid__column--12--lg {
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (min-width: 75em) {
    .grid__column--1--xl {
      -ms-flex: 0 0 8.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 8.33333%;
      max-width: 8.33333%;
    }
    .grid__column--2--xl {
      -ms-flex: 0 0 16.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
    }
    .grid__column--3--xl {
      -ms-flex: 0 0 25%;
          -webkit-box-flex: 0;
              flex: 0 0 25%;
      max-width: 25%;
    }
    .grid__column--4--xl {
      -ms-flex: 0 0 33.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .grid__column--5--xl {
      -ms-flex: 0 0 41.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
    }
    .grid__column--6--xl {
      -ms-flex: 0 0 50%;
          -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%;
    }
    .grid__column--7--xl {
      -ms-flex: 0 0 58.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
    }
    .grid__column--8--xl {
      -ms-flex: 0 0 66.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
    }
    .grid__column--9--xl {
      -ms-flex: 0 0 75%;
          -webkit-box-flex: 0;
              flex: 0 0 75%;
      max-width: 75%;
    }
    .grid__column--10--xl {
      -ms-flex: 0 0 83.33333%;
          -webkit-box-flex: 0;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
    }
    .grid__column--11--xl {
      -ms-flex: 0 0 91.66667%;
          -webkit-box-flex: 0;
              flex: 0 0 91.66667%;
      max-width: 91.66667%;
    }
    .grid__column--12--xl {
      -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (min-width: 36em) {
    .grid {
      width: 100%;
    }
    .grid__column {
      padding: 0 1rem;
    }
  }
  .list--unstyled, .list--inline {
    list-style-type: none;
    padding: 0;
  }
  .list--inline .list__item {
    display: inline-block;
  }
  .list--inline .list__item:not(:last-child) {
    padding-right: 25px;
  }
  .list--nulled,
  .list--nulled .list__item {
    margin: 0;
  }
  .table--stripped .table__body .table__row:not(:nth-child(even)) .table__cell {
    background-color: #F2F2F2;
  }
  .title--xxxs,
  .subtitle--xxxs {
    font-size: 0.625rem;
  }
  .title--xxs,
  .subtitle--xxs {
    font-size: 0.75rem;
  }
  .title--xs,
  .subtitle--xs {
    font-size: 0.875rem;
  }
  .title--sm,
  .subtitle--sm {
    font-size: 1rem;
  }
  .title--md,
  .subtitle--md {
    font-size: 1.125rem;
  }
  .title--lg,
  .subtitle--lg {
    font-size: 1.25rem;
  }
  .title--xl,
  .subtitle--xl {
    font-size: 2rem;
  }
  .title--xxl,
  .subtitle--xxl {
    font-size: 2.5rem;
  }
  .title--xxxl,
  .subtitle--xxxl {
    font-size: 3rem;
  }
  .title {
    font-weight: 700;
  }
  .subtitle {
    font-weight: 100;
  }
  .title,
  .subtitle {
    word-break: break-word;
  }
  .title:not(:last-child),
  .subtitle:not(:last-child) {
    margin-bottom: 1rem;
  }
  .title-set .title {
    margin: 0;
  }
  .title-set .title + .subtitle {
    margin-top: 0;
  }
  .lead {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
  }
  .button {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.5rem 2.5rem;
    border: 2px solid #6E6E6E;
    border-radius: 0;
    background-color: #6E6E6E;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: inherit;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
    border-color: #00305a;
    background-color: #0059a6;
    color: #FFFFFF;
  }
  .button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active {
    border-color: #193e2d;
    background-color: #2e7555;
    color: #FFFFFF;
  }
  .button.button--tertiary:hover, .button.button--tertiary:focus, .button.button--tertiary:active {
    border-color: #b60a00;
    background-color: #ff1103;
    color: #FFFFFF;
  }
  .button--xxxs {
    padding: 0.5rem 1rem;
    font-size: 0.625rem;
  }
  .button--xxs {
    padding: 0.5rem 2rem;
    font-size: 0.625rem;
  }
  .button--xs {
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
  }
  .button--sm {
    padding: 0.5rem 2.5rem;
    font-size: 0.875rem;
  }
  .button--md {
    padding: 0.5rem 2.5rem;
    font-size: 0.875rem;
  }
  .button--lg {
    padding: 1rem 3rem;
    font-size: 1.125rem;
  }
  .button--xl {
    padding: 1rem 3.5rem;
    font-size: 1.25rem;
  }
  .button--xxl {
    padding: 1rem 4rem;
    font-size: 1.25rem;
  }
  .button--xxxl {
    padding: 1rem 4.5rem;
    font-size: 1.25rem;
  }
  .button--block {
    width: 100%;
    text-align: center;
  }
  .button--filled:hover, .button--filled:focus, .button--filled:active {
    border-color: #2e2e2e;
    background-color: #555555;
    color: #FFFFFF;
  }
  .button--filled.button--primary {
    border-color: #0074D9;
    background-color: #0074D9;
    color: #FFFFFF;
  }
  .button--filled.button--secondary {
    border-color: #3D9970;
    background-color: #3D9970;
    color: #FFFFFF;
  }
  .button--filled.button--tertiary {
    border-color: #FF4136;
    background-color: #FF4136;
    color: #FFFFFF;
  }
  .button--outlined {
    background-color: transparent;
    color: #6E6E6E;
  }
  .button--outlined:hover, .button--outlined:focus, .button--outlined:active {
    border-color: #2e2e2e;
    background-color: #555555;
    color: #FFFFFF;
  }
  .button--outlined.button--primary {
    border-color: #0074D9;
    color: #0074D9;
  }
  .button--outlined.button--secondary {
    border-color: #3D9970;
    color: #3D9970;
  }
  .button--outlined.button--tertiary {
    border-color: #FF4136;
    color: #FF4136;
  }
  .button--clear {
    border-color: transparent;
    background-color: transparent;
    color: #6E6E6E;
  }
  .button--clear:hover, .button--clear:focus, .button--clear:active {
    border-bottom: 2px solid #6E6E6E;
    color: #6E6E6E;
  }
  .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    background: #FFFFFF;
    color: #444444;
  }
  .card > :last-child {
    margin-bottom: 0;
  }
  .card__image {
    margin: 0 auto;
    max-width: 100%;
  }
  .card__content {
    padding: 1rem;
    -ms-flex: 1 0 auto;
        -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
  .card__content > :last-child {
    margin-bottom: 0;
  }
  .card--filled {
    background-color: #444444;
  }
  .card--filled.card--primary {
    background-color: #0074D9;
  }
  .card--filled.card--secondary {
    background-color: #3D9970;
  }
  .card--filled.card--tertiary {
    background-color: #FF4136;
  }
  .card--outlined {
    border: 2px solid transparent;
  }
  .card--outlined.card--primary {
    border-color: #0074D9;
  }
  .card--outlined.card--secondary {
    border-color: #3D9970;
  }
  .card--outlined.card--tertiary {
    border-color: #FF4136;
  }
  .card--raised {
    -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.04), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .card--clear,
  .card--feature {
    border: 0;
  }
  .card--clear {
    background: transparent;
  }
  .control__label {
    display: block;
    margin: 0 0 0 0 0.5rem;
    font-weight: 600;
  }
  .control--radio .control__label,
  .control--checkbox .control__label {
    font-weight: 400;
  }
  .control--inline {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .control--inline .control__label:not(:first-child) {
    margin-left: 0;
  }
  @media (min-width: 36em) {
    .control--inline {
      -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              flex-direction: row;
    }
    .control--inline .control__label:not(:first-child) {
      margin-left: 0.5rem;
    }
  }
  .control--block,
  .control--block .control__input,
  .control--block .control__textarea,
  .control--block .control__select {
    width: 100%;
  }
  .control--select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 1.5rem;
  }
  .control--select:after {
    content: "";
    border: 1px solid #0074D9;
    border-right: 0;
    border-top: 0;
    display: block;
    position: absolute;
    height: 0.5rem;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 0.5rem;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
    z-index: 4;
  }
  .control__select {
    padding-right: 2.5rem;
    margin: 0;
  }
  .control__textarea--sm {
    min-height: 5rem;
  }
  .control__textarea--md {
    min-height: 8.75rem;
  }
  .control__textarea--lg {
    min-height: 12.5rem;
  }
  .color-primary {
    color: #0074D9;
  }
  .color-secondary {
    color: #3D9970;
  }
  .color-tertiary {
    color: #FF4136;
  }
  .color-light {
    color: #E0E0E0;
  }
  .color-lighter {
    color: #F2F2F2;
  }
  .color-lightest {
    color: #FFFFFF;
  }
  .color-medium {
    color: #A4A4A4;
  }
  .color-dark {
    color: #6E6E6E;
  }
  .color-darker {
    color: #444444;
  }
  .color-darkest {
    color: #111111;
  }
  .bg-color-primary {
    background-color: #0074D9;
  }
  .bg-color-secondary {
    background-color: #3D9970;
  }
  .bg-color-tertiary {
    background-color: #FF4136;
  }
  .bg-color-light {
    background-color: #E0E0E0;
  }
  .bg-color-lighter {
    background-color: #F2F2F2;
  }
  .bg-color-lightest {
    background-color: #FFFFFF;
  }
  .bg-color-medium {
    background-color: #A4A4A4;
  }
  .bg-color-dark {
    background-color: #6E6E6E;
  }
  .bg-color-darker {
    background-color: #444444;
  }
  .bg-color-darkest {
    background-color: #111111;
  }
  .inverse {
    color: #F2F2F2;
  }
  .inverse h1,
  .inverse h2,
  .inverse h3,
  .inverse h4,
  .inverse h5,
  .inverse h6 {
    color: #F2F2F2;
  }
  .display-block {
    display: block;
  }
  .display-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .display-inline-block {
    display: inline-block;
  }
  .display-inline {
    display: inline;
  }
  .display-none {
    display: none;
  }
  .display-table {
    display: table;
  }
  .padding-xxxs {
    padding: 0.5rem;
  }
  .padding-xxs {
    padding: 1rem;
  }
  .padding-xs {
    padding: 1.5rem;
  }
  .padding-sm {
    padding: 2rem;
  }
  .padding-md {
    padding: 2.5rem;
  }
  .padding-lg {
    padding: 3rem;
  }
  .padding-xl {
    padding: 3.5rem;
  }
  .padding-xxl {
    padding: 4rem;
  }
  .padding-xxxl {
    padding: 4.5rem;
  }
  .padding-y {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-x {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padding-nulled {
    padding: 0;
  }
  .margin-xxxs {
    margin: 0.5rem;
  }
  .margin-xxs {
    margin: 1rem;
  }
  .margin-xs {
    margin: 1.5rem;
  }
  .margin-sm {
    margin: 2rem;
  }
  .margin-md {
    margin: 2.5rem;
  }
  .margin-lg {
    margin: 3rem;
  }
  .margin-xl {
    margin: 3.5rem;
  }
  .margin-xxl {
    margin: 4rem;
  }
  .margin-xxxl {
    margin: 4.5rem;
  }
  .margin-y {
    margin-left: 0;
    margin-right: 0;
  }
  .margin-x {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-nulled {
    margin: 0;
  }
  .height-full {
    height: 100%;
  }
  .type-italic {
    font-style: italic;
  }
  .type-bold {
    font-weight: 700;
  }
  .type-black {
    font-weight: 900;
  }
  .type-small {
    font-size: 0.7em;
  }
  .type-caps {
    font-variant: small-caps;
  }
  .type-uppercase {
    text-transform: uppercase;
  }
  .type-justify {
    text-align: justify;
  }
  .type-left {
    text-align: left;
  }
  .type-right {
    text-align: right;
  }
  .type-center {
    text-align: center;
  }
  body {
      font-size:16px;
      color:#000;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  a,
  button {
      -webkit-transition:all 0.2s ease;
      transition:all 0.2s ease;
  }
  a:hover {
      text-decoration:none;
  }
  a:focus,
  button:focus {
      -webkit-transition:none;
      transition:none;
      outline:2px solid #00477d;
      color:inherit;
  }
  img {
      max-width:100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin:50px 0 30px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      color: #ffffff;
      text-transform: normal;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  h1,
  .h1 {
      font-size:1.8em;
      letter-spacing: 0px;
      line-height: 1.1em;
      font-weight:700;
  }
  @media (min-width:576px) {
  h1,
  .h1 {
          font-size:2em
  }
      }
  @media (min-width:768px) {
  h1,
  .h1 {
          font-size:3em;
          line-height: 1em
  }
      }
  h2,
  .h2 {
      font-size:1.75em;
  }
  @media (min-width:768px) {
  h2,
  .h2 {
          font-size: 48px;
          color:#00477d
  }
      }
  h3,
  .h3 {
      font-size:1.5em;
  }
  @media (min-width:768px) {
  h3,
  .h3 {
          font-size:2.25em
  }
      }
  h4,
  .h4 {
      font-size:1.25em;
      color: #B91921;
  }
  @media (min-width:768px) {
  h4,
  .h4 {
          font-size:28px
  }
      }
  h5,
  .h5 {
      font-size:1.125em;
      color: #B91921;
      text-transform: uppercase;
  }
  @media (min-width:768px) {
  h5,
  .h5 {
          font-size:1.25em
  }
      }
  h6,
  .h6 {
      font-size:1em;
  }
  @media (min-width:768px) {
  h6,
  .h6 {
          font-size:1em
  }
      }
  p {
      margin:25px 0;
      font-size:16px;
  }
  p.lead{
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 1.125em;
      font-weight:300;
      line-height:1.25;
  
  }
  @media (min-width:768px) {
  p.lead{
          font-size: 1.5em
  
  }
      }
  .lead {
      font-weight: 500;
      font-size:1.25em;
  }
  @media (min-width:768px) {
  .lead {
          font-size: 20px
  }
      }
  .lead--small{
          font-size: 16px !important;
      }
  @media (min-width:768px) {
  .lead--small{
              font-size: 18px !important
      }
      }
  .alpha {
      margin-top:0 !important;
  }
  .preheadline {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.25rem;
      opacity: 0.75;
  
  }
  .subheadline {
      margin-top:-20px;
      font-size: 20px;
      margin-bottom: 20px!important;
  }
  @media (min-width:768px) {
  .subheadline {
          font-size: 28px
  }
      }
  @media (min-width:768px) {
  .type-right--medium {
          text-align:right
  }
      }
  .no-margins {
      margin:0!important;
  }
  .note {
      font-size:0.935em;
      font-style:italic;
      line-height: 1.2;
  }
  .browser-warning {
      position:fixed;
      top:0;
      left:0;
      z-index:999 !important;
      width:100%;
      padding:0.938rem 0;
      background-color: #000000; /* Change this */
      text-align:center;
  
  }
  @media (min-width:576px) {
  .browser-warning {
          text-align:left
  
  }
      }
  @media (min-width:576px) {
  .browser-warning .grid {
              -webkit-box-align:center;
                  -ms-flex-align:center;
                      align-items:center
      }
      }
  .browser-warning.hide{
          display:none;
      }
  .browser-warning p {
          font-size:1.25rem;
          color:#fff;
          line-height:1.5rem;
          padding:0;
          margin:0.5rem 0 0;
      }
  .browser-warning .btn {
          float: right;
          line-height: 1.25rem;
          padding:8px 15px;
          background-color: grey;
          color: #fff;
      }
  .browser-warning .btn:hover{
              background-color:lightgrey;
              color: #ffffff;
          }
  .ios-warning {
      z-index:99999;
      background-color:#231f20; /* Change this */
      max-width: 100vw!important;
      text-align: center;
      position:fixed;
      bottom:0;
      left:0;
      width:100%;
      -webkit-box-shadow:0 0 0.938rem rgba(0,0,0,0.5);
              box-shadow:0 0 0.938rem rgba(0,0,0,0.5);
  
      /*& .btn{
          background-color:#8f835f;
          font-size:0.875rem;
          line-height: 1.25rem;
          padding:0.5rem 1.875rem;
          color:#fff;
          margin: 0 auto 0.938rem auto;
          float:none;
      }*/
  }
  .ios-warning.hide{
          display:none;
      }
  .ios-warning p {
          color: #ffffff;
          padding: 0.938rem 0;
          margin:0;
          text-align: center;
      }
  .ios-warning .btn{
          float: none;
          line-height: 1.25rem;
          padding:8px 15px;
      }
  .container {
      width:100%;
      max-width:1224px;
      margin:0 auto;
      padding-right:15px;
      padding-left:15px;
  }
  .container--small {
          max-width:1024px;
      }
  .container--xsmall {
          max-width:800px;
      }
  .container--fluid{
          width: 100%;
          max-width: 1224px;
      }
  .container--full{
          max-width: 100%;
      }
  .container--nullpadding{
          padding: 0;
      }
  .cookie-warning {
      position:fixed;
      bottom:0;
      left:0;
      right:0;
      padding:15px;
      background-color:black;
      color:white;
      z-index: 999999;
  }
  .cookie-warning--is-hidden {
          display:none!important;
      }
  .cookie-warning__container {
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient:vertical;
          -webkit-box-direction:normal;
              -ms-flex-direction:column;
                  flex-direction:column;
      }
  @media (min-width:768px) {
  .cookie-warning__container {
              -webkit-box-orient:horizontal;
              -webkit-box-direction:normal;
                  -ms-flex-direction:row;
                      flex-direction:row
      }
      }
  .cookie-warning__heading {
          margin:0 0 15px 0;
          font-size:1.5em;
          font-weight:700;
          line-height:1.2em;
      }
  .cookie-warning__notice {
          margin:0 0 15px 0;
          max-width:800px;
          font-size:0.935em;
      }
  .cookie-warning__heading + .cookie-warning__notice {
          margin-top:15px;
      }
  .cookie-warning__link {
          color:white;
          text-decoration:underline;
      }
  .cookie-warning__link:hover {
              color:white;
              text-decoration:underline;
              opacity:0.5;
          }
  .cookie-warning__content {
          -webkit-box-flex:1;
              -ms-flex:1;
                  flex:1;
      }
  .cookie-warning__action {
          margin-top:20px;
      }
  @media (min-width:768px) {
  .cookie-warning__action {
              margin-top:0;
              padding-left:30px;
              -webkit-box-flex:0;
                  -ms-flex:0 0 300px;
                      flex:0 0 300px;
              max-width:300px;
              text-align:right
      }
      }
  .btn.cookie-warning__button {
          padding:10px;
          background-color:white;
          color:#000!important;
          min-width:150px;
          font-size:0.875em;
      }
  .btn.cookie-warning__button:hover {
              background-color:#ccc;
          }
  .header{
      background-color: #00477d;
      -webkit-box-shadow: 0 0 10px rgba(0,71,125,0.6);
              box-shadow: 0 0 10px rgba(0,71,125,0.6);
  }
  @media (min-width:992px) {
  .header{
          display: block;
          width: 100%;
          overflow: hidden
  }
      }
  .header__logo {
          width: 100%;
          padding: 10px 15px;
          display: block;
          text-align: center;
      }
  @media (min-width:992px) {
  .header__logo {
              float: left;
              width: 350px;
              height: 100px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              text-align: left
      }
      }
  .header__logo-img{
              #max-width: 150px;
              #width: 100%;
              height: 61px;
  
          }
  @media (min-width:768px) {
  .header__logo-img{
                  max-width: 350px;
          }
      }
  @media (min-width:992px) {
  .header__nav{
              -ms-flex-item-align: end;
                  align-self: flex-end;
              margin-top: 0;
              height: 100px;
              -webkit-box-flex: 3;
                  -ms-flex: 3;
                      flex: 3;
              float: right
      }
      }
  header {
      position: relative;
      width: 100%;
  }
  header.clone {
      display: none;
      border-bottom:5px solid white;
  }
  @media (min-width:992px) {
  header.clone {
          position:fixed;
          top:-108px;
          left: 0;
          right: 0;
          z-index:999;
          -webkit-transition:0.4s top cubic-bezier(.3,.73,.3,.74);
          transition:0.4s top cubic-bezier(.3,.73,.3,.74);
          display: block
  }
      }
  header.clone .header__logo-img {
          max-width:150px;
      }
  header.clone .header__logo,
      header.clone .header__nav {
          height:70px;
      }
  body.down header.clone {
       top:0 !important;
  }
  .nav {
      margin: 0;
      overflow: hidden;
      
  }
  @media (min-width:576px) {
  .nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex
      
  }
      }
  @media (min-width:992px) {
  .nav {
          width: 600px;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-top: 0;
          height: 100%
      
  }
      }
  .nav__list-item {
          list-style: none;
          display: block;
          color: #000;
          font-weight: 400;
          font-size: 0.875rem;
          text-transform: uppercase;
          text-align: center;
          margin: 0;
          display: -webkit-flex;
          -webkit-flex-wrap: wrap;
      }
  .nav__list-item--btn{
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              width: auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              float: none;
              color:white;
  
          }
  @media (min-width:992px) {
  .nav__list-item--btn{
                  -webkit-box-flex: 1;
                      -ms-flex: 1 1 auto;
                          flex: 1 1 auto
  
          }
      }
  .nav__list-item--btn-phone .nav__link{
                      color: white;
                      font-size: 0;
                      font-weight: 700;
                      text-decoration: underline;
                      padding: 0;
                  }
  @media (min-width:576px) {
  .nav__list-item--btn-phone .nav__link{
                          font-size: 1.3em;
                          padding: 11px 20px
                  }
      }
  .nav__list-item--btn-phone .nav__link:hover{
                          background-color:#efefef;
                      }
  .nav__list-item--btn-blue{
                  width: 50%;
                  float: left;
              }
  @media (min-width:576px) {
  .nav__list-item--btn-blue{
                      width: 26%;
                      float: left
              }
      }
  .nav__list-item--btn-blue .nav__link{
                      background-color: white;
                      color: #00477d;
                  }
  .nav__list-item--btn-blue .nav__link:hover{
                          background-color:rgba(255,255,255,0.86);
                          color:#00477d;
                      }
.nav__list-item--btn-red .nav__link{
    background-color:#B91921;
    color: #ffffff;
}
.nav__list-item--btn-red .nav__link:hover{
    background-color:#db2831;
}
  .nav__list-item--btn-orange .nav__link{
                      background-color:#B91921;
                      color: #ffffff;
                  }
  .nav__list-item--btn-orange .nav__link:hover{
                          background-color:#db2831;
                      }
  .nav__link{
          display: block;
          width: 100%;
          padding: 11px 20px;
          font-family: 'Helvetica', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      }
  @media (min-width:576px) {
  .nav__link{
              display: block;
              width: 100%;
              letter-spacing: 2px
      }
      }
  @media (min-width:992px) {
  .nav__link{
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center
      }
      }
  .nav__link--large {
              font-size:1.25em;
          }
  .nav .list{
          margin-top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          margin-bottom: 5px;
          margin-top: 5px;
      }
  @media (min-width:576px) {
  .nav .list{
              display: none
      }
      }
  .nav .list__link{
              color: #000;
          }
  .nav .mobile-hide{
          display: none;
      }
  @media (min-width:576px) {
  .nav .mobile-hide{
              display: block
      }
      }
  .banner {
      position: relative;
      z-index: 10;
      background-color: #00477d;
      padding: 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;
  
  }
  @media (min-width:768px) {
  .banner {
          min-height: 60vh
  
  }
      }
  @media (min-width:992px) {
  .banner {
          min-height: 70vh
  
  }
      }
  @media (min-width:1200px) {
      }
  .banner--small {
          height:auto;
          min-height:300px;
      }
  .banner__background{
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          opacity: 1;
      }
  .banner__heading{
          margin-top: 0;
          font-size:2.5em;
      }
  .banner__grid {
          width:100%;
          max-width:1124px;
          margin:8em auto 0 auto;
          position: relative;
          z-index:10;
          color:white;
  
      }
  @media (min-width:768px) {
  .banner__grid {
              display:-webkit-box;
              display:-ms-flexbox;
              display:flex
  
      }
      }
  .banner__content {
          background-color:rgba(0,0,0,0.75);
          padding:30px 15px;
          text-align:left;
      }
  /* font-size:0.935em; */
  .banner__content p.lead {
                  font-size:1.4em;
                  font-weight:300;
              }
  @media (min-width:768px) {
  .banner__content {
              -webkit-box-flex:1;
                  -ms-flex:1;
                      flex:1
      }
      }
  @media (min-width:992px) {
  .banner__content {
              padding:45px 30px
      }
      }
  @media (min-width:1200px) {
  .banner__content {
              padding:55px 45px
      }
      }
  .banner__form-box {
          padding:30px 15px;
          color:black;
      }
  @media (min-width:768px) {
  .banner__form-box {
              display:-webkit-box;
              display:-ms-flexbox;
              display:flex;
              -webkit-box-orient:vertical;
              -webkit-box-direction:normal;
                  -ms-flex-direction:column;
                      flex-direction:column;
              -webkit-box-align:center;
                  -ms-flex-align:center;
                      align-items:center;
              -webkit-box-flex:1;
                  -ms-flex:1;
                      flex:1;
              max-width:475px
      }
      }
  .banner__form {
          background-color:white;
          padding:20px;
          border-radius:5px;
          -webkit-box-shadow:0 15px 35px rgba(0,0,0,0.2);
                  box-shadow:0 15px 35px rgba(0,0,0,0.2);
      }
  @media (min-width:992px) {
  .banner__form {
              padding:30px
      }
      }
  .banner__secondary-headline {
          margin-top:0;
          color:#00477d;
          font-size:1.75em;
      }
  @media (min-width:768px) {
      }
  .btn {
      position: relative;
      padding: 15px 25px;
      border-radius: 0px;
      border: 0;
      display: inline-block;
      color: #ffffff;
      font-size: 0.85em;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-weight: 400;
      letter-spacing: 3px;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      white-space: normal;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      
  }
  @media (min-width:576px) {
  .btn {
              font-size: 1em
      
  }
      }
  .btn:hover{
              -webkit-box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
                      box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
              -webkit-transform: translateY(-2px);
                      transform: translateY(-2px);
              -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
          }
  .btn--blue,
      .btn--primary {
          background-color: #00477d;
          color: #ffffff;
  
      }
  .btn--blue:hover,.btn--primary:hover{
              background-color: #0065b2;
              color: #ffffff;
          }
  .btn--orange,
      .btn--secondary {
          background-color: #B91921;
          color: #ffffff;
  
      }
  .btn--orange:hover,.btn--secondary:hover{
              background-color: #db2831;
              color: #ffffff;
          }
  .btn--white{
          background-color: #ffffff;
          color: #000;
      }
  .btn--white:hover{
              background-color: #ffffff;
              color: #000;
          }
  .btn--full {
          width:100%;
      }
  .control {
      margin-bottom:20px;
  }
  .control:last-of-type {
          margin-bottom:0;
      }
  .control__label {
          color:#000;
      }
  .control__label--is-required::after {
                  content:" *";
              }
  input[type="email"].control__input,
      input[type="date"].control__input,
      input[type="number"].control__input,
      input[type="search"].control__input,
      input[type="text"].control__input,
      input[type="tel"].control__input,
      input[type="url"].control__input,
      input[type="password"].control__input,
      textarea.control__input,
      select.control__input {
          display:block;
          width:100%;
          height:55px;
          padding:15px;
          border:1px solid #efefef;
      }
  textarea.control__input {
          height:125px;
      }
  .footer {
      padding: 0!important;
      text-align: center;
  
  }
  .footer__top{
          padding: 50px 0;
      }
  .footer__logos {
          display: block;
          clear: both;
          margin-bottom: 30px;
      }
  .footer__logos-link{
              display: inline-block;
              padding: 10px;
  
          }
  .footer__logo img {
              width:200px;
              max-width:200px;
          }
  .footer__contacts li{
              font-size: 1.2em !important;
              font-size: 400;
              font-family: 'Open Sans', Helvetica, Arial, sans-serif;
          }
  .footer .list--social-icons{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
      }
  .footer__awards {
          margin-top: 30px;
      }
  .footer__award {
          width: 115px;
          display: inline-block;
          padding: 5px;
      }
  .footer__bottom{
          padding: 15px 0;
          background-color: #303030;
      }
  .footer__bottom p{
              margin: 10px 0;
              font-size: 0.75em;
          }
  .footer__copyright {
          text-align: center;
      }
  @media (min-width:992px) {
  .footer__copyright {
              text-align: left
      }
      }
  .footer__copyright .list{
              margin-top: 10px;
              margin-bottom: 10px;
          }
  .footer__copyright .list__item{
              display: inline-block;
              margin-bottom: 0 !important;
              font-size: 14px !important;
              opacity: 0.85 !important;
              font-weight: 300;
          }
  .footer__copyright .list__item a{
                  color: #ffffff;
                  font-size: 0.95em;
                  opacity: 0.85;
                  font-weight: 300;
                  text-transform: uppercase;
                  font-family: 'Helvetica', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
  
              }
  .footer__copyright .list__item a:before{
                      content: "";
                      padding-right: 10px;
                      padding-left: 10px;
                  }
  @media (min-width:576px) {
  .footer__copyright .list__item a:before{
                             content: "|"
                  }
      }
  .footer__developer {
          text-align: center;
      }
  @media (min-width:992px) {
  .footer__developer {
              text-align: right
      }
      }
  .control{
      margin-bottom:15px;
  }
  .control__label{
          font-weight: normal;
          font-size: 18px;
          padding-bottom: 7px;
      }
  input[type="text"].control__input,
      input[type="email"].control__input,
      select.control__input,
      .control__input{
          border: 1px solid #ccc!important;
          background-color:#efefef;
          margin-bottom:0;
          height: 45px;
          padding: 10px;
          -webkit-transition: all ease 0.25;
          transition: all ease 0.25;
      }
  input[type="text"].control__input:focus,input[type="email"].control__input:focus,select.control__input:focus,.control__input:focus{
              outline: none;
          }
  .image-gallery img {
          width:100%;
          max-width:none!important;
      }
  .intro-right{
      margin-top: 50px;
  }
  @media (min-width:768px) {
  .intro-right{
          margin-top: 0px
  }
      }
  .intro-right .text-link {
          margin-top: 15px;
      }
  .line-list {
      list-style:none;
  }
  .line-list__item,
      .line-list > li {
          position:relative;
          font-size:1.25em;
          line-height:1.2em;
          padding-left:35px;
          margin-bottom:25px!important;
      }
  .line-list__item::before, .line-list > li::before {
              content:"";
              position: absolute;
              top:0.6em;
              left:0;
              display:block;
              width:12px;
              height:4px;
              background-color:white;
              -webkit-transform:translateY(-50%);
                      transform:translateY(-50%);
          }
  @media (min-width:576px) {
  .line-list--two-columns {
              -webkit-column-count: 2;
                      column-count: 2;
              -webkit-column-gap: 40px;
                      column-gap: 40px
      }
      }
.icon-line-list {
    list-style:none;
}
.icon-line-list__item,
.icon-line-list > li {
    position:relative;
    font-size:1.25em;
    line-height:1.2em;
    padding-left:35px;
    margin-bottom:25px!important;
    break-inside: avoid;
}
.icon-line-list__item::before, .icon-line-list > li::before {
    content:"";
    position: absolute;
    top:0.6em;
    left:0;
    display:block;
}
@media (min-width:576px) {
    .icon-line-list--two-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}
  .list--circles > li{
          padding-left: 20px;
      }
  .list--circles > li:before{
              content: "\f111";
              font-family: FontAwesome;
              color: #00477d;
              font-size: 9px;
              left: 0;
              top: 6px;
              position: absolute;
          }
  .list--circles > li > a {
              color: #00477d;
              text-decoration: underline;
          }
  .list--circles > li > a:hover{
                 color: #0065b2;
              }
  .list--social-icons{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  
  
  }
  .list--social-icons li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; 
          margin-right: 7px;
          border: 2px solid #00477d;
          border-radius: 50%;
          height: 45px;
          width: 45px;
          -webkit-transition: all ease 0.25s;
          transition: all ease 0.25s;
      }
  .list--social-icons li:hover{
              background-color: #00477d;
          }
  .list--social-icons a{
          color: #ffffff;
          font-size: 19px;
      }
  .list--social-icons a:hover{
               color: #ffffff;
           }
  .list--social-icons--solid{
          margin-bottom: 0;
      }
  .list--social-icons--solid li{
              background-color: #ffffff;
              color: #333;
              border: 2px solid #ffffff;
          }
  .list--social-icons--solid li > a{
                      color: #333;
                      font-size: 24px;
                  }
  .list--social-icons--solid li:hover{
                  background-color: #0065b2;
                  color: #ffffff;
                  border: 2px solid #0065b2;
                  -webkit-box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
                          box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
                  -webkit-transform: translateY(-2px);
                          transform: translateY(-2px);
              }
  .list--social-icons--solid li:hover > a{
                      color: #ffffff;
                  }
  .list {
      margin:40px 0 20px 0;
      padding-left:0;
  
  }
  .list > li {
          position:relative;
          margin-bottom:5px;
          list-style-type:none;
      }
  @media (min-width:576px) {
      }
  .list > li > ul {
          margin:10px 0;
      }
  .list > li > ul li {
          font-size:0.875em;
      }
  .list__item{
          
          line-height: 1.25em;
          font-size: 21px;
          margin-bottom: 15px !important;
      }
  @media (min-width:576px) {
  .list__item{
              padding-right: 10px
      }
      }
  .list--inline{
          padding-left: 0;
      }
  .list--inline .list__item:not(:last-child) {
              padding-right: 0;
          }
  @media (min-width:576px) {
  .list--inline .list__item:not(:last-child) {
                   padding-right: 25px
          }
      }
  @media (min-width:576px) {
  .list--two-columns {
              -webkit-column-count: 2;
                      column-count: 2;
              -webkit-column-gap: 40px;
                      column-gap: 40px
      }
      }
  .location__text{
          position: relative;
          text-align: center;
      }
  @media (min-width:576px) {
  .location__text{
              text-align: left
      }
      }
  @media (min-width:992px) {
  .location__text{
              min-height: 300px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center
      }
      }
  .location__text:after {
              content: "";
              position: absolute;
              bottom: -18px;
              left: 50%;
              z-index: 9;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 0;
              height: 0;
              border-left: 35px solid transparent;
              border-right: 35px solid transparent;
              border-top: 18px solid #00477d;
          }
  @media (min-width:576px) {
  .location__text:after {
                  content: "";
                  bottom: 50%;
                  right: -18px;
                  left: auto;
                  -webkit-transform: translateY(50%) translateX(0);
                          transform: translateY(50%) translateX(0);
                  border-top: 35px solid transparent;
                  border-bottom: 35px solid transparent;
                  border-left: 18px solid #00477d;
                  border-right: none
          }
      }
  @media (min-width:768px) {
  .location__text-holder {
              padding-right: 50px
      }
      }
  @media (min-width:1200px) {
  .location__text-holder {
              width: 420px;
              display: block;
              float: right
      }
      }
  .section {
      position: relative;;
      padding-top:40px;
      padding-bottom:40px;
  
  }
  @media (min-width:768px) {
  .section {
          padding-top:60px;
          padding-bottom:60px
  
  }
      }
  .section--no-padding {
          padding:0px!important;
      }
  .section--small {
          padding-top:30px;
          padding-bottom:30px;
      }
  @media (min-width:768px) {
  .section--small {
              padding-top:50px;
              padding-bottom:50px
      }
      }
  .section--large {
          padding-top:90px;
          padding-bottom:90px;
          min-height:100vh;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align:center;
              -ms-flex-align:center;
                  align-items:center;
      }
  @media (min-width:768px) {
  .section--large {
              padding-top:125px;
              padding-bottom:125px
      }
      }
  .section--gray {
          background-color: #373737;
      }
  .section--blue {
          background-color: #00477d;
      }
  .section--gold {
          background-color:#00477d;
      }
  .section--orange {
          background-color: #B91921;
      }
  .section--gradient-primary {
          background: -webkit-gradient(linear, left top, right top, from(#B91921), color-stop(35%, #39a3d5), to(#db2831));
          background: linear-gradient(90deg, #B91921 0%, #39a3d5 35%, #db2831 100%);
      }
  .section--dark {
          background-color: #1a1a1a;
      }
  .section--centered {
          text-align: center;
      }
  .section__background {
          position: absolute;
          top:0;
          left:0;
          width:100%;
          height:100%;
          opacity:0.1;
          background-size:cover;
          background-repeat:no-repeat;
          background-position:center center;
          mix-blend-mode:luminosity;
      }
  .section--blue, 
      .section--blue h1, 
      .section--blue h2, 
      .section--blue h3, 
      .section--blue h4, 
      .section--blue h5, 
      .section--blue h6, 
      .section--blue p, 
      .section--blue ul li, 
      .section--orange, 
      .section--orange h1, 
      .section--orange h2, 
      .section--orange h3, 
      .section--orange h4, 
      .section--orange h5, 
      .section--orange h6, 
      .section--orange p, 
      .section--orange ul li, 
      .section--gray, 
      .section--gray h1, 
      .section--gray h2, 
      .section--gray h3, 
      .section--gray h4, 
      .section--gray h5, 
      .section--gray h6, 
      .section--gray p, 
      .section--gray ul li {
          color: #ffffff;
      }
  .section--gold, 
      .section--gold h1, 
      .section--gold h2, 
      .section--gold h3, 
      .section--gold h4, 
      .section--gold h5, 
      .section--gold h6, 
      .section--gold p, 
      .section--gold ul li {
          color:white;
      }
  .section--blue p,
      .section--orange p,
      .section--gray p {
          opacity: 0.8;
      }
  .section--gradient-primary p,
      .section--gradient-primary h2,
      .section--gradient-primary h3,
      .section--gradient-primary h4,
      .section--gradient-primary h5,
      .section--gradient-primary h6,
      .section--dark p,
      .section--dark h2,
      .section--dark h3,
      .section--dark h4,
      .section--dark h5,
      .section--dark h6  {
          color:#ffffff;
      }
  .section--overlay{
          background-color: #1d2126;
      }
  .section--overlay__background{
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              opacity: 1;
              mix-blend-mode: soft-light;
          }
  .section--parallax {
          overflow: hidden;
  
      }
  .section--parallax > img{
              height: 150%;
              top: -20%
          }
  .section__header {
          margin-bottom:50px;
      }
  .section__header--is-centered {
              text-align:center;
          }
  .section__heading {
          margin-top:0;
      }
  .skip-link {
      position: fixed;
      top: -100%;
      left: 0;
      right: 0;
      z-index: 10000;
      background-color: #000;
      border-bottom: 2px solid #000;
      padding: .5em 1em;
      color: #fff;
      font-size: 1.2em;
      font-weight: 700;
      text-align: center;
  }
  .skip-link:focus {
          top: 0;
          color: #fff;
      }
  .special {
      position:relative;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color:#00477d;
      border-radius:2px;
      border-top:2px solid #0065b2;
      margin-bottom:15px;
  }
  .special::before {
          content:"$";
          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;
          padding:5px 15px;
          background-color:white;
          margin:15px;
          -webkit-box-flex:0;
              -ms-flex:0 0 45px;
                  flex:0 0 45px;
          max-width:45px;
          border-radius:5px;
          color:#00477d;
          font-family:'Open Sans', Helvetica, Arial, sans-serif;
          font-size:2em;
          font-weight:700;
      }
  @media (min-width:768px) {
  .special::before {
              -webkit-box-flex:0;
                  -ms-flex:0 0 55px;
                      flex:0 0 55px;
              max-width:55px
      }
      }
  .special__text {
          -webkit-box-flex:1;
              -ms-flex:1;
                  flex:1;
          padding:10px 15px;
          margin:auto;
          font-family:'Open Sans', Helvetica, Arial, sans-serif;
      }
  .special__offer {
          color:white;
          margin:0;
          font-size:1em;
          font-weight:700;
          line-height:1.25;
      }
  .special__heading {
          margin: 0px 0px 10px 0px;
          color:white;
          font-size:1.5em;
          font-weight:700;
          line-height: 1;
          text-transform: uppercase;;
      }
  .special--no-icon {
          padding:5px;
      }
  .special--no-icon::before {
          content:none;
      }
  .special--no-icon .special__offer {
          font-size:1.15em;
          max-width:400px;
      }
  .square-list > li {
          position:relative;
          list-style-type:none;
          margin-bottom:8px;
          padding-left:25px;
          font-size:1.0875em;
          line-height:1.35em;
      }
  .square-list > li::before {
              content:"";
              position: absolute;
              left:0;
              top:calc(0.65em - 3px);
              display:block;
              width:7px;
              height:7px;
              background-color:white;
          }
  .square-list--large {
          font-size:1.2em;
      }
  .square-list--light > li {
              color:white;
          }
  .square-list--light > li::before {
              border-color:white;
          }
  .icon-list > li {
      position:relative;
      list-style-type:none;
      list-style:none;
      margin-bottom:8px;
      padding-left:0px;
      font-size:1.0875em;
      line-height:1.35em;
  }
.icon-list > li::before {
    content:"";
}
.icon-list--large {
    font-size:1.2em;
}
.icon-list--light > li {
    color:white;
}
.icon-list--light > li::before {
    border-color:white;
}
  .text-link {
      position:relative;
      display:inline-block;
      color:#db2831;
      font-size:1em;
      text-decoration: underline;
  
  }
  .text-link:hover {
          text-decoration: underline;
          opacity:0.5;
          color:inherit;
      }
  .text-link--white {
          color:#fff;
      }
  .text-link--big {
          font-family:'Open Sans', Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
      }
  .margin-top {
      margin-top:50px;
  
  }
  @media (min-width:576px) {
  .margin-top--small {
              margin-top:0
      }
      }
  @media (min-width:768px) {
  .margin-top--medium {
              margin-top:0
      }
      }
  @media (min-width:992px) {
  .margin-top--large {
              margin-top:0
      }
      }
  .margin-bottom{
      margin-bottom: 50px;
  }
  .margin-bottom--0{
          margin-bottom: 0;
      }
  .margin-bottom--10{
          margin-bottom: 10px;
      }
  @media (min-width:768px) {
  .padding-left--medium{
       padding-left: 50px
  }
      }
  @media (min-width:992px) {
  .reverse-on-large{
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse
  }
      }
  .justify-content-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .text-bold{
      font-weight: 700;
      letter-spacing: 5px;
  }
  .text-bold--block{
          display: block;
      }
  @media (min-width:768px) {
  .content-space-right{
          padding-right: 50px
  }
      }
  @media (min-width:992px) {
  .content-space-right{
          padding-right: 150px
  }
      }
  .link-break{
      word-break: break-all;
  }
  #map {
      min-height: 300px;
      background-color: #000;
  }
  .video-gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  .video-popup {
      width: 100%;
      max-width: 500px;
      height: 300px;
      position: relative;
      display: inline-block;
      overflow: hidden;
      -webkit-transition: all ease 0.25s;
      transition: all ease 0.25s;
      margin: 5px;
    }
  .video-popup__title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #fff;
        width: 100%;
        background-color: rgba(0,71,125, 0.7);
        padding: 15px 20px;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 30px;
        padding-right: 50px;
      }
  .video-popup__title .fa {
          font-size: 10px;
          height: 30px;
          width: 30px;
          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;
          border: 1px solid #fff;
          border-radius: 50%;
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all ease 0.25s;
          transition: all ease 0.25s;
        }
  .video-popup__back {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }
  .video-popup:hover {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px);
      }
  .video-popup:hover .video-popup__title {
          background-color: rgba(0,71,125, 0.9);
          padding-left: 30px;
          padding-top: 30px;
          padding-bottom: 30px;
          min-height: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-right: 80px;
        }
  .video-popup:hover .video-popup__title .fa {
            color: #00477d;
            background-color: #fff;
            right: 70px;
            font-size: 18px;
            width: 60px;
            height: 60px;
          }
  /*@import "5-templates/_5-templates";*/
  


  .form-success {
    text-align: center;
  }
  
  .form-success_header {
    color: #000;
    margin-bottom: 15px;
  }
  
  .form-success_text {
    color: #000;
    margin-top: 0;
  }

.special_bold {
    font-weight: 700;
}


.unbolded {
    font-weight: 400;
}

.video-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video-popup {
    width: 100%;
    max-width: 500px;
    height: 300px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    margin: 5px;
}
.video-popup__title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    width: 100%;
    background-color: rgba(0,71,125, 0.7);
    padding: 15px 20px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    padding-right: 50px;
}
.video-popup__title .fa {
    font-size: 10px;
    height: 30px;
    width: 30px;
    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;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.video-popup__back {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-popup:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.video-popup:hover .video-popup__title {
    background-color: rgba(0,71,125, 0.9);
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 80px;
}
.video-popup:hover .video-popup__title .fa {
    color: #00477d;
    background-color: #fff;
    right: 70px;
    font-size: 18px;
    width: 60px;
    height: 60px;
}

.list__item {
    break-inside: avoid-column !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.mfp-align-top .mfp-container:before {
    display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
.mfp-ajax-cur {
    cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
    cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.mfp-loading.mfp-figure {
    display: none; }
.mfp-hide {
    display: none !important; }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }
.mfp-s-ready .mfp-preloader {
    display: none; }
.mfp-s-error .mfp-content {
    display: none; }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
    color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
.mfp-image-holder .mfp-content {
    max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; }
}





/*Alert Bar*/
.alert-bar {
    position: relative;
    z-index: 999;
    padding: 15px 0;
    background-color: #f9d900;
    width: 100%;
    margin-left: auto;
    margin-top: 1em;
}
.alert-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: -127px;
    width: 100%;
    height: 100%;
    background: #f9d900;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(230deg);
    z-index: -1;
}

.alert-bar h4 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    color: #00477d;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}

.alert-bar .row {
    margin: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.alert-bar .table-cell {
    width: 100%;
}

.alert-bar p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    max-width: 850px;
}

.alert-bar p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    max-width: 850px;
    line-height: 1.75em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
.alert-bar .container-fluid {
    margin-left: auto;
    margin-right: auto;

}

.btn.full {
    width: 100%;
}


@media screen and (min-width: 783px) {
    .alert-bar {
        position: relative;
        z-index: 999;
        padding: 15px 0;
        background-color: #f9d900;
        width: 50%;
        margin-left: auto;
        margin-top: 1em;
    }
    .alert-bar h4 {
        margin-top: 0.3em;
        margin-bottom: 0.3em;
        color: #00477d;
        font-family: Open Sans,Helvetica,Arial,sans-serif;
        font-weight: 700;
        font-size: 1.6em;
    }
}


@media (min-width: 992px) {
    .nav {
        width: 600px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
        height: 100%;
    }
    /*
    .alert-bar {
        width: 40%;
    }
    */
     */
    .alert-bar h4 {
        font-size: 2.4em;
    }
}

@media (min-width: 1450px) {
    .alert-bar h4 {
        font-size: 2.4em;
    }
}



/*Banner*/

/*if using the top yellow banner */
/* .banner__grid {
  margin-top: 8em;
} */


/*Nav*/
.apply-now {
    width: 100%;
    background-color: #b91921 !important;
    color: white;
}
.apply-now:hover {
    color: #00477d;
    background-color: #b91921;
}

.nav__phone {
    width: 11em;
}

@media (min-width: 576px) {
    .nav__list-item--btn-blue {
        width: 26% !important;
        float: left;
    }
}


.offer1:after {
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    background: #fff;
}

@media (min-width: 992px) {
    .nav {
        width: 700px !important;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
        height: 100%;
    }
}