*{
	padding: 0;
	margin: 0; 
	box-sizing: border-box;
}

body{
	color: #003b6b;
    font-size: 18px;
    line-height: 24px;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

img{
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}
h2 {
    font-size: 44px;
    line-height: 54px;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 700;
    color: #003b6b;
    text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span{
    color: #23a5ab;
}
h3{
    font-size: 28px;
    line-height: 36px;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 700;
    color: #003b6b;
    margin: 0;

}
a{
	text-decoration: none;
    color: #006dc7;
}
a:hover,a:focus,a:visited{
    text-decoration: none !important;
    color: #006dc7;
}
.header-CTA .CTA{
    margin: 17px 0 10px;
}
.CTA {
    margin: 0;
}
.banner .CTA {
    margin: 40px 0 15px;
}

.CTA a {
	text-align: center;
    color: #003b6b;
    font-size: 16px;
    line-height: 18px;
    font-family: Source Sans Pro, Arial, sans-serif;
    font-weight: 700;
    background-color: #21d8d9;
    padding: 16px 30px;
    border-radius: 33px;
    text-decoration: none !important;
    position: relative;
    z-index: 5;
}
ul{
	padding-left: 20px;
	font-size: 0;
	line-height: 0px;
}
li{
	list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Source Sans Pro", Arial, sans-serif;

}
h4{
	color: #003b6b;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
    margin-bottom: 2px;
}
ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    width: 14px;
    position: absolute;
    left: 0;
}
.container{
	max-width: 1230px !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
}
@media(min-width: 320px){
	.container{
		max-width:760px !important;
	}
}
@media(min-width: 768px){
	.container{
		max-width:960px !important;
	}
}
@media(min-width: 992px){
	.container{
		max-width:1240px !important;
	}
}
@media(min-width: 1280px){
	.container{
		max-width:1230px !important;
	}
}
header{
	padding: 22px 0;
}
header .container{
	font-size: 0;
}
.header-logo, .header-CTA{
	width: 50%;
	display: inline-block;
    vertical-align: middle;
}
.header-CTA{
	text-align: right;
}

.header-logo img{
	max-width: 178px;
}
.banner{
	padding: 30px 0 70px ;
}

.banner h1 span{
	color: #21d8d9;
}
.banner-subhead{
	font-size: 28px;
	line-height: 34px;
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: 300;
	color: #ffffff;
}
section.sec1{
	padding: 60px 0 10px;
	position: relative;
	overflow: visible;
    z-index: 1;
}
.video-sec{
    padding: 30px 0;
}
/*section.sec1:after,
section.sec1:before{
    background-image: url("https://p.highspot.com/rs/623-OHN-043/images/large-circle.png");
    content: "";
    position: absolute;
    height: 467px;
    width: 467px;
    right: 0px;
    top: -140px;
    z-index: 20;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}*/
/*section.sec1:before{
	width: 259px;
	height: 259px;
	background-image: url("https://p.highspot.com/rs/623-OHN-043/images/doted-ring.png");
	top: 190px;
}*/
.sec1-para1{
	color: #003b6b;
	font-size: 28px;
	line-height: 34px;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 300;
}
.sec1-para1.thanks{
    font-size: 18px;
    line-height: 22px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
}
.sec1-para1.thanks a{
    font-weight: 700;
}
.sec1-list{
	margin: 50px 0 0;
}
section.sec2{
	position: relative;
	padding: 20px 0 40px;
    z-index: 0;
}
.sec2-content p,.sec2-content h2{margin-bottom:20px;}
.sec2-content ul{margin-bottom:30px;}
.option{
    margin-bottom: 30px;
}
.option:nth-last-child(1){
    margin: 0;
}
.sec2.thanks{
    color: #ffffff;
}
.sec2 h3{
	margin: 0 0 20px 0;
}
.sec2.thanks h3{
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 30px 0;
}
.sec2--left.none{
	width: 100% !important;
}

/*section.sec2:before{
    background-image: url("https://p.highspot.com/rs/623-OHN-043/images/dashed-blur-ring.png");
    content: "";
    position: absolute;
    height: 319px;
    width: 319px;
    left: 0px;
    bottom: 20px;
    z-index: 20;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}*/
.option strong{
	color: #003b6b;
}
.option strong span {
    max-width: 83px;
    margin-left: 30px;
}
.option strong span img{
	max-width: 100%;
	max-height: 24px;
}
.video-container{
    padding-top: 56.25%;
    position: relative;
}
.video-container iframe,
.video-container div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel_title{
	width: 190px;
}
.sec3-Wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sec3-Wrap .owl-wrap{
    width: calc(100% - 190px);
}
.carousel_title h3{
    font-size: 28px;
    line-height: 36px;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 700;
    color: #003b6b;
    margin: 0;
}
.form-wrap{
	padding-left: 30px;
	padding-bottom: 30px;
	position: relative;
}
.formContainer {
    position: relative;
    z-index: 4;
    padding: 30px;
}
.form-wrap:before {
    content: "";
    position: absolute;
    background-image: url(https://p.highspot.com/rs/623-OHN-043/images/dot-patern.png);
    bottom: -1px;
    left: 0;
    height: 187px;
    width: 121px;
    background-repeat: no-repeat;
    z-index: 1;
}
/* NEW FORM CSS */

.mktoForm {
    max-width:100%;
    width: 100% !important;
    margin: 0 auto !important;
}

.mktoForm .mktoFormRow{
    width:100% !important;
}
.mktoForm .mktoFormRow,
.mktoForm .mktoFieldWrap,
.mktoHtmlText.mktoHasWidth,
.mktoHasWidth {
    width: 100% !important;
}
.mktoForm .mktoForm .mktoFieldWrap{
    margin: 0 !important;
}
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
    display: none !important;
}
.mktoForm .mktoLabel {
    width: auto !important;
    font-weight: 700;
    line-height: 24px !important;
    padding: 5px 0 !important;
    font-size: 18px !important;
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: #003b6b;
}

.mktoForm .mktoAsterix {
   display:none !important;
}
.mktoForm input[type="url"],
.mktoForm input[type="text"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField{
    width: 100% !important;
    height: 44px !important;
    padding: 7px 20px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
}

::-ms-expand {
    display: none !important;
}

span.mktoButtonWrap.mktoRound{
    margin: 0 10px !important;
}

.mktoForm button.mktoButton {
    box-shadow: none !important;
    background-image: none !important;
    text-shadow: none !important;
    animation-duration: 0s !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 20px 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 20px;
    font-family: Source Sans Pro, Arial, sans-serif;
    font-weight: 700;
    background-color: #006dc7!important;
    padding: 16px 30px !important;
    border-radius: 33px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}
.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    padding: 0 !important;
    margin-top: 1px !important;
    float: left !important;
}

.mktoForm .mktoFormRow .mktoFormCol {
    width: 50% !important;
    margin: 0 0 17px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.mktoForm .mktoFormRow .mktoFormCol:nth-last-child(2):first-child {
    width: 100% !important;
}

.mktoForm .mktoError{
    left:10px;
}
.mktoForm .mktoButtonRow{
    margin-top: 0px;
}
.mktoForm .mktoRequiredField label.mktoLabel[for=privacyandTerms]{
    width: calc(100% - 30px) !important;
    float: right;
}
span.mktoButtonWrap.mktoSimple {
    margin: 0 10px !important;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 30px !important;
}

.mktoFormRow.check {
    margin-bottom: 10px !important;
}

.check .mktoLabel {
    float: right !important;
    width: calc(100% - 30px) !important;
    color: #000000;
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
    padding-top: 2px !important;
    text-align: left;
    text-decoration: none;
    display: block !important;
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    height: 1em;
    opacity: 0;
    width: 0;
}

.check .mktoLabel {
    margin-bottom: 0px !important;
    display: block !important;
}

.mktoForm .mktoCheckboxList>label {
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-weight: 400;
    line-height: 16px;
    padding-left: 10px;
    color: #000000;
    margin-bottom: 8px !important;
}

.radio .mktoForm .mktoRadioList>label {
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-weight: 400;
    line-height: 16px;
    padding-left: 10px;
    color: #000000;
    margin-bottom: 8px !important;
}

input[type="checkbox"]+label::before {
    background-color: #ffffff;
    border: none !important;
    box-shadow: none;
    content: "";
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-size: 13px;
    width: 18px !important;
    height: 18px !important;
    line-height: 1em;
    margin-left: -2.5em;
    margin-top: -3px;
    position: absolute;
    padding-top: 2px;
    border-radius: 3px !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.radio input[type="radio"]+label::before {

    background-color: #ffffff;
    border: 1px solid #d0d0d0 !important;
    border-radius: 20px !important;
    box-shadow: none;
    content: "";
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-size: 13px;
    width: 18px !important;
    height: 18px !important;
    line-height: 1em;
    margin-left: -1.9em;
    margin-top: -2px;
    position: absolute;
    padding-top: 2px;

}

input[type="checkbox"]:checked+label::before {
    color: #000000 !important;
    text-align: center;
}

input[type="checkbox"]:checked+label::before {
    content: "\2713";
    display: block;
    margin-left: -2.5em;
}

.mktoForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://ulm.intraxinc.com/rs/342-VXF-330/images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px !important;
}

select::-ms-expand {
    display: none;
}

.radio input[type="radio"]:checked+label::before {
    color: #000000 !important;
    text-align: center;
}

.radio input[type="radio"]:checked+label::before {
    content: "â€¢";
    display: block;
    margin-left: -1.9em;
    line-height: 10px;
}

.radio .mktoFieldDescriptor.mktoFormCol,
.check .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0px !important;
}
.owl-logo12 img {
    height: auto !important;
    width: auto !important;
    max-width: 200px;
    max-height: 40px;
}
.item{
	padding: 0 40px; 
}
.owl-logo12 {
	max-width: 200px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-3{
	border-top: 3px solid #f7f7f7;
	padding: 40px 0;
}
.sec4wrap{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 60px;
}
.socialbar ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 2px solid #dddddd;
    margin-top: 25px;
}

.socialbar ul li:before {
    display: none;
}

.socialbar ul li {
    border-right: 2px solid #dddddd;
    padding: 20px 20px 20px 20px;
    margin: 0;
    width: 33.33%;
}

.socialbar ul li:nth-last-child(1) {
    border: none;
}

.sec4-icon {
    display: inline-block;
    text-align: left;
    width: 43px;
    height: 36px;
    font-size: 0;
    line-height: 0;
}
.socialbar ul li:nth-child(1) .sec4-icon img {
    margin-top: 4px;
}
.sec4-label {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 43px);
    font-size: 20px;
    line-height: 24px;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.socialbar a {
    font-size: 0;
    display: block;
    color: #003b6b;
}
.sec4-icon img {
    max-width: 90%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.footer {
    padding: 80px 0 15px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.footer:before{
    background-image: url(https://p.highspot.com/rs/623-OHN-043/images/large-circle.png);
    content: "";
    position: absolute;
    height: 467px;
    width: 467px;
    right: -40px;
    top: 20px;
    z-index: 20;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}
.Social-icon,
.CopyrightWrapper{
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    padding: 15px 80px;
    font-size: 0;
}
.CopyrightWrapper{
	border: none; 
}
.social-left a {
    color: #003b6b;
}
.owl-carousel{
    display: block !important;
}
.social-right,
.social-left {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    font-family: Ubuntu, Arial, sans-serif;
    color: #003b6b;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
}
.social-right {
    text-align: right;
}
.social-right ul{
	margin: 0;
	padding: 0; 
}
.social-right li {
	margin: 0;
    display: inline-block;
    padding-left: 15px;
    font-size: 27px;
    line-height: 30px;
}
.social-right li a{
	color: #003b6b;
}
.footer ul{
	padding: 0 !important;
}
.footer ul li:before{
	display: none;
}
.Copy-left li img {
    max-width: 37px;
}
.Copy-left li:nth-child(1){
    width: 47px;
}
.Copy-left li:nth-child(2){
    width: calc(100% - 47px);
}

.Copy-left{
	margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 300px;
}
.copy-right{
	text-align: right;
	margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 300px);
}
.copy-right li{
    color: #003b6b;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    display: inline-block;
    padding-left: 50px;
}
.copy-right li a{
	color: #003b6b;
}
.Copy-left li {
    font-size: 15px;
    line-height: 19px;
    color: #979797;
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
}
section.cookie{
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
section.cookie p{
    margin: 0 !important;
}
.cookie-wrap a{
	color: #ffffff;
	margin-left: 20px;
}
.cookie-wrap{
	position: relative;
	padding-right: 20px;
}
.cookie-close{
	position: absolute;
    top: 0;
    right: 0;
    color: #21d8d9;
    font-weight: 400;
    font-size: 25px;
    cursor: pointer; 
}
a.cookie-close{
    color: #21d8d9;
}
.copy-right li:nth-child(1){
	padding: 0
}

@media(max-width: 991px){
	.item{
	    padding: 0 20px;
	}
	.banner h1{
	    font-size: 50px !important;
    	line-height: 60px !important;
	}
	/*section.sec1:after, section.sec1:before{
		height: 371px;
    	width: 371px;
	}*/
	/*section.sec1:before {
    width: 213px;
    height: 213px;
	}*/
/*	section.sec2:before{
	    height: 260px;
    	width: 260px; 
	}*/
    .copy-right li{
        padding-left: 20px;
    }
    .m_none{
        display: none;
    }
    .d_none{
        display: block;
    }
    .option strong span{
        margin-left: 15px;
    }
    .carousel_title{
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .sec3-Wrap .owl-wrap{
        width: 100%;
        display: block;
    }
    .socialbar ul li{
        padding: 20px 20px 20px 40px;        
    }

}
@media(max-width: 767px){
    .sec4wrap{
        padding: 30px 0 60px;
    }
    .formContainer{
        margin-top: 30px;
    }
	header{
		padding: 20px 0;
	}
	.header-logo, .header-CTA{
		width: 100%;
		display: block;
		text-align: center;
	}
	.header-CTA .CTA{
		margin: 40px 0 10px;
	}
    .nobanner.form-wrap{
        margin-top: 0;
    }
   /* section.sec1:after, section.sec1:before{
        height: 271px;
        width: 271px;
        top: -110px;
    }
	section.sec1:before{
		top: 70px;
	    width: 200px;
	    height: 200px;
	}*/
/*    section.sec2:before {
        height: 200px;
        width: 200px;
    }*/
    .socialbar ul {
        flex-direction: column;
        max-width: 360px;
        margin: 30px auto 0;
    }
    .socialbar ul li {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 2px solid #dddddd;
    }
    .footer:before{
        height: 300px;
        width: 300px;
        right: -90px;
        top: 40px;
    }
    .Copy-left li:nth-child(2){
        width: unset;
    }
	.Social-icon, .CopyrightWrapper{
	    padding: 15px 30px;
	}

	.sec3-Wrap{
		display: block;
	}
	.video-sec{
        padding: 10px 0;
    }
	.banner h1{
	    font-size: 40px !important;
	    line-height: 50px !important;
	}
	.Copy-left,.copy-right,
	.social-right, .social-left{
		display: block;
		width: 100%;
		text-align: center;
	}
	.Copy-left, .social-left{
		margin-bottom: 15px;
	}
	.form-wrap:before{
		display: none;
	}
	section.sec1{
		padding: 40px 0 10px;
	}
	.form-wrap{
		padding: 0;
	}

	section.sec2{
		padding: 20px 0 40px;
	}
	.banner{
		padding: 40px 0;
	}
    .owl-logo12 img{
        max-width: 250px;
    }
}
@media(max-width: 560px){
	.banner h1{
	    font-size: 30px !important;
    	line-height: 40px !important;
	}
	.copy-right li{
		padding-left: 20px;
	}
	.formContainer{
		padding: 15px 10px;
	}
}
@media(max-width: 480px) {
    .mktoFieldWrap.mktoRequiredField span b {
        padding: 0px !important;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    div.mktoForm,
    .mktoForm {
        padding: 0px !important;
    }
    .mktoForm .mktoFormCol {
        width: 100% !important;
    }
    .mktoForm .mktoFormCol:nth-of-type(even) {
        margin-left: 0!important;
    }
    /*  .mktoForm .mktoFormRow .mktoFormCol{
        width:100% !importantsection.sec2:before    }*/
}