/*****************
// -----------------
// || General styles
// _________________
// *****************/
html, body{
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #383838;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	background: transparent;
	-webkit-font-smoothing: antialiased !important;
}

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

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

.hidden{
	display: none !important;
}

html.noJs .visibleWhileLoading{
	display: none;
}

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

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

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

.aboveBackground{
	z-index: 1;
}

.showOnPopulate{
	display: none;
}

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

.StaticText table {
	word-break: normal;
}

.StaticText figure.table {
	overflow: auto;
	display: block;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.StaticText .flexyItem {
	width: 100%;
}

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

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


/* || 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;
}

.widthPercent35{
	width: 35% !important;
}

.widthPercent40{
	width: 40% !important;
}

.widthPercent45{
	width: 45% !important;
}

.widthPercent50{
	width: 50% !important;
}

.widthPercent55{
	width: 55% !important;
}

.widthPercent60{
	width: 60% !important;
}

.widthPercent65{
	width: 65% !important;
}

.widthPercent70{
	width: 70% !important;
}

.widthPercent75{
	width: 75% !important;
}

.widthPercent80{
	width: 80% !important;
}

.widthPercent85{
	width: 85% !important;
}

.widthPercent90{
	width: 90% !important;
}

.widthPercent95{
	width: 95% !important;
}

.widthPercent100{
	width: 100% !important;
}

/* || Set of Padding Classes */
.padding0{
	padding: 0px !important;
}
.padding20{
	padding: 20px !important;
}
.padding40{
	padding: 40px !important;
}
.padding60{
	padding: 60px !important;
}
.paddingTop0{
	padding-top: 0px !important;
}
.paddingTop20{
	padding-top: 20px !important;
}
.paddingTop40{
	padding-top: 40px !important;
}
.paddingTop60{
	padding-top: 60px !important;
}
.paddingBottom0{
	padding-bottom: 0px !important;
}
.paddingBottom20{
	padding-bottom: 20px !important;
}
.paddingBottom40{
	padding-bottom: 40px !important;
}
.paddingBottom60{
	padding-bottom: 60px !important;
}


/* || Layout Styles */
.contentContainer, .parentOfContentContainer > div.allowInherit, .parentOfContentContainerDivsOnly > div.allowInherit > div
,#boostrow .appButtonWrapper
{
	width: 1100px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

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

.flexyContainer, .flexyContainerWithWrap{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

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

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

.contentContainer.transparentWhite, .parentOfContentContainer.transparentWhite > div{
	background: rgba(255, 255, 255, 0.0);
}

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

.contentContainer.leveldown.bg, .parentOfContentContainer.leveldown.bg > div{
	background: rgba(255, 255, 255, 0.4);
}

.contentContainer.leveldown.bg2, .parentOfContentContainer.leveldown.bg2 > div{
	background: rgba(255, 255, 255, 1);
	background-image: none;
}

.flexyContainer, .flexyContainerWithWrap{
    display: flex; 
    justify-content: space-between;
}

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

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

.flexyItem, footer .flexyItem{
	align-self: auto;
}

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

.smallDividers .flexyDivider{
	flex: 0 1 calc(100vw * 0.035);
	width: calc(100vw * 0.035);
}

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

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

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

.lastOnLine.onLastLine{
	border-right: 0px solid transparent;
}

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

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

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

.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;
}

/* || Cookie Popup */
.cookiePopUp {
	justify-content: center;
	align-items: center;
  	position: sticky;
  	top: 0;
	min-height: 80px;
	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: 2;
  }
  
  /* used to overright layout a link margin */
  .cookiePopUp > a {
	margin: 0;
	text-decoration: none;
	color: #b1b3e2;
	margin-left: 0;
	display: inline;
  }
  
  .cookiePopUpClose {
	display: inline-block;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #8689da;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	padding: 0px 5px;
	line-height: 25px;
  }


/*****************
// -----------------
// || Form styles
// _________________
// *****************/
/* || Form general layout */
.formBackground{
	min-height: 100vh;
}

.formBackground .headerRibbon{
	width: 100% !important;
}

/* || Form Text */
.noBox .formIntroBullets{
    text-align: center;
}
.formIntro{
	display: block;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: 0px;
	color: #4dced8;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.formIntroTwo{
	display: block;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0px;
	color: rgb(56, 56, 56);
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}


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

.formIntroBullets li{
	display: inline-block;
	text-align: left;
	background-image: url('resources/images/tick2.svg');
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 33px; 
	padding-top: 0px; 
	padding-bottom: 20px; 
	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;
}

.formfieldHeader{
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px auto 10px;
	color:#000;
}

.formfieldHeader.final2{
	font-family: 'Pacifico', cursive;
	font-size: 48px;
	line-height: 58px;
	color: #997cdb;
	font-weight: 400;
	padding-bottom: 30px;
}

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

.fieldInfoTxt{
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
	border: 0px;
	padding: 10px 10px;
	margin: 20px auto 20px;
	border-radius: 5px;
	background: #CCC;
    color: #000;
}

.infoIco{
	position: absolute;
	top: -15px;
	right: -15px;
	background:url(resources/images/info.svg) 50% 50% no-repeat;
	width:30px;
	height:30px;
}

.fieldInfoTxt > .infoIco > i
{
	display:none;
}

/* || Form Error Text */
.fieldValidationError{
	color: red;
	text-align: center;
	display: block;
	padding: 0;
}

.fieldValidationError.hidden{
	display: none !important;
}

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

/* || Form button Styles */
.appButtonWrapper {
	padding: 26px 0px 0px 0px;
	text-align: center;
	margin: 0px auto;
	
}

button.formButton{
	display: inline-block;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 20px 40px 16px 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: #f74169;

	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.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);
}

.fa-arrow-left:before, .fa-arrow-right:before { color: #2E7B51; }
.formButton .fa-arrow-left:before, .formButton .fa-arrow-right:before { color: #FFF; }

button.formButton:hover {
	color: #fff;
	background: #484594;
	-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 {
	display: inline-block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 26px 40px 22px 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: #f74169;

	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.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);
}

.pageButton:hover {
	color: #fff;
	background: #484594;
	-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);
}

/* || 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;
}

button.roundFormButton{
	width: 69px;
	height: 69px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #808285;
	border-radius: 5px;
	padding: 13px 10px;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	background-color: rgba(255,255,255,0.7);
	border: 2px solid #9374DB;
}

button.roundFormButton.checked{
	color: #fff;
	background: rgba(227, 44, 126,0.8);
	border: 2px solid #e32c7e;
}

button.roundFormButton:focus, button.roundFormButton.checked{
	color: #fff;
	background: rgba(227, 44, 126,0.8);
	border: 2px solid #e32c7e;
}

button.roundFormButton:hover{
	color: #fff;
	background: rgba(227, 44, 126,0.8);
	border: 2px solid #e32c7e;
}

button:disabled.roundFormButton{
	width: 69px;
	height: 69px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #d0d2d3;
	border-radius: 5px;
	padding: 13px 10px;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	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: 100%;
	height: 99px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 0px auto;
	border-radius: 5px;
	padding: 13px 10px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	cursor: pointer; 
	background-color: #000;
    border: none;
}

button.squareFormButton:hover
,button.squareFormButton:focus
,button.squareFormButton.checked
{
    color: #000;
    background: #1cea85;
    border: none;
}

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;
}

.theCopyButtonButton{
	display: inline;
	width: 90px;
	z-index: 50000;
	position: absolute;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; 
	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-size: 13px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; 
	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-size: 13px;
	line-height: 16px;
	font-weight: 500;
	box-sizing: border-box; 
	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;
}


/* || Input Form Elements */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

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

.extraText{
	text-align: right;
	padding-top: 5px;
	cursor:pointer;
}

.inputContainer{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 400px;
	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;
	background: #fff;
	font-size: 16px;
	color: #646464;
	-webkit-appearance: none;
	border: 2px solid #000000;
}

.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-size: 16px;
	color: #646464;
	-webkit-appearance: none;
}

.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;
	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);
}

