/*--- Layout ---*/
body {
  width: 100%;
  min-height: 100vh;
  text-align: left;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
}

body.formPage {
  background-color: #fec32b;
}

p
{
  margin:1em 0;
}

.formBodyBackground {
  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
      );
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.showOnPopulate {
  display: none;
}

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

.fieldValidationError {
  color: red;
}

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

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

.StaticText table {
	word-break: normal;
}

.StaticText figure.table {
	overflow: auto;
}

.StaticText .flexyItem {
	width: 100%;
}

.StaticText header .flexyItem {
	width: unset;
}

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

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

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

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

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

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

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

.marginBottom60 {
  margin-bottom: 60px !important;
}

.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;
}
/*--- SPLASH AREA ---*/
#homeUspArea
{
  background:url(resources/images/splash-bg3.jpg) 50% 50% no-repeat;
  background-size:cover;
  color:#fff;
}

#splashArea.form {
  background-size:cover;
  text-align:center;
  position: relative; 
  overflow: hidden; 
  min-height: 500px; 
  background-color: #FDBD2C; 
  background: #FDBD2C linear-gradient(105deg, #ffda1fd4 0%, #FDBD2C 100%); 
  color: #000;
}

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

.formOuterContainer { 
  margin-top: 45px; 
  z-index:99; 
}

/* Porthole */
.porthole {
  border-radius: 120px; 
  width: 250px; 
  height: 250px; 
  overflow: hidden;
  margin: 0 auto 50px auto;
  background-color: #000;
}

.porthole img {
  width: 75%; 
  height: 80%;
  margin:auto;
  margin-top:18px;
}

#homeUspArea #formQuestion .virtualPageContainer .virtualSection.hideOutsideMainForm {display: none !important;}
#homeUspArea #formQuestion .virtualPageContainer .virtualSection.displayOutsideMainForm {display: block !important;}

#splashArea.form a
{
  color: #000;
}

.optInText
{
  font-size:0.8em;
  color: #000;
}

optInText a { 
  text-decoration: underline; 
  color: #000;
}

#splashArea.form .card
{
  color:#000;
}

#splashArea .formIntro { 
  text-transform: uppercase; 
  font-size: 4rem; 
  line-height: 3.8rem; 
  width: 770px;
}

.smallFormText { 
  text-shadow: none; 
  color: #000;
}

#splashArea.form h1
{
  text-transform: uppercase; 
  font-size: 4rem; 
  line-height: 3.8rem; 
  width: 770px;
  color: #000;
}

#splashArea.form h2
{
  font-size:32px;
  line-height:36px;
  color: #000;
}

#splashArea.form h1 span
,#splashArea.form h2 span
{
  color: #000;
}

#homeUspArea #formQuestion .virtualSection
{
  display:none !important;
}

#homeUspArea #formQuestion .virtualSection:last-of-type
{
  display:block !important;
}

#homeUspArea #formQuestion
{
  position: fixed;
  z-index: 4;
  top: -100%;
  left: 0;
  right: 0;
  height: 120px;
  display: flex;
  transition: top 0.3s;
  justify-content: space-around;
  background: #1d4d76;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 43%);
  color: #fff;
}

#homeUspArea #formQuestion form
{
  margin:1em 0;
}

#homeUspArea #formQuestion form .formfieldHeader
{
  font-weight:600;
}

#homeUspArea #formQuestion form .formfieldHeader::before
,#formPageForm .intersect.intersecting .formfieldHeader::before
{
  content:"1. ";
  color:#00deff;
}

#homeUspArea #formQuestion form button
{
  background-color:#fff;
  color:#000;
}

#homeUspArea #formQuestion form button:hover
,#formPageForm .intersect.intersecting button.squareFormButton:hover
{
  background-color:#00deff;
  border-color:#00deff;
}

#homeUspArea #formQuestion button.squareFormButton
{
  height:auto;
  font-size: 0.8em;
  padding: 10px 0;
}

