/* CX experience CSS */
html {
	scroll-behavior: smooth;
}

/* Hide Horizontal Bar */
body { overflow-x: hidden; }

/* FONTS */
@font-face {
	font-family: 'SouthwestSans-Regular';
	src: url('/assets/mkt/fonts/SouthwestSans-Regular.eot');
	src: url('/assets/mkt/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/mkt/fonts/SouthwestSans-Regular.otf');
	font-display: swap;
}
@font-face {
	font-family: 'SouthwestSans-Bold';
	src: url('/assets/mkt/fonts/SouthwestSans-Bold.eot');
	src: url('/assets/mkt/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/mkt/fonts/SouthwestSans-Bold.otf');
	font-display: swap;
}
/* MAIN STYLES */
#CX-info h1 {
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1.875rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#CX-info h2 {
	color: #1A2C80;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	/* font-size: 1.625rem; */
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#CX-info h3 {
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	/* font-size: 1.125rem; */
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#CX-info h4 {
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#CX-info p {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#CX-info p:last-child, #CX-info p:only-child {
	margin: 0;
}
#CX-info p.disclaimer {
	font-size: .75rem;
	padding: 0px;
}
#CX-info ul {
	/*margin: 0 0 1rem 0;
	-webkit-padding-start: 1.25rem;
	padding-top: 2%;*/
	list-style-type:none;
	text-align: left;
	padding-left:1.5%;
}
#CX-info ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #304cb2; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: .5em; /* Also needed for space (tweak if needed) */
}
#CX-info li {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
}
#CX-info ol {
	counter-reset: item;
	-webkit-padding-start: 0;
}
#CX-info ol li {
	display: block;
}
#CX-info ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
#CX-info li ul {
	margin: 0;
}
#CX-info a {
	color: #304cb2;
    font-weight: normal;
    font-size: 1.1em;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
}
#CX-info a.more-info-link::after {
	content: url('/assets/images/responsive/cx-experience/icon-down-arrow-304cb2.svg');
	margin-left: .5rem;
	height: 11px;
	width: 6px;
}
#CX-info strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
#CX-info section {
    padding: 60px 0;
}
/* Buttons */
#CX-info .swa-button.swa-button_primary_yellow {
    color: #111B40;
}
#CX-info .swa-button.swa-button_primary_yellow {
    /* font-family: Arial, sans-serif;
    font-size: 13px; */
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: -.01em;
    display: inline-block;
    margin: 0;
    padding: 7px 28px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    background: #ffbf27;
    -webkit-transition: color ease-out .3s, background ease-out .3s, border-color ease-out .3s;
    transition: color ease-out .3s, background ease-out .3s, border-color ease-out .3s;
    text-decoration: none;
    border-color: #FAD101 #FAD101 #D2AF01;
}

#CX-info a.btn-primary {
	background-color: #ffbf27;
	border-color: #fad101 #fad101 #d2af01 #fad101;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #111b40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}
#CX-info a.btn-primary:hover {
	border-color: #111b40;
}
#CX-info a.btn-primary:active {
	-webkit-box-shadow: 0 2px #8f8f8f inset;
	box-shadow: 0 2px #8f8f8f inset;
}
#CX-info a.btn-secondary {
	background-color: #ffffff;
	border-color: #304cb2;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}
#CX-info a.btn-secondary:hover {
	text-decoration: underline;
}
#CX-info a.btn-secondary:active {
	background-color: #304cb2;
	-webkit-box-shadow: 0 2px #1a2c80 inset;
	box-shadow: 0 2px #1a2c80 inset;
	color: #ffffff;
	text-decoration: none;
}
#CX-info a.btn-blue {
	background-color: #304cb2;
	border-color: #304cb2;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}
#CX-info a.btn-blue:hover {
	border-color: #111b40;
}
#CX-info a.btn-blue:active {
	-webkit-box-shadow: 0 2px #111b40 inset;
	box-shadow: 0 2px #111b40 inset;
}

#CX-info .yellow-font{
color:#FFBF27;
}

