/*--- Layout ---*/
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;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
}

.formBodyBackground{
  min-height: 100vh;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: -webkit-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: linear-gradient(135deg, #424596 0%, #ca4560 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#424596",
      endColorstr="#ca4560",
      GradientType=1
    );
}

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

.fieldValidationError {
  text-align: center;
  color: red;
  margin: 5px auto 0;
  display: block;
}

.addressSearch .fieldValidationError {
  position: relative;
  z-index: 999;
}

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

.gradient {
  filter: none;
}

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

.contentContainer.leveldown {
  width: 1100px;
  margin: 0px auto;
  border: 0px;
  padding: 60px 0px;
}

.left {
  text-align: left;
}

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

.right {
  text-align: right;
}

:focus {
  outline: 0;
}

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

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

.flexyDivider {
  flex-basis: 5px;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

iframe {
    display: none;
}

.hidden {
    display: none !important;
}

.hiddenForOneSecond {
    -webkit-animation: hiddenForOneSecond 0s 1s forwards;
    animation: hiddenForOneSecond 0s 1s forwards;
    visibility: hidden;
}
@keyframes hiddenForOneSecond {
    to   { visibility: visible; }
}
@-webkit-keyframes hiddenForOneSecond {
    to   { visibility: visible; }
}

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

.flexyLineBreak {
  flex: 0 0 100%;
	width: 100%;
  height: 10px;
}

.paddingTop10 {
  padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingTop60 {
    padding-top: 60px;
}

.paddingBottom60 {
    padding-bottom: 60px;
}

.roundedBottom {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}


.roundedtop {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.marginTopMinus30 {
  margin-top: -30px;
}

.whiteBackground {
  background: white;
}

.width100Percent {
    width: 100%;
}

.widthPercent100 {
    width: 100%;
}

/*--- Header ---*/

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

header .flexyItem {
    align-self: center;
}

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

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

.secure {
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
  color: #fff;
  margin: 0px;
  border: 0px solid #fff;
  text-decoration: none;
  padding: 15px 20px 13px 20px;
  -webkit-appearance: none;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #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;
}
/*--- Slider ---*/
.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: 7px;
	top: -21px;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
}

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


.sliderButton:hover{
  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;
}

.textHighlightColour{
  color: #f74169;
  display: block;
  padding: 10px;
  font-weight: 600;
}

.formfieldHeader .textHighlightColour{
  display: inline;
  padding: 0;
}

/*--- SPLASH AREA ---*/
#splashArea {
  display: block;
  min-height: 694px;
  box-sizing: border-box;
  text-align: center;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px;
  position: relative;
  background: url(../../../images/splash-bg3.jpg) no-repeat center left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.formBodyBackground #splashArea {
  margin: 0px;
  padding: 30px 0 0;
  position: relative;
  background: unset;
  z-index: 3;
}

#splashArea .splashSmlTxtTwo a:link, #splashArea .splashSmlTxtTwo a:visited {
  color: #ffdb4c;
  text-decoration: underline;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 98%;
  z-index: 0;
}

#splashArea .splashLeft {
  width: 20vw;
  height: 90%;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  background: url("resources/images/ins-left.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: 20vh;
  left: 1%;
  z-index: 1;
}

#splashArea .splashRight {
  width: 20vw;
	height: 90%;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
  background: url("resources/images/ins-right.svg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	position: absolute;
	top: 20vh;
	right: 1%;
}

#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.4) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#splashArea h1 {
  width: 730px;
  display: block;
  font-size: 45px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  margin: 0px auto;
  border: 0px;
  padding: 50px 0px 20px 0px;
  position: relative;
  z-index: 5;
}

.formBodyBackground #splashArea  h1 {
  padding: 0px 0px 20px 0px;
}

#splashArea.formSplashArea h1.sml {
  margin-top: -10px;
  padding-top: 0px;
}

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

#splashArea h1.lrg span, .formSplashArea h1 span{
    color: #ffdb4c;
}

#splashArea h2 {
  display: block;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 50px 0px;
}

#splashArea h2 span {
  color: #ffdb4c;
}

.splashButtonContainer{
  width: 1000px;
  margin: auto;
}

#splashArea .splashBullet {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  text-align: left;
  color: #c5faff;
  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 .splashBullet.lrg{
  font-size: 28px;
  line-height: 38px;
}

