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

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

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

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

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

.hidden{
	display: none !important;
}

html.noJs .visibleWhileLoading{
	display: none;
}

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

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

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

.StaticText table {
	word-break: normal;
}

figure.table table {
	width: 100%;
	border: 1px solid #383838;
	border-collapse: collapse;
}
figure.table table td {
	border: 1px solid #383838;
	padding: 5px;
	box-sizing: border-box;
}
figure.table tbody tr:first-of-type {
	font-weight: bold;
}  

.StaticText .flexyItem {
	width: 100%;
}

.StaticText header .flexyItem {
	width: unset;
}

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

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

.gradient{
	filter: none;
}

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

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

.successContainer .allowInherit > div:not(.providerBackgroundContainer,.trnadviserltdf1Page, .trnadviserltdf2Page){ 
	padding-top: 60px;
	width: 558px;
	margin: 0 auto;
}

.trnadviserltdf1Page, .trnadviserltdf2Page {
	padding-top: 60px
}

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

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

.formBackground .flexyLineBreak{
	padding-bottom: 5px;
}



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

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

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

.centerByMargin{
	margin: auto !important;
}

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

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

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

.lineBreak10{
	height: 10px;
}

.confetti {
	width:200px;
	height:200px;
	margin-top: -60px;
}

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

.padding20{
	padding: 20px !important;
}

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

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

.whiteText{
	color: #fff;
}

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

.formButton{
	display: inline-block;
	text-align: center;
	font-size: 32px;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box;
	color: #fff;
	margin: 20px 0 0 0;
	cursor: pointer;
	border: 0px solid #fff;
	text-decoration: none;
	padding: 30px 40px 26px 40px;
	-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);
}

.formButton.small{
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	padding: 20px 40px 16px 40px;
}

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

form .formButton{
	display: inline;
	font-size: 30px;
	line-height: 22px;
	font-weight: 500;
	padding: 24px 60px 22px 60px;
	border-radius: 20px;  
	text-transform: uppercase; 
	margin-top: 20px;
}

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

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

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

.modalPopup .title, .modalishPopup .title{
    text-align: center;
    font-size: 150%;
	margin: 0 0 15px;
	color: #0d19a3;
	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;
}


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

.height15{
	height: 15px !important;
}

.colourBlack{
	color: black !important;
}


/* Header Ribbon Widget */

.headerRibbon{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0px;
	border: 0px;
	padding: 5px 0px;
	background: #4ecfd9;
}

.headerRibbon a{
	color: #fff;
}

/* Site Header Widget */

header{
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 34px 0px;
	background: #0d19a3;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.logo img{
	width: 230px;
}

.logo img[src*="your-mortgage-plus.png"] {
	width: auto;
	max-width: 450px;
}

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

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

.secure{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 0px;
    margin: 0px;
    padding: 6px 0px 6px 30px;
}

.securePadlock{
    margin-bottom: -7px;
    margin-right: 5px;
    width: 22px;
}



/*
*
Steve includes - to tidy up below
*/

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

.container.ld {
 	max-width: 1100px;
 	border: 0px;
 	margin: 0px auto;
 	padding: 30px 0px;
}

img {
	max-width: 100%;
}

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

.center {
	text-align: center;
}


.flexWrap {
	display: flex;
}

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

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

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

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

.flexWrap.space-around {
	justify-content: space-around;
}

.flexWrap.space-evenly {
	justify-content: space-evenly;
}

.align-self-auto {
	align-self: auto;
}

.align-self-flex-start {
	align-self: flex-start;
}

.align-self-flex-end {
	align-self: flex-end;
}

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

.align-self-baseline {
	align-self:  baseline;
}























/*****************
// -----------------
// STEVE CSS untill next section
// _________________
// *****************/
.formLoaderOverlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}

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

.loaderImage img{
	display: block;
	position: absolute;
	left: calc(50% - 50px);
	top: 15px;
	width: 100px;
}

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

