h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #192b81;
}

.row {
    margin-bottom: 20px;
}

.pfx-container a:not(.btn) {
    color: #2f4cb2;
    text-decoration: underline;
}

/* SWA Nav Overrides */

.header-row .container.d-none.d-sm-block {
    width: auto;
    max-width: 940px;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.header-row .row {
    margin-bottom: 0;
}

.navbar-toggler {
    background: none;
}

.responsive-nav {
    display: none;
}

.pfx-breadcrumbs {
    background: none;
    padding: 10px 10px 0;
    margin-bottom: 0;
}

h1 {
    font-size: 1.8em;
    line-height: 32px;
    padding: 20px 0 10px 10px;
}

.hero-row, .hero-row .row {
    margin-bottom: 0;
}

.hero-row p {
    line-height: 24px;
    padding: 0 20px 0 10px;
}

.hero-award-img-bg {
    background-color: #304cb2;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hero-award-text p {
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.3em;
}

.hero-award-img {
    width: 100%;
    height: auto;
    max-width: 140px;
}

.hero-award-text {
    width: 70%;
    float: left;
    padding-right: 10px;
}

.hero-award-text h2 {
    color: #ffbd00;
    font-size: 1.15rem;
}

.hero-award-badge {
    width: 30%;
    margin: 0 auto;
    float: right;
    text-align: center;
}

/* On desktop, #award-container needs this background; in other layouts
.perks-table-row does. */
#award-container, .perks-table-row {
    background: #f4f4f4;
}

.award-image-wrapper {
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #ffbd00;
}

/* Overqualified to avoid interference from global link style */
.container .pfx-breadcrumbs li a {
    color: #6c757d;
    text-decoration: none;
}

/* Overqualified to avoid interference from vendor stylesheet */
.container .pfx-breadcrumbs > li + li:before {
    color: #b7b7b7;
    content: "\00B7";
    padding: 0 4px;
}

.perks-table-row h2 {
    margin: 15px auto 10px;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
}

.perks-table {
    flex-wrap: wrap;
    margin: 0 auto;
}

.perks-table a {
    font-size: .9em;
    /* Prevents layout shift from font swapping */
    white-space: nowrap;
}

.perks-table-cell {
    padding: 4px 0 15px;
    width: 33%;
}

.download-app-row {
    background: #00004d;
    padding: 35px 0 20px;
}

.download-app-row img {
    width: 25%;
    height: 25%;
    float: left;
    margin: 4%;
}

.download-app-text-wrapper {
    display: block;
    height: auto;
    width: 67%;
    float: right;
    padding: 20px 0;
}

.download-app-row h2 {
    color: #fff;
}

.download-app-text-wrapper .p {
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    padding: 0 10px 10px 0;
}

/* The next two rules need extra qualification in certain contexts */
.btn.download-app-btn {
    border-radius: 3px;
    padding: 12px 35px;
    font-size: 1.2em;
    display: inline-block;
    float: left;
    text-decoration: none;
}

.container.booking-widget-row, .container-fluid.booking-widget-row {
    padding: 30px 0;
    margin: 25px auto;
}

/* Booking Widget */

/* IE 11 FIX */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .wcm_booking_widget_air_flight span::before {
      font-size: 0.8em;
    }

    .wcm_booking_widget_field_container_date_labels label::before {
      font-size: 0.6em;
    }
}

#booking-widget-title {
    margin: 5px auto 30px;
    font-size: 1.55em;
    text-align: center;
}

.booking-widget-row .pfx-container {
    /* This gets rid of a horizontal scrollbar */
    max-width: 99%;
    margin: 0 auto;
}

