/* Variables */
:root {
    /* ---- Page Options ---- */
    --header-bg-color: #fff;
      --page-bg-color: #ffffff;
        --footer-bg-color: #fff;
        /* ---- Main text options ---- */
          --main-text-color: #757575;
            --main-link-color: #304cb2;
              --main-accent-color: #ffbf27;
                --main-font-family: "Southwest Sans", Arial, sans-serif;
    --main-text-font-size: 16px;
    --main-text-line-height: 28px;
    --main-terms-font-size: 10px;
    /* ---- Header text options ---- */
    --heading-1-text-color: #304cb2;
      --heading-1-text-size: 48px;
    --heading-1-line-height: 60px;
    --heading-2-text-color: #1a2c80;
      --heading-2-text-size: 40px;
    --heading-2-line-height: 48px;
    --heading-3-text-color: #1a2c80;
      --heading-3-text-size: 28px;
    --heading-3-line-height: 36px;
    --heading-4-text-size: 24px;
    --heading-4-line-height: 32px;
    /* ---- Form options ---- */
    --form-bg-color: #fff;
      --form-header-bg-color: #415b90;
      /* input field settings */
        --form-input-fields-bg-color: #fff;
          --form-input-fields-border-color: #e0e0e0;
            --form-input-fields-text-color: #757575;
            /* submit button settings */
              --form-submit-button-bg-color: #ffbf27;
                --form-submit-button-font-color: #212529;
                  --form-submit-button-font-size: 12px;
    /* checkbox settings */
    --form-checkbox-bg-color: #2ca4bf;
      --form-checkbox-border-color: #2ca4bf;
      /* radio button settings */
        --form-radio-circle-color: #2ca4bf;
          --form-radio-border-color: #2ca4bf;
          /* field label settings */
            --form-label-text-color: #757575;
              --form-labels-text-size: 15px;
  }
  h1 {
    color: var(--heading-1-text-color);
    font-size: var(--heading-1-text-size);
    line-height: var(--heading-1-line-height);
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
  }
  h1 sup {
    font-size: 65%;
  }
  h2 {
    color: var(--heading-2-text-color);
    font-size: var(--heading-2-text-size);
    line-height: var(--heading-2-line-height);
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
  }
  h3 {
    color: var(--heading-3-text-color);
    font-size: var(--heading-3-text-size);
    line-height: var(--heading-3-line-height);
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
  }
  h4 {
    color: var(--heading-4-text-color);
    font-size: var(--heading-4-text-size);
    line-height: var(--heading-4-line-height);
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
  }
  body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    font-size: var(--main-text-font-size);
    line-height: var(--main-text-line-height);
    background-color: var(--page-bg-color);
  }
  body .plus {
    color: #d5152e;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-style: italic;
  }
  body .plus sub {
    font-size: 12px;
  }
  body p {
    font-size: 16px;
  }
  body a {
    color: var(--main-link-color);
  }
  body .terms {
    font-size: var(--main-terms-font-size);
    line-height: 1rem;
  }
  /* Text styles */
  /* Custom padding */
  section {
    padding: 15px 0;
  }
  .box-row {
    text-align: center;
    padding-bottom: 60px;
  }
  .pad-right {
    padding-right: 100px;
    margin-bottom: 60px;
  }
  .pad-left {
    padding-left: 100px;
    margin-bottom: 60px;
  }
  /* Buttons */
  .swa-button {
    min-width: 147px;
  }
  .swa-button.swa-button_primary_yellow {
    color: #111b40;
  }
  .swa-button.swa-button_primary_yellow {
    /* font-family: Arial, sans-serif;
      font-size: 13px; */
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: -0.01em;
    display: inline-block;
    margin: 0;
    padding: 7px 28px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    background: #ffbf27;
      -webkit-transition: color ease-out 0.3s, background ease-out 0.3s,
        border-color ease-out 0.3s;
    transition: color ease-out 0.3s, background ease-out 0.3s,
      border-color ease-out 0.3s;
    text-decoration: none;
    border-color: #fad101 #fad101 #d2af01;
  }
  /* Section: Breadcrubs */
  #breadcrumbs {
  padding: 10px 0;
  border-bottom: 2px solid #ffffff;
  font-size: 0.75rem;
  }
  #breadcrumbs sup {
  font-size: 9px;
  }
  /* Section: Hero */
  #airport-information section#airport-hero img {
  width:100%;
  height:auto;
  }
  #airport-information section#header h1{
  font-family: SouthwestSans-Bold, "Southwest Sans Bold", "Southwest Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  color: rgb(17, 27, 64);
  text-align: left;
  }
  #airport-information section#description p{
  font-family: 'SouthwestSans-Regular', arial, sans-serif;
  font-size: 1.0rem;
  font-weight: normal;
  color: rgb(17, 27, 64);
  text-align: left;
  }
  #airport-information section#description p strong{
  font-weight: bold;
  }
  #airport-information .sameday-intro h2{   
  color: #111b40;
  font-size: 1.625rem;
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
  margin: 0;
  }
  /* Section: Airport-Listings */
  #airport-information
  section#airport-listings
  #page_container {
  margin-top: 15px;
  margin-bottom: 15px;
  }
  #airport-information
  section#airport-listings search input
  #accordion_search_bar_container {
  position: relative;
  content: '\e003';
  font-family: Glyphicons Halflings;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  }
  #airport-information section#airport-listings p.searchLabel{
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
  font-size: 0.7rem;
  color: black;
  text-rendering: optimizeLegibility;
  margin-bottom: 5px;
  }
  #accordion_search_bar {
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid grey;
  outline: 0;
  font-family: 'SouthwestSans-Regular', 'Southwest Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  }
  #airport-information section#airport-listings .panel-title{
  background-color: rgba(244, 244, 244, 1);
  padding: 3%;
  margin: 5px auto;
  }
  .panel-title a {
      font-family: 'SouthwestSans-Bold', 'Southwest Sans Bold', 'Southwest Sans', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #304CB2;
      line-height: 18px;
      display: block;
      font-size: 0.9rem;
      text-decoration: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      /* justify-content: space-between; */
      /* padding: 1rem; */
      text-align: left;
  }
  
  div#accordion a.collapsed:after {
      content: url(https://www.southwest.com/assets/images/responsive/airline-cleanliness-social-distance/icon-arrow-down.png);
  }
  
  
  div#accordion a:after {
      content: url(https://www.southwest.com/assets/images/responsive/airline-cleanliness-social-distance/icon-arrow-up.png);
  }
  div#accordion .panel-body a::after {
    content: "";
  }
  
  
  #airport-information section#airport-listings .panel-body{
  font-family: 'SouthwestSans-Regular', 'Southwest Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  color: rgb(99, 99, 99);
  padding: 2%;
  }
  #airport-information section#airport-listings .panel-body p{
  margin-bottom: 10px;
  }
  #airport-information section#airport-listings .panel-body p strong{
  font-weight: bold;
  color: black;
  }
  #airport-information section#airport-listings .panel-body a{
  text-decoration: none;
  }
  
  
  .airport-information.navigation.col-12 {
      margin-top: -2%;
     
  }
  
  
  
  span.airport-information-navigation {
      color: #111b40;
  }
  
  
  /* Travel Alerts */
  .travel-alert {
      padding-bottom: 20px;
      background-color: rgba(213, 21, 46, 0.14901960784313725);
      color: #111b40;
      box-sizing: border-box;
      border-width: 3px;
      border-style: solid;
      border-color: rgba(213, 21, 46, 1);
      border-left: 0px;
      border-right: 0px;
      border-bottom: 0px;
      border-radius: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      padding-top: 5px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 5px;
      margin-bottom: 10px;
  }
  
  img.travel-advisory {
      margin-right: 3px;
      margin-top: -4px;
  }
  
  div#travel-alert a:after {
  
  content: none;
  
  }
  
  
  #travel_advisory {
      background-color: #ffffff;
      /* margin: 0 30px 0 15px; */
  }
  