.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 .contentContainer {
  position: relative;
  z-index: 1;
}


#splashArea h1 .highlight{
  color: #ffdb4c;
}

/*--- Loader ---*/
.formLoaderOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
}

.no-js .formLoaderOverlay {
  display: none;
}

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

#formFakeProcessingPage .lenderBackgroundContainer {
  background-size: contain;
}

#formFakeProcessingPage .formIntro h1 {
  color: #424593;
  font-weight: 600;
  padding: 20px;
  font-size: 34px;
}

#formFakeProcessingPage .formIntro {
  margin-top: 120px;
}


.processing {
  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 {
  display: block;
	position: absolute;
	left: calc(50% - 95px);
	top: calc(50% - 70px);
	width: 190px;
	height: 190px;
	margin: 0 0 0 0;
	z-index: 11;
	font-size: 33px;
}

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

.letsTxt {
  display: block;
   position: absolute;
   left: calc(50% - 400px);
   top: calc(50% - 250px);
   width: 800px;
   height: 90px;
   margin: 0 0 0 0;
   z-index: 11;
   font-size: 43px;
 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: calc(50% - 50px);
	width: 250px;
	height: 250px;
	margin: -125px 0 0 -125px;
	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: #ffb71d;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.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: #de2eb6;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.formLoaderOverlay .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #424591;

  z-index: 10;
}

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

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

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

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

.loaderInlineBox .loaderImageInline {
    margin: -15px 0 0 0;
}
.loaderInlineBox .loaderImageInline img {
    width: 200px;
    height: 200px;
    margin: 110px 45px;
}

.loaderInlineBox #loaderInline {
    width: 250px;
    height: 250px;
    margin: -75px 0 0 -135px;
}

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

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

/**THAK YOU PAGE**/
.thankYouArea, .declinePage{
  min-height: 70vh;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: -webkit-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: linear-gradient(135deg, #424596 0%, #ca4560 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#424596",
      endColorstr="#ca4560",
      GradientType=1
    );
}

#splashFormContainer.thankBg {
  background-image: url("resources/images/thankyou-bg.svg");
  background-size: 226px;
  background-repeat: no-repeat;
  background-position: 96% 90%;
  z-index: 2222;
}
.thankYouArea .flexyContainer .flexyItem {
    margin: 0px auto;
}

.thankYouBlock {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0px auto 30px;
  background: #424593;
  border: 0px solid #b6c4ee;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

#splashFormContainer ul {
  list-style: none;
  text-align: left;
  padding: 0px 240px 0px 0px;
  margin: 0px;
  border: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}

#splashFormContainer li {
  display: inline-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;
}

.thankYouBg {
  width: 100%;
  height: 90% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  background-size: 2000px;
  overflow: hidden;
  background-position: -30% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}

/**LOGO ROW AREA **/

#logosArea {
  display: block;
  text-align: center;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 60px 0px;
  position: relative;
  background: #f0f0f0;
}

#logosArea h1 {
  display: block;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  padding: 20px 30px 0px 0px;
}

#logosArea .flexyContainer {
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}


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

.pageButton, .pageButton2 {
  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: 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);
}

.pageButton:hover,
.pageButton2: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.blu,
.pageButton2.blu{
  background: #424591;
}
.pageButton.blu:hover,
.pageButton2.blu:hover{
  background: #6a6ecd;
}

/**LEVEL DOWN PAGE ELEMENTS**/
.headerRibbon {
  background: #f64269;
  text-align: center;
  color: white;
  line-height: 2;
}
#headerRow {
  display: block;
  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 40px 0px;
  position: relative;
  background: #424596;
  background: -moz-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: -webkit-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: linear-gradient(135deg, #424596 0%, #ca4560 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#424596",
      endColorstr="#ca4560",
      GradientType=1
    );
}

#headerRow h1 {
  display: block;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  border: 0px;
  padding: 10px 0px 0px 0px;
}

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

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

/*--- Processing page ---*/
.formIntro, .waitInfoTxt {
    text-align: center;
}

.formIntro {
  color: #424593;
  font-weight: 600;
  padding: 20px;
}

.waitInfoTxt {
    display: block;
    width: 450px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    border: 2px solid black;
    padding: 7px 20px 7px 7px;
    margin: 70px auto;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    border: 0px;
    background: #7175e1;
}