#homeUspArea #formQuestion .flexyLineBreak
,#homeUspArea #formQuestion .flexyDivider
,#formPageForm .intersect.intersecting .fieldInfoTxt
{
  display:none;
}

#homeUspArea #formQuestion .flexyItem
{
  margin:0 0.5em;
}

#homeUspArea #formQuestion .flexyContainer
{
  margin-left:-0.5em;
}

#formPage #formQuestion.visible
{
    top:0;
}

#homeUspArea > .contentContainer
{
  background:url(resources/images/splash-pic.png) 100% 50% no-repeat;
  background-size:55%;
}

#splashArea {
  display: block;
  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0 0 60px 0;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 694px;
}

.declineBodyBackground {
  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
      );
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.declineBodyBackground #splashArea{
  min-height: 100vh;
  background-image: unset;
}

.formBodyBackground #splashArea{
  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
      );
}

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

.formBodyBackground #splashArea.formSplashArea {
  margin: 30px 0 0;
  padding: 30px 0 0;
}

.formBodyBackground #splashArea.formSplashArea h1 {
  width: 1000px;
  font-size: 45px;
  line-height: 52px;
  margin: 0 auto;
}

.formBodyBackground #splashArea.formSplashArea h2 {
  font-size: 30px;
}

.formBodyBackground footer {
  background: transparent;
}

#splashArea.formSplashArea .splashLeft {
  display: none;
}

#splashArea.formSplashArea .splashRight {
  display: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -60px;
  z-index: 0;
}

#splashArea .splashLeft {
  width: 662px;
  height: 450px;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  overflow-x: hidden;
  background: url("resources/images/epos-left.svg");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 120px;
  left: 50px;
}

#splashArea .splashRight {
  width: 561px;
  height: 580px;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  background: url("resources/images/epos-right.svg");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  right: 0px;
}

#splashArea h1 {
  display: block;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
  border: 0px;
}

#splashArea h1.lrg
,#splashArea h1
{
  display: block;
  font-size: 58px;
  line-height: 77px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  margin: 0px auto;
  border: 0px;
  padding: 60px 0px 20px 0px;
  position: relative;
  text-align:center;
  width:auto;
}

#homeUspArea #splashArea h1
{
  text-align:left;
  width: 610px;
  display:inline-block;
  background:url(resources/images/marketing.svg) 0 50px no-repeat;
  background-size:80px 80px;
  padding-top:120px;
}

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

#splashArea h2 {
  display: block;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  padding: 0;
  position: relative;
  z-index: 5;
}

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

.txt-rotate > span
{
  border-right: 0.08em solid #fff;
}

#splashArea ul
{
  padding-left:0;
}

#splashArea .splashBullet
,#splashArea li
{
  display: 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: 25px;
}

#splashArea .formIntroBullets .splashBullet {
  color: #fff;
}

.formIntroBullets > ul {
  margin-top: -1em;
}

#splashArea .splashBullet.lrg {
  font-size: 28px;
  line-height: 38px;
  background: url("resources/images/splash-bullet.svg");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  position: relative;
  z-index: 5;
}

.splashButton
,.button
{
  display: inline-block;
  position: relative;
  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
,.button: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: 996;
}

.ratesText {
  padding-top: 0px !important;
  font-size: 30px !important;
}
.ratesTextHighlight {
  display: inline-block !important;
  font-size: 40px !important;
  color: #31e4ff !important;
}

.formIntroTxt .ratesTextHighlight {
  color: #ffdb4c !important;
}

