/* Uplift CSS */
html {
	scroll-behavior: smooth;
}
/* 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: 1.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 5px 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 5px 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 0 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: 0 0;
	width: 100%
}
/* MAIN STYLES */
/* Header */
#uplift-header {
}


/* 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) {

}

@media (min-width: 992px) {

}

@media (max-width: 992px) {
	#uplift-header h1 span {
	}
}
@media (max-width: 991px) {

}

@media (max-width: 768px) {
	#head2 {
    font-size:14px;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 640px) {
	.swa-landing-page-content-detail h1 {
		font-size: 2.5rem;
	}
    #head1, #head2, #head3 {
    text-align:center;
	}
}
@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;
	}
	#head1, #head2, #head3 {
    text-align:center;
	}
}

div#uplift-header .nav {
    margin: 20px;
}

@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;
	}
    #head1, #head2, #head3 {
    text-align:center;
	}
}

#max-faq .collapse-content h3{
    color: #304cb2;
    text-align: left; 
    padding: 0; 
 }   
  #max-faq .collapse-content{
    color: #304cb2;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
    width: 100%;
    padding: 20px;
    background-color: #edf1ff;
  } 
  

/** MEDIA QUERIES **/