/* --------------------------
EDIT THE VALUES BELOW TO UPDATE 
THE TEMPLATE BRAND TREATMENT
--------------------------*/

:root {
    /* ---- Page Options ---- */
    --header-bg-color: #fff;
    --page-bg-color: #efefef;
    --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: #1a2c80;
    --heading-1-text-size: 50px;
    --heading-1-line-height: 1.2em;
    --heading-2-text-color: #1a2c80;
    --heading-2-text-size: 36px;
    --heading-2-line-height: 1.5em;
    --heading-3-text-color: #1a2c80;
    --heading-3-text-size: 30px;
    --heading-3-line-height: 30px;

    /* ---- 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;
}
/* --------------------------
WARNING: EDITING THE BELOW CSS MIGHT
BREAK THE TEMPLATE
--------------------------*/

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;
}
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 a {
    color: var(--main-link-color);
}
body .terms {
    font-size: var(--main-terms-font-size);
    line-height: 1rem;
}
body .overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.yellow {
    color: #ffbf27;
}
.yellow-bg {
    background-color: #ffbf27;
}
.white-bg {
    background-color: white;
}
.bold-blue {
    color: #304cb2;
}
.bold-blue-bg {
    background-color: #304cb2;
    color: #ffffff;
}
.bold-blue-bg a {
    color: var(--main-accent-color);
    font-weight: bold;
}
.midnight-blue {
    color: #111b40;
}
.midnight-blue-bg {
    background-color: #111b40;
}
.midnight-blue-bg a {
    color: var(--main-accent-color);
    font-weight: bold;
    text-decoration: underline;
}
.dark-blue {
    color: #1a2c80;
}
.dark-blue-bg {
    background-color: #1a2c80;
}
.dark-blue-bg a {
    color: var(--main-accent-color);
}

/* Buttons */
.swa-button.swa-button_primary_yellow {
    color: #111b40;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: -0.01em;
    display: inline-block;
    margin: 0;
    padding: 8px 28px;
    cursor: pointer;
    text-align: center;
    /*corgb(84, 114, 224)1b40;*/
    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;
}

.swa-button.swa-button_primary_yellow:hover {
    border-color: #111b40;
}

.swa-button {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    min-width: 75px;
    margin: 0;
    padding: 7px 20px;
    cursor: pointer;
    -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-align: center;
    vertical-align: baseline;
    color: #304cb2;
    border: 1px solid #e5e5e5;
    border-bottom-color: #d0d0d0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-appearance: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F7F7F7', GradientType=0);
}

.swa-button.swa-button_primary {
    color: #111b40;
    border-color: #fad101 #fad101 #d2af01;
    background: #ffbf27;
    -webkit-filter: none;
    filter: none;
}

.swa-button:hover {
    text-decoration: none;
}

/* Font - Southwest Sans */
@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Regular.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Regular.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Regular.otf")
            format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Bold.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Bold.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Bold.otf")
            format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Light.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Light.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Light.otf")
            format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Medium.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Medium.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Medium.otf")
            format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Black.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Black.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Black.otf")
            format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Italic.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Italic.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-Italic.otf")
            format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-BoldItalic.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-BoldItalic.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-BoldItalic.otf")
            format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-LightItalic.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-LightItalic.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-LightItalic.otf")
            format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-MediumItalic.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-MediumItalic.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-MediumItalic.otf")
            format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Southwest Sans";
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-BlackItalic.eot");
    src: url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-BlackItalic.eot?")
            format("embedded-opentype"),
        url("https://www.swabiz.com/swa-resources/fonts/SouthwestSans-BlackItalic.otf")
            format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* --------------------------
WARNING: EDITING THE BELOW CSS MIGHT
BREAK THE TEMPLATE
--------------------------*/
.header {
    padding: 20px 10px;
    background-color: var(--header-bg-color);
}
.header ul.gnav {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 0;
}
.header ul.gnav li {
    font: bold 12px/1 Arial;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
}
.header ul.gnav i {
    color: #9e9e9e;
    font-size: 30px;
}
.headline {
    padding: 0 0 25px 0;
}
.form-header {
    background: var(--form-header-bg-color);
    padding: 20px;
}
sup {
    top: -0.3em;
}

