/*
Colors
dark blue: #003A5D
light blue: #105077
mustard: #D0AF21
purple: #B4018D
teal: #02AFAA
text: #333333
green: #238C4A
*/
/*GRID adjustments*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
}
/*LAYOUT*/
.flex-order-wrapper { /*template specific style: see lp-base.css for main style*/
  box-shadow: 0px 0px 80px -50px #000;
  max-width: 1140px;
  margin: 0px auto;
  padding-top: 0px;
  background: #fff;
}
.container-header{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 5px;
  z-index: 9999;
}
.container-a{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  box-shadow: 0px -50px 42px -4px #0000002e;
  z-index: 999;
}
.container-b{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 120px;
  /* box-shadow: 0px 0px 42px -4px #0000002e; */
}
.container-b-full-width{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0px;
  overflow: hidden;
}
.container-footer-full-width{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  overflow: hidden;
  box-shadow: 0px 30px 42px -4px #0000002e;
}
.row{
  display: flex;
}

.showhide-col{

  /* min-width: auto !important; */
min-width: 50% !important;
}

/*Back to top*/
#btt {
  transition: opacity .125 ease-in-out,background-color .125 ease-in-out;
      /* display: none; */
      position: fixed;
          bottom: 20px;
          right: 10px;
          z-index: 9999999;
          font-size: 18px;
          border: 2px solid #105077;
          outline: none;
          background-color: #105077;
          color: white;
          cursor: pointer;
          padding: 6px;
          border-radius: 2px;
          opacity: 0;
          width: 41px;
          padding-left: 0px;
          padding-right: 0px;
          box-shadow: 1px 1px 30px #0000003d;
          padding-bottom: 4px;
          padding-top: 4px;
  }
#btt:hover {
  background-color: #105077 !important;
}



/*NAVIGATION*/
#page-nav{
  width:100%;
  position: relative;
}
#navbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nav-icon {
  color: #fff !important;
  background:#5329DD;
  display: none;
  position: relative;
  right: 0;
  top: 0;
  border-radius: 2px;
  padding: 5px 11px;
  float: right;
  margin-right: 0px;
  border: none;
  margin-left: 5px;
  margin-bottom: 5px;
}
.nav-icon:hover {
  color: #fff !important;
  background: #575757;
}
#nav-item{width: auto;}
#page-nav a {
  transition: all .30s ease-in-out;
  font-size: 14px;
  font-weight: bold;
  color: #B4018D ;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff0;
  border-bottom: 2px solid #fff0;
  display: block;
  opacity: 0.7;
}
#page-nav a:hover{
  color: #B4018D ;
  border-bottom: 2px solid #003A5D;
  text-decoration: none ;
  cursor: pointer;
  opacity: 1;
}
#page-nav a::after{
  margin-right:15px;
}



