

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

    - This file does not get uploaded to
      Sitecore. It gets sent to
      SFMC team. 
-------------------------------------*/
/*-------------------------------------
    Base: Reset
-------------------------------------*/

:root{--eds-color-primary-1: #003F2D;--eds-color-primary-2: #17E88F;--eds-color-primary-3: #012A2D;--eds-color-primary-4: #435254;--eds-color-primary-5: #CAD1D3;--eds-color-primary-6: #DADFE0;--eds-color-secondary-1: #032842;--eds-color-secondary-2: #538184;--eds-color-secondary-3: #80BBAD;--eds-color-secondary-4: #DBD99A;--eds-color-secondary-5: #7F8480;--eds-color-secondary-light-1: #778F9C;--eds-color-secondary-light-2: #96B3B6;--eds-color-secondary-light-3: #C0D4CB;--eds-color-secondary-light-4: #EFECD2;--eds-color-secondary-light-5: #CBDDC8;--eds-color-system-1: #000000;--eds-color-system-2: #1A1A1A;--eds-color-system-3: #333333;--eds-color-system-4: #4D4D4D;--eds-color-system-5: #666666;--eds-color-system-6: #808080;--eds-color-system-7: #999999;--eds-color-system-8: #B3B3B3;--eds-color-system-9: #CCCCCC;--eds-color-system-10: #E6E6E6;--eds-color-system-11: #FFFFFF;--eds-color-system-12: #E81717;--eds-color-system-13: #F1D230;--eds-color-system-14: #E6EAEA;--eds-color-text: var(--eds-color-primary-4);--eds-color-white: var(--eds-color-system-11);--eds-color-black: var(--eds-color-system-4)}:root{--eds-font-financier: "Financier Display", georgia, serif;--eds-font-calibre: "Calibre", arial, sans-serif;--eds-font-mono: "Space Mono", monospace;--eds-font-size-10: 1rem;--eds-font-size-12: 1.2rem;--eds-font-size-14: 1.4rem;--eds-font-size-16: 1.6rem;--eds-font-size-18: 1.8rem;--eds-font-size-20: 2rem;--eds-font-size-22: 2.2rem;--eds-font-size-24: 2.4rem;--eds-font-size-32: 3.2rem;--eds-font-size-34: 3.4rem;--eds-font-size-36: 3.6rem;--eds-font-size-48: 4.8rem;--eds-font-size-60: 6rem;--eds-font-size-64: 6.4rem;--eds-font-size-72: 7.2rem;--eds-font-weight-light: 300;--eds-font-weight-normal: 400;--eds-font-weight-medium: 500;--eds-font-weight-heavy: 600;--eds-font-weight-bold: 700;--eds-line-height-1: 1;--eds-line-height-2: 1.2;--eds-line-height-3: 1.3;--eds-line-height-4: 1.4;--eds-line-height-5: 1.5}:root{--eds-transition-default: .25s var(--eds-animation-timing);--eds-transition-slow: .5s var(--eds-animation-timing);--eds-transition-fast: .125s var(--eds-animation-timing);--eds-animation-timing: cubic-bezier(.75, .02, .5, 1)}:root{--eds-space-1: 8px;--eds-space-2: calc(var(--eds-space-1) * 2);--eds-space-3: calc(var(--eds-space-1) * 3);--eds-space-4: calc(var(--eds-space-1) * 4);--eds-space-5: calc(var(--eds-space-1) * 5);--eds-space-6: calc(var(--eds-space-1) * 6);--eds-space-7: calc(var(--eds-space-1) * 7);--eds-space-8: calc(var(--eds-space-1) * 8);--eds-space-9: calc(var(--eds-space-1) * 9);--eds-space-10: calc(var(--eds-space-1) * 10)}:root{--eds-z-index-default: 1;--eds-z-index-sticky: 400;--eds-z-index-header: 500;--eds-z-index-overlay: 1000}

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{
 font-weight:inherit;
 margin:0;
 padding:0;
 box-sizing:inherit;
 tap-highlight-color:#003f2d;
}

button > * {
  pointer-events: none;
}

:focus{outline-offset:1px}

a{text-decoration:none}a:active,a:focus:hover{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", Tahoma, sans-serif;
  font-size: 1.6rem;
  color: #012A2D;
}

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-offset: 1px;
}

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

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

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

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

.basicInfo :-ms-input-placeholder {
  color: rgb(26, 26, 26);
}

.basicInfo ::-moz-placeholder {
  color: rgb(26, 26, 26);
}

.basicInfo ::placeholder {
  color: rgb(26, 26, 26);
}

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


.basicInfo > div:first-child:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003f2d;
  position: absolute;
  top: 2.5em;
  right: 0;
  pointer-events: none;
}

.basicInfo > div:nth-child(0):after {
 content: '';
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid #003f2d;
 background: rgba(26, 26, 26, .04);
  position: absolute;
  top: 2.5em;
  right: 0;
  pointer-events: none;
}

.basicInfo label {
  font-family: "Calibre", tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: block;
  flex-direction: column;
  color: #003F2D;
margin-block-end:var(--eds-space-1)}
}

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", tahoma, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  padding-bottom: 8px;
  height: 45px;
  width: 100%;
  background: rgba(26, 26, 26, .04);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #003f2d;
  color: #003f2d
}

.basicInfo textarea{
 color: #003f2d;
 border: 0px #003f2d;
 border-block-end: 1px solid #003f2d;
 height: 100px;
 width: 100%;
 margin: 0;
 font-size: 2rem;
 background-color: rgba(26, 26, 26, .04);
 font-family:"Calibre",tahoma,sans-serif;
}

@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;
  text-fill-color: #003F2D;
  color: rgba(67, 82, 84, 0.8); !important;
  border-bottom-color: #435254;
}

.basicInfo .left1, .basicInfo .right1 {
  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 #message:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #435254;
  margin-top: -1px;
}

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

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

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

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

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

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

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

.basicInfo #message8:not(:empty) {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 8px;
  color: #CAD1D3;
  border-top: 2px solid #435254;
  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: #435254;
  width: 100%;
  display: block;
}

.role label {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-left: 8px;
  color: #435254;
  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(67, 82, 84, 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(67, 82, 84, 0.8);
  left: 0.12em;
}

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

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

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

.terms label a {
          text-decoration: underline solid transparent;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: rgb(116, 177, 85);
          text-decoration-color: rgb(116, 177, 85);
}

.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: #003f2d;
          text-decoration-color: #003f2d;
}

.terms input[type="checkbox"] {
  transition: all 0.25s; 
  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;
    border: 2px solid var(--eds-color-text);
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
}

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

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



.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: #003F2D;
  color: #ffffff;
  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;
  }
}