/* Pardot form */
#pardot-form {
    font-family: Arial, sans-serif;
}
/* required symbol adjustments */
#pardot-form .required .field-label {
    background-image: none;
    padding-left: 0;
}
#pardot-form .required .field-label:after {
    content: "*";
    color: grey;
}
/*Field labels:*/
#pardot-form .field-label {
    font-weight: normal;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    color: rgb(102, 102, 102);
    margin-bottom: 5px;
}
/*Text inputs:*/
#pardot-form input.text {
    font-family: Arial, sans-serif;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    margin-bottom: 5px;
    font-weight: normal;
    background-color: #ffffff;
    font-size: 16px;
    width: 100%;
    color: rgb(102, 102, 102);
    height: 48px;
}
/*Dropdowns:*/
#pardot-form select {
    font-family: Arial, sans-serif;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    margin-bottom: 5px;
    font-weight: normal;
    background-color: #ffffff;
    font-size: 16px;
    width: 100%;
    color: rgb(102, 102, 102);
    height: 48px;
}
/* Recaptcha */
#pardot-form .col-sm-6:nth-of-type(9) {
    margin: 0 auto;
    text-align: center;
}
#pardot-form .col-sm-6:nth-of-type(9) .g-recaptcha div {
    text-align: center;
    width: auto !important;
}
/*Textareas:*/
#pardot-form textarea {
    font-family: Arial, sans-serif;
    padding: 5px;
    border: none;
    margin-bottom: 5px;
    font-weight: normal;
    background-color: rgb(248, 248, 248);
    font-size: 16px;
    width: 100%;
    min-height: 60%;
}
/*Field Labels inline with checkboxes, radio inputs etc:*/
#pardot-form label.inline {
    font-family: Arial, sans-serif;
    margin: 5px 5px 5px 5px;
    font-weight: normal;
    font-size: 14px;
    color: rgb(102, 102, 102);
}
/*Submit button:*/
#pardot-form .submit input {
    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: 8px 28px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    border: none;
    background: #ffbf27;
}
/*Submit button Positioning in the form:*/
#pardot-form.form p.submit {
    margin: 0px 0px 0px 8px !important;
    padding: 0;
}
/*Radio inputs:*/
#pardot-form input[type="radio"] {
    font-family: Arial, sans-serif;
}
/*Date inputs:*/
#pardot-form .date input {
    font-family: Arial, sans-serif;
}
/* PARDOT CLIENTS: STOP STYLING NOW!! The below classes are to ensure responsive design. */
.hero_image {
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
#pardot-form.form span.value {
    display: block;
    margin-left: 0px;
}
/*Simple Responsive Media Query*/
@media (min-width: 0px) and (max-width: 768px) {
    /* left content div */
    #left_content {
        width: 100%;
        float: none;
    }
    #pardot-form.form p.no-label,
    #pardot-form.form p.email-pref {
        margin: 0.2em 0.5em 0.6em 0px;
        padding: 0;
    }
    /* right content div */
    #right_content {
        padding-left: 0;
        width: 100%;
        float: none;
    }
    /*Field labels:*/
    #pardot-form .field-label {
        width: 100%;
        float: left;
    }
    /*Text inputs:*/
    #pardot-form input.text {
        width: 100%;
    }
    /*Dropdowns:*/
    #pardot-form select {
        width: 100%;
    }
    /*Textareas:*/
    #pardot-form textarea {
        width: 100%;
        height: 80px;
    }
    /*Submit button:*/
    #pardot-form .submit input {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Body Content */
.box-row {
    padding: 60px 0;
}

/* Section: Welcome */
#welcome {
    color: #ffffff;
}
#welcome h2 {
    color: #ffffff;
}
#welcome h2 span {
    color: #ffbf27;
}

