.form {
    color: #000000;
    text-align: left;
    margin-top: 20px;
}

.form .text-muted {
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #767676;
}

.form .existing {
    color: #111B40;
    font-size: 18px;
}

@media (max-width: 767px) {
    .form .existing {
        font-size: 16px;
    }
}

.form h4 {
    margin-bottom: 20px;
}

.form hr {
    height: 1px;
    color: #1A2C80;
    background-color: #1A2C80;
    border: none;
    opacity: 0.5;
    margin: 30px 0;
}

.form form label {
    text-transform: uppercase;
    font-size: 14px;
}

.form form input,
.form form select {
    height: 48px;
    font-size: 1rem;
    border-radius: 3px;
}

.form form input[type=radio],
.form form select[type=radio] {
    height: 18px;
}

.form form select:not(.multiple) {
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: url("/swa-resources/images/responsive/arrow-down-blue.png") no-repeat right 16px center;
    font-size: 14px;
    background-size: 16px auto;
}

.form form .date {
    background: url("/swa-resources/images/responsive/calendar-icon.png") no-repeat right center;
}

.form form button.form-btn {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form form .form-check-inline {
    margin-top: 5px
}

.form form #swaAccountNumber {
    margin-top: -10px;
    margin-bottom: -5px;
}

@media (max-width: 991px) {
    .form form #swaAccountNumber {
        margin-top: auto;
        margin-bottom: auto;
    }
}

.form form .disabled {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .5;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .form form .disabled {
        display: none;
    }
}

.swa-landing-page-content-detail .testimonials {
    background: #E6E7E8;
    text-align: center;
    overflow-x: hidden;
}




#sw_main {
    background-color: #111B40;
}

@media (max-width: 575px) {
    #sw_main {
        background-color: #ffffff;
    }
}

.swa-header--logo .swa-header--logo-image:not(.swa-landing-page-content-detailLogo) {
    display: none;
}

.navbar-brand svg:not(.swa-landing-page-content-detailLogoMobile) {
    display: none;
}

.swa-mobile-nav-header {
    background-color: #111B40;
}

.swa-landing-page-content-detail {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .container {
        max-width: 680px;
    }
}

.swa-landing-page-content-detail ul {
    list-style: none;
    padding: 0;
}

.swa-landing-page-content-detail ul.unordered {
    margin: 0;
}

.swa-landing-page-content-detail ul.unordered li {
    padding-left: 60px;
    margin-bottom: 20px;
    width: 100%;
}

.swa-landing-page-content-detail ul.squared {
    display: inline-block;
    text-align: left;
    list-style-type: square;
    margin-bottom: 60px;
}

.swa-landing-page-content-detail ul.list-of-list {
    text-align: left;
    margin-top: 30px;
}

.swa-landing-page-content-detail ul.list-of-list li {
    padding-left: 40px;
}

.swa-landing-page-content-detail ul.list-of-list li h4 {
    margin-bottom: 10px;
}

.swa-landing-page-content-detail ul .check-list li {
    background: url("/swa-resources/images/responsive/check-icon.png") no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
    background-position: left 3px;
}

.swa-landing-page-content-detail ul .check-list li:last-child {
    margin-bottom: 30px;
}

p:last-child{
    margin-bottom: 1rem!important;
}

.swa-landing-page-content-detail .arrow:after {
    right: -35px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    border-left-color: #111B40;
    border-width: 12px;
    margin-top: -12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .arrow:after {
        display: none;
    }
}

.swa-landing-page-content-detail .cta-row {
    margin: 30px 0;
}

.swa-landing-page-content-detail .pad-right {
    padding-right: 100px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .swa-landing-page-content-detail .pad-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .pad-right {
        padding-right: 0px;
    }
}

.swa-landing-page-content-detail .pad-left {
    padding-left: 100px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .swa-landing-page-content-detail .pad-left {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .pad-left {
        padding-left: 0px;
    }

    .swa-landing-page-content-detail .pad-left:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 200%;
        left: 0;
        top: 0;
        margin-left: -50%;
    }

    .swa-landing-page-content-detail .pad-left * {
        z-index: 1;
        position: relative;
    }
}

.swa-landing-page-content-detail .separator {
    padding: 60px 0;
    border-bottom: 1px solid #111B40;
}

.swa-landing-page-content-detail .header {
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -ms-transition: background-position 0s ease;
    -o-transition: background-position 0s ease;
    transition: background-position 0s ease;
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .swa-landing-page-content-detail .header {
        min-height: 500px;
    }
}

@media (max-width: 1199px) {
    .swa-landing-page-content-detail .header {
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .header {
        color: white;
        background-size: 100% auto !important;
    }

    .swa-landing-page-content-detail .header .header-white-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        background: white;
        width: 100%;
        height: calc(100% - 260px);
    }

    .swa-landing-page-content-detail .header .container {
        padding-top: 260px;
    }
}

@media (max-width: 575px) {
    .swa-landing-page-content-detail .header .header-white-bg {
        display: none;
    }

    .swa-landing-page-content-detail .header .container {
        padding-top: 35%;
    }
}

  .header-sub {
    padding: 100px 0;
}

