@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,300italic,300,600italic,700,700italic,800,800italic);

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	overflow-x: hidden;
}

p {
	color: #000000;
}

p:last-child {
	margin: 0 !important;
}

body img {
	max-width: 100%;
	height: auto;
}

.center {
	text-align: center;
}

.flex-row {
	display: flex;
	align-items: center;
	column-gap: 80px;
	justify-content: space-between;
}

.flex-reverse {
	flex-direction: row-reverse;
}

.flex-media {
	min-width: 600px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 65px;
	box-sizing: border-box;
}

.header .wrapper {
	width: 100%;
	padding: 0 65px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header {
	background: #fff;
	padding: 30px 0px 30px;
}

.banner-photo img {
	width: 100%;
	display: block;
}

.static-banner {
	position: relative;
}

.banner-button {
	text-align: center;
	bottom: 7%;
	position: absolute;
	left: 0;
	width: 100%;
}

.banner-button .button {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	width: 272px;
	line-height: 58px;
	background: #000;
	border: solid 1px #fff;
}

.banner-button .button:hover {
	border-color: #008cff !important;
	background: #008cff;
}

.wrapper-container {
	max-width: 100%;
	margin: 0 auto;
}

.wrapper-container {
	padding-top: 50px;
	padding-bottom: 0;
}

.promoform-wrap-content h1 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 62px;
}

.wrapper-container h2, .wrapper-container h1 {
	font-weight: 600;
	color: #114fa2;
	font-size: 42.28px;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 50px;
}

#section2 {
	background: #114fa2 url(images/benefits-bg.webp) no-repeat center;
	background-size: cover;
	margin-top: 70px;
	padding-bottom: 60px;
}

#section2 .flex-row {
	align-items: flex-start;
}

#section2 h2 {
	color: #fff;
	font-size:31px;
	font-weight:600;
}
.benefits-column {
	width:100%;
	margin-bottom:40px;
}
.benefits-row {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    row-gap: 20px;
	text-align: center;
}
#section2 p {
	color: #fff;
	font-size:16px;
	font-weight:300;
	line-height:1.8;
}
.benefits-row h3 {
	color:#fff;
	font-weight:600;
	font-size:18.23px;
	margin-bottom:5px;
	line-height:1.3;
}
.benefits-icon {
	height: 145px;
    width: 175px;
    background: #114fa2;
    border-radius: 100%;
    padding-top: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
body .benefits-icon img {
	max-width:auto;
}
#section3 {
	padding-bottom: 70px;
}
.flex-row.photo-row {
	column-gap:15px;
	flex-direction: row;
    flex-wrap: nowrap;
}
.photo-col {
	width:100%;
}
body .photo-row img {
	width:100%;
}
#section5 .wrapper-container h2, #section5 .wrapper-container p {
	color:#fff;
}
#section5 {
	background:#114fa2;
	padding-bottom:50px;
}
.wrapper-container p {
	margin: 0 0 30px 0;
	font-size: 21px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.6;
}
.testimonial {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
	margin-bottom:50px;
}
.testimonial-container {
    padding-left: 50px;
    padding-right: 50px;
    background: none;
    padding-top: 40px;
    padding-bottom: 45px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    border: 3px solid #114fa2;
}
.testimonial-container:after {
    content: '';
    background: #fff;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    height: 35px;
    width: 35px;
    border-style: solid;
    border-color: #114fa2;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
.wrapper-contaniner .testimonial p {
    line-height: 32px;
    margin-bottom: 0px;
	font-size:21px;
}
.testimonial h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #2c251f;
}
.testimonial h4 {
    font-weight: 700;
    color: #2c251f;
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}
.promo-form {
	background: #114fa2;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 30px;
	outline: none;
}

.promoform-wrap-content h2 {
	color: #fff500;
	text-align: center;
	font-size: 36px;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.promoform-wrap-content h3 {
	color: #fff;
	text-align: center;
	font-size: 21.7px;
	line-height: 28px;
	font-family: "Open Sans", sans-serif;
	margin: 0;
}

.promo-form-wrap {
	max-width: 630px;
	margin: 0 auto;
	margin-top: 30px;
}

p.note {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.footer {
	background: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}

.footer p a {
	color: #000;
}

.footer p br {
	display: none;
}

a.back-to-top {
	display: inline-block;
}

a.back-to-top img {
	width: 27px;
}

.toplogo {
	float: left;
	margin-right: 15px;
}

.right-header {
	float: none;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.header {
	text-align: center;
	outline: none;
}

.right-header h3 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	margin-bottom: 5px;
}

.right-header a.headerbtn {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 49px;
	padding-right: 23px;
	background: #114fa2 url(images/icon-phone.svg) no-repeat 7%;
	font-weight: 700;
	background-size: 22px;
	border-radius: 3px;
}

.right-header a.headerbtn:hover {
	background-color: #f35c23;
}

.promoform-wrap-content h3 a {
	color: #fff !important;
	text-decoration: none;
}

.mobile-sticky-callout{
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    background: #114fa2;
    padding: 10px 20px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 99999;
    width: 100%;
}

.mobile-sticky-callout p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 2.2;
}
.mobile-sticky-callout .button{
    min-width: 0;
    font-weight: 400;
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 2px;
    text-transform: capitalize;
    text-decoration: none;
    padding:0px;
    background:#038bef;
    display: inline-block;
    color:#fff;
	display: inline-block;
}

@media only screen and (max-width:1024px) {  
.mobile-sticky-callout{
    display: block;
 }

}