/* TYPE */
html{
  font-size: 106.25%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body{
  color: #333333;
      font-family: 'Roboto', Arial, sans-serif !important;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
    background: url(https://info.lumivero.com/rs/679-KFW-450/images/lp-bg-flame-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #D0AF21;
}
h1{
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
      font-size: 32px;
      line-height: 38px;
      font-weight: bold;
      color:#003A5D;
}
h2{
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      color:#003A5D;
}
h3{
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #003A5D;
  font-size:24px;
  line-height: 32px;
  font-weight: normal;
}
h4{
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
  color:#003A5D;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bolder;
}
h5{
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #003A5D;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
p, ul li{
  font-family: 'Roboto', Arial, sans-serif; !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
a {
  transition: all .333s ease-in-out;
  color: #B4008D;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color:#B4008D;
  text-decoration:underline;
}



/*BUTTONS*/
.btn {
  font-family: 'Roboto', Arial, sans-serif !important;
  transition: all .333s ease-in-out;
  font-size: 0.933em;
  font-weight: bold;
  padding:14px 36px;
  border-radius: 0px;
  white-space: pre-wrap;
  margin-top: 15px;
}
.btn:hover {
  text-decoration: none;
}
/*button variants*/

/*purple*/
.btn-style-1{
  transition: all .333s ease-in-out;
      background-color: #B4018D;
      border-radius: 0px;
      border: 2px solid;
      color: #ffffff;
      border-color: #B4018D;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 6px;
      padding-bottom: 6px;
      text-decoration: none !important;
}
.btn-style-1:hover {
  background-color: #fff0;
  border-color: #B4018D;
  color:#B4018D !important;
  text-decoration: none !important;
}
.btn-style-1 a{
  transition: all .333s ease-in-out;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-style-1 a:hover{
  transition: all .333s ease-in-out;
  color: #B4018D !important;
  text-decoration: none !important;
}

/*blue*/
.btn-style-2{
  transition: all .333s ease-in-out;
  background-color: #003A5D;
      border-radius: 0px;
      border: 2px solid #003A5D;
      color: #ffffff;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 6px;
      padding-bottom: 6px;
      text-decoration: none !important;
}
/* .btn-style-2::after{
  position: relative;
  padding: 0px 0px 0px 10px;
  top: 2px;
  content: url();
} */
.btn-style-2:hover {
  background-color: #fff0;
  border-color: #003A5D;
  color:#003A5D !important;
  text-decoration: none !important;
}
.btn-style-2 a{
  transition: all .333s ease-in-out;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-style-2 a:hover{
  transition: all .333s ease-in-out;
  color: #003A5D !important;
  text-decoration: none !important;
}

/*white*/
.btn-style-3{
  transition: all .333s ease-in-out;
  background-color: #fff0;
      border-radius: 0px;
      border: 2px solid #fff;
      color: #fff;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 6px;
      padding-bottom: 6px;
      text-decoration: none !important;
}
.btn-style-3:hover {
  background-color: #fff;
  border-color: #fff;
  color:#003A5D !important;
  text-decoration: none !important;
}
.btn-style-3 a{
  transition: all .333s ease-in-out;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-style-3 a:hover{
  transition: all .333s ease-in-out;
  color: #003A5D !important;
  text-decoration: none !important;
}


.content-img{
  width: 100%;
}
.content-img img{
  width: 100%;
  height: auto;
}

/*SECTIONS*/
/* header start */
#header{
flex-direction: row;
z-index: 9999;
position: relative;
}
.mobile-header{
  flex-direction: row;
  text-align: left;
}

/* header end */

/* footer start */
#footer{
 padding-top:0px;
 padding-bottom:0px;
font-family: 'Roboto', Arial, sans-serif !important;
font-size: 12px !important;
}
#footer-snippet1{
  font-family: 'Roboto', Arial, sans-serif !important;
}
.footer-snippet{
  font-size: 12px !important;
  font-family: 'Roboto', Arial, sans-serif !important;
}

.footer-snippet div{
  color: #fff;
  font-size: 11px !important;
  font-family: 'Roboto', Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet div p{
  color: #fff;
  font-size: 11px !important;
  font-family: 'Roboto', Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet p{
  color: #fff;
  font-size: 11px !important;
  font-family: 'Roboto', Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet a{
  color:#fff;
  text-decoration: underline;
  font-size: 11px !important;
  font-family: 'Roboto', Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet a:hover{
  color:#02AFAA;
  font-family: 'Roboto', Arial, sans-serif !important;
}
#footer-image{
  background-color: #003A5D;
  padding-bottom: 20px;
}
#mkto_gen_footer-image{
  background-color: #003A5D;
  width: 100%;
  padding-bottom: 5px;
}
#footer-snippet-area{
  background-color: #105077;
  color: #fff;
}
/* footer end */




/* hero start */
#hero-hero{

}
.hero-heading-box{
  background-color: #fff0;
  padding: 50px 90px;
}
#hero-hero-heading{
    color: #fff;
    font-weight:normal;
    font-size: 56px;
line-height: 62px;
}
#hero-hero-top-image img{
    height: auto;
    max-width: 280px;
    margin-bottom: 35px;
}
#mkto_gen_hero-hero-top-image img{
    height: auto;
    max-width: 280px;
    margin-bottom: 35px;
}
#hero-hero-bottom-image img{
    height: auto;
    max-width: 187px;
    margin-top: 26px;
}
#mkto_gen_hero-hero-bottom-image img{
    height: auto;
    max-width: 187px;
    margin-top: 26px;
}

/* hero end */


/* section1name start */
#section-section1name{

}
/* section1name end */


/* 2colfeature start */
#section-2colfeature{

}
#section-2colfeature-heading{
  text-align: center;
  margin:0px auto;
  padding: 0px 90px 20px 90px;
}
  .section-2colfeature-feature-style{
    padding: 30px;
    max-height: 300px;
    overflow: hidden;
    /* background-color: #02AFAA; */
    margin-bottom: 0px;
    height: 240px;
  }
  .section-2colfeature-heading-style{
    /* color: #fff; */
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
  }
  .section-2colfeature-text-style{
    /* color: #fff; */
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
  }
  .section-2colfeature-text-style p{
    /* color: #fff; */
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
  }