.transparentBackground{
	background: transparent;
}

.middlePageContent > .allowInherit{
	padding-top: 120px;
	width: 800px;
	margin: auto;
}

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

/*--- Form Layout ---*/
.boxed {
  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: 0px auto 20px;
}

.boxedSplit {
    width: 670px;
}
.boxedSplitStart {
    margin: 0px auto 0px;
    padding-top: 30px;
    position: relative;
}

.boxedSplitMiddle {
    margin: -30px auto 0px;
    position: relative;
}

.contentContainer.formAreaContainer {
    padding-bottom: 1%;
}

form .flexyContainer {
    padding-top: 5px;
    margin: 0px auto;
    justify-content: center;
    flex-wrap: wrap;
}

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

.infoIco img {
  width: 30px;
}

.extraText {
  float: right;
  cursor: pointer;
}

/*--- Form Typography ---*/

#splashArea .formfieldHeader {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #424595;
  text-align: center;
  border: 0px;
  padding: 0px;
  margin: 0px auto 10px;
}
#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 30px;
}

#splashArea .splashSmlTxtTwo {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  border: 0px;
  padding: 0px 160px;
  margin: 0px auto 10px;
}

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


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

#splashArea .fieldInfoTxt.errorMessage{
  border: 2px solid red;
  margin: 20px 20px 0px;
}

/*--- Progress Meter ---*/
.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: 0px 0px 10px 0px;
}

.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 #9374db;
  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: #4caf50;
}

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

.meter > progress::-webkit-progress-value{
	background: #4caf50;
	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: #4caf50;
	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: #4caf50;
	position: relative;
	overflow: hidden;
}

/*--- Form buttons ---*/
button.fancyFormButtonV1 {
  width: 100px;
  height: 59px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  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;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #424595;
  border: 2px solid #424595;
}

button.fancyFormButtonV1.checked {
  color: #fff;
  background: #7175e1;
  border: 2px solid #7175e1;
}

button.fancyFormButtonV1:focus {
  color: #fff;
  background: #7175e1;
  border: 2px solid #7175e1;
}

button.fancyFormButtonV1:hover {
  color: #fff;
  background: #7175e1;
  border: 2px solid #7175e1;
}

button.squareFormButton {
  width: 100%;
  height: 99px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  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;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #424595;
  border: 2px solid #424595;
}

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

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

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

.appButtonWrapper {
  padding: 26px 0px 0px 0px;
  text-align: center;
  margin: 0px auto;
}

button.formButton {
  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: 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);
}

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);
}
/*--- Form Inputs ---*/
.inputContainer {
  position: relative;
  z-index: 1;
  display: block;
  width: 400px;
  height: 55px;
  margin: 0px auto;
  vertical-align: top;
  background: #fff;
  padding: 0px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

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

.inputField:focus {
  outline: none;
}

.inputLabel {
  display: inline-block;

  color: #646464;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

/* Akira */
.inputContainerAkira{
  margin-top: 1em;
}

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

.inputLabelAkira {
  padding: 0;
  width: 100%;
  background: transparent;
  font-family: "Poppins", sans-serif;
  color: #646464;
  font-size: 16px;
  cursor: text;
  /* opacity: 0.3; */
}

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

.inputFieldAkira:focus + .inputLabelAkira,
.inputFilled .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);
}

/*--- Form ESB Email ---*/
#esb-email.flexyContainerWithWrap {
    justify-content: center;
}

#esb-email .flexyDivider {
    flex-basis: 45px;
}

#esb-email .flexyItem {
    padding-bottom: 5px;
}

/*---- Form Modal ---*/
#externalProcessingModal.iziModal, .iziModal-wrap{
    border-radius: 15px !important;
}

#externalProcessingModal .iziModal-content {
    border-radius: 15px;
    background: #424596;
    background: -moz-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
    background: -webkit-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
    background: linear-gradient(135deg, #424596 0%, #ca4560 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#424596",
        endColorstr="#ca4560",
        GradientType=1
      );
}

#externalProcessingModal .iziModal-content img {
    width: 100px;
    top: 100px;
    position: relative;
}

#externalProcessingModal .title {
  padding-top: 150px;
  color: white;
}