#esb-email{
	padding-bottom: 40px !important;
}

#esb-email .flexyDivider{
	flex-basis: 10px;
	margin-top: 100px;
}

#esb-email .flexyItem{
	max-width: 49%;
}

.moneyBox{
	padding-left: 30px;
}

.moneyBox .inputField{
    background: url("resources/images/pound-bg.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
}


/* Confirmation Page Widgets */
.tickTxtTitle{
	width: 100px;
	flex-basis: 100px;
	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-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 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 #9374DB;
	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: rgba(147,116,217, 0.75);
	background: -moz-linear-gradient(left, rgba(147,116,217,0.75) 0%, rgba(79,206,217,0.75) 100%);
	background: -webkit-linear-gradient(left, rgba(147,116,217,0.75) 0%,rgba(79,206,217,0.75) 100%);
	background: linear-gradient(to right, rgba(147,116,217,0.75) 0%,rgba(79,206,217,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9374d9', endColorstr='#4fced9',GradientType=1 );
	border: 2px solid #9374DB;
}

.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator,
.smallRadioSpan input:checked ~ .smallRadioStateIndicator{
	color: #fff;
	background: rgb(147,116,217);
	background: -moz-linear-gradient(left, rgba(147,116,217,1) 0%, rgba(79,206,217,1) 100%);
	background: -webkit-linear-gradient(left, rgba(147,116,217,1) 0%,rgba(79,206,217,1) 100%);
	background: linear-gradient(to right, rgba(147,116,217,1) 0%,rgba(79,206,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9374d9', endColorstr='#4fced9',GradientType=1 );
	border: 2px solid #9374DB;
}
.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;
}


/* || Slider Form Field */
.sliderButton{
	background: #484594;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0px;
	position: relative;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	position: absolute;
	top: calc(50% - 20px);
}

.sliderButton:after{
	color:#f74169;
	content: "";
	display: block;
	font-size: 20px;
	height: 20px;
	text-decoration: none;
	text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
	position: absolute;
	width: 20px;
	pointer-events: none;
}

.sliderButton.decrease{
	left: -10px;
}
.sliderButton.decrease:after{
	content: "-";
	left: 5px;
	top: -21px;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
}

.sliderButton.increase{
	right: -10px;
}
.sliderButton.increase:after{
	content: "+";
	left: 9px;
	top: -7px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
}


.sliderButton:hover{
	/* background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
  background-image: linear-gradient(top, #fff, #f4f1ee); */
  background: #f74169;
  cursor: pointer;
}

.sliderButton:active{
	background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
	background-image: linear-gradient(top, #efedec, #f7f4f4);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

.sliderButton:active:after{
	color:#f74169;
	text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
}

.sliderButton img{
	width: 40px;
	height: 40px;
	display: block;
}


.sliderContainer{
	width: 600px;
	height: 50px;
	position: relative;
	margin: 0 auto 20px;
}

.anActualSlider{
    height: 28px;
    top: 23px;
    background: #fff;
    background: linear-gradient(bottom, #545556 -50%, #c9caca 150%); /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;

	position: absolute;
	left: 24px;
	right: 24px;
	margin: 0 auto;
	max-width: 100%;
	z-index: 1;
}
.sliderButton ~ .anActualSlider{
	left: 50px;
	right: 50px;
}
.anActualSlider .ui-slider-range-min{
	position: absolute;
	border-radius: 10px;
	outline: none;
    height: 30px;
    border-top: 1px solid #ffb74c;
    border-bottom: 1px solid #ffb74c;
    background: #ffdb4c;
    margin-top: -2px;
    margin-left: -2px;
}

.anActualSlider .ui-slider-handle{
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: white url("resources/images/x-ico.svg") center center / 70% no-repeat;
  	border: solid rgb(247, 65, 105);
    position: absolute;
    margin-left: -17px;
    margin-top: -5px;
    cursor: pointer;
    outline: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    z-index: 1;
}

.anActualSlider .ui-slider-handle .floatingDisplay{
	position: absolute;
	top: -37px;
	left: -10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.433;
	font-weight: 700;
	text-shadow: none;
	padding: 2px 5px;
	background: #f74169;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

.sliderIncrements{
	border: 1px solid transparent;
	max-width: 100%;
	position: absolute;
	top: 34px;
	left: 50px;
	right: 50px;
	height: 30px;
	color: white;
	font-size: 14px;
	font-weight: 700;
}

.sliderIncrementSpacer{
	height: 30px;
}

.sliderIncrements .theBar{
	border-right: 2px white solid;
	line-height: 30px;
	display: block;
	right: 50%;
	position: relative;
}

.sliderIncrements .content{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.incrementBar{
	border: 1px solid transparent;
	position: absolute;
	width: 1.2em;
	margin-left: -.6em;
	text-align:center;
	left: 0;
}

.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';
}

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

#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{
	color: #000;
	font-weight: 500;
	font-size: 12px;
	padding: 20px 150px 0px 150px;
	text-align: center;
}

/* Clickout Page */
.clickoutOption{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	box-sizing: border-box; 
	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-size: 18px;
	line-height: 18px;
	font-weight: 600;
	box-sizing: border-box; 
	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-size: 16px;
	line-height: 16px;
	font-weight: 300;
	box-sizing: border-box; 
	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;
	line-height: 1.5;
	font-weight: bold;
}

.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('resources/images/tick2.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 20px; 
	padding-top: 0px; 
	padding-bottom: 8px; 
	border: 0px;
}

.clickoutOption .button{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	box-sizing: border-box; 
	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: #6a6adc;
	background: -moz-linear-gradient(left,  #6a6adc 0%, #e62b7c 100%);
	background: -webkit-linear-gradient(left,  #6a6adc 0%,#e62b7c 100%);
	background: linear-gradient(to right,  #6a6adc 0%,#e62b7c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6adc', endColorstr='#e62b7c',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);
}


/*****************
// -----------------
// || Widget / Element styles
// _________________
// *****************/
/* The next three rules are also used on the progress page */
.appNumber{
	display: block;
	font-size: 26px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 30px 0px 0px 0px;
}

.appNumber .odometer, .progressCheckText .odometer{
	color: #ffdb4c;
	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: #ffdb4c;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.2);
}

/* || Collumned Area Widget */
.bigTwoColumn{
	flex-basis: 640px;
	flex-grow: 0;
}

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

/* || Modal Popup */
.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: #424595;
	line-height: 33px;
	font-size: 33px;
	text-align: center;
}

.modalPopup .title, .modalishPopup .title{
    text-align: center;
    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;
}


/* || Slick Carousel Widget */
.slickCarousel{
	display: block;
	margin: 0;
	border: 0px;
	padding: 0;
	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;
}

/* || Top of page Progress Bar Widget */
.meterTxt {
	display: block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 60px 0px 10px 0px;
  }
  
  #splashArea .contentContainer .flexyContainer.applyMeter {
	display: flex;
	width: 300px;
	margin: 0px auto;
	justify-content: space-between;
	margin-bottom: 30px;
  }
  .flexyContainer.applyMeter .flexyItem {
	flex-grow: 1;
  }
  
  .meterBut {
	width: 40px;
	height: 40px;
	border-radius: 99px;
	background: #fff;
	border: 2px solid #FFF;
	position: relative;
	margin: 0px auto;
	margin-top: -8px;
	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);
  }
  
  .meterBut span {
	font-size: 22px;
	color: #9374db;
	padding: 0px;
	margin-top: -5px;
	border: 0px;
	padding-top: 10px;
	display: block;
	text-align: center;
  }
  
  .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: 10px;
	display: block;
	text-align: center;
  }
  
  .meter {
	height: 16px;
	position: relative;
	background: transparent;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	border: 2px solid #fff;
	padding: 4px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	margin: 0px auto 10px;
  }
  
  .meter progress {
	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: #4caf50;
	position: relative;
	overflow: hidden;
  }
  
  .meter > progress[value]{
	/* Reset the default appearance */
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border: none;
	  background-color: transparent;
	  display: block;
	  height: 100%;
	  color: #FFF;
  }
  
  .meter > progress::-webkit-progress-bar{
	  background-color: transparent;
  }
  
  .meter > progress::-webkit-progress-value{
	  border-top-right-radius: 99px;
	  border-bottom-right-radius: 99px;
	  border-top-left-radius: 99px;
	  border-bottom-left-radius: 99px;
	  background: #FFF !important;
  }
  
  .meter > progress[value]::-moz-progress-bar{
	  border-top-right-radius: 99px;
	  border-bottom-right-radius: 99px;
	  border-top-left-radius: 99px;
	  border-bottom-left-radius: 99px;
	  background: #FFF !important;
  }
  
  .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: #4caf50;
	  position: relative;
	  overflow: hidden;
  }

/* || 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;
  	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  width: 310px;
  height: 310px;
  z-index: 11;
  font-size: 33px;
}

.loaderImage img{
	display: block;
  position: absolute;
  	top: 74%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  width: 240px;
}

.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;
	margin: 90px 0 0 13px;
}

#formFakeProcessingPage .loaderImageInline img
{
	width:240px;
	height:72px;
	max-width:initial;
	margin: 165px 0 0 -20px;
}

#formFakeProcessingPage
{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
}

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

.letsTxt{
    display: block;
  position: absolute;
  	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  z-index: 11;
  font-family: Poppins, serif;
  font-size: 33px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #fff;
}

.letsTxt.validatingText{
	font-size: 43px;
}

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

#loader{
	display: block;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 31%;
  width: 310px;
  height: 310px;
  


  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #18febc;
  -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: #e52c7b;
	-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;
}

#formFakeProcessingPage #loaderInline
{
	width:310px;
	height:310px;
	margin: -75px 0 0 -155px;
}

#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;
}

.formLoaderOverlay .loader-section{
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #424591;
	z-index: 10;
}

.formLoaderOverlay .loader-section.section-left {
	left: 0;
	background-repeat: no-repeat;
	background-image: url(resources/images/energy-bg-left.jpg);
	background-position: 100% 0;
	background-size: 100%;
}

.formLoaderOverlay .loader-section.section-right {
	right: 0;
	background-repeat: no-repeat;
	background-image: url(resources/images/energy-bg-right.jpg);
	background-position: 0 0;
	background-size: 100%;
}

.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;
}

@-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);
	}
}

/* || Progress Page Widgets */
.presentInfoPage > .allowInherit{
	margin: 60px auto;
	left: 25%;
	width: 50%;
	background-color: transparent;
}

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

.lenderBackgroundContainer{
	position: fixed !important;
	z-index: 0 !important;
	top: 0;
	left: 0;
	background:#fff url("resources/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('resources/images/Spin-1.1s-200px.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

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

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

.waitInfoTxt{
	display: none;
	width: 450px;
	height: 80px;
	position: relative;
	box-sizing: border-box;
	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-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;
}

/* || Unsubscribe Page */
.bigInput {
	width: 40%;
	height: 40px;
	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 */
	border: 2px solid #9374db;
	font-family: "Poppins", sans-serif;
	color: #646464;
  }



/*****************
// -----------------
// || Site Specific Sections
// _________________
// *****************/
/* || Header Ribbon Widget */
.headerRibbon{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 5px 0px;
	background: #424595;
}

.headerRibbon a{
	color: #fff;
}

/* || Site Header Widget */
header{
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 20px 0px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	-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);
}

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

.logo img{
	max-width: 230px;
}

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

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

.secure{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	font-weight: 500;
	box-sizing: border-box; 
	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: #424595;
	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;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	background: url(resources/images/splash-bg3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
    min-height: 500px; 
    background-color: #f9f9f9; 
}

#splashArea::before, #splashArea::after {
    content: "";
    position: absolute;
    left: 50%; 
    background-image: url('resources/images/chevron.png');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
    z-index: 0;
    opacity: 0.8;
	height: 100%;
	width: 300px;
	scale: 90%;
}
#splashArea::before {
    top: 0;
	transform: rotate(90deg);
	left: 0;
	right: auto;
}
#splashArea::after {
    bottom: 0;
	transform: rotate(270deg);
	left: auto;
	right: 0;
}

#splashArea.grad {
	background: #31E889 linear-gradient(105deg, #2a794e 0%, #31E889 100%);
}

.formBodyBackground #splashArea.formSplashArea {
	margin-top: 30px;
}

#splashArea.grad h1.sml {
	font-size: 65px;
	margin: 0 110px;
	line-height: 60px;
	text-transform: capitalize;
}

