

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

#download a {
  text-decoration: none !important;
}

a {
  text-decoration: underline;
color: RGB(116,177,85);
}

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 !important;

 
}

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

.basicInfo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

.basicInfo :-ms-input-placeholder {
position: relative;  
color: #666666;
}

.basicInfo ::-moz-placeholder {
position: relative;  
color: #666666;
}

.basicInfo ::placeholder {
position: relative;  
color: #666666;
}

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

.basicInfo > div:first-child:after {
  content: '';
pointer-events:none}

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

select option {
    color: #435254;
}

.basicInfo select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: auto;
}


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

.basicInfo select, .basicInfo input  {
  font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 8px;
  height: 48px;
  width: 100%;
  background: rgba(26, 26, 26, .04);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #435254;
  color: #3d3c3c;
}

.basicInfo textarea{
 color: #3d3c3c;
 font-family: "Calibre", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
 border: 1px solid #435254;
 height: 100px;
 width: 100%;
 margin: 10;
padding: 5px;
 background-color: rgba(26, 26, 26, .04);

}

@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 #E6EAEA inset;
  -webkit-text-fill-color: #435254;
  color: #666666; !important;
  border-bottom-color: #435254;
}

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

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

@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: #435254 !important;
  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 #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;
}

.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: #003f2d;
  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 #435254;
  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: #003F2D;
  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: #435254;
  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: #435254;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;

  -webkit-text-decoration-color: r#1ae88f;
          text-decoration-color: #1ae88f;
}

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

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

.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: #e6eaea;
  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: #435254;
}



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

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

}

.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: #17e88f;
}

.left3 {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
}

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

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

.left3 button:hover {
  background-color: #17e88f;
}

.confirmation {
  font-family: "Financier Display", georgia, serif;
  font-size: 3.2rem;
  line-height: 1em;
  color: #435254;
  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;
  }
}

label a span {
    color: #003f2d !important;
}

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

button img {
 margin-left: 8px;
}