/* Section: Hero */
#hero {
    display: block;
    position: relative;
    padding: 100px 0;
}
#hero .hero-text h1 {
    color: #ffffff;
}
#hero .hero-text p {
    color: #ffffff;
    font-size: 26px;
}
#hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* max-height: 446px;
  object-fit: cover;
  transform: translateX(-50%); */
    z-index: -2;
}
@media all and (max-width: 992px) {
    #hero .hero-bg {
        height: 100%;
        width: auto;
        left: unset;
        right: 0;
    }
}
@media all and (max-width: 767px) {
    #hero .overlay {
        display: block;
    }
}

/* Section: WiFi */
#wifi {
    color: #fff;
}
#wifi h3 {
    color: #fff;
}
#wifi span {
    color: var(--main-accent-color);
}
#wifi a:not(.swa-button) {
    color: var(--main-accent-color);
}
#wifi .terms a {
    color: unset;
}
#wifi .swa-button {
    margin-bottom: 1rem;
}
#wifi .sub-container {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
#wifi .sub-container img {
    width: 100%;
    height: auto;
    max-width: 250px; /* optimal img size */
}
#wifi .sub-container .btm-left {
    padding-right: 12rem;
}
#wifi ol {
    padding-left: 20px;
}
#wifi ol li {
    padding-left: 20px;
    padding-bottom: 20px;
}
#wifi ol li::marker {
    font-weight: bold;
}
#wifi ul.check {
    list-style: none;
    padding-left: 0;
}
#wifi ul.check li {
    line-height: 2.25rem;
    padding-left: 30px;
}
#wifi ul.check li::before {
    content: url("https://business.southwest.com/l/886213/2022-02-28/5h4n1/886213/1646036233l6I3pDHc/check_icon.png");
    position: absolute;
    margin-left: -30px;
}

@media all and (max-width: 1199px) {
    #wifi .sub-container .btm-left {
        padding-right: 2rem;
    }
}
@media all and (max-width: 575px) {
    #wifi .sub-container {
        padding: 30px 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Section: Whq fly SWA */
#why-fly-swa {
    color: #ffffff;
}
#why-fly-swa .benefit {
    margin: 30px 0;
}
#why-fly-swa .benefit .icon {
    height: 45px;
}
#why-fly-swa .benefit .icon img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#why-fly-swa .benefit .title {
    margin: 15px 0 0;
}
#why-fly-swa .benefit a {
    margin-top: -30px;
    color: var(--main-accent-color);
}
#why-fly-swa .terms {
    line-height: 1.2em;
    margin-top: 15px;
}

/* Section: Fare chart */
#fare-chart {
    color: #ffffff;
}
#fare-chart .new {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.2rem;
    font-weight: bold;
    display: block;
}
#fare-chart .chart-body {
    overflow-x: hidden;
}
#fare-chart sup {
    font-size: 65%;
}
#fare-chart h3 {
    color: #ffffff;
    text-align: center;
    line-height: var(--heading-3-line-height);
}
#fare-chart .terms {
    line-height: 1.2em;
}

.chart-body .table-borderless td,
.table-borderless th {
    border: 1px solid transparent;
    vertical-align: middle;
}
.chart-body .table-borderless thead th {
    border-bottom: 2px solid transparent;
    min-width: 152px;
}
.chart-body table thead th {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.chart-body table tbody th {
    font-size: 23px;
    font-weight: 400;
}
.chart-body table tbody th span{
    font-size: 18px;
    display: block;
}
.chart-body .table-borderless tr:nth-child(even) {
    background-color: #304cb2;
}
.chart-body tbody td {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.chart-body .icon img {
    /* margin-top: 10px; */
    transform: scale(1.25);
}

/* Section: Rapid Rewards */
#rapid-rewards {
    position: relative;
}
#rapid-rewards .rr-bg {
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100%;
    height: 100%;
    /* max-width: 1920px; */
    object-fit: cover;
    /* transform: translateX(-50%); */
    z-index: -2;
    right: 0;
}
@media all and (min-width: 1100px) and (max-width: 1569px) {
  #rapid-rewards .rr-bg {
    width: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  #rapid-rewards .rr-bg {
    width: 170vw;
  }
}
@media all and (min-width: 992px) and (max-width: 1099px) {
  #rapid-rewards .rr-bg {
    width: 180vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #rapid-rewards .rr-bg {
    width: 150vw;
    /* object-fit: none; */
  }
}
#rapid-rewards * {
    color: #fff;
}
#rapid-rewards span {
    color: var(--main-accent-color);
}
#rapid-rewards a {
    color: var(--main-accent-color);
}
#rapid-rewards ul {
    list-style: none;
    padding: 0;
}
#rapid-rewards ul li {
    line-height: 3rem;
}
#rapid-rewards ul .icon {
    display: inline-block;
    width: 100%;
    max-width: 32px;
    margin-right: 0.5rem;
    text-align: center;
}
#rapid-rewards ul .icon img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media all and (max-width: 767px) {
    #rapid-rewards .overlay {
        display: block;
    }
}