/* Carousel Container */
.porthole {
    margin: 0 auto 10px;
	background-color: transparent;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.porthole img {
    height: 175px;
	margin: 0 5px;
	border-radius: 20px;
}
#splashArea .porthole .contentContainer {
	margin-bottom:0;
}

#splashArea .contentContainer{
	position: relative;
	width: 100%;
	margin-bottom:1em;
}

#splashArea.success h3
{
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border: 0px;
	font-size: 24px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	
}

#splashArea .contentContainer .flexyContainer
{
	width: 1100px;
	margin: 0 auto;
}

#splashArea.success .contentContainer
{
	width:684px;
	margin:0 auto;
}

#splashArea.success .contentContainer .flexyContainer
{
	width:auto;
}

#splashArea.success .contentContainer .flexyContainer  h1 + p
,#splashArea.success .contentContainer .flexyContainer h3
,#splashArea.success .contentContainer .flexyContainer ul
{
	margin:1.5em 27px;
}

#splashArea.success .contentContainer .flexyContainer h3
,#splashArea.success .contentContainer .flexyContainer ul
{
	padding:0;
}

#splashArea.success p > span {
	display: block;
	color: #ffde00;
	font-size: 32px;
	font-weight: 700;
}

#splashArea.success li
{
	display:block;
	text-align: left;
	background-image: url('resources/images/tick2.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 27px;  /* space for the image */
	padding-top: 0px;  /* space for the image */
	padding-bottom: 20px;  /* space for the image */
	border: 0px;
	color:#fff;
	font-size:15px;
	line-height:22px;
	font-weight:500;
}

#splashArea .contentContainer form .sectionContainer.card .flexyContainer
{
	width:auto;
}

#splashArea .left{
	width: 662px;
	text-align: left;
}

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

#splashArea .splashUsps li, .formIntroBullets li {
	display: inline-block;
	text-align: left;
	background-image: url('resources/images/splash-bullet.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position:0 5px;
    padding:0 30px;
    margin:0 0 14px 0;
    color:#c5faff;
}

#splashArea .splashUsps li:last-child
,.formIntroBullets li:last-child
{
	padding-right:0;
}

#splashArea .splashSmlTxt {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px auto 10px;
}

#splashArea h1, #splashArea h2 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

#splashArea .formIntro {
    text-transform: uppercase;
    font-size:2rem;
    line-height:2rem;
}

#splashArea h1
,.loaderWrapper h1
{
	display: block;
	font-size: 58px;
	letter-spacing: 0px;
	font-weight: 300;
	margin: 0px;
	border: 0px;
	line-height: 77px;
	color: #fff;
	font-weight: 700;
	padding: 60px 0px 20px 0px;
	position: relative;
	z-index: 5;
}