#flight-credits { 
    background-color: #1a2c80;
}
#flight-credits h1 { 
    color: #FFBF27;
}
#flight-credits p { 
    color: #ffffff;
}
#flight-credits a { 
    color: #FFBF27;
}
#flight-credits p span { 
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-size: 12px;
    background-color: #d5152e;
    padding: 0.25em 0.5em;
    margin-bottom: -1rem;
}
#flight-credits .cta-terms * {
    display: inline-block;
    vertical-align: middle;
}
#flight-credits .btn {
    background-color: #ffbf27;
    box-shadow: 0px 1px 1px #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #111b40!important;
    /* font-family: 'SouthwestSans-Bold', arial, sans-serif; */
    font-size: 1rem;
    max-width: 20%;
}
#flight-credits p.terms { 
    font-size: 11px;
    max-width: 70%;
}
@media all and (max-width: 767px) {
    #flight-credits .btn, #flight-credits p.terms { max-width: 100%; }
    #flight-credits .btn { margin-bottom: 1rem; }
}
@media all and (max-width: 575px) {
    #flight-credits { background: #ffffff; }
    #flight-credits h1 { 
        color: #304cb2;
    }
    #flight-credits p { 
        color: #111b40;
    }
    #flight-credits a { 
        color: #304cb2;
    }
    #flight-credits p span { 
        color: #ffffff;
    }
}

/* Our Mission - Hero */
#our-mission.hero .left { padding-right: 3rem; }
#our-mission.hero .right { padding-left: 3rem; }
#our-mission.hero h1 { font-size: 46px; color: #FFBF27; }
#our-mission p{color: #fff;}
#our-mission.hero span { color: #304cb2; font-weight: bold;}
#our-mission.hero img { width: 100%; max-width: 493px; }
#our-mission{ background: url('/assets/images/responsive/cx-experience/eHero-CXLP-wing.png') no-repeat; background-size: cover;}
/* Military Travel Policies */
#military-travel-policies img { width: 100%; max-width: 493px; }
#military-travel-policies .desc { color: #304cb2; padding: 15px 70px; }
#military-travel-policies .desc i { color: #111b40; font-size: 0.85rem; line-height: 1rem; display: block; }

@media (min-width: 1000px){
#our-mission{
		background-position: bottom;
	}
}


/* Military Travel Policies - Accordion +/- */
#military-travel-policies { background-color: #eeeeee; }
/* Accordion */
.gsaccordion {
	max-width: 500px;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.gsaccordion .card,
.gsaccordion .card:last-child {
	background: transparent;
	border: none;
}
.gsaccordion .card {
	border-bottom: solid 1px #cccccc;
}
.gsaccordion .card-header {
	border: 0;
	background: transparent;
}
.gsaccordion .card .card-body {
	padding: 0px 1.25rem 1.25rem 2rem;
}
.gsaccordion .fa-stack {
	font-size: 18px;
}
.gsaccordion .btn {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #304cb2;
	/* padding: 0 0 0 35px; */
	white-space: normal;
	text-align: left;
}
.gsaccordion .btn-link:hover,
.gsaccordion .btn-link:focus {
	text-decoration: none;
}
.gsaccordion ul { list-style: none;}
/* .gsaccordion ul li { padding-left: 30px; } */
.gsaccordion ul li::before {
	content: "\2022";
	color: #304cb2;
	font-weight: bold;
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#accordion2.gsaccordion ul li:last-child::before { content:""; /* Hide list bullet on video li*/ }
.gsaccordion li + li {
	margin-top: 10px;
}
.gsaccordion strong {
	color: #304cb2;
}
#military-travel-policies .gsaccordion .btn-link.collapsed::before {
	content: "+";
}

#military-travel-policies .gsaccordion .btn-link::before {
	content: "-";
	position: absolute;
	top: 27px;
	left: 0;
	display: block;
	color: #304cb2;
	width: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1rem;
}
/* Back to top button styles */
#CX-info #toTopBtn {
     position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 12px;
    background-color: #FFF;
    
}

#CX-info .js .cd-top--fade-out {
    opacity: .5;
}

#CX-info .js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

#CX-info .js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