/* Section: Boarding */
#boarding h3 {
    padding: 2rem 0 3rem 0;
    text-align: center;
    color: #ffffff;
}
#boarding .step {
    float: left;
    text-align: center;
    color: #ffffff;
}
#boarding .step p {
    padding: 1rem 4rem;
}
#boarding .step .img-container {
    width: 100%;
    height: 247px;
    position: relative;
}
#boarding .step img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#boarding .tip img {
    float: right;
}
#boarding .tip p {
    font-size: 26px;
    color: #ffffff;
}
@media all and (max-width: 992px) {
    #boarding .step p {
        padding: 1rem;
    }
}
@media all and (max-width: 767px) {
    #boarding .tip .arrow {
        display: none;
    }
}

#boarding-video * {
    color: #ffffff;
}
#boarding-video .container {
    position: relative;
}
#boarding-video h3::before {
    content: url("https://business.southwest.com/l/886213/2022-03-03/5jwqp/886213/1646340345rpTQHfI4/chevron_down.png");
    position: absolute;
    left: 0;
}
#boarding-video h3::after {
    content: url("https://business.southwest.com/l/886213/2022-03-03/5jwqp/886213/1646340345rpTQHfI4/chevron_down.png");
    position: absolute;
    right: 0;
}
#boarding-video .video-container {
    width: 100%;
    max-width: 900px;
    margin: 2rem auto;
}
#boarding-video iframe {
    border: 1px solid #ffffff;
}
@media all and (max-width: 992px) {
    #boarding-video h3::before,
    #boarding-video h3::after {
        display: none;
    }
}

/* Section: Reognition */
#awards h3 {
    padding: 2rem 0 3rem 0;
    text-align: center;
    line-height: 1.2em;
    color: #ffffff;
}
#awards .awarder {
    float: left;
    text-align: center;
    color: #ffffff;
}
#awards .awarder p {
    padding: 0 3rem;
}
#awards .awarder .img-container {
    width: 100%;
    height: 110px;
    position: relative;
}
#awards .awarder img {
    position: absolute;
    padding: 1rem;
    top: 50%;
    /* bottom: 0; */
    left: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateX(-50%); */
}
#awards .awarder .name {
    font-size: 27px;
    font-weight: bold;
    /* padding: 1.5rem; */
    padding: 0 1.5rem;
    color: #ffbf27;
    position: absolute;
    bottom: 0;
    /* position: relative;
  top: 50%;
  transform: translateY(-50%); */
}
#awards .awarder hr {
    margin: 1.5rem auto 1rem;
}
@media all and (max-width: 992px) {
    #awards .awarder hr {
        margin: 0.5rem auto 0;
    }
    #awards .awarder p {
        padding: 1rem;
    }
}
/* Todo: Give all awarder p elements a consistent height */
@media all and (max-width: 453px) {
    #awards .awarder {
        height: 100%;
        max-height: 285px;
    }
}

