/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
* {
  box-sizing: border-box;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ffd086;
  color: #000;
  padding: 0.2em 0;
  padding-left: 12px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* Defines a flex container */
/* body, */
header,
nav,
footer,
section,
div,
a,
p,
.row,
.news-header,
.input,
label,
.aside-logo {
  display: block;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.map div {
    display: block;
}
div.mapinfo {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #222;
}
p.map-instruct {
  min-height: 61px;
}
aside,
li,
.logo,
.icon {
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
body {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px; font-size: 1rem;
  background-color: #fff;
}
a,
svg {
  transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
ul,
nav {
  margin: 0 ;
  padding: 0;
  list-style-type: none;
}
/* Nav */
nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* Nav */
/* Content */
section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
section,
.section-two-column .service-notices,
footer {
  padding-right: 4rem;
  padding-left: 4rem;
}
  .section-two-column {
    padding: 0;
    color: #3879C1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-two-column.reverse {
    flex-direction: row-reverse;
  }
  .page-generic-content .section-related-content {
    padding-top: 0;
  }
  
    .section-two-column .h2 {
      margin-bottom: 1rem;
    }
    
    .section-two-column .btn-secondary {
      margin-top: 2rem;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  
    .section-two-column.bg-blue,
    .section-two-column.bg-light-blue {
      color: #fff;
    }
  
    .section-two-column aside {
      position: relative;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-align-items: flex-start;
      align-items: flex-start;
      padding: 4rem;
      width: 50%;
      min-width: 50%;
    }
    
    .one-quarter-content-split aside {
      width: 75%;
      min-width: 75%;
    }
    
    .section-two-column aside p {
      display: block;
      width: 100%;
    }
    
    .section-service-notices aside,
    .section-sign-up aside {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    .section-flight-operation,
    .section-media-contact-information {
      min-height: 600px;
    }
    
    .section-media-contact-information aside,     
    .section-general-contact-information aside {
      position: relative;
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    
    .section-general-contact-information aside {
      padding-bottom: 15.75rem;
    }
  .row {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .section-news,
  .news-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
/* Content */
.nowrap {
  white-space: nowrap;
}
/* Sign up and stay informed */
.section-sign-up {
  color: #333;
  background-color: #EEF2F6;
}
    .section-sign-up h2 {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: flex-start;
      color: #333;
      font-size: 25px; font-size: 1.5625rem;
    }
    .section-sign-up h2 .icon {
      -ms-align-items: center;
      align-items: center;
      margin-right: 1.5rem;
      padding-right: 1.5rem;
      width: 70px;
      height: 72px;
      border-right: 1px solid rgba(56, 121, 193, 0.3);
    }
    
  .section-sign-up .bg-light-blue h2 .icon {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
    
  .section-sign-up .aside-content:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.5rem 0;
    content: '';
    width: 1px;
    height: calc(100% - 3rem);
    border-right: 1px solid rgba(56, 121, 193, 0.3);
  }
  
  .section-sign-up p {
    display: block;
    color: #333;
  }
  
  .section-sign-up .bg-light-blue p a {
    color: #fff;
  }
  
  .section-sign-up .aside-content p {
    display: block;
    width: 100%;
    align-content: flex-start;
    justify-content: flex-start;
  }
  
  .section-sign-up .aside-form {
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .section-sign-up a {
    display: inline-block;
    width: auto;
    max-width: 200px;
  }
  
    .section-sign-up ul li a {
      min-width: 100%;
    }
  
  .section-sign-up h2,
  .section-sign-up h2 a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  
  .section-sign-up h2 a {
    pointer-events: none;
  }
  
  .section-sign-up a:link,
  .section-sign-up a:visited {
    /*color: #006EB0;
    text-decoration: underline;*/
  }
  
  .section-sign-up a:hover   { text-decoration: none; }
  .section-sign-up a:active  { opacity: 0.7; }
  
  
  .section-sign-up h2 a:link,
  .section-sign-up h2 a:visited {
    color: #333;
    text-decoration: none;
  }
  
  .section-sign-up .aside-form p {
    font-size: 18px; font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 1rem;
  }
  .section-sign-up .aside-form .notm {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
  }
  .section-sign-up .aside-form .consent {
    font-size: 18px; font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 1rem;
  }
  
  form .input {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
  }
  
    form .input label {
      position: absolute;
      left: 0;
      width: 100%;
      height: 60px;
      font-size: 18px; font-size: 1.125rem;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
    }
    
    .bg-light-blue form .input label {
      color: #225FA3;
    }
    
    .bg-light-blue form .input-checkbox label {
      color: #fff;
    }
    
    form .input-checkbox label {
      padding-left: 0;
    }
  
    form input[type="text"],
    form label {
      /*height: 40px;*/
      border: none;
    }
    
    input[type="submit"] {
      height: 60px;
      border: none;
    }
    form .input input[type="text"] {
      position: relative;
      background: none;
      z-index: 1;
    }
    
    form .input-email input[type="text"],
    form .input-email label {
      width: 80%;
      flex-grow: 2;
      border-radius: 2px 0 0 2px;
    }
    
    form .input-email input[type="submit"] {
      cursor: pointer;
      width: 20%;
      max-width: 150px;
      min-width: 112px;
      color: #fff;
      font-size: 18px; font-size: 1.125rem;
      background-color: #3879C1;
      border-radius: 0 2px 2px 0;
      background-clip: padding-box;
    }
    
    .success {
      background-color: green !important;
      border: green !important;
      color: white !important;
    }
    .bg-light-blue form .input-email input[type="submit"] {
      background-color: #1A4E88;
    }
    
    form .input-email input[type="text"] {
      padding: 0 2rem;
    }
    
    form label {
      padding: 1.1rem 0 0 2rem;
    }
    .sign-up-consent {
      padding: 0 0 0 2rem;
      font-size: 14px; font-size: 0.875rem;
    }
    
    form .input-email:hover label,
    form .input-email:focus label,
    form .input-email:active label  {
      opacity: 0;
    }
    
    form .input-checkbox,
    form .input-radio {
      background: none;
      border: none;
      height: 40px;
      margin-bottom: 0;
    }
    form .input-checkbox.input-consent {
      width: 40px;
    }
    
    form .input-radio label,
    form .input-checkbox label {
      padding: 0 0 0 32px;
      height: auto;
    }
    
    form .input-radio input,
    form .input-checkbox input {
      position: absolute;
      left: 0;
      opacity: 0;
      cursor: pointer;
      height: 32px;
      width: 100%;
      z-index: 2;
    }
    
    form .input-radio .checkmark,
    form .input-checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border: 1px solid #006EB0;
      border-radius: 2px;
      cursor: pointer;
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    form .input-radio .checkmark {
      border-radius: 100px;
    }
    
    .input-checkbox:hover input ~ .checkmark {
      border-color: #006EB0;
    }
    .input-checkbox input:checked ~ .checkmark {
      background-color: #fff;
    }
    .checkmark:after {
      content: "";
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    .input-checkbox .checkmark:after {
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid #006EB0;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .input-radio .checkmark:after {
      top: 4px;
      left: 4px;
      width: 10px;
      height: 10px;
      border-radius: 20px;
      background-color: #006EB0;
    }
    form.WcoForm input[type="text"]+img {
      position: absolute;
      left: 128px;
      top: 51px;
    }
    /* Calendar Control for WCO Forms */
    .WcoPik .pika-title,
    .WcoPik .pika-lendar { display:block }
    form.WcoForm input[type="checkbox"]+label,
    form.WcoForm input[type="radio"]+label {
      padding-right: 2rem;
    }
    form.WcoForm input[type="checkbox"]:before,
    form.WcoForm input[type="radio"]:before {
      position: absolute;
      top: -3px;
      left: -5px;
      height: 17px;
      width: 17px;
      background-color: #fff;
      border: 1px solid #006EB0;
      border-radius: 2px;
      cursor: pointer;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      content: "";
    }
    form.WcoForm input[type="checkbox"]:after,
    form.WcoForm input[type="radio"]:after{
      position: absolute;
      top: -1px;
      left: -3px;
      height: 13px;
      width: 13px;
      background-color: #fff;
      border: 1px solid #fff;
      cursor: pointer;
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      content: "";
    }
    form.WcoForm input[type="radio"]:after,
    form.WcoForm input[type="radio"]:before {
      border-radius:100%;
    }
    form.WcoForm input[type="checkbox"]:after {
      -webkit-transform: (45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      border-top: 0;
      border-left: 0;
      width: 5px;
      height: 10px;
      left: 2px;
    }
    form.WcoForm input[type="radio"]:checked:after {
      background-color: #006eB0;
    }
    form.WcoForm input[type="checkbox"]:checked:after {
      border-bottom: 1px solid #006eb0;
      border-right: 1px solid #006eb0;
    }
    .input-radio input.checked ~ .checkmark:after,
    .input-radio input:checked ~ .checkmark:after,
    .input-checkbox input:checked ~ .checkmark:after {
      visibility: visible;
      opacity: 1;
    }
    .input-dropdown .icon {
      position: absolute;
      top: 0.9rem;
      right: 1.5rem;
      width: 32px;
      height: 32px;
      transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    
    
    .form-sign-up {
      margin-top: 1rem;
      width: 100%;
    }
    
      .form-sign-up .input {
        border-radius: 100px;
      }
      
      .form-sign-up .input-dropdown label {
        color: #006EB0;
      }
      
      .form-sign-up .input-email label {
        color: #888;
      }
      
      .form-sign-up .input-checkbox {
        margin-top: .1rem;
      }
      
      .form-sign-up .input-email input[type="submit"] {
        border-radius: 0 100px 100px 0;
      }
      
      .input-dropdown {
        position: relative;
      }
      
      .dropdown {
        padding: 1rem 1.5rem 1rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
        z-index: 2;
        display: none;
        margin-bottom: 1rem;
      }
      
      .form-sign-up .dropdown-sign-up .input-checkbox {
        width: 100%;
        height: auto;
      }
      
      .section-sign-up .btn-dropdown {
        padding-top: 1.3rem;
        padding-right: 4rem;
        padding-left: 2rem;
        width: 100%;
        max-width: 100%;
        color: #006EB0;
        font-size: 18px; font-size: 1.125rem;
        line-height: 1;
        border: none;
        background: none;
        text-align: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
      }
      
      .section-sign-up .btn-dropdown:link,
      .section-sign-up .btn-dropdown:visited {
        color: #333;
        text-decoration: none;
      }
      
      .form-sign-up .dropdown-sign-up .input-checkbox label {
        height: auto;
        color: #333;
        font-size: 16px; font-size: 1rem;
        line-height: 1.4;
        position: inherit;
      }
      
      .section-sign-up .dropdown.dropdown-sign-up.active {
        display: block;
        z-index: 3;
      }
      
      .section-sign-up .btn-dropdown.active svg {
        transform:scale(1, -1);
      }
      
      .section-sign-up form .input-email input[type="text"]::-webkit-input-placeholder { 
        color: #fff;
        opacity: 0;
      }
      .section-sign-up form .input-email input[type="text"]:-ms-input-placeholder { 
        color: #fff;
        opacity: 0;
      }
      .section-sign-up form .input-email input[type="text"]::placeholder {
        color: #fff;
        opacity: 0;
      }
        
/* Sign up and stay informed */
/* Footer */
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333;
  width: 100%;
}
  footer,
  footer aside,
  .head-office-info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  footer .h4 {
    margin-bottom: 0;
    font-size: 26px; font-size: 1.625rem;
  }
  
  footer .h6 {
    margin-bottom: 0;
    font-size: 16px; font-size: 1rem;
    font-weight: 700;
  }
  
  footer asides,
  footer .aside-head-office,
  .head-office-info p,
  .aside-note {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  footer aside {
    width: 100%;
  }
  
  footer .asides {
    width: 100%;
    align-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .aside-head-office {
    width: 60%;
    flex-grow: 2;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .aside-head-office aside {
    width: 33%;
  } 
  
    .aside-head-office aside:nth-child(1) {
      max-width: 200px;
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
    } 
    
    .aside-head-office aside:nth-child(2) {
      max-width: 350px;
      min-width: 350px;
    }
    
    .aside-head-office aside p span,
    .aside-head-office aside:nth-child(3) {
      font-weight: 700;
    }
    
    .aside-head-office aside:nth-child(3) {
      max-width: 270px;
    }
  
    .aside-head-office aside p span {
      min-width: 100px;
    }
    
    .aside-head-office aside p a {
      color: #006EB0;
      font-weight: 500;
      text-decoration: none;
    }
    
    .head-office-info {
      margin: 1rem 3rem 1rem 0;
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-end;
      justify-content: flex-start;
      min-width: 400px;
    }
      
      .head-office-info p {
        padding: 0;
        margin: 0;
        width: 100%;
        font-weight: 500;
      }
  
  .aside-note {
    margin-top: -1rem;
    width: 40%;
    min-width: 450px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
  }
  
    .aside-note .icon-airport {
      justify-content: center;
      padding-right: 2rem;
      margin-right: 2rem;
      max-width: 140px;
      height: 140px;
      border-right: 5px solid #006EB0;
    }
    
    .aside-note p {
      display: block;
      margin: 0 0 0.5rem;
      width: 100%;
    }
    
    .aside-note .btn {
      padding-left: 0;
      line-height: 1.2;
    }
    
  
  .nav-social {
    margin: 1rem 0;
    width: 100%;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  
    .nav-social a {
      display: inline-block;
      margin-right: 0.5rem;
      padding: 0;
      min-width: 40px;
      max-width: 40px;
      height: 40px;
      max-height: 40px;
      font-size: 0;
      background-color: #555;
      border-radius: 50px;
      vertical-align: middle;
      text-align: center;
    }
    
    .section-copyright .nav-social a {
      padding: 0;
    }
    
    .nav-social a:last-of-type {
      margin-right: 0;
    }
    
    .nav-social a:hover  { background-color: #006EB0; }
    .nav-social a:active { opacity: 0.7; }
    
    .nav-social a img {
      margin-right: auto;
      margin-left: auto;
    }
    
    .nav-social .icon-twitter img {
       margin: 0 auto;
       width: 32px;
       height: 32px;
    }
    
    .nav-social .icon-facebook img {
       margin-top: 0.35rem;
       width: 26px;
       height: 26px;
    }
    
    .nav-social .icon-instagram img {
       margin-top: 0.5rem;
       width: 24px;
       height: 24px;
    }
    
    .nav-social .icon-youtube img {
       margin-top: 5px;
       width: 30px;
       height: 30px;
    }
    
    .nav-social .icon-linkedin img {
      margin-top: 0.3rem;
      width: 28px;
      height: 28px;
    }
    
    .nav-social div {
      margin-left: 2rem;
      height: 1px;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
    }
  
  .section-copyright {
    margin-top: 2rem;
    width: 100%;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .nav-copyright {
    width: 100%;
    justify-content: flex-start;
  }
  
  .section-copyright .asides,
  .section-copyright aside {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .section-copyright .asides {
    -ms-align-items: center;
    align-items: center;
  }
  
  .aside-copyright {
    width: 70%;
    justify-content: flex-start;
  }
  
    .section-copyright a {
      position: relative;
      padding: 0 1rem;
      color: #00529C;
      text-decoration: none;
    }
    
      .nav-copyright a:after {
        position: absolute;
        top: 0.1rem;
        right: 0;
        content: '';
        width: 1px;
        height: 20px;
        background-color: rgba(0,0,0,0.2);
        vertical-align: middle;
      }
      
      .section-copyright a:last-of-type:after {
        display: none;
      }
      
    .aside-logo {
      width: 30%;
      -ms-align-items: flex-end;
      align-items: flex-end;
      justify-content: flex-end;
    }
    
      .aside-logo aside {
        margin-bottom: 0.5rem;
        width: 50%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-end;
        align-items: flex-end;
        justify-content: flex-start;
      }
      
      .aside-logo aside:last-of-type {
        max-width: 140px;
      }
      
      .aside-logo .logo-footer {
        width: 105px;
      }
    
      .aside-slogan,
      .aside-slogan p,
      .aside-slogan a {
        text-align: right;
        -ms-align-items: flex-end;
        align-items: flex-end;
        justify-content: flex-end;
      }
      
      .aside-slogan p,
      .aside-slogan a {
        margin: 0;
        padding: 0;
        width: 100%;
      }
      
      .aside-slogan p {
        font-weight: 300;
      }
      
      .aside-slogan a {
        color: #484D56;
        font-weight: 500;
      }
/* Footer */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
  Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* 1200px and smaller */
@media only screen and (max-width: 1200px) {
  
  .section-sign-up .btn-dropdown {
    font-size: 16px; font-size: 1rem;
  }
  
  .footer-contact-us .asides {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }
  
    .footer-contact-us .asides > aside {
      width: 100%;
      min-width: 100%;
    }
    
    .aside-head-office,
    .aside-note {
      margin-bottom: 2rem;
    }
    p.map-instruct {
      min-height: 41px;
    }
    
    .aside-head-office aside:nth-child(1) {
      max-width: 25%;
      margin-bottom: 2rem;
    }
    
    .aside-head-office aside:nth-child(2),
    .aside-head-office aside:nth-child(3) {
      width: 37.5%;
      max-width: 37.5%;
      margin-bottom: 2rem;;
    }
    
    .head-office-info {
      margin-right: 0;
    }
    
    .section-copyright {
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 0;
    }
    
    .aside-copyright {
      order: 2;
      width: 100%;
      justify-content: center;
    }
    
    .nav-copyright {
      justify-content: center;
    }
  
}
/* 1200px and smaller */
/* 1100px and smaller */
@media only screen and (max-width: 1100px) {
  
  section, 
  .service-notices,
  .section-two-column aside,
  footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  
}
/* 1100px and smaller */
/* 1024px and smaller */
@media only screen and (max-width: 1024px) {
  
  body.active {
    overflow: hidden;
  }
  
  .section-two-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2rem;
  }
  .section-two-column.section-advisory-committee {
    flex-direction: column-reverse;
  }
  .page-generic-content .section-investor-relations,
  .page-generic-content .section-two-column {
    padding-top: 0;
  }
    .section-sign-up-form {
      padding-top: 0;
    }
    
    .section-two-column aside {
      width: 100%;
    }
    
    .section-general-contact-information aside {
      padding-bottom: 0;
    }
    
    .section-sign-up h2 a {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      width: 100%;
      max-width: 100%;
      text-decoration: none;
    }
    
    .section-sign-up .aside-content {
      padding-top: 0;
      padding-bottom: 0;
    }
    
    .section-sign-up .aside-content:after {
      display: none;
    }
    
    .section-sign-up .aside-form,
    .section-eligibility {
      padding-top: 0;
    }
    
    .section-sign-up .btn-dropdown {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: flex-start;
      padding-left: 2rem;
      padding-right: 4rem;
      height: 100%;
      padding-top: 0;
      font-size: 16px; font-size: 1rem;
      line-height: 1;
    }
    
    /* Footer */
    
    .nav-social  {
      order: 2;
      padding-bottom: 2rem;
      justify-content: center;
      border-bottom: 1px solid rgba(56, 121, 193, 0.3);
    }
    
    .nav-social:after,
    .nav-social:before {
      display: inline-block;
      margin: 0 1rem;
      content: '';
      width: 100%;
      height: 1px;
      background: rgba(56, 121, 193, 0.5);
      display: none;
    }
    
    .nav-social .line {
      display: none;
    }
    
    .section-copyright aside {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 100%;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
    }
    
    .section-copyright .aside-slogan {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    .section-copyright .asides {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    
    .aside-slogan p,
    .aside-slogan a {
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    .nav-copyright {
      order: 3;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
    }
    
    .nav-copyright p,
    .nav-copyright a {
      font-size: 14px; font-size: 0.875rem;
    }
    
    .nav-copyright p {
      display: block;
      margin-bottom: 0.3rem;
      width: 100%;
      justify-content: center;
    }
    
    /* Footer */
    
}
/* 1024px and smaller */
/* 768px and smaller */
@media only screen and (max-width: 768px) {
  
  section, 
  .service-notices, 
  .section-two-column aside, 
  footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  
  .page-homepage .section-sign-up  {
    height: 148px;
    height: 105px;
  }
  
  .section-sign-up {
    overflow: hidden;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .section-sign-up.aside-form {
    height: 130px;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .page-generic-content .section-sign-up  {
    /*height: 94px;*/
  }
  
  .section-sign-up.active {
    height: auto;
    overflow: visible;
  }
  
  .section-sign-up h2 {
    width: 100%;
  }
  
  .section-sign-up h2 a {
    pointer-events: auto;
  }
  .section-sign-up h2 a:after {
    position: absolute;
    top: 1rem;
    right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: 1rem;
    width: 40px;
    height: 40px;
    content: '';
    background: url('/_assets/img/expand-more.svg') center top no-repeat;
    background-size: 40px 40px;
      -webkit-background-size: 40px 40px;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
  
  .section-sign-up h2 a.active:after {
    -webkit-transform: scale(1, -1);  
    -ms-transform: scale(1, -1);  
        transform: scale(1, -1);
  }
  
  .section-sign-up .input-dropdown {
    min-height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .section-sign-up .btn-dropdown.active + #sign-up-dropdown {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .form-sign-up .dropdown-sign-up .input-checkbox {
    width: 100%;
  }
  
  .section-sign-up .input-email {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 150px;
    background: none;
  }
  
  .section-sign-up form .input-email input[type="text"] {
    margin-bottom: 1rem;
    border-radius: 100px;
    width: 100%;
    height: 60px;
    max-height: 60px;
    background-color: #fff;
  }
  
  .section-sign-up form .input-email input[type="text"]::-webkit-input-placeholder { 
    color: #333;
    opacity: 1;
  }
  .section-sign-up form .input-email input[type="text"]:-ms-input-placeholder { 
    color: #333;
    opacity: 1;
  }
  .section-sign-up form .input-email input[type="text"]::placeholder {
    color: #333;
    opacity: 1;
  }
  
  .form-sign-up .input-email label {
    display: none;
    font-size: 16px; font-size: 1rem;
    z-index: 2;
  }
  
  .section-sign-up form .input-email input[type="submit"] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 60px;
    min-height: 60px;
    border-radius: 100px;
  }
  
}
/* 768px and smaller */
/* 580px and smaller */
@media only screen and (max-width: 580px) {
  
  .section-sign-up .aside-content {
    padding-top: 0;
  }
  
  .section-sign-up h2 {
    margin-bottom: 1.5rem;
    font-size: 20px; font-size: 1.25rem;
  }
  
  .section-sign-up h2 .icon {
    -ms-align-items: center;
    align-items: center;
    margin-right: 1rem;
    padding-right: 1rem;
    width: 50px;
    height: 71px;
  }
  
  .section-sign-up h2 a::after {
    width: 30px;
    height: 30px;
    background-size: 32px 32px;
      -webkit-background-size: 32px 32px;
  }
  
}
/* 580px and smaller */
/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 1.2rem;
}
.sk-circle .sk-child_dark,
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child_dark:before,
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-child_dark:before {
  background-color: #fff;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}