/*--- 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;
  color:#2e4586;
  font-weight:600;
  font-size:18px;
  line-height:22px;
}

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

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

#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% - 85px);
  top: calc(50% - 130px);
  width: 163px;
  height: 163px;
  margin: 0 0 0 0;
  z-index: 11;
  font-size: 33px;
  background:#fff;
  border-radius:100%;
  padding:35px;
}

.loaderImage img
{
  position:relative;
  top:8px;
}

.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/epos-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/epos-bg-right.jpg);
  background-position: 0% 0%;
  background-size: 100%;
  z-index: -5;
  margin-top:-4px;
}

/* 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:fixed;
  height: 300px;
  width: 300px;
  margin:0 auto;
  top:calc(50% - 150px);
  left:calc(50% - 150px);
}

.processing-thanks
,#splashArea .processing-thanks
{
  position:fixed;
  left:0;
  right:0;
  text-align:center;
  bottom:20%;
}

.loaderInlineBox .loaderImageInline img
,.processingPage .loaderInlineBox .loaderImageInline
{
  width:128px;
  height:106px;
  display:block;
  margin:0 auto;
  position:relative;
  top:50px;
}

.processingPage .loaderInlineBox .loaderImageInline
{
  background:url(resources/images/logo-ico.svg) 50% 50% no-repeat;
}

.processingPage .loaderInlineBox .loaderImageInline img
{
  display:none;
}

.loaderInlineBox #loaderInline {
  width: 250px;
  height: 250px;
  margin: -165px 0 0 -130px;
}

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

#externalProcessingModal #loaderInline
{
  top:42%;
}

#loaderInline:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f2e51c;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.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: #2e4586;
  -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**/

#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: #f74169;
  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 **/

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

#rowoflogosnoheading h1 ,
#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;
}

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

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

/*****************
// -----------------
// ABOUT US ROW AREA 
// _________________
// *****************/

#why {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 100px 0px 100px 0px;
  position: relative;
  background: #fff;
}

#why .flexyContainer {
  flex-direction: column;
}

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

#why h2.aboutUsHeaderBig{
  font-size: 48px;
  line-height: 43px;
}

#why 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: 10px 0px 0px;
}

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

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

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

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

#why table.grey th {
	background-color: #5c5c5c;
	color: #fff;
	text-align: center;
}

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

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

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

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

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

#why table.grey img {
	width: 30px;
	display: block;
	margin: 0px auto;
	text-align: center;
}

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

#compare {
  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;
  color:#fff;
  text-shadow:0px 0px 8px rgb(0 0 0);
}

#compare img
{
  max-width:150px;
  display:block;
  margin:0 auto;
}

#compare h1
,#why h1
,#what h1
,#benefits h1
,#types h1
,#cost h1
,#hire h1
{
  display: block;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 40px 0px;
}

#why h1
,#what h1
,#benefits h1
,#types h1
,#cost h1
,#hire h1
{
  text-align:center;
  color:#4e4f58;
}

#why h2
,#what h2
,#benefits h2
,#types h2
,#cost h2
,#hire h2
{
  color:#5562eb;
  font-size:28px;
  font-weight:600;
  line-height:34px;
}

body > .allowInherit > section:nth-child(even)
{
  background-color:#f3f4fc;
}

#compare .flexyItem {
  width: 30%;
  padding: 0px 20px;
}

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

#compare .flexyItem img {
  height: 150px;
}

#compare h2 {
  display: block;
  color: #fff;
  border: 0px;
  padding: 0;
  margin:1em 0;
  font-size:1.2em;
  font-weight:700;
}

/**MUCH AREA **/

#muchRow {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 100px 0px 100px 0px;
  position: relative;
  background: #fff;
}

#muchRow ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 18px;
}
#muchRow ol li {
  margin: 0 0 0.9rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
#muchRow ol li::before {
  content: counter(my-awesome-counter);
  color: #ffdb4c;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  --size: 30px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: -2px;

  background: #7175e1;
  border-radius: 50%;
  text-align: center;
}

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

#muchRow .flexyItem {
  padding: 0px 20px;
}

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

#muchRow .ico {
  margin: 0px auto;
  border: 0px;
  padding: 0px 0px 30px 0px;
  text-align: center;
}

#muchRow .ico img {
  height: 150px;
  margin: 0px auto;
}

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

#muchRow h2 span.purp {
  color: #7175e1;
  font-weight: 700;
}

#muchRow h2 span.coral {
  color: #f74169;
  font-weight: 700;
}

#servicelogos, #servicelogosform
{
  background:linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size:400% 400%;
  animation:gradient 15s ease infinite;
}