/* 2colfeature end */

/* 3colfeature start */
#section-3colfeature{

}


#section-3colfeature-heading{
  text-align: center;
  margin:0px auto;
  padding: 0px 90px 20px 90px;
}
.section-3colfeature-feature-style{
  /* background-color: #238C4A; */
  padding: 15px;
  height: 270px;
  max-height: 270px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-3colfeature-text-style{
text-align: center;
padding-bottom: 0px;
}
.section-3colfeature-details-style{
  /* color: #333; */
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 5px 0px;
}
.section-3colfeature-heading-style{
  /* color: #fff; */
      font-size: 19px;
      line-height: 24px;
      font-weight: 500;
      padding: 15px 0px 10px 0px;
}
/* 3colfeature end */

/* content2ColTextImgForm start */
#section-content2ColTextImgForm{

}
#mkto_gen_section-content2ColTextImgForm-speaker1-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImgForm-speaker2-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImgForm-speaker3-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImgForm-speaker4-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImgForm-speaker5-image{
  display: block;
  float: left;
padding-right: 20px;
}
.speaker-img{
  /* padding-right: 16px; */
  padding-bottom: 5px;
  float: left;
}
.speaker-item{
  padding-bottom: 25px;
  min-height: 190px;
}
/* content2ColTextImgForm end */

/* content2ColTextImg2 start */
#section-content2ColTextImg2{

}
#mkto_gen_section-content2ColTextImg2-speaker1-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImg2-speaker2-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImg2-speaker3-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImg2-speaker4-image{
  display: block;
  float: left;
padding-right: 20px;
}
#mkto_gen_section-content2ColTextImg2-speaker5-image{
  display: block;
  float: left;
padding-right: 20px;
}

/* content2ColTextImg2 end */


.form-area{
  padding: 0px;
  border-radius: 0px;
  /* background-color:#F2FAFB; */
}

.video-zone iframe{
  max-width: 100%;
  margin:0px auto;
  width: 100%;

}

/* section-singleCallout */
#section-singleCallout{

}
#section-singleCallout .container-b-full-width{
  background-color: #003A5D;
  color:#fff;
}
.singleCallout-col{
  padding: 0px;
  margin: 0px auto;
  /* background-image: url(""); fallback */
  /* background-image: url(""), linear-gradient(45deg, #007481, #35D3D3); */
  background-size: 100%;
  background-blend-mode: soft-light;

  border-radius: 0px;
}
.singleCallout-main-text{
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.singleCallout-sub-text{
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* section-singleCallout */


/* textCTA start */
#section-textCTA{
  /* padding-top: 40px;
  padding-bottom: 40px; */
}
/* textCTA end */

/* textCTA2 start */
#section-textCTA2{

}
/* textCTA2 end */

/* textCTA3 start */
#section-textCTA3{

}
/* textCTA3 end */

/* textCTA4 start */
#section-textCTA4{

}
/* textCTA4 end */

/* imageSingle start */
#section-imageSingle{

}
#section-imageSingle-text{
  font-weight: bold;
}
#mkto_gen_section-imageSingle-image{
  width: 100%;
}
#section-imageSingle-image{
  width: 100%;
}
/* imageSingle end */

/* imageSingle2 start */
#section-imageSingle2{

}
#section-imageSingle2-text{
  font-weight: bold;
}
#mkto_gen_section-imageSingle2-image{
  width: 100%;
}
#section-imageSingle2-image{
  width: 100%;
}
/* imageSingle2 end */


.showhide-row {
    flex-direction: row;

}

#footer-row{
  flex-direction: column;
  text-align: center;
}
#footer-snippet{
  text-align: center;
}
#footer-btn{
  text-align: center;
}