#CX-info .cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    /*background: url(/assets/images/responsive/cx-experience/up-arrow.png) no-repeat center 50%;*/
    background-color: #fff;
    background-color: #fff;
}


/* Clean Promise */
#clean-promise {
	padding: 1rem;
}

#clean-promise-grey {
	background-color: #E6E7E8;
	padding: 1rem;
}


#clean-promise .embed-responsive {
	border: 1px solid #111b40;
}
/* Need to know */
#clean-need-to-know {
	padding: 1rem;
	background-color: #f5f5f5;
}
/* Need to do */
#clean-need-to-do {
	padding: 1rem;
	background-color: #d7ecf8;
}
/* Clean images */
.clean-img {
	max-width: 100%;
	height: auto;
}
/* Highlights */
#clean-highlights .card {
	border: none;
	margin: 1rem 0;
}
#clean-highlights .card:first-child {
	margin: 0 0 1rem 0;
}
#clean-highlights .card:last-child {
	margin: 0;
}
#clean-highlights .clean-highlights-icon-bg {
	background-color: #304cb2;
	padding: 1rem;
	text-align: center;
}
#clean-highlights .clean-highlights-icon-bg .clean-highlights-icon {
	height: 3.5rem;
}
#clean-highlights .clean-highlights-body {
	background-color: #f5f5f5;
	padding: 1rem;
}
/* Testimonials */
#clean-testimonials .row > div {
	border-right: 1px solid #8f8f8f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
#clean-testimonials .row > div:last-child {
	border-right: none;
}
#clean-testimonials .tweet {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#clean-testimonials .tweet .tweet-body {
	margin: 0 0 1rem 0;
}
#clean-testimonials .tweet .tweet-body .twitter-handle {
	color: #304cb2;
}
#clean-testimonials .tweet > p > span.twitter-handle {
	color: #304cb2;
	text-align: right;
}
/* Boarding Booking and Beyond */
#boarding-book-beyond {
	padding: 2rem;
}

#boarding-book-beyond h2 {
	color: #1A2C80;
	text-align:center;
	margin-bottom: 1.5rem;
}

#boarding-book-beyond p {
	margin: 0;
}

#boarding-book-beyond .benefit { padding: 0 2rem; text-align:center; }
#boarding-book-beyond  .benefit img {margin: 1rem 0; min-height: 38px; width:85%;}

#boarding-book-beyond span, #boarding-book-beyond span a {
	color: #FFBF27;
	font-weight: bold;
}

#boarding-book-beyond .disclaimer {	
	font-size: .75rem;
	text-align:center;
}
/* Message from Bob Section */
#message-from-bob{
	padding: 2rem;
}

#message-from-bob h2 {
	color: #1A2C80;
	text-align:center;
	margin-bottom: 1.5rem;
}

#message-from-bob p {
	margin: 0;
}

#message-from-bob .benefit { padding: 0 2rem; text-align:center; }
#message-from-bob  .benefit img {margin: 1rem 0; min-height: 38px; width:85%;}

#message-from-bob span, #message-from-bob span a {
	color: #FFBF27;
	font-weight: bold;
}

/* Youtube vid embed styling */ 

/* Set your aspect ratio */
#message-from-bob .video-container {
  position: static;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

#message-from-bob .video-container iframe,
#message-from-bob .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* And set the max-width of the parent element */
#message-from-bob .video-wrap {
  width: 100%;
  max-width: 900px;
}

/* NEW list item styling  */
.new-item-list{
  	text-transform: uppercase;
  	color: #d5152e;
  	font-family: 'SouthwestSans-Bold', arial, sans-serif;
}

/* Accordion */ 