.loaderImageInline img{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 45%;
}

.formBackground .loaderImageInline img{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 30% 0%;
}

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

.formLoaderOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.no-js .formLoaderOverlay {
  display: none;
}

.processing {
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 11;
  font-size: 33px;
}

.processing img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  margin: -45px 0 0 -45px;
}

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

.letsTxt {
  display: block;
  position: absolute;
  left: 45.2%;
  top: 40%;
  width: 565px;
  height: 90px;
  margin: -160px 0 0 -182px;
  z-index: 11;
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  letter-spacing: -3px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

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

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  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: #434DB7;
  -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: #ced3d4;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

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

#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: #18febc;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}

#loaderInline:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #121ba1;
	-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: #ced3d4;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
.formLoaderOverlay .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(18, 27, 161, 1);
  z-index: 10;

}

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

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

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


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

.loaderImage img{
	max-width: 100px;
}


.pointer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  z-index: 10000;
}

.pointer img {
	width: 300px;
}


.formIntro {
	display: block;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: -3px;
	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: #fff;
	
}

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


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

.textHighlightColour{
	color: #83ffda;
}

button.squareFormButton  {
	width: 180px;
	height: 99px;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #121ba1;
	padding: 13px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: block;
	box-sizing: border-box;
	cursor: pointer; 
	background-color: #18febc;
	border: 0px solid #fff;
	margin: 0px 10px;
    

}

button.squareFormButton.checked {
	color: #121ba1;
	background: #18e1b2;
	border: 0px solid #fff;

}

button.squareFormButton:focus {
	color: #121ba1;
	background: #14fffc;
	border: 0px solid #fff;
}



button.squareFormButton:hover {
	color: #121ba1;
	background: #14fffc;
	border: 0px solid #fff;
}


.infoIco {
	position: absolute;
	width: 31px;
	height: 31px;
	margin: 0px auto;
	top: -12px;
	right: -10px;
	display: inline-block;
	font-size: 29px;
	color: #0d19a3;
	padding: 2px 0px 0px 2px;
	border: 1px solid #d1d1d1;
	background: #d1d1d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 5;	 
}





