/* Coronavius CSS */
html {
	scroll-behavior: smooth;
}
/* FONTS */
@font-face {
	font-family: 'SouthwestSans-Regular';
	src: url('https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Regular.eot');
	src: url('https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), url('https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Regular.otf');
	font-display: swap;
}
@font-face {
	font-family: 'SouthwestSans-Bold';
	src: url('https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Bold.eot');
	src: url('https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Bold.otf');
	font-display: swap;
}
/* MAIN STYLES */
/* Tags */
#covid-container h1 {
	color: #ffffff;
	font-size: 1.875rem;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
	margin: 0;
}
#covid-container h2 {
	color: #111b40;
	font-size: 1.625rem;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#covid-container h3 {
	color: #304cb2;
	font-size: 1.375rem;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#covid-container h4 {
	font-size: 1.125rem;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#covid-container p {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
#covid-container p:last-child, #covid-container p:only-child {
	margin: 0;
}
#covid-container ul {
	margin-bottom: 0;
}
#covid-container li {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
}
#covid-container li.no-span {
	/* Stops column spanning of Disrupted Distations with long names on large devices */
	display: inline-block;
}
#covid-container li > ul {
	margin-bottom: 0;
}
#covid-container a {
	color: #d5152e;
}
#covid-container strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
#covid-container section {
	margin: 1rem 0;
	width: 100%
}
#covid-container span.time-stamp {
	color: #111b40;
	font-size: .875rem;
	margin-left: 0.5rem;
}
/* Rebook flight */
#covid-container .covid-rebook 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;
}
#covid-container .covid-rebook a.btn-primary:hover {
	border-color: #111b40;
}
#covid-container .covid-rebook a.btn-primary:active {
	-webkit-box-shadow: 0 2px #8f8f8f inset;
	box-shadow: 0 2px #8f8f8f inset;
}
#covid-container .covid-rebook 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;
}
#covid-container .covid-rebook a.btn-secondary:hover {
	text-decoration: underline;
}
#covid-container .covid-rebook a.btn-secondary:active {
	background-color: #304cb2;
	color: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: 0 2px #1a2c80 inset;
	box-shadow: 0 2px #1a2c80 inset;
}
/* Header */
#covid-header {
	background-color: #1a2c80;
	color: #ffffff;
	height: auto;
	overflow: hidden;
	padding: 1rem 6rem 1rem 1rem;
	position: relative;
}
#covid-header .brandbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
#covid-header .swa-heart {
	position: absolute;
	top: 8px;
	right: -20px;
	height: 100px;
	z-index: 0;
}
/* Closed Cities */
#covid-disrupted-destination .card-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
#covid-disrupted-destination .card-columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
/* Hero */
#covid-hero {
	background: url('https://www.southwest.com/assets/images/responsive/coronavirus/covid-hero-img-d.jpg') no-repeat center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 151px;
	width: 100%;
}
#covid-hero .covid-rebook {
	margin: auto 0 auto 1rem;
}
#covid-hero .covid-rebook h2 {
	text-shadow: -1px 0 #edf1ff, 0 1px #edf1ff, 1px 0 #edf1ff, 0 -1px #edf1ff;
}
/* Navigation */
#covid-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#covid-nav .covid-nav-item {
	font-size: 1.25rem;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
	border-right: 1px solid #8f8f8f;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	margin: auto 0;
	padding: 0 3%;
	text-align: center;
}
#covid-nav .covid-nav-item:last-of-type {
	border-right: none;
}
#covid-nav .covid-nav-item {
	color: #111b40;
}
#covid-nav .covid-nav-item:hover {
	text-decoration: underline;
}
/* General Info Section */
#covid-general-info img.covid-info-photo {
	float: right;
	margin: 0 0 1rem 1rem;
	width: 350px;
}


/* Last updated */
#covid-last-updated {
	border-bottom: 1px solid #304cb2;
	padding: 0 0 10px 0;
}
#covid-last-updated p {
	color: #d5152e;
	font-size: 15px;
	margin: 0;
}
/* Traveling */
#covid-travel-info ul {
	margin-bottom: 1rem;
}
#covid-travel-info .accordion .card {
	border: none;
}
#covid-travel-info .accordion .card-body {
	margin: 1rem 0;
	padding: 0;
}
#covid-travel-info .accordion .card-header {
	background-color: #edf1ff;
	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;
}
#covid-travel-info .accordion .card-header:after {
	/* symbol for open panels */
	color: #1a2c80;
	content: url('https://www.southwest.com/assets/images/responsive/coronavirus/icon-toggle-open.png');
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 0;
	margin: auto 0;
}
#covid-travel-info .accordion .card-header:hover {
	background-color: #dce4ff;
}
#covid-travel-info .accordion .card-header:first-child {
	margin: 0;
}
#covid-travel-info .accordion .card-header .card-title {
	color: #304cb2;
	margin: 0;
	padding-right: 1rem;
}