/* || 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 .closeButton:hover, .modalishPopup .closeButton:hover{
	cursor: pointer;
}

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



/*****************
// -----------------
// SUBSCRIBE ROW AREA
// _________________
// *****************/

#subscribeRow {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 90px 0px;
	position: relative;
	background: #f74169;
	color: #fff;

}

#subscribeRow h1 {
	display: block;
	font-size: 28px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

#subscribeRow .input {
	position: relative;
	z-index: 1;
	display: block;
	width: 400px;
	height: 55px;
	margin: 0px 10px 0px 0px;
	border: 0px;
	vertical-align: top;
	background: #fff;
	padding: 0px 0px 0px 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;

}

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

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

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

#subscribeRow .flexyContainer {
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}


.appNumber {
	display: block;
	font-size: 26px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0px auto;
	border: 0px;
	padding: 50px 0px 0px 0px;
}

.appNumber .odometer {
	color: #ffdb4c;
	font-weight: 700;
	display: inline;

}

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

.odometer-inside {
  display: contents;
}


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

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

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

/*****************
// -----------------
// UNSUCCESSFUL PAGE
// _________________
// *****************/

.declinePage .flexyContainer {
  display: block;
}

#splashArea.declinePage {
  padding-top: 20px;
}
.unsucImg img {
	width: 300px;
	position: relative;
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 20px;
}

/**FOOTER AREA ***/

footer {
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #424596;
  background: -moz-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: -webkit-linear-gradient(-45deg, #424596 0%, #ca4560 100%);
  background: linear-gradient(135deg, #424596 0%, #ca4560 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#424596",
      endColorstr="#ca4560",
      GradientType=1
    );
}

footer .footerLogo {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 2rem 0px;
}

footer .footerLogo img {
  width: 180px;
  margin: 0px auto;
  padding: 0px;
}

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

.formBodyBackground footer{
  background: transparent;
}

.slickCarousel .contentContainer{
  width: 100%;
  padding: 10px 0;
}

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



#whatis{
    background: url(../../../images/bg7b.jpg) no-repeat top center fixed;

  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #383838;
  padding-bottom: 60px;
}

.whatIsImgContainer {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px 50px 0px 0px;
}

.whatIsImgContainer img {
  margin-top: 25px;
	min-width: 100px;
}

#whatis h2 {
	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;
}

#whatis h3 {
  display: block;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f74169;
  text-align: left;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 10px 0px;
}

h1.whatIsHeader {
  display: block;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #f74169;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 auto;
}



h2.whatIsHeader, #whatis h2{
  display: block;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #7175e1;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 10px 0px;
}

.whatIsButtonWrapper {
  padding: 26px 0px 0px 0px;
}

.whatIsIconWrapper {
  margin: 0 15px;
}
.whatIsTextWrapper {
  margin: 0 15px;
}

#whatis .ico2 {
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

#whatis .ico2 img {
	height: 150px; margin: 0px auto;
}

#whatis .flexyItem:nth-child(odd) p span{
	color: #7175e1;
	font-weight: 700;
}

#whatis .flexyItem:nth-child(even) p span{
	color: #f74169;
	font-weight: 700;
}
.noBox{
  width: 1100px;
  margin: 0 auto;
}

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

.showOnPopulate{
  display: none;
}


#rowoflogos {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 25px 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;
}

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

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

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


/*****************
// -----------------
// 3 STEPS ROW AREA
// _________________
// *****************/

#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 h2 {
	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 {
  width: 30%;
	padding: 0px 20px
}

#stepsRow .ico {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 30px 0px;
}

#stepsRow .flexyItem img {
	height: 150px;
	margin: auto;
}

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

/*****************
// -----------------
// MUCH AREA
// _________________
// *****************/

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

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

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

}
#whyUse .ico2 {
	display: block;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#whyUse img {
	height: 190px; 
  margin: 0px auto;
}

#whyUse .flexyItem:nth-child(odd) p span{
	color: #7175e1;
	font-weight: 700;
}

#whyUse .flexyItem:nth-child(even) p span{
	color: #f74169;
	font-weight: 700;
}

/*****************
// -----------------
// ABOUT US ROW AREA 
// _________________
// *****************/
.aboutUs {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 60px 0px 30px;
  position: relative;
  background: url(../../../images/bg7b.jpg) no-repeat top center fixed;
}