#swabiz #gds-accordion, #swabiz #sbd-accordion { position: relative; }
    #swabiz #gds-chart, #swabiz #sbd-chart {
        text-decoration: none;
        margin: 20px 0;
        display: block;
        position: relative;
        cursor: pointer;
		padding-top: 1rem;
    }
    /* :after - one colon to to support IE8 */
    #swabiz #gds-chart, #swabiz #sbd-chart {
        font-family: 'Southwest Sans', Arial;
    }
    #swabiz #gds-chart .if-not-collapsed, #swabiz #sbd-chart .if-not-collapsed {
        margin-bottom: -45px;
    }
    #swabiz #gds-chart .if-collapsed:after, #swabiz #sbd-chart .if-collapsed:after {
        content: url('https://www.southwest.com/assets/images/air/corp-travel/icon-arrow-closed.png');
        width: 22px;
        height: 12px;
        position: relative;
        right: 53px;
        top: 35px;
		cursor: pointer;
    }
    /* #swabiz #gds-chart .if-not-collapsed:after {
        content: url(/assets/images/air/corp-travel/icon-arrow-closed.png);
        width: 22px;
        height: 12px;
        position: absolute;
        right: 50%;
        top: 47px;
        transform: scaleY(-1);
    } */

    /* 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;
    }
    #swabiz .gds-chart-body .table-bordered td, .table-bordered th {
        border: 1px solid #1A2C80;
        vertical-align: middle;
    }
    #swabiz .gds-chart-body .table-bordered thead th {
        border-bottom: 2px solid #1A2C80;
        min-width: 152px;
    }
    #swabiz .gds-chart-body table th {
        color: #FFBF27;
    }
    #swabiz .gds-chart-body table th span {
        color: #c0ccd6;
        display: block;
        font-size: 12px;
        font-weight: 400;
    }
    #swabiz .gds-chart-body .icon img {
        /* margin-top: 10px; */
        transform: scale(1.25);
    }
    #swabiz .gds-chart-body td p {
        color: #c0ccd6;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    /* #swabiz .gds-chart-body .card-body { position: relative; } */
    #swabiz .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 .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.5%;
        position: relative;
        height: 27.5rem;
    }
    #sbd-chart-body.gds-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 */
    
    #swabiz .gds-chart-body .disclaimer {
        margin: 30px 0 0;
        font-size: 12px;
        text-align: left;
    }
    #swabiz .gds-chart-body .disclaimer p {
        margin: 0;
    }
    #swabiz .gds-chart-body .close-chart {
        padding: 30px;
        position: relative;
        display: block;
    }
    #swabiz .gds-chart-body .close-chart img {
        transform: scaleY(-1);
		cursor: pointer;
		margin-left: 10px;
    }


    /* Responsive GDS chart */
    @media all and (max-width: 1199px) {
        #swabiz .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: 57rem;
        }
        #sbd-chart-body.gds-chart-body .nav-tabs > li:nth-of-type(2) {
            top: 2%;
            height: 46rem;
        }
        #swabiz .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%;
        }
    }

/* Why Fly SWA */
#why-fly-swa {
	background-color: #1A2C80;
	padding: 2rem;
}

#why-fly-swa h2 {
	color: #FFBF27;
	text-align:center;
	margin-bottom: 1.5rem;
}

#why-fly-swa p {
	color: White;
	margin: 0;
}

#why-fly-swa .benefit { padding: 0 2rem; }
#why-fly-swa .benefit img { margin: 1rem 0; min-height: 38px; }

#why-fly-swa span, #why-fly-swa span a {
	color: #FFBF27;
	font-weight: bold;;
}

#why-fly-swa .disclaimer {
	color: white;
	font-size: .75rem;
	text-align:center;
}

/* Awards and Recognition */
#awards {
	background-color: #304CB2;
}

#awards h2 {
	color: #FFBF27;
	text-align:center;
}

#awards p {
	color: White;
	margin: 0;
}
#awards ul { list-style: none; }
#awards ul li::before {
	content: "\2022";
	color: #FFBF27;
	font-weight: bold;
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#awards li {
	color: White;
	margin: 0;
	padding-right:1.25rem;
}

/* Questions */
#questions {
	background-color:#111B40;
}

#questions h2 {
	color: #FFBF27;
	text-align:center;
}

#questions p {
	color: White;
	margin: 0;
	text-align: center;
}
#questions p a {
	color: #FFBF27;
}

/* Our Commitment */
#our-commitment img { width: 100%; max-width: 706px; }