.tmc {
 background: url("/swa-resources/images/responsive/TMC/TMC-pano.png") no-repeat;
 background-size:cover;
 background-position:0% 0px;
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail #header-meetings .header-sub {
        padding-bottom: 0px !important;
    }
}



@media (max-width: 1199px) {
    .swa-landing-page-content-detail .header .header-sub {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .header .header-sub {
        padding: 30px 30px 60px !important;
        margin: 0 -30px;
        background: #ffffff;
        color: #111b40;
    }
}


/*Southwest Business Assist*/
.swa-landing-page-content-detail .everything-you-love .left-image {
    position: absolute;
    background: url("/swa-resources/images/swabiz/assist-laptop.jpg") no-repeat;
    background-size: cover;
    width: 85vw;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center;
}

 .swa-landing-page-content-detail ul.check-list li {
        background: url('/swa-resources/images/responsive/check-icon.png') no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left 3px;
    }


.swa-landing-page-content-detail .header .header-sub p {
    font-size: 18px;
}

.swa-landing-page-content-detail .why-southwest-biz {
    background: linear-gradient(to right, #111B40 0%, #111B40 41.67%, #1A2C80 41.67%, #1A2C80 100%);
}

.swa-landing-page-content-detail .why-southwest-biz .container {
    background: linear-gradient(to right, #111B40 0%, #111B40 41.67%, #1A2C80 41.67%, #1A2C80 100%);
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .why-southwest-biz {
        background: #111B40;
    }

    .swa-landing-page-content-detail .why-southwest-biz .container {
        background: #111B40;
    }

    .swa-landing-page-content-detail .why-southwest-biz .pad-left:before {
        background: #1A2C80;
    }
}

.swa-landing-page-content-detail .why-southwest-biz ul li {
    min-height: 30px;
}

.swa-landing-page-content-detail .why-southwest-biz ul .contract-li {
    background: url("/swa-resources/images/responsive/contract-icon.png") no-repeat;
    background-position: left center;
}

.swa-landing-page-content-detail .why-southwest-biz ul .group-li {
    background: url("/swa-resources/images/responsive/group-icon-white.png") no-repeat;
    background-position: left center;
}

.swa-landing-page-content-detail .why-southwest-biz ul .scale-li {
    background: url("/swa-resources/images/responsive/scale-icon.png") no-repeat;
    background-position: left center;
}

.swa-landing-page-content-detail .why-southwest-biz ul .laptop-li {
    background: url("/swa-resources/images/responsive/laptop-icon-white.png") no-repeat;
    background-position: left center;
}

.swa-landing-page-content-detail .why-southwest-biz ul .connect-li {
    background: url("/swa-resources/images/responsive/connected-icon-white.png") no-repeat;
    background-position: left center;
}

.swa-landing-page-content-detail .why-southwest-biz ul .rapid-rewards-li {
    background: url("/swa-resources/images/responsive/credit-card-white.png") no-repeat;
    background-position: left center;
}

.swa-landing-page-content-detail .why-southwest-biz ul .money-li {
    background: url("/swa-resources/images/responsive/money-white.png") no-repeat;
    background-position: left center;
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .why-southwest-biz ul li {
        background-position: left 5px !important;
    }
}

.swa-landing-page-content-detail .plan-for-business {
    background-color: #ffffff;
    text-align: center;
}

.swa-landing-page-content-detail .plan-for-business .plan-type {
    padding: 40px 50px;
    margin-bottom: 0px;
    height: 100%;
}

.swa-landing-page-content-detail .plan-for-business .plan-type img {
    margin-bottom: 15px;
    max-height: 40px;
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .plan-for-business .plan-type {
        height: auto;
        margin-bottom: 30px;
    }

    .swa-landing-page-content-detail .plan-for-business .plan-type img {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swa-landing-page-content-detail .plan-for-business .plan-type {
        padding: 40px 120px;
    }
}

.swa-landing-page-content-detail .already-user-bar {
    text-align: center;
    padding: 30px 0 60px;
}

.swa-landing-page-content-detail .already-user-bar h4 {
    margin-bottom: 0px;
}

.swa-landing-page-content-detail .already-user-bar.no-marg {
    margin: 0px;
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .already-user-bar.no-marg {
        padding-top: 30px;
    }
}

.swa-landing-page-content-detail .already-user-bar.bold-blue-bg {
    padding-bottom: 30px;
}

.swa-landing-page-content-detail .already-user-bar a {
    text-decoration: underline;
}

.swa-landing-page-content-detail .already-user-bar a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .already-user-bar {
        padding-top: 0px;
    }

    .swa-landing-page-content-detail .already-user-bar.bold-blue-bg {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .already-user-bar a {
        display: block;
    }
}

.swa-landing-page-content-detail .distribution-channel {
    text-align: center;
}

.swa-landing-page-content-detail .distribution-channel .icons {
    padding: 15px 0 70px;
    margin-left: auto;
    margin-right: auto;
}

.swa-landing-page-content-detail .distribution-channel .icons img {
    margin: 15px;
}



.swa-landing-page-content-detail .distribution-channel .contact {
    font-size: 18px;
    padding-bottom: 80px;
    margin-bottom: 0px;
}

.swa-landing-page-content-detail .distribution-channel .contact a {
    text-decoration: underline;
}

.swa-landing-page-content-detail .distribution-channel .contact a:hover {
    text-decoration: none;
}

.swa-landing-page-content-detail .where-we-fly {
    background: linear-gradient(to right, #1A2C80 0%, #1A2C80 41.67%, #80a1fd 41.67%, #cadcf0 100%);
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .where-we-fly {
        background: #1A2C80;
    }
}

.swa-landing-page-content-detail .where-we-fly .container {
    background: linear-gradient(to right, #1A2C80 0%, #1A2C80 41.67%, #80a1fd 41.67%, #80a1fd 100%);
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .where-we-fly .container {
        background: #1A2C80;
    }
}

.swa-landing-page-content-detail .where-we-fly .arrow:after {
    border-left-color: #1A2C80;
}

.swa-landing-page-content-detail .where-we-fly ul {
    margin-top: 30px;
}

.swa-landing-page-content-detail .where-we-fly ul li {
    height: 30px;
}

.swa-landing-page-content-detail .where-we-fly ul li.airplane {
    background: url("/swa-resources/images/responsive/airplane-icon.png") no-repeat;
    background-size: auto 30px;
}

.swa-landing-page-content-detail .where-we-fly ul li.destination {
    background: url("/swa-resources/images/responsive/destination-icon.png") no-repeat;
    background-size: auto 30px;
}

.swa-landing-page-content-detail .where-we-fly ul li.international {
    background: url("/swa-resources/images/responsive/intl-icon.png") no-repeat;
    background-size: auto 30px;
}

.swa-landing-page-content-detail .where-we-fly .route-map a {
    color: #111B40;
    line-height: 1.3em;
    margin-top: 15px;
}



.swa-landing-page-content-detail .where-we-fly .route-map .map-image {
    position: absolute;
    background: url("/swa-resources/images/responsive/route-map.png") no-repeat;
    background-size: 100%;
    width: 55vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #cadcf0;
}

.swa-landing-page-content-detail .where-we-fly .route-map .map-image:focus {
    outline-offset: -3px
}

.swa-landing-page-content-detail .where-we-fly .map .bottom-left {
    position: absolute;
    bottom: 25px;
    left: 40px;
    color: #000000;
    max-width: 260px;
}

.swa-landing-page-content-detail .where-we-fly .map .bottom-left p {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 1.3em;
}

.swa-landing-page-content-detail .where-we-fly .map .bottom-left small {
    font-size: 10px;
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .where-we-fly .map .bottom-left {
        max-width: none;
        left: 20px;
    }
}

@media (max-width: 991px) {
    .swa-landing-page-content-detail .where-we-fly .map .mobile-map-image {
        position: relative;
        left: calc(-1* (100vw - 100%) / 2);
        width: 100vw;
        background: #cadcf0;
    }

    .swa-landing-page-content-detail .where-we-fly .map .mobile-map-image img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .swa-landing-page-content-detail .where-we-fly .map .mobile-map-image img {
        max-width: none;
    }
}

.swa-landing-page-content-detail .contact-us {
    background: #E6E7E8;
    color: #000000;
}

.swa-landing-page-content-detail .contact-us .swa_content_module_inner {
    padding-bottom: 60px;
}

.swa-landing-page-content-detail .contact-us h4 {
    font-size: 32px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .swa-landing-page-content-detail .contact-us h4 {
        font-size: 28px;
    }
}

.swa-landing-page-content-detail .contact-us #contact_us.inner {
    display: block;
}

.swa-landing-page-content-detail .contact-us #contact_us .in-touch-2,
.swa-landing-page-content-detail .contact-us #contact_us .in-touch-3 {
    display: none;
}


#gds-accordion, #sbd-accordion, #waiver-accordion { 
      position: relative; 
}
    #gds-chart, #sbd-chart,  #waiver-chart {
        text-decoration: none;
        margin: 20px 0;
        display: block;
        position: relative;
        cursor: pointer;
    }
    /* :after - one colon to to support IE8 */
    #gds-chart, #sbd-chart, #waiver-chart {
        font-family: 'Southwest Sans', Arial;
    }

    .swa-landing-page-content-detail #waiver-chart { 
        text-align:left;
    }

    .swa-landing-page-content-detail .swa-button {
       margin-right: 20px;
}

    .swa-landing-page-content-detail #waiver-chart .table, th, td {
        border: 1px solid #1A2C80;
        border-collapse: collapse;
    }

    .swa-landing-page-content-detail #waiver-chart  .table-bordered td, .table-bordered th {
        border: 1px solid #1A2C80
    }
    
    

    #gds-chart .if-not-collapsed, #sbd-chart .if-not-collapsed, #waiver-chart .if-not-collapsed {
        margin-bottom: -45px;
    }
    
     #sbd-chart .if-collapsed:after, #waiver-chart .if-collapsed:after {
        content: url(/swa-resources/images/air/corp-travel/icon-arrow-closed.png);
        width: 22px;
        height: 12px;
        position: relative;
        right: 53px;
        top: 35px;
    }
    


    #gds-chart .if-not-collapsed:after {
        content: url(/swa-resources/images/air/corp-travel/icon-arrow-closed.png);
        width: 22px;
        height: 12px;
        position: absolute;
        right: 50%;
        top: 47px;
        transform: scaleY(-1);
    } 

    .swa-landing-page-content-detail .header.managed {
     background:url("/swa-resources/images/responsive/managed-pano.jpg") no-repeat;
     background-size:cover;
     background-position:0% 0px;
    }
   

    /* Style the tab */
  
  .swa-landing-page-content-detail .policies .tab {
      float: left;
      border: none;
      width: 30%;
      height: 25rem;
    }
    

    /* Style the buttons inside the tab */
    .swa-landing-page-content-detail .policies .tab button {
      display: block;
      background-color: inherit;
      color: white;
      background-color: #304CB2;
      padding: 0.83rem 1.25rem 1.33rem 1.5rem;
     width: 25rem;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      transition: 0.3s;
      font-size: 0.75rem;
      font-weight: bold;
      margin-left: 10rem;
    }
    
    /* Tab Nav Styling */
    /* Change background color of buttons on hover */
    .swa-landing-page-content-detail .policies .tab button:hover {
      background-color: #1A2C80;
      color: #FFBF27;
    }
    
    /* Create an active/current "tab button" class */
    .swa-landing-page-content-detail .policies .tab button.active {
        background-color: #1A2C80;
    }
    


    /* Style the tab content */
    .swa-landing-page-content-detail .policies .tabcontent {
          float: left;
          padding: 1rem 1rem 2rem 1rem;
          background-color: #1A2C80;
         width: 24.2rem;
    height: 26.2rem;
    }
  
    .swa-landing-page-content-detail .policies .tabcontent p {
       font-size: 1rem;
       font-weight: bold;
       color: #FFBF27;
       margin-left: 0.83rem;
    }
    
    .swa-landing-page-content-detail .policies .tabcontent a {
       color: white;
       float:left;
       padding-bottom: 0.33rem;
	   font-size: .75rem;
    }

    .swa-landing-page-content-detail .midnight-blue-bg a {
        font-weight: normal;
        margin-left: 0.83rem;
    }

    @media screen and (max-width:767px) {
        .swa-landing-page-content-detail .policies .tab button {
            display: block;
            background-color: inherit;
            color: white;
            background-color: #304CB2;
            padding: 0.83rem 1.25rem 1.33rem 1.5rem;
           width: 24.2rem;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 0.75rem;
            font-weight: bold;
            margin-left: 0px;
        }
    }
    @media screen and (max-width: 992px) {
        .swa-landing-page-content-detail .policies .tab button {
            display: block;
            background-color: inherit;
            color: white;
            background-color: #304CB2;
            padding: 0.83rem 1.25rem 1.33rem 1.5rem;
           width: 24.2rem;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 0.75rem;
            font-weight: bold;
            margin-left: 0px;
          }
        }
    @media screen and (min-width: 768px) {
        .swa-landing-page-content-detail .policies .tabcontent {
            float:left;
            padding: 1rem 1rem 2rem 1rem;
            width: 25.2rem;
            background-color: #1A2C80;
            margin-left: 10rem;
        }
    }
    @media screen and (max-width: 992px)  {
        .swa-landing-page-content-detail .policies .tabcontent {
            float:left;
            padding: 1rem 1rem 2rem 1rem;
            width: 25.2rem;
            background-color: #1A2C80;
            margin-left: 10rem;
            }
        }
  /* Even more to love about Southwest */
    .swa-landing-page-content-detail .even-more-love  ul li.disclaimer {
        padding-left: 0;
        margin: 2.5rem 0 0;
        text-align: left;
    }
    .swa-landing-page-content-detail .even-more-love  .right-image { 
        position: absolute;
        background: url("/swa-resources/images/responsive/TMC/plane.jpg") no-repeat;
        background-size: cover;
        width: 55vw;
        height:100%;
        left :0;
        top: 0;
    }
    .swa-landing-page-content-detail .even-more-love  ul li.yellowtext {
        color: #FFBF27;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .swa-landing-page-content-detail .even-more-love  .right-image:focus { outline-offset: -3px }


    /* Toggle accordion CTA title */
    [data-toggle="collapse"].collapsed .if-not-collapsed {
        display: none;
    }
    [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
        display: none;
    }

    /* Change border line color to yellow */
    .swa-landing-page-content-detail .benefit {
        border-left-color: #FFBF27!important;
    }

    .gds-chart-body * {
        font-family: 'Southwest Sans', Arial;
    }
    .gds-chart-body { margin-bottom: -60px; }
    .gds-chart-body::before {
        content: "Shop/book/ticket";
        background-color: grey;
        padding: 20px 110px;
        transform: rotate(-90deg);
        position: relative;
        float: left;
        margin-left: -130px;
        /* display: table; */
        display: none;
    }
    .swa-landing-page-content-detail .waiver-chart-body .table-bordered td, .table-bordered th {
    border: 1px solid #1A2C80;
    vertical-align: middle;
    }
    .swa-landing-page-content-detail .waiver-chart-body .table-bordered thead th {
    border-bottom: 2px solid #1A2C80;
    min-width: 152px;
    }
  
 
    .swa-landing-page-content-detail .gds-chart-body table th {
        color: #FFBF27;
    }
    .swa-landing-page-content-detail .gds-chart-body table th span {
        color: #c0ccd6;
        display: block;
        font-size: 12px;
        font-weight: 400;
    }
    .swa-landing-page-content-detail .gds-chart-body .icon img {
        /* margin-top: 10px; */
        transform: scale(1.25);
    }
    .swa-landing-page-content-detail .gds-chart-body td p {
        color: #c0ccd6;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    /* .swa-landing-page-content-detail .gds-chart-body .card-body { position: relative; } */
    .swa-landing-page-content-detail .gds-chart-body .side-tabs {
        background: grey;
        display: inline-block;
        position: relative;
        height: 100%;
        max-height: 47px;
        -moz-transform: rotate(-90deg) translate(-20px, -50px);
        -webkit-transform: rotate(-90deg) translate(-20px, -50px);
        -o-transform: rotate(-90deg) translate(-20px, -50px);
        -ms-transform: rotate(-90deg) translate(-20px, -50px);
        transform: rotate(-90deg) translate(0, 0);
    }
    /* .swa-landing-page-content-detail .gds-chart-body .nav-tabs */
    .gds-chart-body .nav-tabs {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        align-items: flex-start;
        height: 100%;
        border: none;
    }


    /* Side tabs START */
    .gds-chart-body .left {
        margin: 90px 0 90px -50px;
        position: absolute;
        height: 100%;
        left: 4.5%;
    }

    .gds-chart-body .nav-tabs > li > span {
        display: block;
        padding: 0.6rem 0.75rem;
        background-color: #1A2C80;
        color: #FFBF27;
        font-weight: bold;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) span {
        background: #304CB2;
        margin-top:-20%;
    }
    
 

    .swa-landing-page-content-detail .box-row {
        text-align: center;
        padding-bottom: 60px;
        height: 100%;
    }

    .swa-landing-page-content-detail .dark-blue-bg {
        background-color: #1A2C80;
        height: 100%;
    }


   @media all and (max-width: 991px) {
   .gds-chart-body .nav-tabs > li:nth-of-type(2) span {
        background: #304CB2;
        margin-top:0px;
    }

    .gds-chart-body .right {
        right: -20px;
    }
    .gds-chart-body .nav-tabs {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column nowrap;
        -webkit-box-align: start;
                align-items: flex-start;
        height: 100%;
        border: none;
    }
    .gds-chart-body .nav-tabs > li {
        -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
                writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        list-style-type: none;

        position: absolute;
        min-height: 13vw;
    }

    .gds-chart-body .nav-tabs > li:first-of-type {
        top: 1.5%;
        position: relative;
        height: 23.5rem;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 4%;
        position: relative;
        height: 15.5rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
        top: 1.5%;
        position: relative;
        height: 27.5rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 4%;
        position: relative;
        height: 21rem;
    }
    .gds-chart-body .nav-tabs > li > span {
        display: block;
        padding: 0.6rem 0.75rem;
        background-color: #111B40;
        color: #FFBF27;
        font-weight: bold;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) span {
        background: #1A2C80;
    }
    /* Side tabs END */
    
    .swa-landing-page-content-detail .gds-chart-body .disclaimer {
        margin: 30px 0 0;
        font-size: 12px;
        text-align: left;
    }
    .swa-landing-page-content-detail .gds-chart-body .disclaimer p {
        margin: 0;
    }
    .swa-landing-page-content-detail .gds-chart-body .close-chart {
        padding: 30px;
        position: relative;
        display: block;
    }
    .swa-landing-page-content-detail .gds-chart-body .close-chart img {
        transform: scaleY(-1);
    }
    .swa-landing-page-content-detail .waiver-chart-body .close-chart {
        padding: 30px;
        position: relative;
        display: block;
    }
    .swa-landing-page-content-detail .waiver-chart-body .close-chart img {
        transform: scaleY(-1);
    }

    /* Responsive GDS chart */
    @media all and (max-width: 1199px) {
        .swa-landing-page-content-detail .gds-chart-body .table-bordered thead th {
            min-width: 0;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
            top: 6%;
            height: 24.5rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 7.5%;
            height: 21.5rem;
        }
    }

    @media all and (max-width: 991px) {
        .gds-chart-body .left {
            margin: 130px 0 90px -50px;
            left: 7.5%;
        }
        .gds-chart-body .right table {
            table-layout: fixed;
            overflow-x: auto;
            min-width: 510px;
        }
        .gds-chart-body .nav-tabs > li:first-of-type {
            top: 0;
            height: 48.5rem;
        }
        .gds-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 1.5%;
            height: 29rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
            top: 1%;
            height: 57rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 2%;
            height: 46rem;
        }
        .swa-landing-page-content-detail .gds-chart-body table tbody th {
            font-size: 0.75em;
        }
    }

    @media all and (max-width: 767px) {
        .gds-chart-body .left {
            margin: 130px 0 90px -50px;
            left: 7.5%;
        }

        .gds-chart-body .nav-tabs > li:first-of-type {
            height: 52.5rem;
        }
        .gds-chart-body .nav-tabs > li:nth-of-type(2) {
            height: 30rem;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
            top: 2%;
        }
        #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 2.5%;
        } 
    }

    @media screen and (max-width:767px){
        .nav-tabs > li {width:100%;}
      }

      @media all and (min-width: 992px) {
        .d-lg-block {
            display: block!important;
        }
      }
  .swa-landing-page-content-detail .gds-chart-body table th span {
    font-size: 1em !important;
}

@media (max-width: 991px) {
 .swa-landing-page-content-detail .gds-chart-body table th span {
    font-size: 0.75em !important;
}  

}

/* Meetings and Groups */
@media screen and (max-width: 767px) {
    .swa-landing-page-content-detail .meetings .book p {
        margin-left: 295px; 
        width: 450px;
    }
}

        @media screen and (max-width: 767px) {
            .swa-landing-page-content-detail .even-more-love .right-image {
                display: block!important;
            }
        }
    }


    
    
   