.screenreader-only {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.swa-g-screen-reader-only .screenreader-only .wcm_booking_widget_air_flyout_label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Fragment Overrides DO NOT DELETE */

.wcm_booking_widget_air_title {
    margin: inherit !important;
}

.wcm_booking_widget_air_flight.sw2 {
    left: 80px !important
}

.responsive-booking-widget input, .responsive-booking-widget select, .fare-freedom input, .fare-freedom select {
    font-size: 22px !important;
    padding: 8px 10px;
    border-radius: 3px;
    height: auto;
    border: 1px solid #D6D6DC;
    border-top-color: rgb(214, 214, 220);
    border-top-color: #B4B4B8;
    padding: 10px;
    vertical-align: top;
    line-height: 32px;
    -webkit-box-shadow: inset 0 1px 0 #F2F2F2;
    -moz-box-shadow: inset 0 1px 0 #F2F2F2;
    box-shadow: inset 0 1px 0 #F2F2F2;
}

.responsive-booking-widget .wcm_booking_widget_field_container_date_labels input, .fare-freedom .wcm_booking_widget_field_container_date_labels input {
    text-indent: 0 !important;
}

.wcm_booking_widget label {
    display: block;
    margin-bottom: 0rem;
}

.pfx-container .wcm_booking_widget.wcm_booking_widget_air {
    background-color: white;
    border: solid 1px gray;
    border-radius: 3px;
    width: initial;
}

.wcm_booking_widget_column_1.wcm_booking_widget_column_last {
    margin-top: 0px;
}

.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}

#seniorPassengerSelectAirport, #adultPassengerSelectAirport, #adultPassengerSelectAirport {
    padding: 8px 10px !important;
}

.swa_forms_wrappingLabel_text {
    margin-left: 5px;
}

.wcm_booking_widget_field_container_air_trip_type input {
    margin: 3px 0 0 9px !important;
}

.wcm_booking_widget_row input[type="radio"] {
    margin: 0 0px 0 0 !important;
}

.wcm_booking_widget_field_container_air_trip_type_round_trip, .wcm_booking_widget_field_container_air_trip_type_one_way {
    width: 83px !important;
}

.wcm_booking_widget_field_container.wcm_booking_widget_field_container_html.wcm_booking_widget_field_container_html1 {
    padding-top: 4px !important;
    left: 170px !important;
}

.mobile-friendly .wcm_booking_widget_row input, .mobile-friendly .wcm_booking_widget_row select {
    font-size: 22px;
    -webkit-box-shadow: inset 0 1px 0 #F2F2F2;
    -moz-box-shadow: inset 0 1px 0 #F2F2F2;
    box-shadow: inset 0 1px 0 #F2F2F2;
}

.flight-details {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.flight-details-table {
    font-family: 'SouthwestSans-Regular', Helvetica, Arial, sans-serif;
    line-height: 26px;
}

.flight-details-table caption, .route-info-table caption {
    caption-side: top;
}

.flight-details-table caption {
    margin-bottom: 15px;
    line-height: 20px;
}

.flight-details-table tbody {
    font-size: 1.1em;
}

.flight-details-table th {
    padding-right: 1.5em;
}

.flight-details-table th, .flight-details-table td {
    padding-bottom: .5em;
}

.flight-details-table th::after {
    content: ":";
}

.flight-details-row .disclaimers sup {
    font-size: 100%;
}

.route-info-container {
    flex: 0 0 100%;
    max-width: 100%;
}

.route-info {
    border: 1px solid #e6e7e8;
    margin-bottom: 10px;
}

.route-info p {
    font-size: .9em;
    margin: 0;
    text-align: center;
}

.route-info a {
    font-size: 0.9em;
    display: block;
    color: #304cb2;
    text-decoration: underline;
}

#map-link {
    margin-bottom: 10px;
    text-align: center;
}

.route-info-table {
    display: flex;
    flex-wrap: wrap;
    font-family: 'SouthwestSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    justify-content: center;
}

.route-info-table caption {
    text-align: center;
}

.route-info-table tbody {
    margin: .75em 1em;
}

.route-info-table th {
    font-size: .95em;
    padding: .75em 0;
}

.route-info-table td {
    font-size: 1.6em;
    color: #192b81;
    line-height: 1em;
    padding: .4em .4em .4em 0;
    text-align: right;
}

.route-info-table td sup {
    font-size: 50%;
    top: -1em;
}