#servicelogosform {
  padding: 10px 0px; 
  background: #ffffff;
}
#servicelogosform .icons { 
  -webkit-filter: grayscale(1) invert(1); 
  filter: grayscale(1) invert(1); 
  height: 100px; 
}

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

.pageButton {
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  box-sizing: border-box;
  color: #fff;
  margin: 0px;
  border: 0px solid #fff;
  text-decoration: none;
  padding: 26px 40px 22px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #f74169;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.pageButton:hover {
  color: #fff;
  background: #484594;

  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.pageButton.blu {
  background: #424591;
}
.pageButton.blu:hover {
  background: #6a6ecd;
}

/**LEVEL DOWN PAGE ELEMENTS**/
.headerRibbon {
  background: #f64269;
  text-align: center;
  color: white;
}

#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 {
  display:inline-block;
  max-width: 50%;
}

/*--- 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
,.processingBackground
{
  position: fixed !important;
  z-index: -1 !important;
  top: 0;
  left: 0;
  background: url("resources/images/lender-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;
}

#homeUspArea .boxed
{
  width:auto;
  background-color:transparent;
  box-shadow:none;
  padding:0;
}

.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%;
  z-index: 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: #000;
  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 10px;
}

#splashArea .splashSmlTxtTwo {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  border: 0px;
  padding: 0px 220px 20px;
  margin: 0px auto 0px;
  position: relative;
  z-index: 8000;
}

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

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

/*--- Progress Meter ---*/
.meterTxt {
  display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin: 1em 0;
  border: 0px;
  padding:0;
}

.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;
  border-radius: 99px;
  border: 2px solid #000; 
  background: #000;
  position: relative;
  margin: -6px auto 0;
  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:hover { 
  border: 2px solid #000; 
  background: #333; 
}

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

#splashArea.form .meterBut a
{
  color: #9374db;
}

.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 {
  position: relative;
  background: transparent;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  border: 2px solid #000;
  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: 16px;
  color: #000;
}

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

.meter > progress::-webkit-progress-value {
  background: #000;
  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: #000;
  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;
  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: #000;
  border: none;
  z-index: 1; 
  position: relative;
}

.inlineButtonContainer button.squareFormButton.checked,
button.squareFormButton.checked {
  color: #000; 
  background: #FDBD2C; 
  border: none;
}

.inlineButtonContainer button.squareFormButton:focus,
button.squareFormButton:focus {
  color: #000; 
  background: #FDBD2C; 
  border: none;
}

.inlineButtonContainer button.squareFormButton:hover,
button.squareFormButton:hover {
  color: #000; 
  background: #FDBD2C; 
  border: none;
}

.inlineButtonContainer {
  flex-wrap: nowrap !important;
}

.inlineButtonContainer button.squareFormButton {
  width: 110px;
  height: 99px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0px 10px;
  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;
}

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

.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;
  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);
  background: #5CA436; 
  position: relative; 
  z-index: 99;
}

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

.progressForwardButton .fa-arrow-right:before, .progressBackButton .fa-arrow-left:before { 
  color: #FDBD2C;
}

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

/* 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;
  display:block;
  margin:0 auto;
}

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

/*****************
  // -----------------
  // 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: 30px 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: fixed !important;
  bottom:0;
  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: #f74169;
  color: #fff;
  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: -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
      );
}

#footerFormPage { 
  background: #FDBD2C linear-gradient(105deg, #ffda1fd4 0%, #FDBD2C 100%); 
  color: #000;
}

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

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

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

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

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

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

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

.whatIsRow h2 span.purp {
  color: #7175e1;
  font-weight: 700;
}

.whatIsRow h2 span.coral {
  color: #f74169;
  font-weight: 700;
}

.whatIsRow li {
  padding: 5px 0px 17px 0px;
}

.noBox {
  width: 1100px;
  margin: 0 auto;
}

.sliderButton {
  background: #484594;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
    background-image: linear-gradient(top, #fff, #f4f1ee); */
  background: #f74169;
  cursor: pointer;
}