.swa-landing-page-content-detail #gds-accordion, .swa-landing-page-content-detail #sbd-accordion, .swa-landing-page-content-detail #waiver-accordion { position: relative; }
.swa-landing-page-content-detail #gds-chart, .swa-landing-page-content-detail #sbd-chart, .swa-landing-page-content-detail #waiver-chart {
    text-decoration: none;
    margin: 20px 0;
    display: block;
    position: relative;
    cursor: pointer;
}
/* :after - one colon to to support IE8 */
.swa-landing-page-content-detail #gds-chart, .swa-landing-page-content-detail #sbd-chart, .swa-landing-page-content-detail #waiver-chart {
    font-family: 'Southwest Sans', Arial;
    font-weight: bold;
}

.swa-landing-page-content-detail #waiver-chart { 
    text-align:left;
}

.swa-landing-page-content-detail .swa-button {
   margin-right: 20px;
}

.swa-landing-page-content-detail #waiver-chart .table, th, td {
    border: 1px solid #1A2C80;
    border-collapse: collapse;
}

.swa-landing-page-content-detail #waiver-chart  .table-bordered td, .table-bordered th {
    border: 1px solid #1A2C80;
}

.swa-landing-page-content-detail #gds-chart .if-not-collapsed, .swa-landing-page-content-detail #sbd-chart .if-not-collapsed, .swa-landing-page-content-detail #waiver-chart .if-not-collapsed {
    margin-bottom: -45px;
}