/*Forms*/
.mktoForm .mktoCaptchaDisclaimer{
  display:none !important;
}
.mktoForm .mktoOffset {
    height: 0 !important;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  width: 5px !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  margin-left: 2em !important;
  width: 93%;
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
  position: relative;
  left: 14px;
  top: -2px;
}
/*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*//*pref1*/
.template-PrefCenter .mktoForm div, .template-PrefCenter .mktoForm span, .template-PrefCenter .mktoForm label, .template-PrefCenter .mktoForm p {
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.template-PrefCenter .mktoForm fieldset legend {
  width: fit-content;
  padding: 10px 20px !important;
  border: 0px !important;
}
.template-PrefCenter .mktoForm fieldset {
  border: 1px solid #003a5d3d;
  border-radius: 2px;
  box-shadow: none !important;
  margin-top: 10px;
margin-bottom: 20px !important;
}
.template-PrefCenter .mktoForm fieldset .mktoLogicalField {
  float: left;
  max-width: 410px;
  padding: 0px 10px !important;
}
.template-PrefCenter .mktoForm .mktoRadioList > label, .template-PrefCenter .mktoForm .mktoCheckboxList > label {
  /* margin-right: 1.5em; */
}
.template-PrefCenter .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  transition: all .333s ease-in-out;
  background-color: #B4018D !important;
  border-radius: 0px !important;
  border: 0px solid #333 !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background-image: none !important;
  width: auto !important;
  font-weight: bold;
}

/*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*//*pref2*/
.template-PrefCenter2 .mktoForm div, .template-PrefCenter2 .mktoForm span, .template-PrefCenter2 .mktoForm label, .template-PrefCenter2 .mktoForm p {
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.template-PrefCenter2 .mktoForm fieldset legend {
  width: fit-content;
  padding: 10px 20px !important;
  border: 0px !important;
}
.template-PrefCenter2 .mktoForm fieldset {
  border: 1px solid #003a5d3d;
  border-radius: 2px;
  box-shadow: none !important;
  margin-top: 10px;
margin-bottom: 20px !important;
}
.template-PrefCenter2 .mktoForm fieldset .mktoLogicalField {
  float: left;
  max-width: 410px;
  padding: 0px 10px !important;
}
.template-PrefCenter2 .mktoForm .mktoRadioList > label, .template-PrefCenter2 .mktoForm .mktoCheckboxList > label {
  /* margin-right: 1.5em; */
}
.template-PrefCenter2 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  transition: all .333s ease-in-out;
  background-color: #B4018D !important;
  border-radius: 0px !important;
  border: 0px solid #333 !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background-image: none !important;
  width: auto !important;
  font-weight: bold;
}
.template-PrefCenter2 .mktoForm .mktoFormCol {
  float: left;
  position: relative;
  min-height: 2em;
  width: 46% !important;
  margin-left: 10px !important;
  padding: 0px 0px !important;
  margin-right: 20px !important;
}
.template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type="checkbox"], .template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type="radio"] {
  position: absolute;
  left: -14px;
  top: 14px !important;
}
.template-PrefCenter2 .mktoForm input[type="text"], .template-PrefCenter2 .mktoForm input[type="url"], .template-PrefCenter2 .mktoForm input[type="email"], .template-PrefCenter2 .mktoForm input[type="tel"], .template-PrefCenter2 .mktoForm input[type="number"], .template-PrefCenter2 .mktoForm input[type="date"], .template-PrefCenter2 .mktoForm textarea.mktoField, .template-PrefCenter2 .mktoForm select.mktoField {
  width: initial !important;
}
.template-PrefCenter2 .mktoForm .mktoLabel {
  text-transform: none;
  width: auto !important;
  font-weight: bold !important;
  color: #333 !important;
}
.template-PrefCenter2 #section-content2ColTextImgForm-form .mktoForm .mktoLabel {
  color: #333 !important;
}
.template-PrefCenter2 #Email {
  width: 420px !important;
}
.template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type=checkbox], .template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type=radio] {
    right: auto !important;
}

@media(max-width: 820px){
.template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type="checkbox"], .template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type="radio"] {
  top: 5px;
}
.template-PrefCenter2 .mktoForm .mktoFormCol {
  width: 100% !important;
}
}
@media(max-width: 767px){
.template-PrefCenter2 #Email {
  width: 100% !important;
}
.template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type="checkbox"], .template-PrefCenter2 .mktoForm .mktoLabelToLeft input[type="radio"] {
  top: 5px !important;
}
}
/*pref end*/