#splashArea h1.formIntro
{
	font-size:38px;
	line-height:49px;
	padding:30px 0 30px 0;
}

#splashArea.success
{
	background:center center url(resources/images/bg6.jpg) no-repeat;
	background-size:cover;
	min-height:100%;
}

#splashArea.decline h1
,#splashArea.success h1
{
	display: block;
	font-size: 38px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	border: 0px;
	margin: 60px 0px 20px 0px;
	padding:0;
	position: relative;
	z-index: 5;
}

#splashArea.success h1
{
	margin-top:1em;
	padding-top:330px;
	background:50% 0 url(resources/images/tnk.svg) no-repeat;
	background-size:300px 300px;
}

#splashArea.success p
{
	color:#fff;
	font-weight:500;
}

#splashArea.decline p
,#splashArea.success h1 + p
{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0px auto 30px;
	background: #f74169;
	border: 0px solid #b6c4ee;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;	
}

#formFakeProcessingPage h1
{
	color:#000;
	font-size:33px;
}

.loaderInlineBox
{
	position:relative;
	text-align:center;
}

#splashArea h1.sml {
	display: block;
	font-size: 58px;
	line-height: 77px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 30px 0px 20px 0px;
	position: relative;
	z-index: 5;
}

#splashArea.success
{
	background:center center url(resources/images/bg6.jpg) no-repeat;
	background-size:cover;
	min-height: 100vh;
}

#splashArea.decline h1
,#splashArea.success h1
{
	display: block;
	font-size: 38px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	border: 0px;
	margin: 60px 0px 20px 0px;
	padding:0;
	position: relative;
	z-index: 5;
}

#splashArea.success h1
{
	margin-top:1em;
	padding-top:330px;
	background:50% 0 url(resources/images/tnk.svg) no-repeat;
	background-size:300px 300px;
}

#splashArea.success p
{
	color:#fff;
	font-weight:500;
}

#splashArea.decline p
,#splashArea.success h1 + p
{
	position: relative;
	z-index: 1;
	display: block;
	margin: 0px auto 30px;
	background: #f74169;
	border: 0px solid #b6c4ee;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;	
}

#formFakeProcessingPage h1
{
	color:#000;
	font-size:33px;
}

.loaderInlineBox
{
	position:relative;
	text-align:center;
}

#splashArea h1.sml {
	display: block;
	font-size: 58px;
	line-height: 77px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 30px 0px 20px 0px;
	position: relative;
	z-index: 5;
}

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

span.highlight 
{
	color:#fad44e;
}

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

#splashArea h2{
	display: block;
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
    border: 0px;
    padding:0;
    z-index:5;
}
.formAreaContainer h2.formIntroTwo
,#splashArea .formAreaContainer h2.formIntroTwo
{
	margin-bottom: 30px !important;
	font-size:28px;
	line-height:33px;
	font-weight:400;
}

#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;
}

.splashButton {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 20px 0px 0px 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 30px 40px 26px 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: #f74169;

	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.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);
}

.splashButton:hover {
	color: #fff;
	background: #484594;
	-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);
}

#splashArea h2.yell {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
}

#splashArea h2.yell span {
	color: #ffdb4c;
	font-weight: 700;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sectionContainer.card
{
	display: block;
	width: 630px;
	position: relative;
	background: #fff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 0px;
	padding: 30px 20px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	margin: 2em auto;
}

.decline .sectionContainer.card
{
	padding-top:420px;
	background-image:url(resources/images/unsuc.svg);
	background-repeat:no-repeat;
	background-size: 340px 340px;
	background-position:50% 3em;
}

.sectionContainer.card.top
,.sectionContainer.card.middle
{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	margin-bottom:0;
	padding-bottom:0;
}

.sectionContainer.card.middle
{
	padding-top:0;
}

.sectionContainer.card.bottom
,.sectionContainer.card.middle
{
	border-top-left-radius:0;
	border-top-right-radius:0;
	margin-top:0;
}

/* || Site Footer */
footer{
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #31E889 linear-gradient(105deg, #2a794e 0%, #31E889 100%);
}

footer br + br + br + br
{
	display:none;
}

footer .footerLogo img {
	width: 180px;
}

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 .footerLogo{
	width: 182px;
	display: block;
	margin: 0px auto 1em auto;
	border: 0px;
	padding: 0px 0px 2rem 0px;
	text-align: 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 .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: inline-block;
	text-decoration: none;
}

footer .contentContainer {
	padding: 3.5rem 2rem 3.5rem 2rem;
	max-width: 64rem;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

footer .contentContainer > div:nth-child(2) {
	padding: 1rem 1rem 0px 1rem;
}

footer .contentContainer > div:nth-child(3) {
	padding: 1rem 1rem 2rem 1rem;
}

@media (min-width: 1024px) {
    footer .contentContainer {
		padding-left: 0;
        padding-right: 0;
	}
}

#splashArea .innerGrad {
	position: absolute;
	width: 100%;
	height: 100% !important;
	min-height: 100% !important;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#rowoflogos, #logorow {
	display: block;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 20px 0px;
	position: relative;
	background: #fff;
	background: url(resources/images/bg3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:auto;
	min-height:135px;
}

#rowoflogos h1, #logorow h1 {
	display: block;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #f74169;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 40px 0px;
}

#rowoflogos .icons, #logorow .icons {
	display: block;
	height: 125px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#rowoflogos > .contentContainer, #logorow > .contentContainer
{
    width:100%;
}

#boostrow {
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 80px 0px 80px 0px;
	position: relative;
	background: #f74169;
	background: url(resources/images/bg2.jpg) no-repeat center right; 
	background-size: cover;
	color: #fff;
}

#boostrow .contentContainer{
	position: relative;
	z-index: 1;
}

#boostrow h2 {
	display: block;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	font-weight: 500;
	border: 0px;
    padding: 15px 0 40px 0;
	margin: 0; /* enforce the zero margin from foldingnav on the combined site */
}

#boostrow p {
	margin: 0; /* enforce the zero margin from foldingnav on the combined site */
}

#boostrow .aboluteImage img{
	display: block;
  	right: 0;
	bottom: 0;
	position: absolute;
}


#boostrow .appButtonWrapper
{
    text-align:left;
    margin-top:36px;
}

#boostrow .pageButton
,#muchRow .pageButton
{
    background:#424591;
    display: inline-block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	color: #fff;
	margin: 0px;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 26px 40px 22px 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;

	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.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);
}

#boostrow .pageButton:hover
,#muchRow .pageButton:hover
{
	background: #6a6ecd;
}

#stepsRow {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 80px 0px 40px 0px;
	position: relative;
	background: #f74169;
	background: url(resources/images/bg4.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#stepsRow h1{
	display: block;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 40px 0px;
}


#stepsRow .flexyItem {
	padding: 0px 20px
}

#stepsRow img {
    height: 150px;
    display:block;
    margin:0  auto 30px auto;
}

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

#stepsRow > .contentContainer:first-child
,#muchRow > .contentContainer:first-child
{
    width:100%;
}

#stepsRow .flexyItem:nth-of-type(2)
{
    min-width:473px;
}


#muchRow{
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 100px 0px 100px 0px;
	position: relative;
	background: #fff;
	background: url(resources/images/bg5.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#muchRow h1{
	display: block;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #f74169;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 40px 0px;
}





#muchRow h2 {
	display: block;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #f74169;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 40px 0px;
}








#muchRow .flexyItem {
	padding: 0px 0px;
	margin: 0px 5px;
	width: 25%;
	
}




#muchRow img {
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 190px; margin: 0px auto;
}

#muchRow h3 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 40px 0px;
}

#muchRow .flexyItem:nth-of-type(odd) h3 span {
	color: #7175e1;
	font-weight: 700;
}