.fieldInfoTxt {
	width: 50%;
	display: block;
	position: relative;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	text-align: left;
	color: #d1d1d1;
	background: #313ba4;
	border: none;
	padding: 14px 30px 14px 14px;
	margin: 18px 0px 10px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/*
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 13px 0;
	border-color: #eee transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -13px;
	bottom: -10px;
	left: 50%;
}
*/


/* start of progress bar */




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

.flexyContainer.applyMeter .flexyItem{
	flex: 0 0 calc(100% - 98px);
}

.flexyContainer.applyMeter .flexyItem:first-child, .flexyContainer.applyMeter .flexyItem:last-child{
	flex: 0 0 44px;
	width: 44px;
}


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


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

.meterTxt {
	display: block;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #18febc;
	text-align: center;
	font-weight: 700;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.meterBut {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0d19a3;
	border: 2px solid #18febc;
	position: relative;
	margin: 0px auto;
	margin-top: -6px;
	cursor: pointer;
	outline: none;

}

.meterBut span {
	font-size: 20px;
	color: #18febc;
	padding: 0px;
	margin: 0px;
	border: 0px;
	padding-top: 8px;
	display: block;
	text-align: center;
}


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

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

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

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

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

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

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

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

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

/* end of progress bar */









.flexyContainer.fields {
    display: flex; 
    justify-content: space-between;
    width: 40%;
    margin: 0px auto;
}





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


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


.inputContainer.small{
	width: 360px;
}

.inputContainer.verySmall{
	width: 150px;
}

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

.inputField:focus{
	outline: none;
}

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

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

.inputContainerAkira{
	margin-top: 2.5em;
}

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

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

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

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

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

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

.inputLabelAkira{
	padding: 0;
	width: 100%;
	background: transparent;
	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;
	color: #fff;
}

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

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

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

.moneyBox{
	padding-left: 30px;
}

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



.formButton {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
	color: #0d19a3;
	padding: 14px 42px 12px 42px;
	border: 0px solid #fdc037;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #1effbc;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:none;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}

.formButton:hover {
	color: #0d19a3;
	text-decoration: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	background: #83ffda;
	
}

.sliderContainer {
	width: 60%;
	
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}


.sliderFigures {
	font-size: 22px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


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

.anActualSlider{
	position: absolute;
	height: 28px;
	top: 23px;
	left: 24px;
	right: 24px;
	margin: 0 auto;
	height: 15px;
	width: 500px;
	background: #fff;
	border-radius: 99px;
	/* border: 6px solid #fff; */
	z-index: 1;
}
.sliderButton ~ .anActualSlider{
	left: 50px;
	right: 50px;
}
.anActualSlider .ui-slider-range-min{
	height: 15px;
	width: 400px;
	position: absolute;
	background: linear-gradient(to top, rgba(255,114,0,1) 0%,rgba(255,162,0,1) 100%);
	border: none;
	border-radius: 10px;
	outline: none;
}

.anActualSlider .ui-slider-handle{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #DDD;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%, rgba(255,255,255,1) 100%);
	border: 1px solid #AAA;
	position: absolute;
	margin-left: -17px;
	margin-top: -10px;
	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: -30px;
	color: #0d19a3;
	font-size: 18px;
	line-height: 1.433;
	font-weight: 700;
	text-shadow: none;
	padding: 2px 5px;
	background: #1effbc;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sliderButton{
	background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
	background-image: linear-gradient(top, #f4f1ee, #fff);
	border-radius: 50%;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
	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:#e9e6e4;
	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: -15px;
}
.sliderButton.decrease:after{
	content: "-";
	left: 5px;
	top: -22px;
	color: #0d19a3;
	font-size: 60px;
	font-weight: 700;
}

.sliderButton.increase{
	right: -15px;
}
.sliderButton.increase:after{
	content: "+";
	left: 10px;
    top: -4px;
	color: #0d19a3;
	font-size: 35px;
	font-weight: 700;
}

.sliderButton:hover{
	background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
	background-image: linear-gradient(top, #fff, #f4f1ee);
	color:rgba(255,114,0,1);
	cursor: pointer;
}

.sliderButton:hover:after{
	color:rgba(255,114,0,1);
	text-shadow:0px 0px 6px rgba(255,114,0,1);
}

.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:#dbd2d2;
	text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
}

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


.ui-slider-pips .ui-slider-line {
    border-right: 2px #1f536a solid;
    line-height: 30px;
    height: 17px !important;
}

.ui-slider-pips .ui-slider-label {
    top: 19px !important;
    font-weight: 700;
    color: #1f536a;
    font-size: 14px;
    font-weight: 700;
    margin-left: -2em !important;
}

.sliderIncrements{
	border: 1px solid transparent;
	width: 500px;
	position: absolute;
	top: 34px;
	left: 48px;
	right: 60px;
	height: 30px;
	color: #1f536a;
	font-size: 14px;
	font-weight: 700;
}

.sliderIncrementSpacer{
	height: 30px;
}

.sliderIncrements .theBar{
	border-right: 2px grey solid;
	line-height: 20px;
	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;
	color: lightgray;
}


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

.years:after{
	content: ' years';
	padding-left: 2px;
}
.anActualSlider .ui-slider-handle .floatingDisplay.years{
	text-align: center;
    width: 85px;
    left: -20px;
}

div.sliderIncrements > span:nth-child(1) > span.content.years:after {
	content: "year"    
}

/*****************************************************
// ---------------------------------------------------
// SITE SPECIFIC CSS AFTER THIS POINT
// ___________________________________________________
// ***************************************************/










/*****************
// -----------------
// HEADER 
// _________________
// *****************/


.header {
	padding: 34px 0px;
	margin: 0px;
}



#leveldownHeader {
	background: #0d19a3;
}




.logo {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}

.logo img {
	width: 246px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

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

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



/*****************
// -----------------
// SPLASH AREA 
// _________________
// *****************/

.formBackground{
	background-color: #0d19a3;
}

.zIndex1{
	z-index: 1;
}

.formArea{
	min-height: 40vh;
	padding:10vh 0;
}

#splashArea {
	background-color: #0d19a3;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(../../../images/splash-bg.svg);
	background-position: 70% 113%;
    background-size: 922px;
	position: relative;
	min-height: 60vh;
}


#splashArea .left {
	width: 584px;
	padding: 0px 0px 0px 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
}

#splashArea .left h1
,.formArea h1.titleText
{
	font-size: 60px;
	line-height: 74px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #fff;
 	border: 0px;
 	padding: 0px;
 	margin: 30px 0px 20px 0px;	
}

.formArea h1.titleText
{
	font-size:38px;
	line-height:49px;
	text-align:center;
}

#splashArea .left h1 span {
	color: #18febc;
	
}

#splashArea .splashBullet, .formIntroBullets li {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 33px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin: 0px 0px 14px 0px;
	border: 0px;
	padding: 0px 30px 0px 30px;
	background: url("resources/images/splash-bullet.svg");
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: 16px;
  }

#splashArea .formIntroBullets li
{
	display:block;
}

#splashArea .left h2
,.formArea h2.subTitleText
{
	font-size: 22px;
	line-height:33px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
 	border: 0px;
 	padding: 0px;
 	margin: 0px 0px 22px 0px;	
}

.formArea h2.subTitleText
{
	font-size:28px;
	line-height:33px;
	text-align:center;
	font-weight:400;
}

#splashArea .left h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #1df5ba;
 	border: 0px;
 	margin: 0px;
 	padding: 0px 0px 0px 0px;	
}


