/* Military Travel CSS */
html {
	scroll-behavior: smooth;
}

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

/* FONTS */
@font-face {
	font-family: 'SouthwestSans-Regular';
	src: url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Regular.eot');
	src: url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Regular.otf');
	font-display: swap;
}
@font-face {
	font-family: 'SouthwestSans-Bold';
	src: url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Bold.eot');
	src: url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Bold.otf');
	font-display: swap;
}
/* MAIN STYLES */
.swa-landing-page-content-detail h1 {
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1.875rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail h2 {
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	/* font-size: 1.625rem; */
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail 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;
}
.swa-landing-page-content-detail h4 {
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail p {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail p:last-child, .swa-landing-page-content-detail p:only-child {
	margin: 0;
}
.swa-landing-page-content-detail p.disclaimer {
	font-size: .75rem;
	padding: 0px;
}
.swa-landing-page-content-detail ul {
	margin: 0 0 1rem 0;
	-webkit-padding-start: 1.25rem;
}
.swa-landing-page-content-detail li {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
}
.swa-landing-page-content-detail ol {
	counter-reset: item;
	-webkit-padding-start: 0;
}
.swa-landing-page-content-detail ol li {
	display: block;
}
.swa-landing-page-content-detail ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
.swa-landing-page-content-detail ul li ul {
	margin: 0;
}
.swa-landing-page-content-detail a {
	color: #304cb2;
}
.swa-landing-page-content-detail a.more-info-link::after {
	content: url('https://www.southwest.com/swa-resources/images/responsive/airline-cleanliness-social-distance/icon-arrow-right.png');
	margin-left: .5rem;
	height: 11px;
	width: 6px;
}
.swa-landing-page-content-detail strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
.swa-landing-page-content-detail section {
    padding: 60px 0;
}
/* Buttons */
.swa-landing-page-content-detail .swa-button.swa-button_primary_yellow {
    color: #111B40;
}
.swa-landing-page-content-detail .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;
}

.swa-landing-page-content-detail 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;
}
.swa-landing-page-content-detail a.btn-primary:hover {
	border-color: #111b40;
}
.swa-landing-page-content-detail a.btn-primary:active {
	-webkit-box-shadow: 0 2px #8f8f8f inset;
	box-shadow: 0 2px #8f8f8f inset;
}
.swa-landing-page-content-detail 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;
}
.swa-landing-page-content-detail a.btn-secondary:hover {
	text-decoration: underline;
}
.swa-landing-page-content-detail 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;
}
.swa-landing-page-content-detail 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;
}
.swa-landing-page-content-detail a.btn-blue:hover {
	border-color: #111b40;
}
.swa-landing-page-content-detail a.btn-blue:active {
	-webkit-box-shadow: 0 2px #111b40 inset;
	box-shadow: 0 2px #111b40 inset;
}

/* Our Mission - Hero */
#our-mission.hero .left { padding-right: 3rem; }
#our-mission.hero .right { padding-left: 3rem; }
#our-mission.hero h1 { font-size: 60px; }
#our-mission.hero span { color: #304cb2; font-weight: bold;}
#our-mission.hero img { width: 100%; max-width: 493px; }

/* Military Boarding - Section */
#military-boarding-swa { background-color: #111B40;}
#military-boarding-swa p { color: white;}
#military-boarding-swa h2 {color: #FFBF27;}
#military-boarding-swa p span {
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-size: 12px;
    background-color: #d5152e;
    padding: 0.25em 0.5em;
    margin-bottom: -1rem;
}

/* Military Travel Policies */
.swa-landing-page-content-detail #military-travel-policies img { width: 100%; max-width: 493px; }
.swa-landing-page-content-detail #military-travel-policies .desc { color: #304cb2; padding: 15px 70px; }
.swa-landing-page-content-detail #military-travel-policies .desc i { color: #111b40; font-size: 0.85rem; line-height: 1rem; display: block; }

/* Military Travel Policies - Accordion +/- */
.swa-landing-page-content-detail #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;
}
.swa-landing-page-content-detail #military-travel-policies .gsaccordion .btn-link.collapsed::before {
	content: "+";
}

.swa-landing-page-content-detail #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;
}


/* 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;
}

/* 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;
    line-height: 1.1rem;
}

/* 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; }

/* FAQs */
#military-faqs { background-color: #eeeeee; }
#military-faqs .accordion .card {
	border: none;
	background: none;
}
#military-faqs .accordion .card-body {
	margin: .5rem;
	padding: 0;
}
#military-faqs .accordion .card-header {
	background-color: white;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 1rem;
	text-align: left;
}
#military-faqs .accordion .card-header:after {
	/* symbol for open panels */
	content: url('https://www.southwest.com/swa-resources/images/responsive/airline-cleanliness-social-distance/icon-arrow-up.png');
	line-height: 0;
	margin: auto 0;
}
#military-faqs .accordion .card-header:hover {
	background-color: #dce4ff;
}
#military-faqs .accordion .card-header:first-child {
	margin: 0;
}
#military-faqs .accordion .card-header .card-title {
	color: #304cb2;
	margin: 0;
	padding-right: 1rem;
}
#military-faqs .accordion .card-header.collapsed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 1rem 0;
	padding: 1rem;
}
#military-faqs .accordion .card-header.collapsed:after {
	/* symbol for closed panels */
	content: url('https://www.southwest.com/swa-resources/images/responsive/airline-cleanliness-social-distance/icon-arrow-down.png');
	line-height: 0;
	margin: auto 0;
}
#military-faqs .accordion .card-header.collapsed:first-child {
	margin-top: 0;
}
#military-faqs .accordion .card-header.collapsed:last-child {
	margin-bottom: 1rem;
}

/* MEDIA QUERIES */
/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.swa-landing-page-content-detail h1, .swa-landing-page-content-detail h2, .swa-landing-page-content-detail h3, .swa-landing-page-content-detail h4, .swa-landing-page-content-detail a.btn-primary, .swa-landing-page-content-detail a.btn-secondary, .swa-landing-page-content-detail a.btn-blue, .swa-landing-page-content-detail 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) {
	
}
/* Small devices (phones) */
@media (min-width: 577px) {
	.swa-landing-page-content-detail section:first-child {
		margin-top: 0;
	}
	.swa-landing-page-content-detail section:last-child {
		margin-bottom: 0;
	}
	.hide-on-desktop {
		display: none;
	}
}
@media (max-width: 576px) {
	.hide-on-mobile {
		display: none;
	}
	.swa-landing-page-content-detail section {
		margin: .5rem 0;
	}
	.swa-landing-page-content-detail section:first-child {
		margin-top: 1rem;
	}
	.swa-landing-page-content-detail section:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 574px) {
	#our-commitment .item { margin-bottom: 15px; }
	#our-commitment .item:last-of-type { margin-bottom: 0; }
}