#muchRow .flexyItem:nth-of-type(even) h3 span {
	color: #f74169;
	font-weight: 700;
}

#whiterow {
	display: block;
	text-align: left;
	border: 0px;
	padding:100px 0px 100px 0px;
	position: relative;
	background: url(resources/images/bg7b.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#whiterow h2 {
	display: block;
	font-size: 34px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #f74169;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

#whiterow p {
	margin: 0; /* enforce the zero margin from foldingnav on the combined site */
}

.multipleFieldParent .flexyItem
{
	margin:3px;
	flex:1;
}

.splashSmlTxtTwo
,.optInText
{
	color:#fff;
	margin:0.5em 220px;
	font-size:12px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0;
}

.splashSmlTxtTwo a
,.optInText a
{
	color:#ffdb4c;
}

.optInText
{
	margin-top:1em;
	margin-bottom:1em;
}

.unsubImg img {
	max-width: 15%;
	margin-left: auto;
	margin-right: auto;
  }

.loaderWrapper
{
	position:relative;
	z-index:1;
}

.declineBody {
	display: block;
	min-height: 654px;
	box-sizing: border-box;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px;
	position: static;
	background-color: #d8feff;
	background: url(../../../images/bg6.jpg)no-repeat center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	height: auto;
	min-height: 100% !important;
  }
  
  
  .declineBody .successPageContentContainer {
	width: 700px;
	margin: 0 auto;
  }
  
  .declineBody .GenericPage {
	width: 630px;
	box-sizing: border-box;
	margin: 0 auto;
  }
  
  .declineBody .formIntro {
	margin: 0px;
	border: 0px;
	padding: 0;
	width: unset;
	display: block;
  }
  
  .declineBody .formIntro h1 {
	display: block;
	font-size: 38px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 20px 0px 20px 0px;
	position: relative;
	z-index: 5;
  }
  
  .declineBody .subHeading h3 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border: 0px;
	font-size: 24px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
  }
  
  .declineBody .successImg {
	width: 300px;
	margin: 0 auto;
	padding-top: 40px;
  }
  
  .declineBody .reference {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0px auto 30px;
	background: #f74169;
	border: 0px solid #b6c4ee;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	width: 85%;
  }
  .declineBody .reference span {
	display: block;
	color: #ffde00;
	font-size: 32px;
	font-weight: 700;
  }
  
  .declineBody .successBulletPoints li {
	display: inline-block;
	text-align: left;
	background-image: url("../../../images/tick2.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 27px;
	padding-top: 0px;
	padding-bottom: 20px;
	border: 0px;
	box-sizing: border-box;
  }
  
  .declineBody .successBulletPoints ul {
	list-style: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
  }
  .declineBody .thankYouStyled {
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
	border: 0px;
	font-family: "Pacifico", cursive;
	font-size: 31px;
	line-height: 33px;
	font-weight: 500;
	color: #417bff;
  }
  
  .declineBody .formIntro.declinePage h1 {
	display: block;
	font-size: 38px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 60px 0px 20px 0px;
	position: relative;
  }
  
  .declineBody footer {
	background: transparent;
  }

  .declineBody #splashArea { 
	background : unset;
	}

  #splashArea .formAreaContainer h2.yell {
	font-weight: 500;
  }

  #splashArea .formAreaContainer h2.yell span{
	font-weight: 500;
  }

  #splashArea .formAreaContainer .splashUsps li
  ,.formIntroBullets ul li
  {
	color: #fff;
	font-weight: 700;
	line-height:33px;
  }

  .formIntroBullets ul li:last-child
  {
	  padding-right:0;
  }

  #splashArea h1.logo
  {
	font-size:30px;
	line-height:34px;
	text-align:center;
	background:url(resources/images/logo-white.svg) 50% 37px no-repeat;
	background-size:240px 72px;
	padding-top:135px;
  }

  .sectionContainer.summaryHeader p
  {
	  color:#fff;
	  width:660px;
	  margin:0 auto;
	  font-size:14px;
	  line-height:20px;
	  letter-spacing:0.5px;
	  font-weight:400;
  }

  .sectionContainer.summaryHeader p span
  {
	  font-weight:bold;
  }

  .sectionContainer.summaryField.card .summaryHeader
  {
	color:#f74169;
	font-size:22px;
	line-height:30px;
	letter-spacing:0;
	font-weight:500;
  }

  .sectionContainer.summaryField.card .summaryRow
  {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:10px auto;
	border:2px solid #d4d4d4;
	border-radius:5px;
  }

  .sectionContainer.summaryField.card .summaryRow > div
  {
	display:flex;
	flex-direction:column;
	flex-basis:100%;
	flex:2;
	text-align:left;
	padding:10px;
	align-self:center;
  }

  .sectionContainer.summaryField.card .summaryRow > div:first-child
  {
	background:#eee;
	font-weight:700;
	border-right:2px solid #d4d4d4;
	position:relative;
  }

  .sectionContainer.summaryField.card .summaryRow > div:first-child:after
  {
	font-family:"Font Awesome 5 Free";
	content:"\f061";
	color:#f74169;
	font-size:18px;
	border:2px solid #d4d4d4;
	background:#fff;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	position:absolute;
	top:calc(50% - 17px);
	right:-18px;
  }

  .sectionContainer.summaryField.card .summaryRow > div:last-child
  {
	text-align:right;
  }

  .sectionContainer.summaryField.card .formButton
  {
	font-size:30px;
	line-height:34px;
  }
  
  


.border-box{
	box-sizing: border-box;
}

.flex{
	display: flex;
}

.flexAlignCenter{
  display: flex;
  align-items: center;
}

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

.direction-col{
	flex-direction: column;
}

.justify-space-between{
	justify-content: space-between;
}

.justify-content-end{
	justify-content: flex-end;
}

.flex-equal-width{
	flex-basis: 100%;
}

.half{
	width: 50%;
}

.pad-30{
	padding: 30px;
}

.pad-right-30{
	padding-right: 30px;
}

.pad-left-30{
	padding-right: 30px;
}

/* Main Article Page overrides */
.MainArticlePage img{
  display: revert;
}

.MainArticlePage p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.MainArticlePage nav p{
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.MainArticlePage h1{
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 49px;
	letter-spacing: 0px;
	color: #414691;
	font-weight: 700;
	padding: 0px 0px 30px 0px;
}

.MainArticlePage .mainContentRow h1::before, .MainArticlePage .otherSectionRow h1::before, .MainArticlePage .faqRow h1::before{
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url("resources/images/favicon.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.MainArticlePage .mainContentRow h2, .MainArticlePage .otherSectionRow h2{
	display: block;
	text-align: left;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #414691;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.MainArticlePage h3{
	display: block;
	text-align: left;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 4px 0px;
}

.MainArticlePage{
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	color: #384e8b;
}

.MainArticlePage ul:not(.navUl){
	list-style: none;
	text-align: left;
	position: relative;
	z-index: 3;
	border: 0px 0px;
	margin: 0px 0px;
	padding: 20px 0px;
	width: 100%;
	text-decoration: none;
}

.MainArticlePage ul:not(.navUl) li{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #25275a;
	background-image: url("resources/images/main-article-page/red-tick.svg");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 26px;
	padding-top: 0px;
	padding-bottom: 8px;
	border: 0px;
	margin-right: 10px;
	text-decoration: none;
}

.MainArticlePage figure{
	margin: 0;
	padding: 0;
	border: 0;
}

.MainArticlePage sub{
	padding-top: 8px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}

.MainArticlePage .splashArea{
	text-align: center;
	border: 0px;
	background: url("resources/images/main-article-page/splash-bg.png") no-repeat center center;
	position: relative;
	padding-bottom: 20px;
	margin-top: -20px;
}

.MainArticlePage .splashArea .formAreaSize{
	width: 960px;
	margin: 0px auto;
}

.MainArticlePage .splashArea .title h1{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	line-height: 73px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	z-index: 5;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

.MainArticlePage .splashArea .title h1 strong{
	color: #ffd852;
	font-weight: 800;
	position: relative;
}

.MainArticlePage .splashArea .title h2{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	z-index: 5;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}

.MainArticlePage .splashArea .title img{
	width: 150px;
	margin: 40px auto 0;
}

.MainArticlePage .splashArea #subSplashButton{
	display: inline-block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	line-height: 73px;
	background-color: #fe2f64;
	padding: 0px;
	margin: 0px auto;
	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	border-radius: 99px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none;
	z-index: 2 !important;
	text-decoration: none !important;
}

.MainArticlePage .splashArea #subSplashButton:hover{
	box-shadow: 0 5px 15px rgba(85,98,235,0.8);
}

.MainArticlePage .splashArea #subSplashButton div{
	z-index: 4 !important;
	display: block;
	position: relative;
	padding: 15px 60px !important;
}

