/* Generic */
html, body{
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #383838;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	background: #fff;
	-webkit-font-smoothing: antialiased !important;
	overflow-x: hidden;
}

body.fullViewHeight{
	height: 100vh;
}

input[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"]{
    -moz-appearance: textfield;
}

.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hidden, .alwaysHidden{
	display: none !important;
}

html.noJs .visibleWhileLoading{
	display: none;
}

html:not(.noJs) .hiddenWithJs{
	display: none;
}

.notVisible, .invisibleWhileLoading{
	visibility: hidden !important;
}

.StaticText p {
	word-break: break-word;
}

.StaticText table {
	word-break: normal;
}

.StaticText figure.table {
	overflow: auto;
}

.StaticText .flexyItem {
	width: 100%;
}

.StaticText header .flexyItem {
	width: unset;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	max-width: 100%;
}

a img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	display: block;
}

.gradient{
	filter: none;
}

.contentContainer, .parentOfContentContainer > div.allowInherit, .parentOfContentContainerDivsOnly > div.allowInherit > div{
	width: 1200px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.contentContainer.leveldown, .parentOfContentContainer.leveldown > div.allowInherit{
	padding: 0px 0px;
}

.flexyContainer, .flexyContainerWithWrap{
    display: flex;
	flex-wrap: wrap;
}

.flexyContainer.justifyCentral{
	justify-content: center;
}

.flexyContainer.tickArea{
	justify-content: flex-start;
	padding-bottom: 0px;
}

.flexyItem{
	align-self: auto;
	flex: 1;
}

.flexyItem.noGrowDesktop, .flexyItem.noGrow{
	flex-grow: 0;
}

.flexyWeight10{
	flex: 10;
}

.flexyWeight8{
	flex: 8;
}

.linedDividedElement{
	border-right: 1px solid black;
}

.linedDividedElement > div{
	margin-left: 10px;
}

.linedDividedElement:first-child > div{
	margin-left: 0px;
}

.linedDividedElement:last-child{
	border-right: 0px solid #000;
}

.flexyDivider{
	flex: 0 0 45px;
	width: 45px;
}

.flexySmallerDivider{
	flex: 0 0 17px;
	width: 17px;
}

.flexyLineBreak{
	flex: 0 0 100%;
	width: 100%;
}

.marketingSection .flexyContainer.ico, .peaceOfMindSection .flexyContainer.ico{
	text-align: center;
}

.marketingSection .flexyContainer.ico .flexyItem{
	flex-basis: 300px;
	flex-grow: 0;
}

.marketingSection .flexyContainer.ico .flexyItem:last-of-type {
	margin-left: 3rem;
}

.peaceOfMindSection .flexyContainer.ico .flexyItem{
	width: 300px;
	color: #fff;
	padding: 0px 20px 0px 20px;
}

.flexyContainer.applyMeter.progressPage{
	width: 400px;
	margin: 0px auto;
	margin-top: 10px;
}

.summaryBox .flexyItem{
	display: table-cell;
	vertical-align: middle;
	background: red;
}

.left{
	text-align: left !important;
}

.center{
	text-align: center !important;
}

.centerByMargin{
	margin: auto !important;
}

.centerContentsByMargin > *{
	margin: auto !important;
}

.alignSelfCenter{
	align-self: center !important;
}

.right{
	text-align: right !important;
}

.lineBreak10{
	height: 10px;
}

.inline{
	display: inline;
}

.inlineBlock{
	display: inline-block;
}

.appButtonWrapper{
	padding: 36px 0px 0px 0px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
}

.formButton
,.pseudoBestTimeToCall button.squareFormButton
,.pseudoBestTimeToCall button.squareFormButton.checked
{
	display: inline-block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	line-height: 30px;
	font-weight: 700;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 26px 40px 24px 40px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
	background: #f69322;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.formButton:hover
,.pseudoBestTimeToCall button.squareFormButton:hover
,.pseudoBestTimeToCall button.squareFormButton.checked:hover
{
	color: #fff;
	background: #faa94b;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a70', endColorstr='#fb6dab',GradientType=1 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.pseudoBestTimeToCall button.squareFormButton:hover
,.pseudoBestTimeToCall button.squareFormButton.checked:hover
{
	border:0;
}

form .formButton
,.formButton
,.pseudoBestTimeToCall button.squareFormButton 
{ 
    text-transform: uppercase; 
	font-weight: 800; 
    background: #1daeed; 
}

form .formButton:hover
,.formButton:hover
,.pseudoBestTimeToCall button.squareFormButton:hover  
{ 
    background: #815CBB; 
}


form#formPageForm{ 
    padding: 50px;
    background: #FFF;
    border-radius: 20px;
    border: 10px solid #dbe5fe;
    width: 650px; 
    margin: 0 auto 20px auto; 
}


form .appButtonWrapper{
	padding-top: 36px;
}

form .formButton
,.pseudoBestTimeToCall button.squareFormButton.checked
{
	display: inline;
	font-size: 32px;
	line-height: 22px;
	padding: 24px 60px 22px 60px;
}

.pageButton{
	display: inline-block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	line-height: 30px;
	font-weight: 700;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 26px 60px 24px 60px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 400ms ease-out;
 	-moz-transition: background-color 400ms ease-out;
	transition: background-color 400ms ease-out;
	background: #23dfbf;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

#splashArea .pageButton{
	font-size: 33px;
	padding: 36px 60px 34px 60px;
}

.pageButton:hover{
	color: #fff;
	background: #8158c1;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.pageButton.redVersion{
	background: rgb(249,138,112);
	background: -moz-linear-gradient(left, rgba(249,138,112,1) 0%, rgba(251,109,171,1) 100%);
	background: -webkit-linear-gradient(left, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	background: linear-gradient(to right, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a70', endColorstr='#fb6dab',GradientType=1 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.pageButton.redVersion:hover{
	background: rgb(249,138,112);
	background: -moz-linear-gradient(left, rgba(249,138,112,1) 0%, rgba(251,109,171,1) 100%);
	background: -webkit-linear-gradient(left, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	background: linear-gradient(to right, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a70', endColorstr='#fb6dab',GradientType=1 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.modalPopup, .modalishPopup{
	padding: 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 4px solid #9374DB;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.modalPopup > div, .modalishPopup > div{
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}

.modalPopup .closeButton, .modalishPopup .closeButton{
	position: absolute;
	top: -10px;
	right: -10px;
	color: #05deb2;
	line-height: 33px;
	font-size: 33px;
	text-align: center;
}

.modalPopup .title, .modalishPopup .title{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 150%;
	margin: 0 0 15px;
	color: #9374d9;
	font-weight: 700;
}

.modalPopup .content, .modalishPopup .content{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.modalPopup li, .modalishPopup li{
	list-style-type: none;
	padding-left: 15px;
}

.modalPopup li:before, .modalishPopup li:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f101";
    margin: 0 5px 0 -15px;
}

.popBackground{
	background: url('../../../images/pop-bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.arrowBackground{
	background: url('../../../images/main-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}


/* Set of Width Classes */
.width0, .widthPercent0{
	width: 0 !important;
}

.widthPercent5{
	width: 5% !important;
}

.widthPercent10{
	width: 10% !important;
}

.widthPercent15{
	width: 15% !important;
}

.widthPercent20{
	width: 20% !important;
}

.widthPercent25{
	width: 25% !important;
}

.widthPercent30{
	width: 30% !important;
}

.widthPercent33{
	width: 33% !important;
}

.widthPercent35{
	width: 35% !important;
}

.widthPercent40{
	width: 40% !important;
}

.widthPercent45{
	width: 45% !important;
}

.widthPercent50{
	width: 50% !important;
}

.widthPercent55{
	width: 55% !important;
}

.widthPercent60{
	width: 60% !important;
}

.has2Children{
	width: 90%;
}

.widthPercent65{
	width: 65% !important;
}

.has3Children{
	width: 90%;
}

.widthPercent70{
	width: 70% !important;
}

.widthPercent75{
	width: 75% !important;
}

.widthPercent80{
	width: 80% !important;
}

.has4Children{
	width: 70%;
}

.widthPercent85{
	width: 85% !important;
}

.widthPercent90{
	width: 90% !important;
}

.widthPercent95{
	width: 95% !important;
}

.widthPercent100{
	width: 100% !important;
}

.height15{
	height: 15px !important;
}

.textHighlightColour{
	color: #f69322;
}

/* Header Ribbon Widget */

.headerRibbon{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 5px 0px;
	background: #5d7179;
	z-index: 100;
	position: relative;
}

.headerRibbon a{
	color: #fff;
}

/* Site Header Widget */

header{
	text-align: left;
	position: relative;
	z-index: 50;
	margin: 0px;
	border: 0px;
	padding: 40px 0 0 0;
	background: rgba(255, 255, 255, 0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.formPage header{
	padding: 20px 0px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

header.smallVersion .logo img {
    width: 130px;
    text-align: left;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.logo{
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	align-self: center;
}

.logo img{
	width: 260px;
}



.formPage .logo img{
	width: 130px;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.logo.onlyHeaderContent, .logo.onlyHeaderContentReduced{
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	display: block;
}

.logo.onlyHeaderContent img, .logo.onlyHeaderContentReduced{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.logo.onlyHeaderContentReduced img{
	width: auto;
	height: auto;
}

.secure{
	display: inline-block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 15px 20px 13px 20px;
	-webkit-appearance: none;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
	background: #fc9b3f;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.secure i{
	padding: 0px 3px 0px 0px;
}

/* Home Usp Area Widget */
#splashArea{
	display: block;
	min-height: 100vh;
	position: relative;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../../../images/splash-bg.svg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 100% 50%;
	background-color: #fff;
}

#splashArea .drone{
	position: absolute;
	top: 310px;
	left: 60px;
}

#splashArea .drone img{
	width: 200px;
}

#splashArea .splashLaptop {
	width: 576px;
	height: 661px;
	position: absolute;
	top: 180px;
	right: 0px;
	background: url('../../../images/splash-laptop@2x.png');
	background-size: 576px 661px;
	background-repeat: no-repeat;
	background-position: right;
}

#splashArea .splashLaptop img {
	position: absolute;
	top: 184px;
	left: 323px;
	width: 130px;
}

#splashArea .left{
	width: 50%;
	text-align: left;
}

#splashArea ul{
	list-style: none;
	text-align: center;
	padding: 45px 0px 10px 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 0px auto;
	border: 0px;
	color: #000;
	width: 930px;
}

#splashArea li{
	display: inline-block;
	text-align: left;
	background-image: url('../../../images/tick2.svg');
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 39px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 18px;  /* space for the image */
	margin-right: 10px;
	text-shadow: -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
}

#splashArea li:last-of-type {
	display: none !important;
}

#splashArea h1{
	display: block;
	font-size: 48px;
	line-height: 64px;
	letter-spacing: -1px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 50px 0px 0px 0px;
}

#splashArea h1 span{
	color: #6e6fd6;
	font-weight: 800;
}

form #splashArea h1 span{
	font-weight: 700;
}

#splashArea h2{
	height: 110px;
	display: block;
	font-size: 43px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #4ecfd9;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 9px 0px 0px 0px;
}

#splashArea h3{
	display: block;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #808285;
	font-weight: 400;
	margin: 0px;
	border: 0px;
	padding: 9px 0px 0px 0px;
}

#splashArea .splashPeople1{
	width: 275px;
	position: absolute;
	top: 480px;
	padding-left: 0px;
}

