

/*-------------------------------------
    Components: Lead Gen - Iframe Form

    - This file does not get uploaded to
      Sitecore. It gets sent to
      SFMC team. 
-------------------------------------*/
/*-------------------------------------
    Base: Reset
-------------------------------------*/
html {
  font-size: 62.5%;
  /* for rems */
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

button > * {
  pointer-events: none;
}

:focus {
  outline: 0;
}

body {
  line-height: initial;
}

.container,
.container-fluid,
.row,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  display: block;
  flex: initial;
  min-width: initial;
  max-width: initial;
  width: initial;
  padding: initial;
  padding: initial;
  margin: initial;
}



/* -------------------------------------
    Base: Styles
------------------------------------- */
body {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  color: #435254;;
}

body[data-js-overlay-open] {
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  body[data-js-nav-open] {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

:focus {
  outline: 4px solid rgba(23, 232, 143, 0.6);
  outline-offset: 1px;
}

a:active, a:focus:hover {
  outline: 0;
}

body {
  color: #435254;;
/*  background-color: #003F2D; */
}

.main {
  padding: 8px;
  padding-bottom: 24px;
}

.basicInfo {
  display: flex;
  flex-wrap: wrap;
}

.basicInfo :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.basicInfo ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.basicInfo ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.basicInfo > div {
  position: relative;
  width: 100%;
}

/*.basicInfo > div:first-child:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: 2.5em;
  right: 0;
  pointer-events: none;
}

.basicInfo > div:nth-child(6):after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: 2.5em;
  right: 0;
  pointer-events: none;
}*/

.basicInfo label {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

select option {
    color: #435254;
}

.basicInfo select {
  margin-bottom: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media (min-width: 1440px) {
  .basicInfo select {
    margin-bottom: 0px;
  }
}

.basicInfo select, .basicInfo input  {
  font-family: "Calibre", arial, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  padding-bottom: 8px;
  height: 40px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

.basicInfo textarea{
 color: rgba(255, 255, 255, 0.5);
 border: 1px solid rgba(255, 255, 255, 0.5);
 height: 100px;
 width: 400px;
 margin: 0;
 font-size: 2rem;
 background-color: transparent;
}

@media screen and (min-width: 600px) {
  .basicInfo select, .basicInfo input {
    line-height: 3.2rem;
  }
}

.basicInfo input:-internal-autofill-selected, .basicInfo input:-webkit-autofill {
  box-shadow: 0 0 0 50px #003F2D inset;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: #809f96;
}

.basicInfo .left1, .basicInfo .right1 {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.basicInfo .center {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}


@media (min-width: 1440px) {
  .basicInfo .left1, .basicInfo .right1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 600px) {
  .basicInfo .left1 {
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 600px) {
  .basicInfo .right1 {
    margin-left: 16px;
    width: calc(50% - 8px);
  }
}

.basicInfo .error:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message3:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message4:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message5:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message6:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message7:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message8:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}


.basicInfo #message9:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}

.basicInfo #message10:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #E81717;
  margin-top: -1px;
}


.role .left2, .role .right2 {
  display: inline-block;
}

.role .left2 {
  margin-right: 32px;
}

.role p {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-bottom: 16px;
  color: #fff;
  width: 100%;
  display: block;
}

.role label {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.8);
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.role input[type="radio"] {
  transition: all 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  height: 16px;
  width: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  vertical-align: middle;
}

.role input[type="radio"]:after {
  background-color: transparent;
  border-radius: 25px;
  content: '';
  display: block;
  position: relative;
  height: 10px;
  width: 10px;
  left: 2px;
  top: 2px;
}

.role input[type="radio"]:checked:after {
  background-color: rgba(255, 255, 255, 0.8);
  left: 0.12em;
}

.terms {
  display: flex;
  flex-wrap: wrap;
}

.terms label {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-left: 16px;
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: middle;
}

.termslabel {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 10px;
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .terms label {
    max-width: 400px;
  }
}

.terms label a {
  transition: -webkit-text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-text-decoration-color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  color: #003F2D;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
}

.terms label a:hover, .terms label a:active {
  -webkit-text-decoration-color: #003F2D;
          text-decoration-color: #003F2D;
}

.terms label a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.terms input[type="checkbox"] {
  transition: all 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  position: relative;
  top: 2px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.terms input[type="checkbox"]:before {
  height: 16px;
  width: 16px;
  background-color: #CCCCCC;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms input[type="checkbox"]:checked:after {
  border: solid #003F2D;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 5px;
}

.terms #message2 {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-top: 8px;
  width: 100%;
  color: #17E88F;
}

.terms #message3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  width: 100%;
  color: #CAD1D3;
}

.right3 {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 600px) {
  .right3 {
    margin-top: -48px;
  }
}

.right3 button {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  transition: all 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  width: 96px;
  height: 48px;
  background-color: #CAD1D3;
  color: #003F2D;
  border: none;
}

.right3 button:hover {
  background-color: #fff;
}

.confirmation {
  font-family: "Financier Display", georgia, serif;
  font-size: 3.2rem;
  line-height: 1em;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 385px;
  padding-top: 40%;
  position: relative;
}

@media screen and (min-width: 600px) {
  .confirmation {
    font-size: 4.8rem;
    padding-left: 56px;
    padding-top: 0px;
    height: 300px;
    border-left: 4px solid;
  }
}

.confirmation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background: #fff;
  height: 200px;
}

@media screen and (min-width: 600px) {
  .confirmation::before {
    display: none;
  }
}