.popular-flights {
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.popular-flights-cell {
    font-weight: normal;
    text-align: center;
    width: 45%;
    padding: 5px;
}

.explore-row {
    border: 1px solid #f4f4f4;
}

.explore-row p {
    padding: 20px 40px 0 20px;
    margin-bottom: 0;
    line-height: 26px;
}

.explore-row a.expander {
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    font-family: 'SouthwestSans-Regular', Helvetica, Arial, sans-serif;
}

.explore-row .truncate {
    padding-bottom: 15px;
}

.explore-row .truncated {
    display: none;
}

.travel-tips-row {
    border: 1px solid #f4f4f4;
}

.travel-tips-row .section-headline {
    margin-bottom: 20px;
}

.travel-tips-row img {
    width: auto;
    height: auto;
}

.travel-tips-row h3 {
    line-height: 26px;
    margin: 10px 0;
}

.travel-tips-row p {
    font-size: .9em;
}

.swa-experience-row {
    background: #b9dff8;
    padding: 30px 10px 0;
}

.swa-experience-row h2 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
}

.swa-experience-row img {
    position: absolute;
    bottom: 0;
}

.swa-experience-row p:not(.disclaimers p) {
    font-size: 1em;
    line-height: 22px;
    padding-bottom: 10px;
}

.swa-experience-row .disclaimers {
    margin-bottom: 10px;
}

/* SWA Footer Overrides */

.mobile-footer-wrapper {
    display: none;
}

.sw2 .col-1, .sw2 .col-10, .sw2 .col-11, .sw2 .col-12, .sw2 .col-13, .sw2 .col-2, .sw2 .col-3, .sw2 .col-4, .sw2 .col-5, .sw2 .col-6, .sw2 .col-7, .sw2 .col-8, .sw2 .col-9 {
    float: left;
    margin-right: 0 !important;
    min-height: 1px;
}

.footer-row {
    background: #f5f5f5;
    margin-top: 20px;
}

.footer-row .sw2 .col-3 {
    width: 25% !important;
    margin-right: 0;
}

.sw2 .swa-footer_interior {
    background-color: #f5f5f5 !important;
}

.footer-wrapper ul li.swa-footer--social-icon {
    float: left;
}

/* The extra specificity on this rule is to override a conflicting rule in
a Southwest stylesheet. */
.footer-row #globalNavFooterCallout {
    display: inline-block;
}

.row.disclaimers {
    margin-bottom: 20px;
}

.lfma-alert {
    padding: 10px;
    position: relative;
    top: 20px;
    font-size: .85em;
    display: inline-block;
    margin-top: 5px;
}

.lfma-fare {
    margin-bottom: 10px;
}

.lfma-disclaimers p::before {
    margin-right: 4px;
}