/* .sliderButton:hover:after{
      color:#c13af9;
      text-shadow:0px 0px 6px #c13af9;
  } */

.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, 0.4),
    inset 0px -3px 1px 1px rgba(204, 198, 197, 0.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: -0.6em;
  text-align: center;
  left: 0;
}

#splashArea .splashSmlTxtTwo a {
  color: #ffdb4c;
}

.formAreaContainer {
  position: relative;
  z-index: 2;
}

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

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

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

#splashArea h1 span {
  color: #fe2f64;
}

#splashArea h2 span {
  color: #fe2f64;
}

.formBodyBackground #splashArea.formSplashArea h1.formIntroTxt {
  width: 670px;
  margin: 0 auto 0.1em auto;
  font-size: 38px;
  line-height: 49px;
}

.formBodyBackground #splashArea.formSplashArea h2.formIntroTxt {
  font-size: 28px;
  font-weight: 400;
}

.formBodyBackground #splashArea.formSplashArea h1.formIntroTxt,
.formBodyBackground #splashArea.formSplashArea h2.formIntroTxt {
  padding-bottom: 0;
}

.formBodyBackground #splashArea.formSplashArea h2.formIntroTxt {
  margin: 0.5em 0;
}

.formBodyBackground #splashArea.formSplashArea h2.formIntroTxt:last-child {
  margin-bottom: 1.5em;
}

/*---------- Selectize --------------------*/
.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 #253c7e;
  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 #253c7e !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;
}

#emailOptInContainer {
  display: block;
  width: 690px;
  position: relative;
  background: #fff;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 0px;
  padding: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin: 40px auto 58px;

  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
}

#emailOptInContainer .splashTop {
  display: block;
  width: 690px;
  height: 321px;
  position: relative;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  border: 0px;
  padding: 0px;
  background: url("resources/images/email-opt-in-splash-top.png") no-repeat
    center center;
  background-color: #c8acff;
}

#emailOptInContainer .inner {
  border: 0px;
  padding: 40px;
  margin: 0px;
}

#emailOptInContainer .flexyContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#emailOptInContainer .flexyItem {
  margin: 3px;
  flex: 1;
}

#emailOptInContainer h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 20px 0px;
}

#emailOptInContainer h3 span {
  font-weight: 700;
  color: #db0467;
}

#emailOptInContainer h4 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 20px 0px;
}

#emailOptInContainer .fancyFormButtonV2 i {
  display: inline;
  font-size: 26px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 10px 0px;
}

button.fancyFormButtonV2 {
  width: 100%;
  height: 99px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0px auto;
  border-radius: 5px;
  padding: 13px 10px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  background-color: #424595;
  border: 2px solid #424595;
}

button.fancyFormButtonV2 img {
  width: auto;
  height: 70px;
}

button.fancyFormButtonV2.sml {
  font-size: 14px;
  padding: 13px 5px;
}

button.fancyFormButtonV2.smler {
  width: 132px;
  height: 99px;
  font-size: 14px;
  padding: 13px 5px;
}

button.fancyFormButtonV2.smler img {
  width: auto;
  height: 70px;
}

button.fancyFormButtonV2 span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0px auto;
}

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

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

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

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

.modalPopup .innerModal
{
  padding:20px;
  box-sizing: border-box;
}

.modalPopup > div,
.modalishPopup > div {
  color: #333333;
  text-decoration: none;
  box-sizing:border-box;
}

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

.modalPopup .closeButton:hover,
.modalishPopup .closeButton:hover {
  cursor: pointer;
  color: #9374d9;
}

.modalPopup .title,
.modalishPopup .title,
.modalPopup h1,
.modalishPopup h1 {
  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;
}

/*****************
  // -----------------
  // whyRow
  // _________________
  // *****************/

#boost {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 80px 0px 80px 0px;
  position: relative;
  background: #f74169;
  background: url(resources/images/orange-bg.png) no-repeat center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  font-size:18px;
  line-height:27px;
}

#boost .flexyItem {
  flex: unset;
}