#splashArea .left h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
 	border: 0px;
 	margin: 0px;
 	padding: 30px 110px 10px 0px;	
}

#splashArea .right {
	width: 516px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#splashArea .right img {
    position: absolute;
    bottom: 0;
    width: 25vw;
    right: 20vw;
    z-index: 0;
}

#splashArea .appButtonWrapper {
    margin: 0 130px 30px;
    text-align: left;
}
							      
#splashArea .splashButtons {
	padding: 18px 0px 0px 0px;
	margin: 0;
	border: 0;	
}

.splashAreaForm{
	width: 90%
}

#splashArea button.squareFormButton {
	width: 235px; 
    height: unset;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
	color: #0d19a3;
	padding: 14px 22px 12px 22px;
	border: 0px solid #fdc037;
	margin: 0px 20px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #FFF;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:none;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

#splashArea button.squareFormButton:hover {
	-webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	color: #0d19a3;
	text-decoration: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	background: #18e1b2;
	
}								      

#splashArea .splashBut:last-child  button.squareFormButton {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    color: #0d19a3;
    text-decoration: none;
    background: #fff;
    margin-right: 0px;   
}

#splashArea .fieldInfoTxt{
	display: hidden;
}

#splashArea .splashlinkButton {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
	color: #0d19a3;
	padding: 14px 22px 12px 22px;
	border: 0px solid #fdc037;
	margin: 0px 20px 0px 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #1effbc;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.appNumber {
	display: block;
	font-size: 24px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	margin: 1em 0 2em 0;
	border: 0px;
	padding: 20px 0px 0px 95px;

}

.appNumber .odometer
,.highlight
{
	color: #18febc;
	font-weight: 700;
	

}

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

.appNumber.singleButton{
	padding: 20px 65px 0;
}




/*****************
// -----------------
// LOGOS AREA 
// _________________
// *****************/
#providerlogos .contentContainer{
background-color: white;
width: 100%;
padding: 10px 0;
}

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