/* Section: Ready to book */
/* TODO: aResolve responsive issues with background image */
#ready-to-book {
    position: relative;
    min-height: 37vw;
}
#ready-to-book .text {
    margin-top: 5vw;
}
#ready-to-book p {
    font-size: 26px;
    line-height: 2rem;
    color: var(--heading-2-text-color);
}
/* img within conainer */
/* #ready-to-book img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
} */
/* #ready-to-book img {
  position: relative;
  top: -246px;
  z-index: -2;
} */
/* img outside container */
#ready-to-book img {
    /* max-width: 1300px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -2;
}
#ready-to-book .overlay {
    background: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 992px) {
    #ready-to-book p {
        font-size: 20px;
    }
}
@media all and (max-width: 767px) {
    #ready-to-book p {
        font-size: 16px;
    }
    #ready-to-book .overlay {
        display: block;
    }
}

/* Section: FAQs */
#faqs {
    background-color: #ffffff;
}
#faqs h3 a {
    color: var(--heading-3-text-color);
}
#faqs .terms {
    color: var(--heading-3-text-color);
    line-height: 1rem;
}
#faqs .terms p {
    margin-bottom: 0;
}

/* Responsive GDS chart */
@media all and (max-width: 1199px) {
    .chart-body .table-borderless thead th {
        min-width: 0;
    }
    #sbd-chart-body.chart-body .nav-tabs > li:first-of-type {
        top: 6%;
        height: 24.5rem;
    }
    #sbd-chart-body.chart-body .nav-tabs > li:nth-of-type(2) {
        top: 7.5%;
        height: 21.5rem;
    }
}
@media all and (max-width: 991px) {
    .chart-body .left {
        margin: 130px 0 90px -50px;
        left: 7.5%;
    }
    .chart-body .right table {
        table-layout: fixed;
        overflow-x: auto;
        min-width: 510px;
    }
    .chart-body .nav-tabs > li:first-of-type {
        top: 0;
        height: 48.5rem;
    }
    .chart-body .nav-tabs > li:nth-of-type(2) {
        top: 1.5%;
        height: 29rem;
    }
    #sbd-chart-body.chart-body .nav-tabs > li:first-of-type {
        top: 1%;
        height: 57rem;
    }
    #sbd-chart-body.chart-body .nav-tabs > li:nth-of-type(2) {
        top: 2%;
        height: 46rem;
    }
    .chart-body table tbody th {
        font-size: 14px;
        line-height: 18px;
    }
    .chart-body table tbody th span {
        font-size: 14px;
    }
    .chart-body tbody td {
        font-size: 12px;
        line-height: 14px;
    }
}
@media all and (max-width: 767px) {
    .chart-body .left {
        margin: 130px 0 90px -50px;
        left: 7.5%;
    }

    .chart-body .nav-tabs > li:first-of-type {
        height: 52.5rem;
    }
    .chart-body .nav-tabs > li:nth-of-type(2) {
        height: 30rem;
    }
    #sbd-chart-body.chart-body .nav-tabs > li:first-of-type {
        top: 2%;
    }
    #sbd-chart-body.chart-body .nav-tabs > li:nth-of-type(2) {
        top: 2.5%;
    }
}

/* Footer */
.footer {
    padding: 35px 0 30px 0;
    font-size: 10px;
    color: #9e9e9e;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    background-color: var(--footer-bg-color);
}
.footer .border-top {
    border-top: solid 1px #e0e0e0;
    padding-top: 20px;
}
ul.social {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 0;
}
ul.social li {
    display: inline-block;
    padding: 5px;
}
ul.social i {
    color: #9e9e9e;
    font-size: 30px;
}
.asset-image {
    float: left;
    padding: 0 15px 10px 0;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: calc(var(--heading-1-text-size) - 25%);
    }
    h2 {
        font-size: calc(var(--heading-2-text-size) - 25%);
    }
    /* Why fly SWA */
    #why-fly-swa .benefit .title br {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: calc(var(--heading-1-text-size) - 50%);
    }
    h2 {
        font-size: calc(var(--heading-2-text-size) - 50%);
    }
    .social.text-right {
        text-align: center !important;
    }
    .logo {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    ul.social {
        text-align: center !important;
    }
    .copyright {
        text-align: center;
        padding-bottom: 10px;
    }
    form.form input[type="submit"] {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    h1 {
        font-size: calc(var(--heading-1-text-size) - 70%);
    }
    h2 {
        font-size: calc(var(--heading-2-text-size) - 70%);
    }
    .headline {
        padding-bottom: 15px;
    }
    .logo {
        text-align: center;
    }
    .asset-image {
        float: none;
        padding-right: 0;
    }
}