#boost h1 {
  display: block;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 40px 0px;
}

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

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

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

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

#boost .bigTwoColumn {
  max-width: 680px;
  margin-left: 20px;
}

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

#use {
  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;
  color:#000;
}

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

#use .flexyItem {
  padding: 0px 0px;
  margin: 0px 5px;
  width: 25%;
}
#use .ico2 {
  display: block;
  margin: 0px auto;
  border: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

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

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

#use h2 span.purp {
  color: #7175e1;
  font-weight: 700;
}

#use h2 span.coral {
  color: #f74169;
  font-weight: 700;
}

#use h3 {
  display: none;
}

/*****************
  // -----------------
  // 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 .singleContentContainer
,.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-size: 31px;
  line-height: 33px;
  font-weight: 500;
  color: #ffde00;
}

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


.formBodyBackground #splashArea.formSplashArea h1.logo
{
    font-size:30px;
    line-height:34px;
    text-align:center;
    background:url(resources/images/logo-white.svg) 50% 60px no-repeat;
    background-size:240px 72px;
    padding-top:160px;
    display:block;
    color:#fff;
    margin-bottom:0.7em;
    margin-top:-2em;
}


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

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

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

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

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

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

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

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

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

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

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

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.90);
		opacity: 1;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.90);
		opacity: 1;	
	}			
}

#formPageForm .intersect.intersecting
{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  margin:0;
  border-radius:0;
  background:#1d4d76;
  color:#fff;
  padding:2em 2vw;
}

#formPageForm .intersect.intersecting + div
{
  margin-top:411px;
}

#formPageForm .intersect.intersecting .formfieldHeader
{
  color:#fff;
  font-size:18px;
}

#formPageForm .intersect.intersecting button.squareFormButton
{
  background-color:#fff;
  border-color:#fff;
  color:#000;
  height:auto;
  padding:13px 10px;
  font-size:0.9em;
}


/* Tailwind Classes for Summary Page */
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-1\/2 {
  top: 50%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-64 {
  height: 16rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.w-64 {
  width: 16rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-xl {
  max-width: 36rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.\!rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#BCD4E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(188 212 226 / var(--tw-border-opacity, 1));
}
.border-\[\#E2E8F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.bg-\[\#1EBE91\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 190 145 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D2ECF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 236 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEEEEE\] {
  background-color: #EEEEEE;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-snug {
  line-height: 1.375;
}
.text-ComExBlue {
  --tw-text-opacity: 1;
  color: rgb(66 69 146 / var(--tw-text-opacity, 1));
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#395089\] {
  --tw-text-opacity: 1;
  color: rgb(57 80 137 / var(--tw-text-opacity, 1));
}
.text-formButtonIconGrey\/50 {
  color: rgb(209 215 220 / 0.5);
}
.text-formButtontxtDGray {
  --tw-text-opacity: 1;
  color: rgb(60 69 76 / var(--tw-text-opacity, 1));
}
.text-formTitleBlue {
  --tw-text-opacity: 1;
  color: rgb(69 55 138 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-optinbutton {
  --tw-shadow: rgba(45, 35, 66, 0.4) 0px 2px 4px 0px, rgba(45, 35, 66, 0.3) 0px 7px 13px -6px, rgb(214, 214, 231) 0px -6px 0px 0px inset;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color), 0px 7px 13px -6px var(--tw-shadow-color), inset 0px -6px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.hover\:border-\[\#E0FFFB\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 255 251 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#E2E8F0\]:hover {
  border-color: #E2E8F0;
}
.hover\:bg-\[\#E2E8F0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:shadow-optinbuttonhover:hover {
  --tw-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group\/set.checked .group-\[\.checked\]\/set\:text-\[\#1BAF97\] {
  --tw-text-opacity: 1;
  color: rgb(27 175 151 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.arrow:after{
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 5px;
  content: "\f061";
}

.formButton.disabled,.formButton:disabled {
  background-color: #a1a1a1
}

.buyerTickBoxesOptIn .checked{
  background-color: #E2F0ED;
}