.swa-landing-page-content-detail #gds-chart .if-collapsed:after, .swa-landing-page-content-detail #sbd-chart .if-collapsed:after, .swa-landing-page-content-detail #waiver-chart .if-collapsed:after {
    content: url(/swa-resources/images/air/corp-travel/icon-arrow-closed.png);
    width: 22px;
    height: 12px;
    position: relative;
    right: 53px;
    top: 35px;
    
}
#gds-chart .if-not-collapsed:after {
    content: none;
    width: 22px;
    height: 12px;
    position: absolute;
    right: 50%;
    top: 47px;
    transform: scaleY(-1);
} 

.swa-landing-page-content-detail .header.tmc {
 background:url("/swa-resources/images/responsive/TMC/TMC-pano.png") no-repeat;
 background-size:cover;
 background-position:0% 0px;
}



/* Style the tab */

.swa-landing-page-content-detail .policies .tab {
  float: left;
  border: none;
  width: 30%;
  height: 25rem;
}


/* Style the buttons inside the tab */
.swa-landing-page-content-detail .policies .tab button {
  display: block;
  background-color: inherit;
  color: white;
  background-color: #304CB2;
  padding: 0.83rem 1.25rem 1.33rem 1.5rem;
 width: 25rem;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 10rem;
}

/* Tab Nav Styling */
/* Change background color of buttons on hover */
.swa-landing-page-content-detail .policies .tab button:hover {
  background-color: #1A2C80;
  color: #FFBF27;
}