/*****************
// -----------------
// HOW AREA 
// _________________
// *****************/


.howArea {
	background-color: #0d19a3;
	padding: 90px 0px;
	margin: 0px;
}


.howArea h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #1effbc;
	text-align: center;
 	border: 0px;
 	margin: 0px;
 	padding: 0px 0px 40px 0px;	
}


.howArea .col {
	width: 100%;
	text-align: center;
	padding: 0px 20px;
    margin: 0px;
    text-align: left;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;

}

.howArea .col h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: -1px;
	color: #1effbc;
	padding: 0px 0px;
	margin: 0px;
}

.howArea .flexyItem {
	text-align:center;
}

.howArea .pageButtons {
	width: 100%;
	text-align: center;
	padding: 38px 0px 0px 0px;
	margin: 0;
	border: 0;	
}

.howArea .pageBut {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
	color: #0d19a3;
	padding: 14px 22px 12px 22px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #1effbc;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	
}

.howArea .pageBut:hover {
	color: #0d19a3;
	text-decoration: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	background: #83ffda;
	
}

.howArea .pageButtons span {
	width: 100%;
	display: block;
	text-align: center;
	padding: 8px 0px 0px 0px;
	color: #fff;
	margin: 0;
	border: 0;	
}

/*****************
// -----------------
// PEACE OF MIND AREA 
// _________________
// *****************/

.peaceOfMindSection {
	width: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 100px 0px 100px;
	text-align: left;
	position: relative;	
	background-color: #1effbc;
	font-size: 14px;
	line-height: 18px;
}

.peaceOfMindSection h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #0d19a3;
	text-align: center;
 	border: 0px;
 	margin: 0px;
 	padding: 0px 0px 20px 0px;	
}

.peaceOfMindSection h2 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #0d19a3;
	text-align: center;
 	border: 0px;
 	margin: 0px;
 	padding: 0px 0px 40px 0px;	
}



.peaceOfMindSection .ico {
	text-align: center;
	justify-content: space-between;
}

.peaceOfMindSection .ico .flexyItem {
	width: 250px;
	color: #0d19a3;
	padding: 0px 20px 0px 20px;
}

.peaceOfMindSection  img {
	width: 140px;
}


/*****************
// -----------------
// ABOUT AREA 
// _________________
// *****************/

.aboutSection {
	background-color: #fff;
	padding: 90px 0px 50px;
    margin: 0px;
    flex-direction: row-reverse;
}

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

.aboutSection h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #0d19a3;
	text-align: center;
 	border: 0px;
 	margin: 0px;
 	padding: 0px 0px 40px 0px;	
}

.aboutSection .col .txt {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 70px;
}

.aboutSection .pageButtons {
	width: 100%;
	text-align: left;
	padding: 38px 0px 0px 0px;
	margin: 0;
	border: 0;	
}

.aboutSection .pageBut {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
	color: #fff;
	padding: 14px 22px 12px 22px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #0d19a3;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	
}

.aboutSection .pageBut:hover {
	color: #fff;
	text-decoration: none;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	background: #2934bc;
	
}


/*****************
// -----------------
// FOOTER AREA 
// _________________
// *****************/
footer {
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: 'DM Sans', sans-serif;
	background-color: #0d19a3;
	
}

footer a {
	position: relative;
	display: inline-block;
	margin: 0px;
	outline: none;
	color: #1effbc;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
}

footer a:hover,
footer a:focus {
	outline: none;
	color: rgba(255,255,255,0.6);
}

.footerLogo {
	margin: 0px auto;
	padding: 0px 0px 2rem 0px;
	border: 0px;	
}

.footerLogo img {
	width: 290px;	
}

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

/*****************
// -----------------
// THANKYOU PAGE 
// _________________
// *****************/