/* MEDIA QUERIES */
/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#CX-info h1, #CX-info h2, #CX-info h3, #CX-info h4, #CX-info a.btn-primary, #CX-info a.btn-secondary, #CX-info a.btn-blue, #CX-info strong {
		font-weight: bold;
	}
	#clean-testimonials .tweet {
		display: block;
	}
}
/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
	#our-mission.hero h1 { font-size: 42px; }
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	#our-mission.hero .left { padding: 0 15px; }
	#our-mission.hero .right { padding: 0 15px; }
	#our-mission.hero img { 
		max-width: 100%;
		margin: 15px 0;
	}
}
/* Medium devices (tablets) */
@media (max-width: 768px) {
  #boarding-book-beyond  .benefit img {width: 56%;}
  #CX-info .box-row .dividing-line{
    margin-top: 8% !important;
    padding-top: 5% !important;
	}
	
}
/* Small devices (phones) */
@media (min-width: 577px) {
	#CX-info section:first-child {
		margin-top: 0;
	}
	#CX-info section:last-child {
		margin-bottom: 0;
	}
	.hide-on-desktop {
		display: none;
	}
}
@media (max-width: 576px) {
	.hide-on-mobile {
		display: none;
	}
	#CX-info section {
		/*margin: .5rem 0;*/
	}
	#CX-info section:first-child {
		/*margin-top: 1rem;*/
	}
	#CX-info section:last-child {
		margin-bottom: 0;
	}
	#CX-info .box-row .dividing-line{
    margin-top: 12% !important;
    padding-top: 8% !important;
	}
	
    #CX-info .header-break{display:none;}
}
@media all and (max-width: 574px) {
	#our-commitment .item { margin-bottom: 15px; }
	#our-commitment .item:last-of-type { margin-bottom: 0; }
	#boarding-book-beyond  .benefit img {width: 60%;}
    #CX-info .img-fluid{padding-bottom: 6% !important;}
    
}

@media (max-width:480px){
#boarding-book-beyond  .benefit img {/*width: 70%;*/}

}


#CX-info .box-row.pad-top {
    padding-top: 60px;
}
#CX-info.box-row {
    text-align: center;
    padding-bottom: 60px;
}
#CX-info.midnight-blue-bg {
    background-color: #111B40;
}
#CX-info .yellow {
    color: #FFBF27;
}
#CX-info ul.list-of-list {
    text-align: left;
    margin-top: 30px;
}
#CX-info ul.check-list li {
    background: url('https://www.southwest.com/assets/images/responsive/check-icon.png') no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
    background-position: left 3px;
}
#CX-info #gds-accordion, #CX-info #sbd-accordion {
    position: relative;
}
.gds-chart-body {
    margin-bottom: -60px;
}
#CX-info #gds-chart, #CX-info #sbd-chart {
    text-decoration: none;
    display: block;
    position: relative;
	padding-top: 10px;
}

#CX-info #gds-chart .if-collapsed:after, #CX-info #sbd-chart .if-collapsed:after {
    content: url('/assets/images/responsive/cx-experience/icon-down-arrow-304cb2.svg');
    width: 18px;
    height: 10px;
    position: relative;
    right: -12px;
	cursor: pointer;
	display: inline-block;
}
#CX-info .box-row {
    text-align: center;
    padding-bottom: 60px;
}
#CX-info .box-row .dropdown-info{
    text-align: left;
    padding-top: 1%;
}
#CX-info .box-row .dividing-line{
    border-top: 1px solid #cccccc;
    margin-top: 5%;
    padding-top: 3%;
}
#CX-info.midnight-blue-bg a {
    color: #FFBF27;
    font-weight: bold;
    text-decoration: underline;
}
#CX-info .gds-chart-body .close-chart img {
    transform: scaleY(-1);
	cursor: pointer;
	margin-left:10px;
}

#CX-info .greybg-color{
background-color: #F5f5f5;
}

#CX-info .strong-list-item{
 font-weight:bold; 
 color: #304cb2;
}

#CX-info .if-not-collapsed:first-of-type{
 padding-top: 1%;
}