body {
    background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--swa-blue);
}

.btn {
    transform: translate3d(0,0,0);
}

.btn-light {
    color: var(--swa-blue-light);
    background-color: #ffffff;
    padding: .375rem 1.5rem;
}

.navbar-toggler {
    background: none;
}

.responsive-nav {
    display: none;
}

.container a .swa-icon_arrow-right {
    font-size: 70%;
    margin-left: 3px;
}

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

.full-width-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-width-bg:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.75) 70%);
}

.hero-row.container {
    padding-left: 0;
    padding-right: 0;
}

.hero-row h1 {
    line-height: 32px;
}

.hero-row a {
    color: var(--swa-blue);
    text-decoration: underline;
}

.booking-widget-row a.btn {
    color: var(--swa-black);
    text-decoration: none;
    font-size: 1.3em;
    padding: .5rem;
}

.booking-widget-row {
    padding: 0;
    margin-bottom: 1.5rem;
}

.low-fare-calendar {
    padding: 25px;
    line-height: 1.3;
    background-color: #ccc;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../img/scooter-1532-384.jpg');
}

@supports (background-image: url('../img/scooter-1532-384.webp')) {
    .low-fare-calendar {
        background-image: url('../img/scooter-1532-384.webp');
    }
}

@supports (background-image: url('../img/scooter-1532-384.avif')) {
    .low-fare-calendar {
        background-image: url('../img/scooter-1532-384.avif');
    }
}


.low-fare-calendar .btn-outline-primary {
    color:var(--swa-blue);
    border-color: var(--swa-blue);
    padding: .375rem 1.5rem;
}

.low-fare-calendar .btn-outline-primary:hover {
    color: #fff;
    background-color: var(--swa-blue);
}

.low-fare-calendar-cta {
    max-width: 55%;
}

/* The extra qualification ensures only the full width gets the bigger font */
.low-fare-calendar.container .low-fare-calendar-cta h3 {
    font-size: 120%;
}

.promise-container {
    padding: 0;
    margin: 1.5rem auto;
}

.heart-wrapper {
    width: 100%;
}

/* Perks Section */
.perks-wrapper {
    margin: 0 15px;
    position: relative;
    width: inherit;
}

.perks-table-row {
    background: var(--swa-bg-gray);
    clear: both;
    padding: 30px 10px;
    margin-bottom: 1.5rem;
}

.perks-table-row h2 {
    color: #1b1b1b;
}

.perks-table-wrapper h2 {
    text-align: left;
    margin: 0 20px 0 0;
}

.golf-cell .bold, .golf-cell h2 {
    line-height: 1.5rem;
    font-size: 1.25rem;
}
.golf-courses .bold {
    line-height: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
}
.golf-wrapper p {
    font-size: 1.05em !important;
    line-height: 1.5em !important;
}

.golf-courses ul {
    padding: 0 20px;
    margin: 0;
}

.golf-cell {
    display: flex;
    width: 25%;
    flex-basis: 25%;
    align-items: center;
}

.golf-wrapper .golf-cell p {
    padding: 0;
    margin: 0;
    font-size: 1.05em;
}

.golf-cell img {
    max-width: 75px;
    max-height: 75px;
    margin-top: 4px;
}

.golf-perks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.destinations {
    background: var(--swa-bg-gray);
}

.destinations a {
    font-family: Southwest-Sans, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

a.destinations-boxes-image-link, a.destinations-boxes-image-link:hover {
    text-decoration: none;
}

.destinations p, .destinations .p {
    font-size: .95em;
    line-height: 1.4em;
}

.destinations-intro h3 {
    width: 100%;
}

.destinations-grid a {
    display: block;
    position: relative;
    line-height: normal;
}

.destinations-grid .disclaimers {
    margin: 0 0 10px;
}

.destinations-grid .disclaimers a {
    display: inline;
}

.destinations-boxes {
    color: #fff;
    font-family: Southwest-Sans, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    background: rgb(0,0,0);
    padding: 10px;
    background-size: cover !important;
    background-position: 50% 20% !important;
    background-repeat: no-repeat;
    min-height: 200px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.destinations-boxes-hover, .destinations-boxes-hover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--swa-blue)', endColorstr='var(--swa-blue)',GradientType=0 );
}