.thankPage {
	margin: 0px auto;
	border: 0px;
	max-width: 40%;
	width: 40%;
	padding: 0px 0px;
	position: absolute;
	z-index: 50000;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}


.bg {
	/*
	background: url('../../../images/row4-bg.png');
	background-position: bottom left;
	*/
	background-image: none;
	background-repeat: no-repeat;background-color: rgba(255, 255, 255, 1);

}


.sliding-background {
  background: url("../../../images/lender-bg.jpg") repeat-x;
  height: 100%;
  width: 10076px;
  animation: slide 60s linear infinite;
}



@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}
 
.logo.thankPageImg {
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 30px 0px 30px 0px;
	display: block;
	
}

.logo.thankPageImg img {
	width: 425px; 
	text-align: center;
	margin: 40px auto;
	border: 0px;
	padding: 0px 0px 10px 0px;
}



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


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


.TxtThree {
	color: #121ba1;
	font-weight: 700;
	font-size: 48px;
	line-height: 43px;
	padding: 0px 0px 30px 0px;
	margin-top: 0px;
	text-align: center;
}

.formTextBubble{
	font-size: 26px;
    color: white;
}

/* Cookie Popup */

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

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

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

.optInText{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 20px 150px 0px 150px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
	
.optInText a{
	color: #83ffda;
}

#formFakeProcessingPage {
	z-index: 9999999 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/*---- autoHideText form processing page ----*/
#formFakeProcessingPage .providerBackgroundContainer,
#formFakeProcessingPage .providerBackgroundContainerFaded {
	background-size: contain;
}

#formFakeProcessingPage .formIntro h1 {
	color: #fff;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 0px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
}

#formFakeProcessingPage .loaderImageInline img {
	margin: 45%;
}
/*--------*/

.providerBackgroundContainer, .providerBackgroundContainerFaded {
	position: fixed !important;
	z-index: -1 !important;
	top: 0;
	left: 0;
	background: #0d19a3 url(../../../images/thankbg-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	color: #fff;
	height: 100vh;
	width: 10076px;
	background-size: 500px;
}

.providerBackgroundContainerFaded {
	filter: blur(2px) opacity(0.5);
}

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

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

