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

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

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

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

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

.hidden {
  display: none !important;
}

html.noJs .visibleWhileLoading {
  display: none;
}

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

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

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

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

.gradient {
  filter: none;
}

.tfli_broker_text {
  font-size: 20px;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.centerByMargin {
  margin: auto !important;
}

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

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

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

.lineBreak10 {
  height: 10px;
}

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

.formButton {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
  color: #fff;
  margin: 0px;
  border: 0px solid #fff;
  text-decoration: none;
  padding: 26px 40px 24px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #6a6adc;
  background: -moz-linear-gradient(left, #6a6adc 0%, #e62b7c 100%);
  background: -webkit-linear-gradient(left, #6a6adc 0%, #e62b7c 100%);
  background: linear-gradient(to right, #6a6adc 0%, #e62b7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6adc', endColorstr='#e62b7c',GradientType=1 );
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.formButton:hover {
  color: #fff;
  background: #e62b7c;
  background: -moz-linear-gradient(left, #e62b7c 0%, #6a6adc 100%);
  background: -webkit-linear-gradient(left, #e62b7c 0%, #6a6adc 100%);
  background: linear-gradient(to right, #e62b7c 0%, #6a6adc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62b7c', endColorstr='#6a6adc',GradientType=1 );
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

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

form .formButton {
  display: inline;
  font-size: 32px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 60px 22px 60px;
}

.pageButton {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
  color: #fff;
  margin: 0px;
  border: 0px solid #fff;
  text-decoration: none;
  padding: 26px 40px 24px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #6a6adc;
  background: -moz-linear-gradient(left, #6a6adc 0%, #e62b7c 100%);
  background: -webkit-linear-gradient(left, #6a6adc 0%, #e62b7c 100%);
  background: linear-gradient(to right, #6a6adc 0%, #e62b7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6adc', endColorstr='#e62b7c',GradientType=1 );
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.pageButton:hover {
  color: #fff;
  background: #e62b7c;
  background: -moz-linear-gradient(left, #e62b7c 0%, #6a6adc 100%);
  background: -webkit-linear-gradient(left, #e62b7c 0%, #6a6adc 100%);
  background: linear-gradient(to right, #e62b7c 0%, #6a6adc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62b7c', endColorstr='#6a6adc',GradientType=1 );
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

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

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

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

.modalPopup .closeButton:hover,
.modalishPopup .closeButton:hover {
  color: #04856b;
  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;
}

.modalPopup .innerModal .content {
  max-height: 70vh;
  overflow: scroll;
}

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

.widthPercent5 {
  width: 5% !important;
}

.widthPercent10 {
  width: 10% !important;
}

.widthPercent15 {
  width: 15% !important;
}

.widthPercent20 {
  width: 20% !important;
}

.widthPercent25 {
  width: 25% !important;
}

.widthPercent30 {
  width: 30% !important;
}

.widthPercent35 {
  width: 35% !important;
}

.widthPercent40 {
  width: 40% !important;
}

.widthPercent45 {
  width: 45% !important;
}

.widthPercent50 {
  width: 50% !important;
}

.widthPercent55 {
  width: 55% !important;
}

.widthPercent60 {
  width: 60% !important;
}

.has2Children {
  width: 60%;
}

.widthPercent65 {
  width: 65% !important;
}

.widthPercent70 {
  width: 70% !important;
}

.widthPercent75 {
  width: 75% !important;
}

.widthPercent80 {
  width: 80% !important;
}

.has5Children {
  width: 75%;
}

.has6Children {
  width: 40%;
}

.has3Children {
  width: 60%;
}

.widthPercent85 {
  width: 85% !important;
}

.widthPercent90 {
  width: 90% !important;
}

.widthPercent95 {
  width: 95% !important;
}

.widthPercent100 {
  width: 100% !important;
}

.height15 {
  height: 15px !important;
}

/* Header Ribbon Widget */

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

.headerRibbon a {
  color: #fff;
}

/* Site Header Widget */

header {
  text-align: left;
  margin: 0px;
  margin-bottom: 20px;
  border: 0px;
  padding: 20px 0px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

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

.logo img {
  /* width: 245px; */
}

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

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

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

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

/* Home Usp Area Widget */
#splashArea {
  display: block;
  height: 800px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

#splashArea .contentContainer {
  position: relative;
  width: 100%;
}

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

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

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

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

#splashArea h1 {
  display: block;
  font-size: 58px;
  line-height: 63px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 300;
  margin: 0px;
  border: 0px;
  padding: 49px 0px 20px 0px;
}

#splashArea h1 span {
  color: #e62c7d;
  background: -webkit-linear-gradient(#e52b7c, #6a69db);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

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

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

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

#splashArea .splashLeft {
  width: 662px;
  height: 579px;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  overflow-x: hidden;
  background: url("../images/splash-bg-left.svg");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  left: 20px;
  max-width: 22%;
}

#splashArea .splashRight {
  width: 461px;
  height: 580px;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  overflow-x: hidden;
  background: url("../images/splash-bg-right.svg");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  right: 20px;
  max-width: 22%;
}

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

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

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

#bigLongAprSection {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  border: 0px;
  padding: 35px 0px;
  background: #6a6adc;
  background: -moz-linear-gradient(left, #6a6adc 0%, #e62b7c 100%);
  background: -webkit-linear-gradient(left, #6a6adc 0%, #e62b7c 100%);
  background: linear-gradient(to right, #6a6adc 0%, #e62b7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6adc', endColorstr='#e62b7c',GradientType=1 );
}

#bigLongAprSection span {
  margin: auto;
  display: block;
  width: 1100px;
}

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

#bigLongAprSection a {
  color: white;
}

#bigLongAprSection a:visited {
  color: white;
}

#bigLongAprSection a:focus {
  color: lightgray;
}

#bigLongAprSection a:hover {
  color: lightgray;
}

/* Home Section Two & Three Widget */
#lenderLogos {
  padding-bottom: 0px;
}

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

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

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

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

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

/* Peace of Mind Section */
#peaceOfMindSection {
  width: 100%;
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 0px 0px 100px;
  text-align: left;
  position: relative;
  background: #6b6ada;
  background: -moz-linear-gradient(left, #6b6ada 0%, #e52c7b 100%);
  background: -webkit-linear-gradient(left, #6b6ada 0%, #e52c7b 100%);
  background: linear-gradient(to right, #6b6ada 0%, #e52c7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6ada', endColorstr='#e52c7b',GradientType=1 );
  font-size: 14px;
  line-height: 18px;
}

.wavvyTopBottom .wavy {
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.wavvyTopBottom .wavy:before {
  content: "";
  display: block;
  width: 50.1%;
  height: 50px;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wavvyTopBottom .wavy:after {
  content: "";
  display: block;
  width: 50.1%;
  height: 50px;
  background: transparent;
  border-radius: 0 0 100% 0;
  border: 200px solid #fff;
  border-width: 0 200px 200px 0;
  position: absolute;
  left: 50%;
  top: 0;
}

.wavvyTopBottom .wavy.top {
  top: -1px; /* for IE */
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.wavvyTopBottom .wavy.right {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.wavvyTopBottom .wavy.top.right {
  top: -1px; /* for IE */
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}

.wavvyTopBottom .wavy.bl:before {
  background: #18b;
}
.wavvyTopBottom .wavy.bl:after {
  border-color: #18b;
}
.wavvyTopBottom .wavy.or:before {
  background: #fd3;
}
.wavvyTopBottom .wavy.or:after {
  border-color: #fd3;
}
.wavvyTopBottom .wavy.gn:before {
  background: #4d1;
}
.wavvyTopBottom .wavy.gn:after {
  border-color: #4d1;
}

.wavvyTopBottom .wavy.bottom {
  position: absolute;
  bottom: 0;
}

#peaceOfMindSection .pad {
  height: 100px;
}

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

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

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

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

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

/* Home Marketing Section */
#homeMarketing {
  display: block;
  margin: 10px 0px 0px 0px;
  border: 0px;
  padding: 100px 0px 100px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

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

#homeMarketing .icons {
  display: block;
  height: 180px;
  margin: 0px auto;
  border: 0px;
  padding: 0px 0px 20px 0px;
}

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

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

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

#homeMarketing .marginBottom120 {
  margin-bottom: 120px;
}

/* Compliance Text Section 1 */
#complianceTerms1 {
  display: block;
  margin: 0px 0px 40px 0px;
  border: 0px;
  padding: 0px 0px 10px 0px;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

#complianceTerms1 h1 {
  display: block;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin: 0px auto;
  border: 0px;
  padding: 0px 0px 50px 0px;
}

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

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

/* Compliance Text Area 2 */
#complianceTerms2 {
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 10px 0px 170px 0px;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

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

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

#complianceTerms2 .man2 {
  width: 195px;
  position: absolute;
  top: 5px;
  padding-left: 860px;
}

/* Compliance Footer */
#complianceFooter {
  display: block;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 60px 0px;
  text-align: left;
  background: #2b1f9b;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

/* Site Footer */

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

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

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

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

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

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

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

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

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

/* Form Pages */
/* .formBackground {
  min-height: 100vh;
} */

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

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

.formIntro img {
  max-width: 800px;
}

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

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

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

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

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

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

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

.money:before {
  content: "$";
}
.moneyBubble:before {
  content: "$";
}

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

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

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

.fieldInfoTxt {
  width: 50%;
  display: block;
  position: relative;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #000;
  background: rgba(231, 251, 247, 0.9);
  border: 2px solid #12e0b2;
  padding: 10px 30px 10px 10px;
  margin: 18px 0px 20px 0px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

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

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

.infoIco img {
  width: 30px;
}

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

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

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

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

.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: 0px;
  border: 0px;
  padding-top: 2px;
  display: block;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.anActualSlider {
  position: absolute;
  left: 24px;
  top: 70px;
  margin: 0 auto;
  height: 25px;
  width: 400px;
  background: #555;
  border-radius: 0;
  border: 6px solid #ebdcd7;
}
.anActualSlider .ui-slider-range-min {
  height: 15px;
  width: 400px;
  position: absolute;
  background: #ff4a17;
  border: none;
  border-radius: 0;
  outline: none;
}
.anActualSlider .ui-slider-handle {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ff4a17;
  border: 2px solid #ff4a17;
  position: absolute;
  margin-left: -12px;
  margin-top: -14px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.sliderFigure {
  display: block;
  font-size: 43px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ff4a17;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  border: 0px;
  padding: 9px 0px 0px 0px;
}

.sliderButton {
  position: absolute;
  top: 62px;
}

.sliderButton.decrease {
  left: -30px;
}

.sliderButton.increase {
  right: -30px;
}

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

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

.buttonContainer .flexyDivider {
  display: none;
}

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

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

.paddingTop0 {
  padding-top: 0px !important;
}
.paddingTop20 {
  padding-top: 20px !important;
}
.paddingTop60 {
  padding-top: 60px !important;
}

.paddingBottom0 {
  padding-bottom: 0px !important;
}
.paddingBottom20 {
  padding-bottom: 20px !important;
}
.paddingBottom60 {
  padding-bottom: 60px !important;
}

.padding20 {
  padding: 20px !important;
}

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

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

.aboveBackground {
  z-index: 1;
}

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

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

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

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

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

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

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

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

button.squareFormButton {
  width: 180px;
  height: 99px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #808285;
  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: rgba(255, 255, 255, 0.7);
  border: 2px solid #9374db;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.inputContainer.small {
  width: 360px;
}

.inputContainer.verySmall {
  width: 150px;
}

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

.inputField:focus {
  outline: none;
}

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

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

.inputContainerAkira {
  margin-top: 1em;
}

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

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

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

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

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

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

.inputLabelAkira {
  padding: 0;
  width: 100%;
  background: transparent;
  color: #646464;
  font-size: 16px;
  cursor: text;
}

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

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

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

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

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

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

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

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

.moneyBox {
  padding-left: 30px;
}

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

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

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

.tickTxt {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #484037;
  padding: 6px 0px 0px 6px;
  float: left;
}

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

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

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

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

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

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

.smallChkboxSpan:hover input ~ .smallChkboxStateIndicator,
.smallChkboxSpan input:focus ~ .smallChkboxStateIndicator,
.smallRadioSpan:hover input ~ .smallRadioStateIndicator,
.smallRadioSpan input:focus ~ .smallRadioStateIndicator {
  color: #fff;
  background: rgba(147, 116, 217, 0.75);
  background: -moz-linear-gradient(
    left,
    rgba(147, 116, 217, 0.75) 0%,
    rgba(79, 206, 217, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(147, 116, 217, 0.75) 0%,
    rgba(79, 206, 217, 0.75) 100%
  );
  background: linear-gradient(
    to right,
    rgba(147, 116, 217, 0.75) 0%,
    rgba(79, 206, 217, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9374d9', endColorstr='#4fced9',GradientType=1 );
  border: 2px solid #9374db;
}

.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator,
.smallRadioSpan input:checked ~ .smallRadioStateIndicator {
  color: #fff;
  background: rgb(147, 116, 217);
  background: -moz-linear-gradient(
    left,
    rgba(147, 116, 217, 1) 0%,
    rgba(79, 206, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(147, 116, 217, 1) 0%,
    rgba(79, 206, 217, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(147, 116, 217, 1) 0%,
    rgba(79, 206, 217, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9374d9', endColorstr='#4fced9',GradientType=1 );
  border: 2px solid #9374db;
}
.smallChkboxSpan input:disabled ~ .smallChkboxStateIndicator,
.smallRadioSpan input:disabled ~ .smallRadioStateIndicator {
  border: #ff0000 2px solid;
}
.smallChkboxSpan input:disabled:checked ~ .smallChkboxStateIndicator,
.smallRadioSpan input:disabled:checked ~ .smallRadioStateIndicator {
  border: #ff0000 2px solid;
}
.smallChkboxSpan input:checked ~ .smallChkboxStateIndicator:after,
.smallRadioSpan input:checked ~ .smallRadioStateIndicator:after {
  display: block;
}

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

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

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

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

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

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

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

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

.letsTxt {
  display: block;
  position: absolute;
  left: calc(50% - 225px);
  top: calc(50% - 187px);
  width: 565px;
  height: 90px;
  margin: 0 0 0 0;
  z-index: 11;
  font-family: "Pacifico", cursive;
  font-size: 63px;
  color: #997cdb;
  text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
  font-weight: 700;
  letter-spacing: -1px;
}

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

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

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

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9374d9;
  -webkit-animation: spin-reverse 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: #e52c7b;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

#loaderInline:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9374d9;
  -webkit-animation: spin-reverse 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: #f88676;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

.presentInfoPage .formIntro {
}

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

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

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

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

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

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

.waitIco img {
  width: 30px;
}

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

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

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

.privTable th {
  background: #eee;
}

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

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

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

.prepopOptInText {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  padding: 20px 150px 0px 150px;
  text-align: center;
}

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

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

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

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

.clickoutOption .inner div:last-child {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

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

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

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

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

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

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

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

/* Cookie Popup */

.cookiePopUp {
  justify-content: center;
  align-items: center;
  position: relative;
  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: #eb2629;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  padding: 0px 5px;
  line-height: 25px;
}

/* Circles Animation */
@keyframes circlesAnimation {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(1, 1, 1, 0);
  border: 11px solid rgba(207, 228, 255, 0.7);
  animation: circlesAnimation 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
  border: 11px solid rgba(229, 44, 125, 0.7);
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  border: 11px solid rgba(229, 44, 125, 0.7);
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
  border: 11px solid rgba(229, 44, 125, 0.7);
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
  border: 11px solid rgba(229, 44, 125, 0.7);
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.showOnPopulate {
  display: none;
}