.MainArticlePage .splashArea #subSplashButton:after{
	content: "";
	position: absolute;
	z-index: 3 !important;
	left: 0;
	top: 0;
	height: 390%;
	width: 140%;
	background: #5562eb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-110%) translateY(-25%) rotate(45deg);
	transform: translateX(-110%) translateY(-25%) rotate(45deg);
}

.MainArticlePage .splashArea #subSplashButton:hover:after{
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.MainArticlePage .splashArea img.scrollDownIco{
	display: block;
	width: 50px;
	margin: 40px auto 0;
}

.MainArticlePage .botCurve{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	background: url("resources/images/main-article-page/curve.svg");
	background-repeat: no-repeat;
	background-position: 50% 99.5%;
	background-size: 150%;
	z-index: 1;
}

.MainArticlePage .threeColumnContent{
	display: flex;
	flex-direction: row;
}

.MainArticlePage .mainContentRow .threeColumnContent > div{
	padding: 30px;
	flex-basis: 100%;
	border-radius: 8px;
	background: #fff;
	padding: 20px 20px;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(56, 78, 139, 0.25);
	-moz-box-shadow:    0px 0px 17px 0px rgba(56, 78, 139, 0.25);
	box-shadow:         0px 0px 17px 0px rgba(56, 78, 139, 0.25);
}

.MainArticlePage .mainContentRow .threeColumnContent > div h3{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	padding: 0px 0px 0px 0px !important;
	margin: 8px 0px 12px 0px !important;
}

.MainArticlePage .mainContentRow .threeColumnContent img{
	height: 100px;
	margin: 0px auto 0px;
	border-radius: 50%;
}

.MainArticlePage .twoColumnContent{
	display: flex;
	flex-direction: row;
}

.MainArticlePage .mainContentRow .twoColumnContent{
	align-items: center;
	justify-content: center;
}

.MainArticlePage .mainContentRow .twoColumnContent > div{
	padding-left: 15px;
	padding-right: 15px;
}

.MainArticlePage .otherSectionRow .twoColumnContent > div{
	padding-left: 15px;
	padding-right: 15px;
	flex-basis: 50%;
}
.MainArticlePage .otherSectionRow .twoColumnContent > div p{
	margin-top: 0;
	margin-bottom: 2em;
}