.waitIco{
	position: absolute;
	width: 27px;
	height: 27px;
	margin: 0px auto;
	top: -11px;
	right: -10px;
	display: inline-block;
	font-size: 26.1px;
	color: #17e1b2;
	padding: 1px 0px 0px 1px;
	border: 2px solid #0d19a3;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 5;
	line-height: 27px;
}
.textRotation{
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #000;
	border: 0px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.declinePageContainer {
    min-height: 30vh;
    margin: 10vh auto;
    color: #fff;
}

.declinePageText {
    font-size: 24px;
}

.GenericPage .logo.onlyHeaderContent img{
	width: 425px;
	text-align: center;
	margin: 40px auto;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.successHeadingName{
	color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 43px;
    padding: 0px 0px 30px 0px;
    margin-top: 0px;
    text-align: center
}

.successHeadingName.whiteText{
	color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    line-height: 43px;
    padding: 0px 0px 30px 0px;
    margin-top: 0px;
    text-align: center
}

.successHeadingTextLarge{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	margin-top: 0px;
	text-align: center;
}
.successHeadingTextLarge.whiteText{
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	margin-top: 0px;
	text-align: center;
}
.successHeadingName.mediumWhiteText{
	color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    padding: 0px 0px 20px 0px;
    margin-top: 0px;
    text-align: center;
}
.successHeadingText{
	color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
	text-align: center;
}
.successHeadingText.whiteText{
	color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
	text-align: center;
}
.successHeadingText.mediumWhiteText{
	color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    text-align: center;
}
.successHeadingText.smallWhiteText{
	color: rgb(255, 255, 255);
	font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.successHeadingText.mortgageText{
	font-family: 'Poppins', sans-serif;
    display: block;
    color: #18febc;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -1px;
    padding-top: 0px;
	animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
} 

.formArea .has2Children {
	width: 500px;
}

.formArea .has3Children {
	width: 700px;
}

/* --- Not Eligible Page --- */
.notEligibleIntro {
	font-family: 'Poppins', sans-serif;
	display: block;
	font-size: 43px;
	line-height: 56px;
	letter-spacing: 0px;
	color: #1f536a;
	text-align: center;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.notEligibleText {
	font-family: 'DM Sans', sans-serif;
	display: block;
	font-size: 24px;
	line-height: 42px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

.notEligibleButton {
	display: inline-block;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: capitalize;
	box-sizing: border-box;
	color: #fff;
	margin: 0px;
	border: 0px solid #fdc037;
	padding: 19px 29px 17px 39px;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: background-color 400ms ease-out;
	-moz-transition: background-color 400ms ease-out;
	transition: background-color 400ms ease-out;
	background: #ff3c00;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.30);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.30);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.30);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.notEligibleImage{
	padding: 40px 0 10px;
}

.mintupPage {
    position: fixed !important;
    z-index: 0 !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
	background: #f8f9fa;
}

.mintupPage .onlyHeaderContent {
	width: 630px;
	margin: 60px auto 0;
}

.mintupPage .successHeadingText {
	width: 630px;
	color: #333E5F;
	margin: 0 auto;
}

.mintupPage .successHeadingText.uspWrapper {
	width: 630px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	border: 0px;
}

.mintupPage .successHeadingText.uspWrapper i{
	color: #95d0ac;
}

.summaryLogo {
	text-align: center;
}

.summaryLogo img {
	width: 425px;
	text-align: center;
	margin: 40px auto;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.summaryPageHeader {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.summaryPageHeaderSub {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 220px 16px 220px;
}

.summaryPageHeaderSub span {
	color: #18febc;
}

.summaryContainer {
	display: block;
	width: 670px !important;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #e0e0e0 50%, #f2f2f2 50%, #f4f4f4 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#e0e0e0 50%,#f2f2f2 50%,#f4f4f4 100%);
	background: linear-gradient(135deg, #ffffff 0%,#e0e0e0 50%,#f2f2f2 50%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
	-webkit-box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 0px solid #fff;
	padding: 30px 20px;
	margin: 0px auto 20px;
	box-sizing: border-box;
	color: #000;
}

.summaryHeader {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #0d19a3;
	text-align: center;
	margin: 0px 0px 10px 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

.summaryRow {
	display: flex;
	justify-content: space-between;
	margin: 10px 0px 0px 0px;
	border: 2px solid #0d19a3;
	padding: 0px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
}

.summaryRow div:first-child {
	text-align: left;
	background: #0d19a3;
	font-weight: 700;
	border-right: 2px solid #d4d4d4;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.summaryRow div:last-child {
	text-align: right;
	font-weight: 600;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	border: 0px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 7px;
}

.summaryRow div {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.summaryValue {
	text-align: right;
	color: black;
	width: calc(100% - 77px);
	max-height: 100%;
	display: inline !important;
	position: relative;
	font-size: 17px;
	font-weight: bold;
}

.summaryRow div.arrow {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	z-index: 1000;
	padding: 0px;
	border: 0px;
}

.summaryRow div.arrow img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	padding: 0;
	border: 0;
}



div.summaryRow:before {
	content: "";
	background-image: url(../../../images/summary-arrow.svg);
	background-repeat: no-repeat;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	width: 30px;
	height:30px;
	position: absolute;
}

.bigInput {
    width: 60%;
    height: 55px;
    font-size: 22px;
    vertical-align: top;
    background: #fff;
    padding: 0px 0px 0px 20px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    box-sizing: border-box;
}

.softSearchHighlight {
    padding-top: 5px;
    color: red;
}

.sms-validation-resend {
	color: #1effbc;
    cursor: pointer;
}

.resent-code-msg {
	color:white;
}