.mktoForm{
  color: #333333 !important;
font-family: 'Roboto', Arial, sans-serif !important;
font-size: 1rem !important;
font-weight: 400 !important;
background-color: #fff0;
border-radius: 0px;
padding: 0px;
padding-bottom: 10px !important;
width: 100% !important;
}
.mktoForm select{
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #ccc;
  background: url("https://info.lumivero.com/rs/679-KFW-450/images/down-arrow.png") no-repeat;
  cursor:pointer;
  background-size: 12px;
  background-position: calc(100% - 11px) 13px;
  background-repeat: no-repeat;
}
.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 13px !important;
line-height: 21px !important;
border: 1px solid;
background-color: rgb(255 255 255);
border-color: rgba(203,214,226,1.0);
color: rgba(51,71,91,1.0);
border-radius: 0px !important;
width:100% !important;
padding: 8px !important;
min-height: 38px;
}
.mktoForm textarea.mktoField, .mktoForm select.mktoField {
  border-radius: 0px !important;
}
.mktoForm textarea[rows="2"] {
    height: 150px !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  position: absolute;
  left: -8px;
}
.mktoForm .mktoError {
  left: 0px;
}
.mktoForm .mktoErrorMsg{
  padding: 10px !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  font-weight: 400 !important;
}
.mktoForm .mktoLabel {
  /* color: #33475b; */
  font-family: 'Roboto', Arial, sans-serif !important;
  font-weight: 300  !important;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
  width: auto !important;
  font-weight: bold !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  transition: all .333s ease-in-out;
  background-color: #B4018D !important;
  border-radius: 0px !important;
  border: 0px solid #333 !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-image: none !important;
  width: auto !important;
  font-weight: bold;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  cursor: pointer;
  background-color: #B4018D !important;
  color: #FFFFFF !important;
}
.mktoButtonWrap{
  margin:0px !important;
}
.mktoButtonRow {
    display: inline-block;
    position: relative;
    margin: 0px auto !important;
    width: 100% !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {

  margin-top: -3px  !important;
}
.mktoForm .mktoCheckboxList {
  margin-top: 15px;
margin-left: -15px;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  line-height: 16px !important;
}
#section-content2ColTextImgForm-form .mktoForm .mktoLabel {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
  margin-top: 14px !important;
}
#section-content2ColTextImg2-form .mktoForm .mktoLabel {
  margin-left: 5px !important;
  margin-bottom: -5px !important;
  margin-top: 14px !important;
}

#content2ColTextImgForm-showhide-col2 {
  padding-left: 0px;
}
#content2ColTextImg2-showhide-col2 {
  padding-left: 0px;
}

.form-heading{
  font-family: 'Roboto', Arial, sans-serif !important;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #003A5D;
}

.form-sub-heading{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Roboto', Arial, sans-serif !important;
  color: #333333;
}

#hero-mobile-fallback{
  display: none;
}
#hero-mobile-fallback img{
  padding: 0;
    margin: 0;
    width: 100%;
}
.hero-separator{
  width: 100%;
  /* height: 4px;
  background-color: #E5E5E5; */
  margin-top: 20px;
  margin-bottom: 0px;
}
.hide-desktop{
  display: none !important;
}
.hide-mobile{
  display: inherit !important;
}
.stack-mobile{
  flex-direction: row;
}
.mobile-pad-20{
  padding: 0px;
}
.footer-img{
  text-align: center;
}
.footer-text{
  text-align: center;
}

#hero-hero-heading{
  /* font-size: 56px; */
/* line-height: 62px; */

font-size: 46px;
line-height: 50px;
}

.hero-overlay{
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%;
    padding:100px 100px; */
}


/* MEDIA QUERIES */
@media(max-width: 1100px){

  .container-a{
    padding: 0px 0px;
  }
  .container-b{
    padding: 15px 70px;
  }
  .container-b-full-width{
    padding: 15px 0px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  #content2ColTextImgForm-showhide-col2 {
    padding-left: 0px;
  }
  #content2ColTextImg2-showhide-col2 {
    padding-left: 0px;
  }
}