.MainArticlePage .mainContentRow .twoColumnContent > div h3{
	text-align: left;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fe2f64;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.MainArticlePage .mainContentRow .twoColumnContent > div h3 strong{
	color: #1c75bc;
}

.MainArticlePage .mainContentRow .twoColumnContent img{
	background: #f6fafd;
	min-width: 280px;
	max-width: 280px;
}

.MainArticlePage .tableOfContents{
	display: block;
	margin-top: 40px;
	padding: 40px;
	text-align: left;
	position: relative;
	background: #e8f3f7;
	background: -moz-linear-gradient(-45deg, #e8f3f7 0%, #f6fcfe 100%);
	background: -webkit-linear-gradient(-45deg, #e8f3f7 0%,#f6fcfe 100%);
	background: linear-gradient(135deg, #e8f3f7 0%,#f6fcfe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f3f7', endColorstr='#f6fcfe',GradientType=1 );
	vertical-align: middle;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	box-sizing: border-box;
}

.MainArticlePage .tableOfContents .innerBg{
	position: absolute;
	margin-top: -30px;
	width: 100%;
	height: 100%;
	background: url("resources/images/main-article-page/gradbg-bg-grey.svg") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 70%;
	background-position: 160% 50%;
	z-index: 1;
}

.MainArticlePage .tableOfContents .title{
	display: block;
	text-align: left;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #414691;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
}

.MainArticlePage .tableOfContents a{
	text-decoration: none !important;
	color: #000;
}

.MainArticlePage .table{
	width: 100%;
	background: #fff;
	text-align: left;
	border: 1px solid #eee;
	border-collapse: collapse;
	filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.MainArticlePage .table thead, .MainArticlePage .table thead th{
	background: #43515b;
	color: #fff;
	
}

.MainArticlePage .table th, .MainArticlePage .table td{
	padding: 8px 16px;
	border: 1px solid #eee;
}

.MainArticlePage .table td{
	font-size: 14px;
	font-weight: 500;
}

.MainArticlePage .table tr:nth-child(even){
	background-color: #f1f8fd;
}

.MainArticlePage .otherSectionRow{
	display: block;
	text-align: left;
	position: relative;
	vertical-align: middle;
	padding: 90px 0px;
}

.MainArticlePage .otherSectionRow.even{
	background-color: #f9fafb;
}

.MainArticlePage .otherSectionRow.odd{
	background-color: #fff;
}

.MainArticlePage .sellBoxBg{
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
	color: #fff;
	background: #1c75bc;
	background: -moz-linear-gradient(-45deg, #1c75bc 0%, #fe2f64 100%);
	background: -webkit-linear-gradient(-45deg, #1c75bc 0%,#fe2f64 100%);
	background: linear-gradient(135deg, #1c75bc 0%,#fe2f64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c75bc', endColorstr='#fe2f64',GradientType=1 );
	border-radius: 10px;
	margin-top: -90px;
	overflow: hidden;
	padding: 50px;
	box-sizing: border-box;
}

.MainArticlePage .sellBoxBg .innerBg{
	position: absolute;
	margin-top: -50px;
	width: 100%;
	height: 100%;
	background: url("resources/images/main-article-page/gradbg-bg-grey.svg") no-repeat;
	background-size: 70%;
	background-position: 190% 40%;
	z-index: 0;
}

.MainArticlePage .sellBoxBg h4{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 20px;
	margin: 0px;
}

.MainArticlePage .sellBoxBg a{
	position: relative;
	color: #fff;
}

.MainArticlePage .sellBoxBg .float-right{
	float: right;
}

.MainArticlePage .sellBoxBg .float-right .image{
	position: absolute;
	z-index: 4;
	width: 690px;
	bottom: -18px;
	right: -40px;
}

.MainArticlePage .sellBoxBg .subPageButton{
	margin-top: 20px;
}

.MainArticlePage .faqRow{
	background: #e3f2fb;
	background: -moz-linear-gradient(top, #e3f2fb 0%, #e3f2fb 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e3f2fb 0%,#e3f2fb 50%,#ffffff 100%);
	background: linear-gradient(to bottom, #e3f2fb 0%,#e3f2fb 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f2fb', endColorstr='#ffffff',GradientType=0 );
	display: block;
	text-align: left;
	position: relative;
	vertical-align: middle;
	padding: 90px 0px;
}

.MainArticlePage .accordionArea{
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	z-index: 5;
	padding: 0px;
	margin-top: -30px;
}

.MainArticlePage .accordionArea .accordion-item{
	box-shadow: 0 5px 9px rgb(170 190 209 / 45%);
	border-radius: 9px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 20px;
}

.MainArticlePage .accordionArea .accordion-item button{
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 28px 28px 20px 28px;
	color: #384e8b;
	font-size: 18px;
	font-weight: 600;
	font-family: Poppins;
	border: none;
	background: none;
	outline: none;
}

.MainArticlePage .accordionArea .accordion-item button .icon{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 22px;
	height: 22px;
	border-radius: 22px;
}

.MainArticlePage .accordionArea .accordion-item button .icon::before {
	font-family: "Font Awesome 5 Free";
	display: block;
	position: absolute;
	content: "\f078";
	top: 6px;
	left: 2px;
	width: 0px;
	height: 0px;
	background: currentColor;
}

.MainArticlePage .accordionArea .accordion-item button .icon::after{
	display: block;
	position: absolute;
	top: 5px;
	left: 2px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.MainArticlePage .accordionArea .accordion-item button[aria-expanded=true]{
	color: #384e8b;
	border-bottom: 1px solid #d3d3d3;
}

.MainArticlePage .accordionArea .accordion-item button[aria-expanded=true] .icon::after{
	width: 0;
}

.MainArticlePage .accordionArea .accordion-item button[aria-expanded=true] + .accordion-content{
	opacity: 1;
	max-height: inherit;
	transition: all 200ms linear;
}

.MainArticlePage .accordionArea .accordion-item .accordion-content{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	font-family: 'Poppins', sans-serif !important;
}

.MainArticlePage .accordionArea .accordion-item .accordion-content > div{
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-align: left;
	font-weight: 400;
	padding: 20px 28px;
	height: auto;
	color: #384e8b;
}

.MainArticlePage .subPageButton{
	display: inline-block;
	border: none;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	background-color: #fe2f64;
	padding: 0px;
	margin: 0px auto;
	box-shadow: 0 5px 15px rgba(254,47,100,0.8);
	border-radius: 99px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 2;
	text-decoration: none;
}

.MainArticlePage .subPageButton:hover{
	box-shadow: 0 5px 15px rgba(85,98,235,0.8);
}

.MainArticlePage .subPageButton div{
	z-index: 4;
	position: relative;
	padding: 28px 40px !important;
}

.MainArticlePage .subPageButton span:hover{
	color: #fff;
}

.MainArticlePage .subPageButton:after{
	content: "";
	position: absolute;
	z-index: 3 !important;
	left: -10px;
	top: 0;
	height: 400%;
	width: 160%;
	background: #5562eb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-110%) translateY(-25%) rotate(45deg);
	transform: translateX(-110%) translateY(-25%) rotate(45deg);
}

.MainArticlePage .subPageButton:hover:after{
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*****************
// -----------------
// NAVIGATION BAR
// _________________
// *****************/

.flex {
  display: flex;
}
.item-center {
  flex-grow: 1;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: flex-center;
}

.space-between {
	justify-content: space-between;
}

nav #topNav li {
	padding: 0px 0px 0px 30px;
}

nav.cookiePopupActive{
  top: 80px;
}

svg.dropdownArrow.open {
	-webkit-animation:spinNavOpen .2s linear;
    -moz-animation:spinNavOpen .2s linear;
    animation:spinNavOpen .2s linear;
	animation-fill-mode: forwards;
}

svg.dropdownArrow.closed {
	-webkit-animation:spinNavClosed .2s linear;
    -moz-animation:spinNavClosed .2s linear;
    animation:spinNavClosed .2s linear;
	animation-fill-mode: forwards;
}

@-moz-keyframes spinNavOpen { 
    100% { -moz-transform: rotate(180deg); } 
}
@-webkit-keyframes spinNavOpen { 
    100% { -webkit-transform: rotate(180deg); } 
}
@keyframes spinNavOpen { 
    100% { 
        -webkit-transform: rotate(180deg); 
        transform:rotate(180deg); 
    } 
}

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

html .StaticText, body .StaticText{
  font-size: 16px;
}

.StaticText h1, .StaticText h2, .StaticText h3,.StaticText h4, .StaticText h5, .StaticText h6{
  font-size: revert;
  font-weight: revert;
  padding: revert;
  margin: revert;
}

.StaticText ol, .StaticText ul:not(.navUl){
  list-style: revert;
  padding: revert;
  margin: revert;
}

.StaticText a{
  color: revert;
  text-decoration: revert;
}

.StaticText nav a, .StaticText footer a{
  color: inherit;
  text-decoration: inherit;
}

#tideSuccessPageHeader {
  padding: 20px 0px;
}

#tideSuccessPageHeader .flexyContainerWithWrap {
  max-width: 1100px;
  margin: auto;
}

#tideSuccessPageHeader .flexyContainerWithWrap img {
  max-width: 200px;
  max-height: 58px;
}


#tide-mainSection {
  padding: 40px 0px;
  color: #fff;
  background: linear-gradient(135deg, #3f4ff9 0%,#202db3 49%,#00096a 100%);
}

#tide-mainSection .headingOne {
  display: block;
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 40px 0px 20px 0px;
  color: #fff;
}

#tide-mainSection .headingTwo {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  padding-top: 40px;
  display: block;
}

#tide-mainSection .headingTwo img {
  width: 35px;
  text-align: left;
  display: inline-block;
  margin: 0px 0px -8px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
}

#tide-mainSection .lrgSubTxt {
  display: block;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0px 10px 0px;
}

#tide-mainSection .numberRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}

#tide-mainSection .bullets {
	padding-top: 20px;
}

#tide-mainSection .bullets .flexyItem {
  display: flex;
  flex-direction: row;
  align-self: auto;
  padding-bottom: 5px;
}

#tide-mainSection .flexTwoCol .item {
  flex-basis: 48%;
}

#tide-mainSection .numberIco img {
  width: 30px;
  min-width: 30px;
  padding-right: 10px;
  box-sizing: border-box;
}

#tide-mainSection .numberIcoSmlTxt2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

#tide-mainSection .flexyContainer {
  gap: 60px;
  padding: 0px 20px;
  max-width: 1100px;
  margin: auto auto;
}

#tide-mainSection .tideMainImage {
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

#tide-mainSection .ctaButton {
  padding: 30px 140px;
  display: inline-block;
  text-align: center;
  border-radius: 122px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #e6007e;
  margin-top: 15px;
}

#tide-mainSection  .disclaimerContainer {
  font-size: 12px;
  max-width: 1100px;
  margin: 30px auto 0px auto;
}

#tide-mainSection .disclaimerContainer img {
  max-width: 80px;
}

#tide-mainSection .disclaimerContainer .disclaimerSection {
  margin: 4px 4px 12px 4px;
}

#tide-mainSection .subTxt {
  font-size: 14px;
  display: block;
}

#tide-topSection {
  position: relative;
  margin: 0px;
  border: 0px;
  padding: 40px 0px;
  color: #fff;
  background: #3f4ff9;
}

#tide-topSection .contentContainer {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto;
  border: 0px;
  padding: 0px;
}

#tide-topSection .xProductPanel {
  display: block;
  font-size: 34px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  color: #000;
  letter-spacing: -.5px;
  padding: 34px 24px;
  margin: 0px auto;
  border-radius: 10px;
}

#tide-topSection span.callTxt {
  display: block;
  font-family: 'Lobster', sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -.5px;
  margin: 20px 0 0;
}

#tide-topSection span.callTxt img {
  width: 38px;
  margin: 0px 7px -8px 0px;
}

#tide-topSection2 span.callTxt img {
  width: 53px;
  display: block;
  margin: 0px auto;
}