.aboutUs h2 {
  display: block;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #7175e1;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 10px 0px;
}

.aboutUs h3 {
  display: block;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f74169;
  text-align: left;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  padding: 20px 0px 10px 0px;
}


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

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

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

.aboutUs table.grey td, .aboutUs table.grey th {
	border: 1px solid #AAAAAA;
	padding: 12px !important;
}

.aboutUs table.grey th {
	background-color: #5c5c5c;
	color: #fff;
}



.aboutUs table.prosCons {
	border-radius: 8px;
	background-color: #eee;
	color: #000;
	border: 0px solid #1C6EA4;
}

.aboutUs table.prosCons th {
	background-color: #ebebeb;
	color: #000;
	border: 0px solid #dfdfdf;
	padding: 12px 12px 0px 12px !important;
	text-align: center;
	font-size: 22px;
}

.aboutUs table.prosCons th .cross {
	color: #ff0030;
	
}

.aboutUs table.prosCons th .tick {
	color: #00d87f;
	
}

.aboutUs table.prosCons td {
	vertical-align: top;
	border: 0px solid #dfdfdf;
	padding: 22px !important;
}

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

/*****************
// -----------------
// aboutArea
// _________________
// *****************/

#aboutsummary {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 80px 0px 80px 0px;
  position: relative;
  color: #fff;
}

#aboutsummary > .contentContainer{
  position: relative;
}

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

#aboutsummary .ico {
  display: block;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 20px 0px;
}

#aboutsummary .pageButtonWrapper {
  padding: 20px 0px 0px 0px;
}

#aboutsummary .ico img {
  height: 180px;
}

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

#aboutsummary .body {
  width: 600px;
}

#aboutsummary .flexyContainer .flexyItem {
  max-width: 600px;
  margin-left: 20px;
}

#aboutsummary p, #whatis p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*****************
// -----------------
// SUCCESSFUL PAGE
// _________________
// *****************/

.outcomePage {
	display: block;
	min-height: 654px;
	box-sizing: border-box;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px;
	position: relative;
	background-color: #d8feff;
	background: url(../../../images/bg6.jpg)no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	height: 100vh !important;
	min-height: 100% !important;
	overflow: hidden;
  }
  
  
.outcomePage .successPageContentContainer {
	width: 700px;
	margin: 0 auto;
}

.outcomePage .GenericPage {
	width: 630px;
	box-sizing: border-box;
	margin: 0 auto;
}

.outcomePage .formIntro {
	margin: 0px;
	border: 0px;
	padding: 0;
	width: unset;
	display: block;
}

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

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

.outcomePage .successImg {
	width: 300px;
	margin: 0 auto;
	padding-top: 40px;
}

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

.outcomePage .reference span {
	display: block;
	color: #ffde00;
	font-size: 32px;
	font-weight: 700;
}
  
.outcomePage .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;
}
  
.outcomePage .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;
}

.outcomePage .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: #ffde00;
}

.declinePage h1 {
    display: block;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    border: 0px;
    padding-top: 50px;
    padding-bottom: 15px;
}
/* Summary Page */
.summaryLogo {
  display: block;
  margin: 0px auto;
  border: 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
}

.summaryLogo img {
	width: 240px;
}

.summaryPageHeader {
  display: block;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  border: 0px;
  padding: 16px 0px 16px 0px;
}

.summaryPageHeaderSub {
  display: block;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .5px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0px;
  border: 0px;
  padding: 0px 220px 16px 220px;
}

.summaryPageHeaderSub b {
	color: #ffde00;
}

.summaryHeader {
	display: block;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f74169;
	text-align: center;
	font-weight: 500;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

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

.summaryRow div {
	width: 50%;
	padding: 10px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	
}

.summaryRow div:first-child {
	text-align: left;
	background: #eee;
	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;
	-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;
	
}

.summaryRow div.arrow {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	width: unset;
	padding: 0;
}


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

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

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

.userAvatar .textForm{
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
  background-color: #ff7800;
  border-radius: 50%;
  box-sizing: content-box;
  cursor: inherit;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  outline: none;
  overflow: hidden;
  position: static;
  border: none;
  margin: 2px;
  padding: 0px;
  transition: all 275ms ease-in-out;
  font-size: 20px;
  color: #fff;
}

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