/* Uplift CSS */
html {
	scroll-behavior: smooth;
    overflow-x: hidden;
}


/* FONTS */
@font-face {
	font-family: 'SouthwestSans-Regular';
	src: url('/swa-resources/fonts/SouthwestSans-Regular.eot');
	src: url('/swa-resources/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Regular.otf');
	font-display: swap;
}
@font-face {
	font-family: 'SouthwestSans-Bold';
	src: url('/swa-resources/fonts/SouthwestSans-Bold.eot');
	src: url('/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Bold.otf');
	font-display: swap;
}
/* DEFAULT CONTAINER STYLES */
.swa-landing-page-content-detail h1 {
	color: #1a2c80;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 2.625rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail h2 {
	color: #1a2c80;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 2.625rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail h3 {
	color: #1a2c80;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 2rem;
	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.3125rem;
	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 a {
	color: #304cb2;
}
.swa-landing-page-content-detail strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: normal;
}
.swa-landing-page-content-detail section {
	margin: 1rem 0;
	width: 100%
}
/* MAIN STYLES */
/* Header */
#uplift-header {
}
#uplift-header .hero {
	background-image: url('/swa-resources/images/responsive/uplift/Uplift-background-image-1366x768.jpg');
	background-position: center;
	background-size: cover;
	height: 554px;
	padding: 1rem 0;
}
/* Booking Widget Tweaks */
.swa-landing-page-content-detail .wcm_booking_widget_air_title {
	color: #ffffff;
}
.swa-landing-page-content-detail .wcm_booking_widget.wcm_booking_widget_air {
	width: 100%;
}
/* Why Uplift */
#why-uplift h3 {
	margin: 1rem 0;
}
#why-uplift h3 span {
	display: block;
}
#why-uplift .why-uplift-icons {
	text-align: center;
}
/* How Uplift Works */
#how-uplift-works {
	background-color: #eeeeee;
	padding: 1rem 0;
	text-align: center;
}
#how-uplift-works h2 {
	text-align: left;
}
#how-uplift-works h3 {
	margin: 1rem 0;
}
#how-uplift-works hr.hr-left {
	border: 2px solid #304cb2;
	margin: 0px 50%;
	position: relative;
	top: 36px;
	width: 100%;
}
#how-uplift-works hr.hr-middle {
	border: 2px solid #304cb2;
	margin: 0 auto;
	position: relative;
	top: 36px;
	width: 100%;
}
#how-uplift-works hr.hr-right {
	border: 2px solid #304cb2;
	margin: 0px -50%;
	position: relative;
	top: 36px;
	width: 100%;
}
#how-uplift-works img {
	position: relative;
}
/* FAQs */
#uplift-faqs {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	padding: 1rem 0 0;
}
#uplift-faqs h3 {
	color: #111b40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1.3125rem;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
#uplift-faqs .accordion .card {
	border: none;
	margin: 0 -15px;
}
#uplift-faqs .accordion .card-body {
	margin: .5rem;
	padding: 0;
}
#uplift-faqs .accordion .card-header {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	text-align: left;
}
#uplift-faqs .accordion .card-header:after {
	/* symbol for open panels */
	content: url('/swa-resources/images/responsive/uplift/icon-arrow-up.png');
	line-height: 0;
	margin: auto 0;
}
#uplift-faqs .accordion .card-header:hover {
	background-color: #eeeeee;
}
#uplift-faqs .accordion .card-header:first-child {
	margin: 0;
}
#uplift-faqs .accordion .card-header .card-title {
}
#uplift-faqs .accordion .card-header.collapsed {
	border: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 1rem;
}
#uplift-faqs .accordion .card-header.collapsed:after {
	/* symbol for closed panels */
	content: url('/swa-resources/images/responsive/uplift/icon-arrow-down.png');
	line-height: 0;
	margin: auto 0;
}
#uplift-faqs .accordion .card-header.collapsed:first-child {
	margin-top: 0;
}
#uplift-faqs .accordion .card-header.collapsed:last-child {
	margin-bottom: 1rem;
}
/* Disclaimer */
#uplift-disclaimer {
	border: 1px solid gray;
	padding: 1rem 0;
}
#uplift-disclaimer p {
	color:#636363;
	font-size: 1rem;
}

#wgaplus-logo{
    width: 170px;
	line-height: 22px;
}

#wgaplus-plus{
    font-size: 20px;
	font-weight: bold; 
	margin: 5px 10px;
}

/* 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;
	}
	#how-uplift-works hr {
		display: none;
	}
}
/* General Queries */
@media (max-width: 1024px) {
	#uplift-header .hero {
		background-image: url('/swa-resources/images/responsive/uplift/Uplift-background-image-1024x768.jpg');
		height: 34.625rem;
	}
}
@media (min-width: 992px) {
	#uplift-header .hero {
		margin-bottom: calc(-300.78px + 2rem);
	}
}
@media (max-width: 992px) {
	#uplift-header h1 span {
	}
}
@media (max-width: 991px) {
	#uplift-header .hero {
		margin-bottom: calc(-341.17px + 2rem);
	}
}
@media (max-width: 768px) {
	#uplift-header .hero {
		background-image: url('/swa-resources/images/responsive/uplift/Uplift-background-image-768x1024.jpg');
		height: 39rem;
	}
}
@media (max-width: 767px) {
	#uplift-header .hero {
		margin-bottom: calc(-45px - 2rem);
	}
	#uplift-header .booking-widget {
		margin-top: 0;
	}
	#uplift-header .booking-widget a.btn {
		color: #111b40;
		font-family: 'SouthwestSans-Bold', arial, sans-serif;
		font-size: 1.3125rem;
		font-weight: normal;
		margin: 1rem 0;
	}
	#how-uplift-works .container .row div:not(:last-child) {
		margin-bottom: 1rem;
	}
	#how-uplift-works hr {
		display: none;
	}
    
    #wgaplus-logo{
    	width: 170px;
    }
    #why-uplift{
         margin-top: 4rem;
}
}
@media (max-width: 640px) {
	.swa-landing-page-content-detail h1 {
		font-size: 2.5rem;
	}
	#uplift-header .hero {
		background-image: url('/swa-resources/images/responsive/uplift/Uplift-background-image-640x360.jpg');
		background-position: bottom left;
		height: 39rem;
	}
}
@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: 0;
	}
	.swa-landing-page-content-detail section:last-child {
		margin-bottom: 1rem;
	}
	#why-uplift .why-uplift-icons div:not(:last-child){
		margin-bottom: 1rem;
	}
	#uplift-disclaimer {
		border: none;
		padding: 0;
	}
     #why-uplift{
         margin-top: 5rem;
}
}