#tide-topSection2 .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#tide-topSection2 span.intro {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 0px 0px 0px 4px;
  text-align: center;
  color: #fff;
  letter-spacing: -.5px;
}
#tide-topSection2 {
  font-size: 14px;
  color: #fff;
  padding: 16px 10px;
  background: #3542da;
}

.align-items-center {
  align-items: center;
}

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

.spaceBetween{
	justify-content: space-between;
}

.w-7\/12{
	width: 58.333333%;
}

.ml-0{
	margin-left: 0;
}

.mr-0{
	margin-right: 0;
}

.ml-auto{
	margin-left: auto;
}

.mr-auto{
	margin-right: auto;
}

.my-2\.5{
	margin-top: 0.625rem;
	margin-top: 0.625rem;
}

.fullWidthBackgroundImage{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	min-height: 100%;
	max-height: 100%;
	min-width: 100%;
	max-width: 100%;
}

nav.breadcrumbs{
	padding-top: 0.25rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}
nav.breadcrumbs ol{
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.breadcrumbs i.fa{
	display: block;
	position: relative;
	font-size: 0.875rem;
    line-height: 1.25rem;
	color: #ffffff;
	margin-left: 0.5rem;
    margin-right: 0.5rem;
}
nav.breadcrumbs a{
	color: rgb(254 47 100 / 1);
	font-weight: 700;
}

.cashplusVersion {
    text-align: left;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #383838;
}

.cashPlusHeader {
    text-align: left;
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 20px 5px;
    background: #fff;
    align-items: center;
    justify-content: center;
    -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);
}

.cashPlusHeader .ceLogo {
    flex-grow: 2;
    text-align: left;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    align-self: center;
}

.cashPlusHeader .cashPlusLogo {
    display: inline-block;
    align-self: center;
}

.ceLogo img,
.cashPlusLogo img {
    width: 100%;
    max-width: 180px;
}

.cashPlusContentContainer {
    width: 1100px;
    margin: 0px auto;
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.cashPlusLogos {
    display: flex;
    gap: 20px;
}

.cashplus-blueSection {
    position: relative;
    margin: 0px;
    border: 0px;
    padding: 40px 0px;
    background: #eff8fd;
}

.cashPlusContent {
    display: flex;
}

.cashPlusContent .lrgTxt {
    display: block;
    font-size: 45px;
    line-height: 65px;
    letter-spacing: -1px;
    color: #2ee86a;
    font-weight: 700;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 20px 0px;
    position: relative;
}

.cashPlusContent .smlTxt {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #58595b;
    display: block;
    letter-spacing: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 26px 0px;
}

.smlTxt img {
    height: 35px;
}

.mainPic {
    padding: 0px 0px 0px 60px;
}

.mainPic img {
    min-width: 350px;
}

.cashplus-blueSection .lrgSubTxt {
    display: block;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1344da;
    font-weight: 700;
    margin: 0px;
    border: 0px;
    padding: 0px 0px 10px 0px;
    position: relative;
}

.cashplus-blueSection .bullets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px;
}

.bullets .bullet-item {
    display: flex;
    flex-direction: row;
    width: 50%;
    padding-bottom: 10px !important;
    align-self: auto;
    align-items: center;
}

.bullets .bullet-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.bullet-item img {
    width: 30px;
    padding-right: 10px;
}

.cashplus-blueSection .greenButton {
    padding: 30px 40px;
    display: block;
    text-align: center;
    border-radius: 122px;
    font-size: 24px;
    color: #172659;
    text-decoration: none;
    font-weight: 600;
    background-color: #2ee86a;
}

.cashplus-footer {
    text-align: center;
    font-size: 13px;
    width: 1100px;
    margin: 20px auto 0px auto;
    display: block;
}

@media (max-width: 1100px) {
    .cashPlusLogos {
        padding: 0px 10px;
    }

    .cashPlusContentContainer {
        width: 100%;
    }

    .contentContainer {
        width: 100%;
    }

    .cashPlusContentContainer {
        width: 100%;
    }

    .cashplus-footer {
        width: 100%;
    }

    .leftContent {
        padding: 10px;
    }

    .mainPic {
        padding: 0px;
    }
}


@media (max-width: 900px) {
    .mainPic {
        display: none;
    }
}

@media (max-width: 715px) {
    .cashPlusContent .smlTxt {
        font-size: 20px;
        line-height: 9px;
    }

    .cashplus-blueSection {
        padding: 5px;
    }

    .cashPlusContent .lrgTxt {
        font-size: 35px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .lrgSubTxtContent {
        font-size: 15px;
    }

    .cashplus-blueSection .bullets {
        padding-top: 10px;
        padding-bottom: 10px;
        align-content: stretch;
    }

    .cashplus-blueSection .lrgSubTxt {
        font-size: 16px;
    }

    .bullet-item {
        align-items: flex-start;
    }

    .bullets .bullet-text {
        font-size: 14px;
        line-height: 19px;
    }
}

#cashplus-topSection {
    position: relative;
    margin: 0px;
    border: 0px;
    padding: 40px 0px;
    color: #fff;
    background: #3f4ff9;
}

#cashplus-topSection .contentContainer {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    border: 0px;
    padding: 0px;
}

#cashplus-topSection .xProductPanel {
    display: block;
    font-size: 34px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #000;
    letter-spacing: -.5px;
    padding: 34px 24px;
    margin: 0px auto;
    border-radius: 10px;
}

#cashplus-topSection span.callTxt {
    display: block;
    font-family: 'Lobster', sans-serif;
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -.5px;
    margin: 16px 0 0px 0px;
}

#cashplus-topSection span.callTxt img {
    width: 38px;
    margin: -16px 7px -8px 0px;
}

table {
	border: 1px solid #1C6EA4;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table th {
	background-color: #7175e1;
	color: #fff;
}

table td, table th {
	border: 1px solid #AAAAAA;
	padding: 3px 6px;
}

#anna-topSection {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 40px 0px;
	color: #fff;
	background: #E9624E;
  }
  #anna-topSection .contentContainer {
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
	border: 0px;
	padding: 0px;
  }
  #anna-topSection .xProductPanel {
	display: block;
	font-size: 34px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	color: #000;
	letter-spacing: -.5px;
	padding: 34px 24px;
	margin: 0px auto;
	border-radius: 10px;
  }
  #anna-topSection span.callTxt {
	display: block;
	font-family: 'Lobster', sans-serif;
	font-size: 38px;
	line-height: 42px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -.5px;
	margin: 20px 0 0;
  }
  #anna-topSection span.callTxt img {
	width: 38px;
	margin: 0px 7px -8px 0px;
  }
  .anna-redSection .lrgSubTxt {
	display: block;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1344da;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
  }
  .anna-redSection {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 40px 0px;
	background: #eff8fd;
  }
  .anna-redSection .lrgSubTxt {
	display: block;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1344da;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
  }
  .anna-redSection .bullets {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 30px;
  }
  .anna-redSection .greenButton {
	padding: 30px 40px;
	display: block;
	text-align: center;
	border-radius: 122px;
	font-size: 24px;
	text-decoration: none;
	font-weight: 600;
	background-color: #2ee86a;
  }
  @media (max-width: 715px) {
	.cashPlusContent .smlTxt {
		font-size: 20px;
		line-height: 9px;
	}
	.anna-redSection {
		padding: 5px;
	}
	.cashPlusContent .lrgTxt {
		font-size: 35px;
		line-height: 30px;
		margin: 10px 0px;
	}
	.lrgSubTxtContent {
		font-size: 15px;
	}
	.anna-redSection .bullets {
		padding-top: 10px;
		padding-bottom: 10px;
		align-content: stretch;
	}
	.anna-redSection .lrgSubTxt {
		font-size: 16px;
	}
	.bullet-item {
		align-items: flex-start;
	}
	.bullets .bullet-text {
		font-size: 14px;
		line-height: 19px;
	}
  }