/* Create an active/current "tab button" class */
.swa-landing-page-content-detail .policies .tab .active {
    background-color: #1A2C80;
}

/* Align tabs center*/
.swa-landing-page-content-detail .policies .container { 
    display: flex; 
    justify-content: center;
}

/* Style the tab content */
.swa-landing-page-content-detail .policies .tabcontent {
      float: left;
      padding: 1rem 1rem 2rem 1rem;
      background-color: #1A2C80;
     width: 24.2rem;
height: 26.2rem;
}

.swa-landing-page-content-detail .policies .tabcontent p {
   font-size: 1rem;
   font-weight: bold;
   color: #FFBF27;
   margin-left: 0.83rem;
}

.swa-landing-page-content-detail .policies .tabcontent a {
   color: white;
   float:left;
   padding-bottom: 0.33rem;
   font-size: .75rem;
}

.swa-landing-page-content-detail .midnight-blue-bg a {
    font-weight: normal;
    margin-left: 0.83rem;
}

@media screen and (max-width:767px) {
    .swa-landing-page-content-detail .policies .tab button {
        display: block;
        background-color: inherit;
        color: white;
        background-color: #304CB2;
        padding: 0.83rem 1.25rem 1.33rem 1.5rem;
       width: 24.2rem;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0.75rem;
        font-weight: bold;
        margin-left: 0px;
    }
}