#covid-travel-info .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;
}
#covid-travel-info .accordion .card-header.collapsed:after {
	/* symbol for closed panels */
	color: #1a2c80;
	content: url('https://www.southwest.com/assets/images/responsive/coronavirus/icon-toggle-closed.png');
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 0;
	margin: auto 0;
}
#covid-travel-info .accordion .card-header.collapsed:first-child {
	margin-top: 0;
}
#covid-travel-info .accordion .card-header.collapsed:last-child {
	margin-bottom: 1rem;
}
#covid-travel-info .destination-list {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
#covid-travel-info .destination-list li {
	color: #304cb2;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
}

#covid-travel-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;
}
#covid-travel-info .covid-rebook a.btn-secondary:hover {
	text-decoration: underline;
}
#covid-travel-info .covid-rebook a.btn-secondary:active {
	background-color: #304cb2;
	color: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: 0 2px #1a2c80 inset;
	box-shadow: 0 2px #1a2c80 inset;
}

/* PR Section */
#covid-PR h2 {
	color: #ffffff;
	margin: 0;
}
#covid-PR img.covid-PR-photo {
	float: right;
	margin: 0 0 1rem 1rem;
	width: 155px;
}
#covid-PR .accordion .card {
	border: none;
}
#covid-PR .accordion .card-body {
	margin: 1rem 0 0 0;
	padding: 0;
}
#covid-PR .accordion .card-header {
	background-color: #1a2c80;
	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;
	min-height: 3.75rem;
	padding: 1rem;
	text-align: left;
}
#covid-PR .accordion .card-header:hover {
	background-color: #111d56;
}
#covid-PR .accordion .card-header:after {
	/* symbol for open panels */
	content: url('https://www.southwest.com/assets/images/responsive/coronavirus/icon-arrow-open.png');
	margin: auto 0;
}
#covid-PR .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;
}
#covid-PR .accordion .card-header.collapsed:after {
	/* symbol for closed panels */
	content: url('https://www.southwest.com/assets/images/responsive/coronavirus/icon-arrow-closed.png');
	margin: auto 0;
}
#covid-PR .accordion .card-header .card-title {
	color: #ffffff;
	margin: 0;
	padding-right: 1rem;
}
/* FAQs */
#covid-faqs {
	background-color: #f5f5f5;
	padding: 2rem;
	border: 1px solid #cccccc;
}
#covid-faqs .covid-qa {
	margin: 0 0 1.875rem 0;
}
#covid-faqs .covid-qa:last-child, #covid-faqs .covid-qa:last-child h4 {
	margin: 0;
}
#covid-faqs .covid-qa ul {
	margin-bottom: 1rem;
}
/* MEDIA QUERIES */
/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.covid-rebook {
		padding: 1.75rem 0;
	}
}
/* Extra large devices (large desktops) */
@media (max-width: 1200px) {
}
/* Large devices (desktops) */
@media (max-width: 992px) {
	#covid-faqs {
		padding: 2rem;
	}
}
/* Medium devices (tablets) */
@media (max-width: 768px) {
	#covid-container li.no-span {
		display: block;
	}
	#covid-container span.time-stamp {
		display: block;
		margin-left: 0;
	}
	#covid-disrupted-destination .card-columns, #covid-travel-info .destination-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		display: block;
	}
	#covid-hero {
		background: url(https://www.southwest.com/assets/images/responsive/coronavirus/covid-hero-img-t.jpg) no-repeat center;
		height: 151px;
	}
	#covid-nav {
		display: block;
	}
	#covid-nav .covid-nav-item {
		border-right: none;
		border-bottom: 1px solid #8f8f8f;
		display: block;
		float: none;
		padding: 10px 0;
	}
	#covid-nav .covid-nav-item:last-of-type {
		border-bottom: none;
	}
	#covid-general-info img.covid-info-photo {
		float: none;
		margin: 0 auto 1rem auto;
		width: 100%;
	}
}
/* Small devices (phones) */
@media (min-width: 577px) {
	#covid-container section:first-child {
		margin-top: 0;
	}
	#covid-container section:last-child {
		margin-bottom: 0;
	}
	.hide-on-desktop {
		display: none;
	}
}
@media (max-width: 576px) {
	.hide-on-mobile {
		display: none;
	}
	#covid-container .covid-rebook a.btn-primary {
		display: block;
		margin: 0 0 1rem 0;
	}
	#covid-container .covid-rebook a.btn-secondary {
		display: block;
	}
	#covid-container section {
		margin: .5rem 0;
	}
	#covid-container section:first-child {
		margin-top: 1rem;
	}
	#covid-container section:last-child {
		margin-bottom: 1rem;
	}
	#covid-header {
		height: auto;
		padding: 1rem;
	}
	#covid-header .swa-heart {
		display: none;
	}
	#covid-hero {
		background: url('https://www.southwest.com/assets/images/responsive/coronavirus/covid-hero-img-m.jpg') no-repeat center;
		height: 151px;
	}
	#covid-faqs {
		padding: 1rem;
	}
	#covid-PR img.covid-PR-photo {
		float: none;
		margin: 0 auto 1rem auto;
	}
}