.destinations-boxes-hover {
    z-index: 1;
    /* I'm not positive these are necessary? Turning them off doesn't seem to
    affect anything. */
    background: -moz-linear-gradient(top, rgba(48, 76, 178,0) 50%, rgba(48, 76, 178,0) 100%);
    background: -webkit-linear-gradient(top, rgba(48, 76, 178,0) 50%,rgba(48, 76, 178,0) 100%);
    background: linear-gradient(to bottom, rgba(48, 76, 178,0) 50%,rgba(48, 76, 178,0) 100%);
}

.destinations-boxes-hover::before {
    content: "";
    transition: opacity 0.3s linear;
    opacity: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(48, 76, 178,0) 50%, rgba(48, 76, 178,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(48, 76, 178,0) 50%,rgba(48, 76, 178,0.6) 100%);
    background: linear-gradient(to bottom, rgba(48, 76, 178,0) 50%,rgba(48, 76, 178,0.6) 100%);
}

.destinations-boxes-hover:hover::before {
    opacity: 1;
}

.destination-description {
    font-size: 90%;
    padding: 4px 4px 10px 0px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.destination-description p {
    margin-bottom: 3px;
}

/* Plan Your Trip */
.plan-trip-row img {
    margin-bottom: 10px;
    width: auto;
    height: auto;
}

.plan-trip-row a {
    font-family: Southwest-Sans, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

.plan-trip-row p {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.rapid-rewards-three-pane-container p {
    font-size: .95em;
}

.rapid-rewards-icon-container {
    padding: 0;
    text-align: right;
}

/* Why Fly */
.why-fly-row h2 {
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
}

.why-fly-row img {
    margin-bottom: 14px;
    width: auto;
    height: auto;
}

.entertainment {
    background: #f7d1c6;
    padding: 50px 40px;
    overflow: hidden;
    position: relative;
}

.swa-img-entertainment {
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
}

.transfarency {
    background: var(--swa-bg-blue);
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.swa-img-transfarency {
    position: absolute;
    width: 200px;
    bottom: -40px;
    right: -20px;
}

.whyfly-decorated-box p {
    font-size: 1em;
    margin-bottom: 0;
}

.disclaimers:not(.destinations .disclaimers) {
    margin-top: 20px;
}

.footer-row {
    background: var(--swa-bg-gray);
    margin-top: 20px;
}

/* 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 .sw2 .col-3 {
    width: 25% !important;
    margin-right: 0;
}

.sw2 .swa-footer_interior {
    background-color: var(--swa-bg-gray) !important;
}

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

.promo-row {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .golf-cell {
        width: 48%;
        flex-basis: 48%;
        margin-bottom: 1.5rem;
    }
    .golf-cell img {
        max-width: 45px;
    }
    .golf-cell:last-child {
        margin-bottom: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .btn-light {
        padding: .5rem;
        font-size: 1rem;
        display: block;
    }

    .flex-border {
        border-top: 1px solid var(--swa-border-light-gray);
    }

    .pfx-container {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
    }

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

    .container.d-none.d-sm-block {
        display: none !important;
    }

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

    .booking-widget-row h2 {
        padding: 0 10px;
    }

    .destinations-intro {
        max-width: 100%;
    }

    .perks-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .why-fly-row h2 {
        padding: 0 15px;
        margin: 0 0 20px;
        text-align: left;
        width: 100%;
    }

    .why-fly-row img {
        margin-bottom: 14px;
        width: auto;
        height: auto;
        max-width: 50px;
    }

    .why-fly-row p {
        text-align: left;
        padding: 0 0 15px 0;
        overflow: hidden;
    }

    .swa-img-entertainment {
        width: 45%;
        max-width: 200px;
        right: -15px;
    }

    .swa-img-transfarency {
        width: 50%;
        right: -30px;
        max-width: 250px;
    }

    .low-fare-calendar {
        padding: 20px;
        background-position: center center;
        background-image: url('../img/scooter-800-663.jpg')
    }

    .low-fare-calendar .btn-outline-primary {
        color: var(--swa-blue-light);
        border: 1px solid var(--swa-blue-light);
        background-color: #ffffff;
        padding: .5rem;
        font-size: 1rem;
        width: 100%;
    }

    .low-fare-calendar-cta {
        max-width: 55%;
    }

    .low-fare-calendar-cta p {
        font-size: initial;
    }

    .plan-trip-row .flex-border {
        margin-top: 20px;
        padding-top: 20px;
    }
}

/* Mobile including wide layouts */
@media (max-width: 767px), (max-width: 991px) and (orientation: landscape) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .no-mobile-padding, .booking-widget-row .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-padding, .pfx-container.mobile-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .whyfly-decorated-box .h-100 {
        padding: 20px 20px 10px;
    }

    .transfarency {
        padding: 20px;
    }

    .entertainment {
        min-height: 270px;
    }
}

/* Mobile portrait */
@media (max-width: 767px) and (orientation: portrait) {
    .low-fare-calendar {
        background-position: left center;
    }

    .rapid-rewards-icon-container {
        padding: 0;
    }
}

/* Wide mobile only */
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    .row.perks-table-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .entertainment {
        min-height: 380px;
    }
}

/* Tablet and higher, including wide mobile */
@media (min-width: 768px) {
    .hero-row h1 {
        font-size: 1.9em;
    }

    .flex-border {
        border-left: 1px solid var(--swa-border-light-gray);
    }
}

/* Tablet (only) and higher */
@media (min-width: 768px) and (orientation: portrait), (min-width: 991px) {
    .full-width-bg {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Tablet portrait */
@media (min-width: 768px) and (orientation: portrait) {
    .main-nav-margin-top {
        margin-top: 5px !important;
    }

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

    .hero-row h1 {
        width: 100%;
    }

    .why-fly-row img {
        margin-bottom: 14px;
        width: auto;
        height: auto;
    }

    .entertainment {
        padding-right: 45px;
        min-height: 270px;
    }

    .swa-img-entertainment {
        bottom: -100px;
        right: 0;
    }

    .swa-img-transfarency {
        bottom: -50px;
        right: -20px;
    }
}

@media (max-width: 576px) {
    .golf-intro img {
        max-width: 75px;
    }
    .golf-cell {
        width: 100%;
        flex-basis: 100%;
    }
    .golf-cell img {
        max-width: 40px;
    }
}

/* Footer overrides */
@media (min-width: 768px) {
    #globalNavFooterCallout {
        display: inline-block !important;
    }
    #globalNavFooterCallout > span:nth-child(11) {
        margin-left: 380px !important;
    }
    #globalNavFooterCallout > a:nth-child(13) {
       margin-left: 383px !important;
    }
    #globalNavFooterCallout > a:nth-child(14) {
        margin-left: 427px !important;
    }
    #globalNavFooterCallout > a:nth-child(15) {
        margin-left: 471px !important;
    }
    #globalNavFooterCallout > a:nth-child(16) {
        margin-left: 515px !important;
    }
    .swa-footer--copyright-text {
        max-width: fit-content;
    }
}
@media (min-width: 992px) {
    #globalNavFooterCallout > span:nth-child(11) {
        margin-left: 80px !important;
    }
    #globalNavFooterCallout > span.swa-icon.swa-icon_external-link-box.swa-icon_small {
        margin-left: 257px !important;
    }
    #globalNavFooterCallout > a:nth-child(13) {
        margin-left: 83px !important;
    }
    #globalNavFooterCallout > a:nth-child(14) {
        margin-left: 132px !important;
    }
    #globalNavFooterCallout > a:nth-child(15) {
        margin-left: 181px !important;
    }
    #globalNavFooterCallout > a:nth-child(16) {
        margin-left: 230px !important;
    }

    #globalNavFooterCallout > span:nth-child(20) {
        margin-left: 815px !important;
    }
}
@media (min-width: 1200px) {
    #globalNavFooterCallout > span:nth-child(20) {
        margin-left: 18px !important;
    }
    .whyfly-decorated-box {
        min-height: 200px;
    }
}