@media screen and (max-width: 992px) {
    .swa-landing-page-content-detail .policies .tab button {
        display: block;
        background-color: inherit;
        color: white;
        background-color: #304CB2;
        padding: 0.83rem 1.25rem 1.33rem 1.5rem;
       width: 24.2rem;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0.75rem;
        font-weight: bold;
        margin-left: 0px;
      }
}
@media screen and (min-width: 768px) {
    .swa-landing-page-content-detail .policies .tabcontent {
        float:left;
        padding: 1rem 1rem 2rem 1rem;
        width: 25.2rem;
        background-color: #1A2C80;
        margin-left: 10rem;
    }
}

@media screen and (max-width: 992px)  {
    .swa-landing-page-content-detail .policies .tabcontent {
        float:left;
        padding: 1rem 1rem 2rem 1rem;
        width: 25.2rem;
        background-color: #1A2C80;
        margin-left: 10rem;
        }
    }
/* Even more to love about Southwest */
.swa-landing-page-content-detail .even-more-love  ul li.disclaimer {
    padding-left: 0;
    margin: 2.5rem 0 0;
    text-align: left;
}
.swa-landing-page-content-detail .even-more-love  .right-image { 
    position: absolute;
    background: url("/swa-resources/images/responsive/TMC/plane.jpg") no-repeat;
    background-size: cover;
    width: 55vw;
    height:100%;
    left :0;
    top: 0;
}
.swa-landing-page-content-detail .even-more-love  ul li.yellowtext {
    color: #FFBF27;
    font-weight: bold;
    font-size: 1.2rem;
}
.swa-landing-page-content-detail .even-more-love  .right-image:focus { outline-offset: -3px }