/* Mobile */
@media (max-width: 767px) {
    h1 {
        font-size: 1.5em;
    }

    .pfx-container {
        display: block;
        padding: 0;
        max-width: 100%;
    }

    .responsive-nav {
        display: block !important;
        margin: 0 0px;
        border-bottom: 1px solid #fff;
    }

    /* Prevents simultaneous display of mobile and desktop header in medium-width
    layouts */
    .container.d-none.d-sm-block {
        display: none !important;
    }

    .row {
        margin: 0;
    }

    .col-12 {
        padding: 0;
    }

    .award-image-wrapper {
        padding: 20px 10px 20px 20px;
    }

    .hero-award-text {
        width: 65%;
    }

    .hero-award-badge {
        width: 35%;
    }

    #booking-widget {
        width: 85%;
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .booking-widget-row {
        background: #e6e7e8;
    }

    .perks-table-row h2 {
        margin: 0;
        padding-top: 20px;
    }

    .flight-details-headline {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .flight-details-row {
        margin-bottom: 20px;
    }

    .flight-details p {
        line-height: 22px;
        font-size: .90em;
    }

    .swa-experience-row {
        margin-bottom: 20px;
    }

    .swa-experience-row img {
        display: none;
    }

    .route-info {
        border: none;
    }

    .explore-row {
        border: none;
    }

    .travel-tips-row {
        border: none;
    }

    .travel-tips-row .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .travel-tips-row p {
        padding-top: 5px;
    }

    .mobile-footer-wrapper {
        /* Overrides conflicts from a Southwest stylesheet */
        display: block !important;
        background: #f5f5f5 !important;
    }
}

@media (max-width: 767px), (max-width: 812px) and (orientation: landscape) {
    .hero-row .download-app-row {
        margin-bottom: 25px;
    }

    .container.booking-widget-row {
        padding: 30px 20px;
    }

    .container.booking-widget-row:not(.booking-widget-row-top) {
        margin-top: 0;
    }

    .perks-table-row {
        margin-top: 20px;
    }

    .travel-tips-row img {
        margin-bottom: 5px;
    }

    .disclaimers {
        padding: 0 15px;
    }

    .hero-row .disclaimers {
        padding: 0;
    }
}
/* End mobile */

/* Wide mobile (e.g. iPhone X) overrides */
@media (max-width: 812px) and (orientation: landscape) {
    .perks-table-row h2 {
        font-size: 1.35em;
    }

    .booking-widget-row .row {
        margin: 0;
    }
}
/* End wide mobile */

/* Tablet/wide mobile and higher */
@media (min-width: 768px) {
    .hero-row {
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
        border-top: 1px solid #f4f4f4;
    }

    .route-info .section-headline {
        color: #111b40;
        padding: 10px;
    }
}

@media (min-width: 992px), (min-width: 768px) and (orientation: portrait) {
    .hero-row .disclaimers {
        margin-bottom: 10px;
    }

    .travel-tips-row h3 {
        min-height: 52px;
    }
}

@media (min-width: 992px) {
    #award-container {
        padding-left: 15px;
        padding-right: 15px;
        flex-basis: 41.666667%;
    }

    .lfma-fare {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* End tablet and higher */

/* Tablet (portrait)/wide mobile */
@media (min-width: 768px) and (max-width: 991px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .main-nav-margin-top {
        margin-top: 5px !important;
    }

    .header-wrapper .swa-header--link {
        font-size: 9px !important;
        margin-left: 10px !important;
    }

    .swa-experience-row img {
        display: none;
    }
}
/* End tablet (portrait) */

/* Tablet and lower */
@media (max-width: 991px) {
    .lfma-alert {
        left: 15px;
    }
}

@media (max-width: 1024px) {
    /* This targets an h2 in the booking widget fragment, not one of ours */
    .booking-widget-row h2 {
        font-size: 1.5em;
    }

    .travel-tips-row h3 {
        font-size: 1.3em;
    }
}
/* End tablet and lower */

/* Tablet only */
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px), (min-width: 820px) and (max-width: 1024px) {
    /* The rules pertaining to the hero stuffonly apply when rendered on an
    actual tablet, not when shrinking a desktop window. The HTML structure is
    very different in those two situations. */
    .msf-tablet #award-container {
        flex-basis: 33.333333%;
    }

    .msf-tablet .award-image-wrapper {
        width: 100%;
    }

    .msf-tablet .hero-award-img-bg, .msf-tablet .perks-table-row {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .booking-widget-row {
        box-shadow: inset 0 0 0 2000px rgba(255,255,255,0.75);
    }

    .flight-details-table th {
        width: 11em;
    }
}
/* End tablet only */

/* Desktop/tablet landscape */
@media (min-width: 1024px) {
    .container.pfx-container {
        width: 940px;
        margin: 0 auto;
    }

    #booking-widget-title {
        width: 100%;
    }

    .flight-details {
        flex-basis: 58.4%;
        max-width: 58.4%;
        padding: 0 1em 0 0;
    }

    .flight-details-row img {
        width: 95%;
        height: auto;
        margin: 30px auto;
    }

    .route-info-container {
        flex-basis: 41.6%;
        max-width: 41.6%;
    }

    .swa-experience-row {
        min-height: 380px;
    }
}
/* End desktop */