#splashArea .splashPeople2{
	width: 60px;
	position: absolute;
	top: 270px;
	padding-left: 990px;
}

#splashArea .splashPeople3{
	width: 136px;
	position: absolute;
	top: 480px;
	padding-left: 840px;
}

#splashArea .contentContainer{
	padding-bottom: 30px;
}

/* The next three rules are also used on the progress page */
.appNumber{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 50px 0px 0px 0px;
}

.appNumber .odometer, .progressCheckText .odometer{
	color: #6e6fd6;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.appNumber .odometer:before, .progressCheckText .odometer:before{
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	content: "";
	height: 4px;
	width: 100%;
	background: #4dcdd7;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.2);
}

.bigLongAprSection{
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #4d4dc1;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 75px 0px;
	background: rgba(208,219,253,0.3);
	font-weight: bold;
}

.bigLongAprSection h1{
	display: block;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #4d4dc1;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

/* Home Section Two & Three Widget */
#popularSection{
	background: url('../../../images/pop-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#lenderLogos{
	padding-bottom: 0px;
}

.slickCarousel{
	display: block;
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 100px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

.slickCarousel h1{
	display: block;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #9374d9;
	font-weight: 600;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 50px 0px;
}

.slickCarousel .icons{
	display: block;
	height: 100px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.slickCarousel .slider div{
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#rowoflogos.slickCarousel{
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 50;
	position: relative;
}

#rowoflogos .contentContainer{
	width: 100%;
	background: #fff;
}

#rowoflogos.slickCarousel .icons{
	padding-bottom: 0;
}

/* Peace of Mind Section */
.peaceOfMindSection{
	width: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px;
	text-align: left;
	position: relative;
	background-color: rgba(110,111,214,0.9);
	font-size: 14px;
	line-height: 18px;
}

.peaceOfMindSection .pad{
	height: 100px;
}

.peaceOfMindSection h1{
	display: block;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.peaceOfMindSection h2{
	display: block;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 40px 0px;
}

.peaceOfMindSection h3{
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.peaceOfMindSection .icons{
	display: block;
	height: 100px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.peaceOfMindSection .imgTxt{
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: px 0px 0px 0px;
}

/* Home Marketing Section */
.marketingSection{
	display: block;
	margin: 50px 0px 0px 0px;
	border: 0px;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}

.marketingSection h1{
	display: block;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #6a44a6;
	font-weight: 800;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 50px 0px;
}

.marketingSection .icons{
	display: block;
	height: 200px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.marketingSection h3{
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	margin: 0px;
	border: 0px;
	padding: px 0px 0px 0px;
}

.bigTwoColumn{
	flex-basis: 640px;
	flex-grow: 0;
}

.smallTwoColumn{
	flex-basis: 505px;
	flex-grow: 0;
}

.marketingSection .marginBottom120{
	margin-bottom: 120px;
}

.whyUsSection{
    box-sizing: border-box;
    display: block;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 130px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.whyUsSection h1{
	display: block;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #4d4dc1;
	font-weight: 800;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 50px 0px;
}

.whyUsSection ul{
	list-style: none;
	text-align: left;
	padding: 50px 50px 35px 50px;
	margin: 0px;
	border: 0px;
	border-bottom: 8px solid #06bc9d;
	font-size: 23px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background: #24dfbf;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(230, 238, 244, 0.97);
	-moz-box-shadow:    0px 0px 10px 0px rgba(230, 238, 244, 0.97);
	box-shadow:         0px 0px 10px 0px rgba(230, 238, 244, 0.97);
	display: inline-block;
}

.whyUsSection li{
	display: block;
	text-align: left;
	background-image: url('../../../images/white-tick.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 32px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 25px;  /* space for the image */
	border: 0px;
}

.whyUsSection .group{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	position: relative;
}


.whyUsSection .group img{
	width: 600px;
}

/* Compliance Text Section 1 */
.complianceSellSection{
	display: block;
	margin: 0px 0px 40px 0px;
	border: 0px;
	padding: 60px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

.complianceSellSection h1{
	display: block;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #6a44a6;
	font-weight: 800;
	text-align: left;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 50px 0px;
}

.complianceSellSection .icons{
	display: block;
	height: 100px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.complianceSellSection .imgTxt{
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: px 0px 0px 0px;
}

/* Compliance Text Area 2 */
.complianceSecondSellSection{
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 60px 0px 160px 0px;
	text-align: left;
	background: url('../../../images/row4-bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
	line-height: 18px;
}

.complianceSecondSellSection .txt{
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 50;
	position: relative;
}

.complianceSecondSellSection .man1{
	width: 85px;
	position: absolute;
	top: -140px;
	padding-left: 680px;
}

.complianceSecondSellSection .man2{
	width: 525px;
	position: absolute;
	top: -5px;
	padding-left: 700px;
}

/* Compliance Footer */
.complianceFooterSection{
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 60px 0px;
	text-align: left;
	background-color: rgba(110,111,214,0.9);
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

/* Site Footer */
footer{
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 60px 0px;
	text-align: left;
	background-color: rgba(110,111,214,0.9);
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

footer .contentContainer{
	border-top: 1px solid white;
	padding-top: 10px;
}

footer h1{
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
}

footer .colOne{
	flex-basis: 380px;
	flex-grow: 0;
}

footer .colRemainingSpace{
	flex-basis: calc(100% - 760px);
	flex-grow: 0;
}

footer .footerLogo{
	width: 182px;
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px;
	text-align: left;
}

footer .footerLogoOnOwn{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .colTwo{
	flex-basis: 200px;
	flex-grow: 0;
}

footer .colThree{
	flex-basis: 200px;
	flex-grow: 0;
}

footer .colFour{
	flex-basis: 170px;
	flex-grow: 0;
}

footer .smallerVersion{
	text-align: right;
}

footer .smallerVersion img{
	max-width: 130px;
}

footer .footerLinks{
	display: block;
	font-size: 13px;
	color: #fff;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px solid #fff;
	padding: 0px 0px 0px 0px;
}

footer a{
	color: #fff;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}

footer a:hover{
	color: rgba(255, 255, 255, 0.5);
	padding-top: 10px;
	display: block;
	text-decoration: none;
}


footer.minimised .contentContainer{
	border-top: none;
}

footer.minimised{
	display: block;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 60px 0px;
    text-align: left;
    background-color: rgba(110,111,214,0.9);
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

footer.minimised .wealthWarningFooter{
	display: block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px solid #fff;
    padding: 0px 30px;
}


footer.minimised .footerLogo{
	width: 180px;
    text-align: center;
    margin: 0px auto;
}

footer.minimised .companyFooter{
	display: block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    border: 0px;
    padding: 20px 30px;
}

footer.minimised .apr{
	display: block;
    font-size:16px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border: 0px solid #fff;
    padding: 0px 0px 20px 0px;
}

/* Form Pages */
.singleContentRow{
	padding: 75px 0;
}

.formWrapper {
	box-sizing: border-box;
	color: #6d6d6d;
	margin: 0px;
	border: 0px;
	padding: 10px;
	background-image: linear-gradient(128deg, #dbe5fe 25%, #e3eafc 25%, #e3eafc 50%, #dbe5fe 50%, #dbe5fe 75%, #e3eafc 75%, #e3eafc 100%);
}

.formWrapper > div{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.formIntroIncreased{
	display: block;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: 0px;
	color: #09aeed;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}

.formIntro, .formIntroDecreased{
	display: block;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: 0px;
	color: #09aeed;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}

.formText{
	display: block;
	font-size: 24px;
	line-height: 42px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.formIntroTwo{
	display: block;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.formIntroFour{
	display: block;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.formIntroFour.bold{
	font-weight: 700;
	font-size: 33px;
	line-height: 44px;
}

.formIntroTwo.equalPadding{
	padding: 0px 10px;
}

.formIntroBullets ul{
	list-style: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 20px 0;
	border: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #555555;
}

.formIntroBullets li{
	display: inline-block;
	text-align: left;
	background-image: url('../../../images/tick2.svg');
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 33px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 20px;  /* space for the image */
	border: 0px;
	margin-right: 10px;
}

.formSubIntro{
	color: #000;
	font-weight: 700;
	font-size: 28px;
	padding: 0px 0px 40px 0px;
	margin-top: 0px;
	text-align: center;
}

.formTitleHeader {
	display: block;
    font-size: 58px;
    line-height: 77px;
    letter-spacing: -2px;
    text-align: center;
    color: #37517e;
    font-weight: 700;
    margin: 0px;
    border: 0px;
    padding: 0;
    position: relative;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.formTitleHeader h1 {
    text-shadow: none;
    padding: 0 0 20px 0;
    font-size: 64px;
    line-height: 64px;
    margin: 0;
}

.formTitleHeader img {
    width: 55%;
}

.formTitleHeader2{
	display: block;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    color: #37517e;
    font-weight: 400;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 50px 0px;
    position: relative;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.formTitleHighlight{
	color: #ff8800
}

.preTimeTxt{
	color: #000;
	font-weight: 700;
	font-size: 28px;
	padding: 0px 0px 40px 0px;
	margin-top: 0px;
	text-align: center;
}

.time, .moneyBubble{
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	display: inline-block;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #9374d9;
	padding: 8px 14px;
}

.money:before{
	content: '\00a3';
}
.moneyBubble:before{
	content: '\00a3';
}

.years:after{
	content: ' years';
}

.formfieldHeader {
	display: block;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: center;
	color: #37517f;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.useFancyHeading .formfieldHeader{
	color: #18aee8;
	font-weight: 700;
	padding-bottom: 30px;
}

.formfieldHeader.final2{
	font-family: 'Lobster', cursive;
	font-size: 48px;
	color: #05deb2;
	font-weight: 400;
	padding-bottom: 30px;
}

.formInnerHeader{
	display: block;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #6a44a4;
	font-weight: 700;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 20px 0px 0px 0px;
}

.fieldInfoTxt{
	width: 70%;
	display: block;
	position: relative;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: 500;
	text-align: center;
	color: #375180;
	background: #e4ebfd;
	border: none;
	padding: 7px;
	margin: 18px 0px 20px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.infoIco{
	position: absolute;
	top: -10px;
	right: -10px;
}

.infoIco img{
	width: 30px;
}

.fieldValidationError{
	color: red;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: block;
	padding: 20px 0;
}
.fieldValidationError.hidden{
	display: none !important;
}

.invalidField{
	box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px;
}

.fieldInfoTxt.errorMessage{
	border: 2px solid red;
}

/* Progress Bar */
.meterTxt{
	display: block;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #8159bd;
	text-align: center;
	font-weight: 700;
	margin: 20px 0 0;
	border: 0px;
	padding: 0px 0px 10px 0px;
  	text-shadow: none;
}

.flexyContainer.applyMeter{
    margin-bottom: 0px;
}

.meterBut{
	width: 40px;
	height: 40px;
	border-radius: 99px;
	background: #fff;
	border: none;
	position: relative;
	margin: 0px auto;
	margin-top: -8px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	border: none;
}

.meterBut span{
	font-size: 22px;
	color: #9374DB;
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-top: 7px;
	display: block;
	text-align: center;
}

.meterBut span a, .meterBut span a:hover, .meterBut span a:active, .meterBut span a:visited{
	color: #9374DB;
	text-decoration: none;
}

.meterBut.off{
	width: 40px;
	height: 40px;
	border-radius: 99px;
	background: #fff;
	border: 2px solid #e6e1f1;
	position: relative;
	margin: 0px auto;
	margin-top: -8px;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.meterBut.off span{
	font-size: 22px;
	color: #e6e1f1;
	padding-top: 7px;
	display: block;
	text-align: center;
}

.meter{
	height: 16px;
	position: relative;
	background: #fff;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	border: none;
	padding: 4px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	margin: 0px auto 20px;
}

.meter > progress[value]{
  /* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 100%;
	color: #17e1b2;
}

.meter > progress::-webkit-progress-bar{
	background-color: #ffffff;
}

.meter > progress::-webkit-progress-value{
	background-color: #17e1b2;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}

.meter > progress[value]::-moz-progress-bar{
	background-color: #17e1b2;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}

.meter > progress > span{
	display: block;
	height: 100%;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
	background-color: #17e1b2;
	position: relative;
	overflow: hidden;
}

/* Slider Form Field */
.sliderContainer{
	width: 450px;
	height: 110px;
	position: relative;
	margin: 0 auto 20px;
	top: 20px;
}

.anActualSlider{
	position: absolute;
	left: 24px;
	right: 24px;
	top: 60px;
	margin: 0 auto;
	height: 15px;
	max-width: 100%;
	background: #555;
	border-radius: 99px;
	border: 6px solid #fff;
}
.sliderButton ~ .anActualSlider{
	left: 50px;
	right: 50px;
}
.anActualSlider .ui-slider-range-min{
	height: 15px;
	width: 400px;
	position: absolute;
	background: #1DAFED;
	border: none;
	border-radius: 10px;
	outline: none;
}
.anActualSlider .ui-slider-handle{
	width: 40px;
	height: 40px;
	border-radius: 99px;
	background: #fff;
	border: 2px solid #9374DB;
	position: absolute;
	margin-left: -12px;
	margin-top: -14px;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.sliderButton{
	position: absolute;
	height: 60px;
	top: 60px;
	margin-top: -7px;
	cursor: pointer;
}

.sliderButton.decrease{
	left: 0;
}

.sliderButton.increase{
	right: 0;
}

.sliderButton img{
	width: 40px;
	height: 40px;
	display: block;
    clip-path: circle(calc(50% - 3px) at 50% 50%);
}

.sliderFigure{
	display: block;
	font-size: 46px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #8158bd;
	font-weight: 700;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}

/* Button Form Elements */
.buttonContainer{
	width: 50%;
	margin: 0px auto;
	padding-top: 20px;
}

.buttonContainer .flexyDivider{
	display: none;
}

.buttonContainer.overflowContainer{
	overflow-x: hidden;
}

.buttonContainer.overflowContainer > div{
	position: relative;
	-webkit-transition: transform 0.25s linear 0s;
	transition: transform 0.25s linear 0s;
}

.paddingTop10{
	padding-top: 10px !important;
}

.paddingTop20{
	padding-top: 20px !important;
}

.paddingTop60{
	padding-top: 60px !important;
}

.paddingBottom20{
	padding-bottom: 20px !important;
}

.paddingBottom60{
	padding-bottom: 60px !important;
}

.paddingTop0{
	padding-top: 0px !important;
}
.paddingBottom0{
	padding-bottom: 0px !important;
}

.padding20{
	padding: 20px !important;
}

.marginTop3em{
	margin-top: 3em !important;
}

.breakWordWordWrap{
	word-wrap: break-word;
}

button.roundFormButton{
	width: 69px;
	height: 69px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #808285;
	border-radius: 5px;
	padding: 13px 10px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	border: 2px solid #15aeea;
}

button.roundFormButton.checked{
	color: #fff;
	background: #15aeea;
	border: 2px solid #15aeea;
}

button.roundFormButton:focus, button.roundFormButton.checked{
	color: #fff;
	background: #15aeea;
	border: 2px solid #15aeea;
}

button.roundFormButton:hover{
	color: #fff;
	background: #15aeea;
	border: 2px solid #15aeea;
}

button:disabled.roundFormButton{
	width: 69px;
	height: 69px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #d0d2d3;
	border-radius: 5px;
	padding: 13px 10px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	display: inline-block;
	box-sizing: border-box;
	cursor: arrow;
	background-color: #fff;
	border: 2px solid #d0d2d3;
}

button:disabled.roundFormButton.checked{
	color: #d0d2d3;
	background: #fff;
	border: 2px solid #d0d2d3;
}

button:disabled.roundFormButton:focus{
	color: #d0d2d3;
	background: #fff;
	border: 2px solid #d0d2d3;
}

button:disabled.roundFormButton:hover{
	color: #d0d2d3;
	background: #fff;
	border: 2px solid #d0d2d3;
}

button.squareFormButton{
	width: 180px;
	height: 120px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 13px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #7D80D8;
	border: 6px solid #FFF;
    box-shadow: none;
}

button.squareFormButton.checked{
	color: #fff;
	background: #8158bd;
	border: 6px solid #fff;
}

button.squareFormButton:focus, button.squareFormButton.checked{
	color: #fff;
	background: #8158bd;
	border: 6px solid #fff;
}

button.squareFormButton:hover{
	color: #fff;
	background: #8158bd;
	border: 6px solid #fff;
}

button:disabled.squareFormButton{
	border: 2px solid #d0d2d3;
}

button:disabled.squareFormButton.checked{
	color: #d0d2d3;
	background: #fff;
	border: 2px solid #d0d2d3;
}

button:disabled.squareFormButton:focus{
	color: #d0d2d3;
	background: #fff;
	border: 2px solid #d0d2d3;
}

button:disabled.squareFormButton:hover{
	color: #d0d2d3;
	background: #fff;
	border: 2px solid #d0d2d3;
}

.largeBtn > button.squareFormButton {
	width: 280px;
}

.theCopyButtonButton{
	display: inline;
	width: 90px;
	z-index: 50000;
	position: absolute;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px 0px 0px 0px;
	top: 7px;
	right: 6px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 5px 5px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
	background: rgb(251,109,171);
	background: -moz-linear-gradient(left, rgba(251,109,171,1) 0%, rgba(249,138,112,1) 100%);
	background: -webkit-linear-gradient(left, rgba(251,109,171,1) 0%,rgba(249,138,112,1) 100%);
	background: linear-gradient(to right, rgba(251,109,171,1) 0%,rgba(249,138,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6dab', endColorstr='#f98a70',GradientType=1 );
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.0);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.0);
}

.hideInputOptionButton{
	display: inline;
	width: 90px;
	height: 73%;
	z-index: 50;
	position: absolute;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px 0px 0px 0px;
	top: 7px;
	right: 6px;
	border: 0px;
	text-decoration: none;
	padding: 5px 5px;
	cursor: pointer;
	-webkit-appearance: none;
	background: url('resources/images/eye.png');
	background-repeat: no-repeat;
	background-position: 50px 50%;
}

.hideInputOptionButton.show{
	display: inline;
	width: 90px;
	height: 73%;
	z-index: 50000;
	position: absolute;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px 0px 0px 0px;
	top: 7px;
	right: 6px;
	border: 0px;
	text-decoration: none;
	padding: 5px 5px;
	cursor: pointer;
	-webkit-appearance: none;
	background: url('resources/images/eye-off.png');
	background-repeat: no-repeat;
	background-position: 50px 50%;
}

.maskedInput{
	text-security: disc;
    -moz-text-security: disc;
	-webkit-text-security: disc;
}


.GenericPage .successInfoText p {
	font-weight: bold;
	color: #fff;
	background: #09aeed;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 90px;
}

.GenericPage .successLookoutForCall {
	font-size: 24px;
}

/* Input Form Elements */
.extraText{
	text-align: right;
	font-size: 14px;
	font-style: italic;
	padding-top:5px;
	color:#9374DB;
	cursor: pointer;
	font-weight: bold;
}

.inputContainer{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 55px;
	vertical-align: top;
	background: #fff;
	padding: 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.inputContainer.small{
	width: 360px;
}

.inputContainer.verySmall{
	width: 150px;
}

.inputField{
	position: relative;
	display: block;
	height: 55px;
	padding: 0px 0px 0px 18px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #9374DB;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #646464;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.inputField:focus{
	outline: none;
}

.inputLabel{
	display: inline-block;
	color: #646464;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inputLabelContent{
	position: relative;
	display: block;
	padding: 18px 0px 0px 18px;
	height: 40px;
	text-align: left;
}

.inputContainerAkira{
	margin-top: 1em;
}

.inputFieldForSelectize input{
	position: relative;
	display: block;
	height: 39px;
	padding: 0px 0px 0px 18px;
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #646464;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.inputFieldForSelectize{
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #9374DB;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 55px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inputFieldForSelectize .selectize-input, .selectize-input.input-active{
	border: 0px solid transparent !important;
	background-color: transparent !important;
	height: 100% !important;
}

.inputFieldForSelectize .selectize-dropdown{
	border: 2px solid #9374DB !important;
	border-top: 1px dashed #00000027 !important;
}

.inputFieldForSelectize .item{
	position: relative !important;
	top: calc(50% - 9px) !important;
	padding-left: 18px !important;
	font-size: 16px !important;
}

.inputFieldAkira{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inputLabelAkira{
	padding: 0;
	width: 100%;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	color: #646464;
	font-size: 16px;
	cursor: text;
}

.inputLabelAkira::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.inputLabelContentAkira{
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.inputFieldAkira:focus + .inputLabelAkira::before, .inputFilled .inputLabelAkira::before{
	-webkit-transform: scale3d(0.99, 0.95, 1);
	transform: scale3d(0.99, 0.95, 1);
}

input:not(:placeholder-shown).noJs + .inputLabelAkira::before{
	-webkit-transform: scale3d(0.99, 0.95, 1);
	transform: scale3d(0.99, 0.95, 1);
}

.inputFieldAkira:focus + .inputLabelAkira, .inputFilled .inputLabelAkira{
	cursor: default;
	pointer-events: none;
}

input:not(:placeholder-shown).noJs + .inputLabelAkira{
	cursor: default;
	pointer-events: none;
}

.inputFieldAkira:focus + .inputLabelAkira .inputLabelContentAkira, .inputFilled .inputLabelContentAkira{
	-webkit-transform: translate3d(0, -2.8em, 0);
	transform: translate3d(0, -2.8em, 0);
}

input:not(:placeholder-shown).noJs + .inputLabelAkira .inputLabelContentAkira{
	-webkit-transform: translate3d(0, -2.8em, 0);
	transform: translate3d(0, -2.8em, 0);
}

/* Confirmation Page Widgets */
.tickTxtTitle{
	width: 100px;
	flex-basis: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #484037;
	padding: 6px 0px 0px 0px;
	float: left;
	line-height: 27px;
}

.tickContainer{
	width: 80px;
	flex-basis: 80px;
}

.tickTxt{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #484037;
	padding: 6px 0px 0px 6px;
	float: left;
}

/* .smallChkboxDiv, .smallRadioDiv{
    padding: 5px 0px 5px 0px;
	line-height: 29px;
} */

/* .smallChkboxSpan, .smallRadioSpan{
    display: inline-block;
    position: relative;
    padding: 11px 6px 0px 0px;
    cursor: pointer;
} */
.smallChkboxSpan, .smallRadioSpan{
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.smallChkboxSpan input[type=checkbox], .smallRadioSpan input[type=radio]{
	display: none;
}

.smallChkboxStateIndicator, .smallRadioStateIndicator{
	position: absolute;
	top: 2px;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border: 2px solid #1baee7;
	border-radius: 6px;
	margin-top: -9px;
	margin-left: 7px;
	margin-right: 11px;
}
.smallChkboxStateIndicator:after, .smallRadioStateIndicator:after{
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.smallChkboxSpan label.smallChkboxStateIndicator, .smallRadioSpan label.smallRadioStateIndicator{
	padding: 0px;
	margin: -5px 11px 0px 7px;
	line-height: 29px;
	top: -8px;
}

.smallRadioSpan .smallRadioStateIndicator:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.smallRadioSpan input:disabled ~ .smallChkboxStateIndicator:after {
    border-color: #7b7b7b;
}

.smallChkboxSpan:hover input ~ .smallChkboxStateIndicator,
.smallChkboxSpan input:focus ~ .smallChkboxStateIndicator,
.smallRadioSpan:hover input ~ .smallRadioStateIndicator,
.smallRadioSpan input:focus ~ .smallRadioStateIndicator{
    color: #fff;
	background: #1baee7;
	border: 2px solid #1baee7;
}

.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator,
.smallRadioSpan input:checked ~ .smallRadioStateIndicator{
	color: #fff;
	background: #1baee7;
	border: 2px solid #1baee7;
}
.smallChkboxSpan input:disabled ~ .smallChkboxStateIndicator,
.smallRadioSpan input:disabled ~ .smallRadioStateIndicator{
	border: #FF0000 2px solid;
}
.smallChkboxSpan input:disabled:checked ~ .smallChkboxStateIndicator,
.smallRadioSpan input:disabled:checked ~ .smallRadioStateIndicator{
	border: #FF0000 2px solid;
}
.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator:after,
.smallRadioSpan input:checked ~ .smallRadioStateIndicator:after{
    display: block;
}

.tpobYes{
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	padding: 12px 36px 10px 36px;
	margin-top: 10px;
	margin-right: 10px;
	outline: none;
	border: none;
	background: #52c9d9;
	background: -moz-linear-gradient(left, #52c9d9 0%, #05deb2 100%);
	background: -webkit-linear-gradient(left, #52c9d9 0%,#05deb2 100%);
	background: linear-gradient(to right, #52c9d9 0%,#05deb2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52c9d9', endColorstr='#05deb2',GradientType=1 );
}

.tpobNo{
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	padding: 12px 36px 10px 36px;
	margin-top: 10px;
	margin-right: 10px;
	outline: none;
	border: none;
}

/* Form Loading Widget */
.formLoaderOverlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.loaderImage{
	display: block;
	position: absolute;
	left: calc(50% - 125px);
	top: calc(50% - 125px);
	width: 250px;
	height: 250px;
	margin: 0 0 0 0;
	z-index: 11;
	font-size: 33px;
}

.loaderImage img{
	display: block;
	position: absolute;
	left: calc(50% - 90px);
	top: calc(50% - 90px);
	width: 180px;
	height: 180px;
	margin: 0 0 0 0;
}

.loaderInlineBox{
	position: relative;
	height: 200px;
	width: 200px;
	margin: auto;
}

.loaderImageInline{
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 0 0 0;
	font-size: 33px;
}

.loaderImageInline img{
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 55px 0 0 13px;
}

.loaderInlineBox .loaderImageInline img{
	margin: 55px 0 0 60px;
}

.done .loaderImage{
	opacity: 0;
	transition: all 0.3s ease-out;
}

.letsTxt{
    display: block;
    position: absolute;
    left: calc(50% - 400px);
    top: calc(50% - 200px);
    width: 800px;
    height: 90px;
    margin: 0 0 0 0;
    z-index: 11;
    font-family: 'Lobster', cursive;
    font-size: 53px;
    color: #15aeea;
	text-align: center;
}

.done .letsTxt{
    opacity: 0;
    transition: all 0.3s ease-out;
}

#loader{
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 250px;
	margin: -125px 0 0 -125px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #15aeea;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}

#loader:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #9374d9;
	-webkit-animation: spin-reverse .6s linear infinite;
	animation: spin-reverse .6s linear infinite;
}

#loader:after{
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f88676;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

#loaderInline{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #12e0b2;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}

#loaderInline:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #9374d9;
	-webkit-animation: spin-reverse .6s linear infinite;
	animation: spin-reverse .6s linear infinite;
}

#loaderInline:after{
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f88676;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spin-reverse{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes spin-reverse{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.formLoaderOverlay .loader-section{
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 1);
	z-index: 10;
}

.formLoaderOverlay .loader-section.section-left{
	left: 0;
}

.formLoaderOverlay .loader-section.section-right{
	right: 0;
}

.done.formLoaderOverlay .loader-section.section-left{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.done.formLoaderOverlay .loader-section.section-right{
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.done #loader{
	opacity: 0;
	transition: all 0.3s ease-out;
}

.done.formLoaderOverlay{
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}

/* Progress Page Widgets */
.centeredContentPage > .allowInherit{
	padding-top: 60px;
	margin: 60px auto;
	width: 50%;
	position: relative;
	background-color: transparent;
}

.centeredContentPage > .allowInherit > *{
	z-index: 1;
	position: relative;
}

.centeredContentPage .formIntro{
	font-family: 'Montserrat', sans-serif;
}

.lenderBackgroundContainer{
	position: fixed !important;
	z-index: 0 !important;
	top: 0;
	left: 0;
	background: url("../../../images/lender-bg.jpg") repeat-x;
	height: 100vh;
	width: 10076px;
	animation: slide 60s linear infinite;
	overflow-x: hidden;
}

.progressSpin{
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	overflow-x: hidden;
	background: url('../../../images/Spin-1.1s-200px.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.progressSpin img{
	display: block;
	height: 50px;
	position: absolute;
	text-align: center;
	top: 75px;
	left: 55px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	overflow-x: hidden;
}

.progressTxt{
    display: block;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #1fb2eb;
    text-align: center;
    font-weight: 700;
    margin: 0px;
    margin-top: 0px;
    border: 0px;
    padding: 0px 0px 10px 0px;
	font-size: 28px;
    margin-top: 40px;
}

.waitInfoTxt{
	display: block;
	width: 450px;
	height: 80px;
	position: relative;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: #000;
	background: #e7fbf7;
	border: 2px solid #12e0b2;
	padding: 7px 20px 7px 7px;
	margin: 8px auto;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.waitIco{
	position: absolute;
	top: -10px;
	right: -10px;
}

.waitIco img{
	width: 30px;
}

.textRotation{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000;
	border: 0px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Static Pages */
table.privTable{
	margin: 16px 0px;
}

.privTable th, .privTable td{
	border: 1px solid black;
	padding: 10px;
}

.privTable th{
	background: #eee;
}

/* Prepop */
#prepopSection{
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 36px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	width: 1200px;
}

#prepopSection span{
	max-width: 800px;
	width: 100%;
	display: block;
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 5.6px 1.4px rgba(0, 0, 0, 0.21);
	padding: 20px;
	margin: 0px auto 40px auto;
}
#prepopSection h2{
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #9374d9;
}

.subpromptTxt{
	color: #000;
	font-weight: 500;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin-top: -20px;
	text-align: center;
}

/* .prepopOptInText, .optInText{
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 20px 150px 0px 150px;
	text-align: center;
} */

.fontSize24{
	font-size: 24px !important;
}

.lineHeight34{
	line-height: 34px !important;
}

.fontSize20{
	font-size: 20px !important;
}

.lineHeight28{
	line-height: 28px !important;
}

.fontSize18{
	font-size: 18px !important;
}

/* Clickout Page */
.clickoutOption{
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px auto 0;
	border: 2px solid #9374d9;
	padding: 0px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
}

.clickoutOption .header{
	display: block;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 10px 18px;
	background: #9374d9;
	outline: none;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	 border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	text-decoration: none;
}

.clickoutOption .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #000;
	margin: 0px;
	border: 0px;
	padding: 18px;
	flex-wrap: wrap;
}

.clickoutOption .inner div{
	padding: 8px;
	align-self: auto;
}

.clickoutOption .inner div:last-child{
	flex-basis: 100%;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.clickoutOption .logoImg{
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.clickoutOption .logoImg img{
	max-width: 130px;
}

.clickoutOption ul{
	list-style: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
}

.clickoutOption li{
	display: block;
	text-align: left;
	background-image: url('../../../images/tick2.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 20px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 8px;  /* space for the image */
	border: 0px;
}

.clickoutOption .button{
	display: inline-block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	padding: 16px 20px 14px 20px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: background-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
	background: rgb(251,109,171);
	background: -moz-linear-gradient(left, rgba(251,109,171,1) 0%, rgba(249,138,112,1) 100%);
	background: -webkit-linear-gradient(left, rgba(251,109,171,1) 0%,rgba(249,138,112,1) 100%);
	background: linear-gradient(to right, rgba(251,109,171,1) 0%,rgba(249,138,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6dab', endColorstr='#f98a70',GradientType=1 );
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.clickoutOption .button:hover{
	color: #fff;
	background: rgb(249,138,112);
	background: -moz-linear-gradient(left, rgba(249,138,112,1) 0%, rgba(251,109,171,1) 100%);
	background: -webkit-linear-gradient(left, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	background: linear-gradient(to right, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a70', endColorstr='#fb6dab',GradientType=1 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Unsubscribe Page */
.bigInput{
	width: 40%;
	height: 55px;
	font-size: 22px;
	vertical-align: top;
	background: #fff;
	padding: 0px 0px 0px 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}

/* Cookie Popup */

.cookiePopUp {
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9;
    font-size: 0.75rem;
    text-align: center;
    line-height: 28px;
    background-color:rgba(68, 68, 68, 0.85);
    color: #fff;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: pre-wrap;
    padding: 10px 5px;
	width: 100%;
	z-index: 5001;
}

/* used to overright layout a link margin */
.cookiePopUp > a{
    margin: 0;
	text-decoration: none;
	color: #5fd0ff;
	margin-left: 0;
	display: inline;
}

.cookiePopUpClose {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #5fd0ff;
    color: #000;
    border-radius: 2px;
    cursor: pointer;
	padding: 0px 5px;
	line-height: 25px;
}

.notEligibleSiteLogoBlock{
	display: block;
	width: 190px;
	height: 190px;
	position: relative;
	margin: 0px auto 4px;
	text-align: center;
}

.notEligibleSiteLogoBlock .fillBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.notEligibleSiteLogoBlock .fillBox img{
	width: 100%;
	max-width: 100%;
}

.notEligibleSiteLogoBlock .tick{
	top: 0px;
	right: -10px;
	position: absolute;
}

.notEligibleSiteLogoBlock .tick img{
    max-width: 60px;
}

.interstitialoceanfinancePage .formIntro .inline img{
	max-width: 320px;
	margin-top: 3px;
	margin-bottom: -10px;
}

.offerPanel{
	display: block;
	width: 100%;
	text-align: left;
	font-family: 'Krub', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box;
	color: #797979;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.offerPanel .pageButton{
	font-size: 16px;
	padding: 10px 20px;
}

.offerPanel .flexyContainer:first-child .flexyItem{
	padding-top: 30px;
	border-top: 0px solid rgba(255,255,255,0.5);
}

.offerPanel .flexyContainer:last-child .flexyItem{
	padding-bottom: 26px;
	border-bottom: 0px solid #0f8ebd;
}

.offerPanel .flexyContainer .flexyItem{
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid #0f8ebd;
	background-color: #ffffff;
	padding: 15px 20px 13px 20px;
}

.offerPanel .flexyContainer .flexyItem:first-child{
	padding-left: 20px;
}

.offerPanel .flexyContainer .flexyItem:last-child{
	background-color: #00aeef;
	color: white;
	font-size: 22px;
	line-height: 16px;
	font-weight: 700;
	padding-right: 20px;
}

.offerPanel .flexyContainer{
	background: linear-gradient(to right, #fff 0%,#fff 50%,#00aeef 50%,#00aeef 100%);
	padding-left: 20px;
	padding-right: 20px;
}

.offerPanel .flexyContainer:first-child{
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

.offerPanel .flexyContainer:last-child{
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.blueHighlight{
	display: inline-block;
	font-size: 44px;
	font-weight: 700;
	background: #17f2ea;
	border-radius: 99px;
	padding: 14px 28px;
	line-height: 32px;
	margin-top: 10px;
}

/* evo money intersticial page */


/* Example Box */
.exampleBox{
	width: 300px;
	margin: auto;
	margin-bottom: 30px;
	border-width: 3px;
    border-style: solid;
    border-color: #e44f4e;
	background: #f7fafc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: none;
	color: #403980;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px;
}


.exampleBox .flexyContainer{
	margin-bottom: 6px;
}

.exampleBox .highlight{
	color: #e44f4e;
}

.exampleBox .boldText{
	padding-bottom: 10px;
}



.logoArea{
	width: 300px;
	margin: auto;
	margin-bottom: 50px;
	border: 0;
	padding: 0;
}

.interstitialevolutionmoneyPage{
	width: 90%;
	margin: auto;
}

 .interstitialevolutionmoneyPage .logoArea,  .evoloweredofferPage .logoArea{
	margin-bottom: 0;
}

 .headlineText{
	display: block;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
	color: #00a0d6;
	text-align: center;
	font-weight: 700;
	margin: 0;
	border: 0;
	padding: 0 0 20px;
}

.evolutionmoneyPage{
	padding-top: 20vh;
	height: 60vh;
}

.interstitialevolutionmoneyPage .headlineText,  .evolutionmoneyPage .headlineText{
	color: #ec652b;
	font-size: 38px;
	line-height: 42px;
	margin-top: 30px;
}

 .carfinance247Page .headlineText{
	color: #4dced8;
	font-family: "Krub", sans-serif;
}

 .carfinance247Page .headlineText img{
    min-width: 200px;
    margin-bottom: -20px;
}

 .boldText{
	color: #312b6e;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	padding: 0 0 40px 0;
	margin-top: 0;
	text-align: center;
}

 .interstitialevolutionmoneyPage .boldText,  .evoloweredofferPage .boldText,  .evolutionmoneyPage .boldText{
	font-size: 24px;
	line-height: 30px;
}

 .standardText{
	color: #312b6e;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	padding: 0;
	margin-top: 0;
	text-align: center;
}

 .interstitialevolutionmoneyPage .standardText,  .evoloweredofferPage .standardText,  .evolutionmoneyPage .standardText{
	font-size: 18px;
	line-height: 20px;
}

.interstitialevolutionmoneyPage .pageButton.reject, .interstitialevolutionmoneyPage .pageButton.accept{
	width: 25vw;
	font-weight: 300;
	line-height: 26px;
	margin: 0 30px;
}

.interstitialevolutionmoneyPage .pageButton.accept{

	background: rgb(251,109,171);
	background: -moz-linear-gradient(left, rgba(251,109,171,1) 0%, rgba(249,138,112,1) 100%);
	background: -webkit-linear-gradient(left, rgba(251,109,171,1) 0%,rgba(249,138,112,1) 100%);
	background: linear-gradient(to right, rgba(251,109,171,1) 0%,rgba(249,138,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6dab', endColorstr='#f98a70',GradientType=1 );
}



.interstitialevolutionmoneyPage .pageButton.accept.checked{
	background: rgb(249,138,112);

	background: -moz-linear-gradient(left, rgba(249,138,112,1) 0%, rgba(251,109,171,1) 100%);
	background: -webkit-linear-gradient(left, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	background: linear-gradient(to right, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a70', endColorstr='#fb6dab',GradientType=1 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.interstitialevolutionmoneyPage .pageButton.accept:focus, .interstitialevolutionmoneyPage .pageButton.accept:hover{
	background: rgb(249,138,112);
	background: -moz-linear-gradient(left, rgba(249,138,112,1) 0%, rgba(251,109,171,1) 100%);
	background: -webkit-linear-gradient(left, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	background: linear-gradient(to right, rgba(249,138,112,1) 0%,rgba(251,109,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98a70', endColorstr='#fb6dab',GradientType=1 );
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.interstitialevolutionmoneyPage .pageButton.reject{
	background: #9275d7;
	background: -moz-linear-gradient(left,  #9275d7 0%, #53c6d7 100%);
	background: -webkit-linear-gradient(left,  #9275d7 0%,#53c6d7 100%);
	background: linear-gradient(to right,  #9275d7 0%,#53c6d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9275d7', endColorstr='#53c6d7',GradientType=1 );
}

.interstitialevolutionmoneyPage .pageButton.reject.checked{
	background: #53c6d7;
	background: -moz-linear-gradient(left,  #53c6d7 0%, #9275d7 100%);
	background: -webkit-linear-gradient(left,  #53c6d7 0%,#9275d7 100%);
	background: linear-gradient(to right,  #53c6d7 0%,#9275d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c6d7', endColorstr='#9275d7',GradientType=1 );
}

.interstitialevolutionmoneyPage .pageButton.reject:focus, .interstitialevolutionmoneyPage .pageButton.reject:hover{
	background: #53c6d7;
	background: -moz-linear-gradient(left,  #53c6d7 0%, #9275d7 100%);
	background: -webkit-linear-gradient(left,  #53c6d7 0%,#9275d7 100%);
	background: linear-gradient(to right,  #53c6d7 0%,#9275d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c6d7', endColorstr='#9275d7',GradientType=1 );
}

.drone.floating {
	animation-name: dronefloating;
	-webkit-animation-name: dronefloating;

	animation-duration: 4.0s;
	-webkit-animation-duration: 4.0s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes dronefloating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(13%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes dronefloating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(13%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/* ej added */
.optInText {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 150px 0px 150px;
    text-align: center;
}

.smallChkboxDiv, .smallRadioDiv {
    padding: 5px 0px 5px 0px;
	/* line-height: 29px; */
}

.flexyContainer.tickArea .flexyItem {
    flex-shrink: 1;
}

.optInText .smallChkboxSpan {
    display: inline-block;
    height: 7px;
    width: 8px;
}


.optInText .smallChkboxSpan input:checked ~ .smallChkboxStateIndicator::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    top: 3px;
    position: relative;
}
.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator:after, .smallRadioSpan input:checked ~ .smallRadioStateIndicator:after {
    display: block;
}
.smallChkboxStateIndicator:after, .smallRadioStateIndicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}



.smallChkboxStateIndicator, .smallRadioStateIndicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border: 2px solid #1baee7;
    border-radius: 6px;
    margin-top: -9px;
    margin-left: 7px;
    margin-right: 11px;
}

.optInText .smallChkboxStateIndicator {
    height: 15px;
    width: 15px;
}

.optInText .smallChkboxSpan label.smallChkboxStateIndicator {
    padding: 0px;
    margin: 2px 2px 0px 0px;
    line-height: 8px;
    top: -8px;
}

.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator, .smallRadioSpan input:checked ~ .smallRadioStateIndicator {
    color: #fff;
    background: #1baee7;
    border: 2px solid #1baee7;
}

.optInText .smallChkboxSpan input:checked ~ .smallChkboxStateIndicator {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}

.blockLink{
	cursor: pointer;
}

.pseudoBestTimeToCall .flexyItem
{
	margin:0 auto;
	flex:unset;
}

.pseudoBestTimeToCall button.squareFormButton
,.pseudoBestTimeToCall button.squareFormButton.checked
{
	animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	height:auto;
	width:auto!important;
	font-weight:500;
}

.sectionContainer {
	max-width: 1100px;
	border: 0px;
	margin: 0px auto;
}

/* custom bullet list */

.customBulletList {
    list-style-type: none; 
    padding-left: 0; 
    margin-top: 15px; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    margin-left: auto; 
    margin-right: auto; 
    width: fit-content;

}

.customBulletList li {
    margin-bottom: 10px; 
    font-size: 16px; 
    font-weight: 700; 
    color: #38527D; 
    display: list-item;
}

.customBulletList .checkmark {
    color: green; 
    margin-right: 8px; 
    font-weight: bold; 
    font-size: 18px;
}

.multipleField { 
    margin:10px; 
}