/* Toggle accordion CTA title */
[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}


/* Change border line color to yellow */
.swa-landing-page-content-detail .benefit {
    border-left-color: #FFBF27!important;
}

.gds-chart-body * {
    font-family: 'Southwest Sans', Arial;
}
.gds-chart-body { margin-bottom: -60px; }
.gds-chart-body::before {
    content: "Shop/book/ticket";
    background-color: grey;
    padding: 20px 110px;
    transform: rotate(-90deg);
    position: relative;
    float: left;
    margin-left: -130px;
    /* display: table; */
    display: none;
}
.swa-landing-page-content-detail .waiver-chart-body .table-bordered td, .table-bordered th {
border: 1px solid #1A2C80;
vertical-align: middle;
}
.swa-landing-page-content-detail .waiver-chart-body .table-bordered thead th {
border-bottom: 2px solid #1A2C80;
min-width: 152px;
}


.swa-landing-page-content-detail .gds-chart-body table th {
    color: #FFBF27;
}
.swa-landing-page-content-detail .gds-chart-body table th span {
    color: #c0ccd6;
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.swa-landing-page-content-detail .gds-chart-body .icon img {
    /* margin-top: 10px; */
    transform: scale(1.25);
}
.swa-landing-page-content-detail .gds-chart-body td p {
    color: #c0ccd6;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.swa-landing-page-content-detail .gds-chart-body .side-tabs {
    background: grey;
    display: inline-block;
    position: relative;
    height: 100%;
    max-height: 47px;
    -moz-transform: rotate(-90deg) translate(-20px, -50px);
    -webkit-transform: rotate(-90deg) translate(-20px, -50px);
    -o-transform: rotate(-90deg) translate(-20px, -50px);
    -ms-transform: rotate(-90deg) translate(-20px, -50px);
    transform: rotate(-90deg) translate(0, 0);
}

.gds-chart-body .nav-tabs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
    height: 100%;
    border: none;
}


/* Side tabs START */
.gds-chart-body .left {
    margin: 90px 0 90px -50px;
    position: absolute;
    height: 100%;
    left: 4.5%;
}

.gds-chart-body .nav-tabs > li > span {
    display: block;
    padding: 0.6rem 0.75rem;
    background-color: #1A2C80;
    color: #FFBF27;
    font-weight: bold;;
}
.gds-chart-body .nav-tabs > li:nth-of-type(2) span {
    background: #304CB2;
    margin-top:-40%;
}



