
    .swa-landing-page-content-detail #gds-accordion, .swa-landing-page-content-detail #sbd-accordion { position: relative; }
    .swa-landing-page-content-detail #gds-chart, .swa-landing-page-content-detail #sbd-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 {
        font-family: 'Southwest Sans', Arial;
    }
    .swa-landing-page-content-detail #gds-chart .if-not-collapsed, .swa-landing-page-content-detail #sbd-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 {
        content: url("/swa-resources/images/air/corp-travel/icon-arrow-closed.png");
        width: 22px;
        height: 12px;
        position: relative;
        right: 53px;
        top: 35px;
    }

    
#programs h4{
    text-align: center;
}
    
    /*Section FAQ*/
    
#contact-us{
   background: #e6e7e8;
}
   
#contact-us h4{ 
    color: #111b40;
    font-size: 32px;
}
#contact-us h6{ 
    color: #111b40;
}
#contact-us p{ 
    color: #111b40;
    margin-bottom: 0;
}
    
#contact-us ul li{ 
    color: #111b40!important;
}

#contact-us .main-header {
  background-color: #111b40;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 18px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 5px 0;
  text-align: left;
  border-bottom: none;
}

#contact-us .main-header:hover { 
	background-color: #1A2C80;
}

#contact-us .card {
  border: none;
  background-color: #eaeaea;
}
#contact-us .card-header {
  border-bottom: none;
  background-color: #e6e7e8;
  padding: 0;
}

#contact-us .card-body {
  background-color: #e6e7e8;
}

#contact-us .mb-0 > a:after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: #ffbf27;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  content: url("/swa-resources/images/air/corp-travel/icon-arrow-closed.png");
}

#contact-us .mb-0 > a[aria-expanded="true"]:after {
  content: url("/swa-resources/images/air/corp-travel/icon-arrow-opened.png");
}

#contact-us button {
  background: transparent;
  color: #111b40;
  padding: 0 0 0 36px;
  margin: 10px 0;
  line-height: 24px;
  text-align: left;
  border: none;
  cursor: pointer;
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#contact-us button:after {
  content: "+";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  background: #304cb2;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'SouthwestSans-Regular', arial, sans-serif;
  font-weight: normal;
}

#contact-us button[aria-expanded="true"]:after {
  content: "-";
}

#contact-us a{
  color: #304cb2;
}
    
#contact-us td{
	border-style: hidden;
}

#contact-us th{
	border-style: hidden;
}

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

    
    .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 .gds-chart-body .table-bordered td, .table-bordered th {
        border: 1px solid #1A2C80;
        vertical-align: middle;
    }
    .swa-landing-page-content-detail .gds-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);
    }
    

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

    .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 .nav-tabs > li:first-of-type {
        top: 1%;
        position: relative;
        height: 40rem;
    }
    #sbd-chart-body.gds-chart-body .nav-tabs > li:nth-of-type(2) {
        top: 2%;
        position: relative;
        height: 22rem;
    }
    .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);
    }


    /* 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 .nav-tabs > li:first-of-type {
            top: 6%;
            height: 24.5rem;
        }
        #sbd-chart-body.gds-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 .nav-tabs > li:first-of-type {
            top: 1%;
            height: 53rem;
        }
        #sbd-chart-body.gds-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 5%;
            height: 44rem;
        }
        .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 .nav-tabs > li:first-of-type {
            top: 2%;
        }
        #sbd-chart-body.gds-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 2.5%;
            height: 52rem;
        }
        
        .header-sub{
          padding-left: 1rem;
        } 
 @media all and (max-width: 475px) { 
        #sbd-chart-body.gds-chart-body .nav-tabs > li:first-of-type{
              top: 2%;
 }
#sbd-chart-body.gds-chart-body .nav-tabs > li:nth-of-type(2){
              top: 2%;
}
 }
  @media all and (max-width: 400px) { 
        #sbd-chart-body.gds-chart-body .nav-tabs > li:first-of-type{
              top: 2%;
 }
#sbd-chart-body.gds-chart-body .nav-tabs > li:nth-of-type(2){
               top: 2%;
}
 }
 }
    
    
    