@media(max-width: 820px){

/*excludes xs sizes for mobile*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
  padding-right: 20px;
  padding-left: 20px;
}
  .row{
    display: block;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .showhide-col{
      padding: 0px 90px;
      width: 100% !important;
  }

  #header{
    padding: 0px 40px;
  }


  #hero-hero{
    height: auto;
  }
  #hero-hero-heading{
      overflow-wrap: normal;
  }

  .speaker-img{
    padding-right: 0px;
    padding-bottom: 16px;
    float: none;
  }

  .footer-img{
    text-align: center;
  }
  .footer-text{
    text-align: center;
  }
  .stack-mobile{
    flex-direction: column;
  }

  .hide-desktop{
    display: flex !important;
  }
  .hide-mobile{
    display: none !important;
  }

  #hero-mobile-fallback{
    display: flex;
  }


  .mobile-pad-20{
    padding: 20px;
    max-width: 100%;
  }

  .container-a{
    padding: 0px 0px;
  }
  .container-b{
    padding: 10px 60px;
  }
  .container-b-full-width{
    padding: 10px 0px;
  }
  .flex-order-wrapper{
    padding:0px 0px;
  }
  .form-area {
    width: 100%;
    margin: 0px auto;
}
  #content2ColTextImgForm-showhide-col2 {
    padding-left: 90px;
padding-right: 90px;
  }
  #content2ColTextImg2-showhide-col2 {
    padding-left: 90px;
  padding-right: 90px;
  }

#section-2colfeature-heading {
    padding: 0px 20px 20px 20px;
  }

#section-3colfeature-heading {
    padding: 0px 20px 20px 20px;
  }
  .hero-overlay{
      /* padding:40px 20px; */
  }

  .section-2colfeature-feature-style{
    margin-bottom: 30px;
    height: auto;
    max-height: none;
  }

  .section-3colfeature-feature-style {
    height: auto;
    max-height: none;
  }
  .section-3colfeature-text-style{
  padding-bottom: 30px;
  }

}

@media(max-width: 768px){

}

@media(max-width: 660px){
.container-b{
    padding: 10px 20px;
  }
.row {
    margin-right: 0px;
    margin-left: 0px;
}
/*excludes SM and XS sizes on mobile*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
  padding-right: 20px;
  padding-left: 20px;
}
.header-btn{
    width: 100% !important;

  }
.showhide-col{
      padding: 0px 10px;
  }
#header{
    flex-direction: row;
  }
.btn{
    margin-top: 0;
  }
.mobile-header{
    flex-direction: row;
    text-align: center;
  }
  #hero-hero-top-image img{
      height: auto;
      max-width: 260px;
      margin-bottom:15px;
  }
  #mkto_gen_hero-hero-top-image img{
      height: auto;
      max-width: 260px;
      margin-bottom: 15px;
  }
#hero-hero{
    background-size: cover !important;
  }
#hero-hero-heading{
    font-size: 24px;
    line-height: 32px;
  }
.section-3colfeatureimg-feature-style .mktoImg {
    width: 100%;
    padding-top: 20px;
  }
#section-content2ColTextImgForm-form .mktoForm .mktoLabel {
    margin-left: 5px !important;
    margin-bottom: 3px !important;
    margin-top: 5px !important;
  }
#section-content2ColTextImg2-form .mktoForm .mktoLabel {
    margin-left: 5px !important;
    margin-bottom: 3px !important;
    margin-top: 5px !important;
  }
#section-content2ColTextImgForm-form .mktoForm .mktoRequiredField .mktoAsterix {
    margin-left: 5px !important;
  }
#section-content2ColTextImg2-form .mktoForm .mktoRequiredField .mktoAsterix {
    margin-left: 5px !important;
  }
h1{
    font-size: 32px;
line-height: 38px;
  }
h2{
    font-size: 26px;
  }
h3{
    font-size: 1.3em;
  }
.btn-style-2 {
  padding-left: 14px;
  padding-right: 14px;
}
#main-logo{
   width: auto;
   max-width: 160px;
  }
#hero-hero{
  /* display: inline-table !important; */
}
#hero-hero h2 {
  font-size: 2.3rem;
}
#hero-hero h3 {
  font-size: 1.1rem;
}
#hero-hero-heading{
    overflow-wrap: normal;
}
#content2ColTextImgForm-showhide-col2 {
  padding-left: 0px;
  padding-right: 0px;
}
#content2ColTextImg2-showhide-col2 {
  padding-left: 0px;
  padding-right: 0px;
}
.flex-order-wrapper{
    padding:0px 0px;
  }
#header {
    padding: 0px 15px;
  }
#hero-hero{
        padding: 0px 0px;
  }
.showhide-row {
      flex-direction: column;
  }
.mktoForm {
    padding-top: 10px !important;
  }
#section-content2ColTextImgForm {
    padding-top: 0px;
    padding-bottom: 0px;
}
#section-content2ColTextImg2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.video-zone iframe {
  height: 200px;
}
#footer-row{
  flex-direction: column;
  text-align: center;
}
#footer-snippet{
  text-align: center;
  padding: 10px 0px;
}
#footer-btn{
  text-align: center;
}
}

@media only screen and (max-width: 480px){}
  .mktoForm, .mktoForm * {
  padding: 0px !important;
  }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px){
  .mktoMobileShow .mktoForm, .mktoForm *  {
    padding: 0px !important;
  }
}