.swa-landing-page-content-detail .box-row {
    text-align: center;
    padding-bottom: 60px;
    height: 100%;
}

.swa-landing-page-content-detail .dark-blue-bg {
    background-color: #1A2C80;
    height: 100%;
}


@media all and (max-width: 991px) {
.gds-chart-body .nav-tabs > li:nth-of-type(2) span {
    background: #304CB2;
    margin-top:0px;
}
}
.gds-chart-body .right {
    right: -20px;
}
.gds-chart-body .nav-tabs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    height: 100%;
    border: none;
}
.gds-chart-body .nav-tabs > li {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    list-style-type: none;

    position: absolute;
    min-height: 13vw;
}

.gds-chart-body .nav-tabs > li:first-of-type {
    top: 1.5%;
    position: relative;
    height: 23.5rem;
}
.gds-chart-body .nav-tabs > li:nth-of-type(2) {
    top: 4%;
    position: relative;
    height: 11.5rem;
}
#sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
    top: 1.5%;
    position: relative;
    height: 27.5rem;
}
#sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
    top: 4%;
    position: relative;
    height: 21rem;
}
.gds-chart-body .nav-tabs > li > span {
    display: block;
    padding: 0.6rem 0.75rem;
    background-color: #304cb2;
    color: #FFBF27;
    font-weight: bold;
}
.gds-chart-body .nav-tabs > li:nth-of-type(2) span {
    background: #1A2C80;
}
/* Side tabs END */

.swa-landing-page-content-detail .gds-chart-body .disclaimer {
    margin: 30px 0 0;
    font-size: 12px;
    text-align: left;
}
.swa-landing-page-content-detail .gds-chart-body .disclaimer p {
    margin: 0;
}
.swa-landing-page-content-detail .gds-chart-body .close-chart {
    padding: 30px;
    position: relative;
    display: block;
}
.swa-landing-page-content-detail .gds-chart-body .close-chart img {
    transform: scaleY(-1);
}
.swa-landing-page-content-detail .waiver-chart-body .close-chart {
    padding: 30px;
    position: relative;
    display: block;
}
.swa-landing-page-content-detail .waiver-chart-body .close-chart img {
    transform: scaleY(-1);
}

/* Responsive GDS chart */
@media all and (max-width: 1199px) {
    .swa-landing-page-content-detail .gds-chart-body .table-bordered thead th {
        min-width: 0;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
        top: 6%;
        height: 24.5rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 7.5%;
        height: 21.5rem;
    }
}

@media all and (max-width: 991px) {
    .gds-chart-body .left {
        margin: 130px 0 90px -50px;
        left: 7.5%;
    }
    .gds-chart-body .right table {
        table-layout: fixed;
        overflow-x: auto;
        min-width: 510px;
    }
    .gds-chart-body .nav-tabs > li:first-of-type {
        top: 0;
        height: 27rem;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 1.5%;
        height: 23rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
        top: 1%;
        height: 57rem;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 2%;
        height: 46rem;
    }
    .swa-landing-page-content-detail .gds-chart-body table tbody th {
        font-size: 0.75em;
    }
}
@media all and (max-width: 767px) {
    .gds-chart-body .left {
        margin: 130px 0 90px -50px;
        left: 7.5%;
    }

    .gds-chart-body .nav-tabs > li:first-of-type {
        height: 32rem;
        margin-left: -90%;
        text-align: center;
    }
    .gds-chart-body .nav-tabs > li:nth-of-type(2) {
        height: 21rem;
        margin-left: -90%;
        text-align: center;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:first-of-type {
        top: 2%;
    }
    #sbd-chart-body.gds-chart-body.waiver-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 2.5%;
    } 
}

 @media all and (max-width: 475px) { 
        .gds-chart-body .nav-tabs > li:first-of-type{
              height: 32rem;
              margin-left: -75%;
              text-align: center;
 }
        .gds-chart-body .nav-tabs > li:nth-of-type(2){
              height: 22rem;
              margin-left: -75%;
              text-align: center;
}
 }
  @media all and (max-width: 400px) { 
        .gds-chart-body .nav-tabs > li:first-of-type{
              height: 30rem;
              margin-left: -70%;
              text-align: center;
 }
        .gds-chart-body .nav-tabs > li:nth-of-type(2){
               height: 22rem;
               margin-left: -70%;
               text-align: center;
}
 }
 
@media screen and (max-width:767px){
    .nav-tabs > li {width:100%;}
  }

  @media all and (min-width: 992px) {
    .d-lg-block {
        display: block!important;
    }
  }



@media (max-width: 991px) {
.swa-landing-page-content-detail .gds-chart-body table th span {
font-size: 0.75em !important;
}
}
    





/* Meetings and Groups */
@media screen and (max-width: 767px) {
.swa-landing-page-content-detail .meetings .book p {
    margin-left: 295px; 
    width: 450px;
}
}

    @media screen and (max-width: 767px) {
        .swa-landing-page-content-detail .even-more-love .right-image {
            display: block!important;
        }
    }

