/* Colors
beige: #efe8d6
dark green: #08333a
sod green: #c3d4b1
orange: #fa4d16
*/
/*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*/

  /* max-width: 1140px; */
  margin: 0px auto;
  padding-top: 0px;
  background: #fff;
}

.container-a{
  /* max-width: 1140px; */
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  z-index: 999;
}
.container-b{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 60px;
}
.container-b2{
  width: 100%;
  margin: 0 auto;
  padding: 20px 60px;
}

.row{
  display: flex;
}

.showhide-col{

  /* min-width: auto !important; */
min-width: 50% !important;
flex-wrap: wrap;
align-content: center;
}

/*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 #08333a;
          outline: none;
          background-color: #08333a;
          color: white;
          cursor: pointer;
          padding: 6px;
          border-radius: 2px;
          opacity: 0;
          width: 41px;
          padding-left: 0px;
          padding-right: 0px;
          box-shadow: 1px 1px 30px #1d1d1d3d;
          padding-bottom: 4px;
          padding-top: 4px;
  }
#btt:hover {
  background-color: #08333a !important;
}


/* TYPE */
html{
  font-size: 106.25%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body{
      font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
font-weight: 400;
font-style: normal;
font-size: 18px;

line-height: 28px;
letter-spacing: 0px;

}
h1{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;

  line-height: 56px;
  letter-spacing: 0px;
}
h2{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;

  line-height: 40px;
  letter-spacing: 0px;
}
h3{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;

  line-height: 30px;
  letter-spacing: 0px;
}
h4{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;

  line-height: 24px;
  letter-spacing: 0px;
}
h5{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;

  line-height: 22px;
  letter-spacing: 0px;
}
p, ul li{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important; !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;

  line-height: 28px;
  letter-spacing: 0px;

}
a {
  transition: all .111s ease-in-out;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  text-decoration:underline;
}



/*BUTTONS*/

.btn {
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  transition: all .111s ease-in-out;
      margin-top: 24px;
      line-height: 24px;
      margin-bottom: 0;
      border-radius: 25px;
      padding: 10px 25px;
      cursor: pointer;
      position: relative;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;

line-height: 24px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
}


a.btn {
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  transition: all .111s ease-in-out;
      margin-top: 24px;
      line-height: 24px;
      margin-bottom: 0;
      border-radius: 25px;
      padding: 10px 25px;
      cursor: pointer;
      position: relative;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;

line-height: 24px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
}
.footerStatic-btn .btn, .footerSnippet-btn .btn{
  margin:0px !important;
}
a.btn:hover {
  text-decoration: none !important;
}
a.btn{
  text-decoration: none !important;
}


/*link style button*/
.btn-style-2 {
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  transition: all .111s ease-in-out;
      font-size: 16px;
      margin-top: 24px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 0;
      padding: 10px 0px;
      cursor: pointer;
      position: relative;
}


a.btn-style-2 {
  /* font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  transition: all .111s ease-in-out;
      font-size: 16px;
      margin-top: 24px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 0;
      padding: 10px 0px;
      cursor: pointer;
      position: relative; */

      font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
    transition: all .111s
ease-in-out;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
    display: flex;
}
a.btn-style-2:hover {
  text-decoration: underline !important;
}
a.btn-style-2{
  text-decoration: none !important;
}

.btn-style-2-wrapper{
  width: fit-content;
}
.btn-style-2-wrapper:after{
  /* content: '🡪';
  padding-left: 5px; */

  content: '→';
  font-size: 26px;
  top: -39px;
  position: relative;
  overflow: hidden;
  display: flex;
  width: 16px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  justify-self: end;
  left: 22px;
}
/*button variants*/


.content-img{
  width: 100%;
    border-radius:0px;
}
#section-3column .content-img{
  width: 100%;
    border-radius: 16px 16px 0px 0px;
}
.content-img img{
  width: 100%;
  height: auto;
}

/*SECTIONS*/

.pre-header{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;

  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.center-content{
  text-align: center;
}

/* footerForm start */
#footerForm{
flex-direction: row;
z-index: 9999;
position: relative;
}
.mobile-footerForm{
  flex-direction: row;
  text-align: left;
}

/* footerForm end */

/* footerStatic start */
#footerStatic{
flex-direction: row;
z-index: 9999;
position: relative;
}
.mobile-footerStatic{
  flex-direction: row;
  text-align: left;
}

#footerStatic p{

font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
  padding:0px;
  margin:0px;
}

/* footerStatic end */

/* footerSnippet start */
#footerSnippet{
flex-direction: row;
z-index: 9999;
position: relative;
}
.mobile-footerSnippet{
  flex-direction: row;
  text-align: left;
}
/* footerSnippet end */

/* footer start */
#footer{
 padding-top:0px;
 padding-bottom:0px;
font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
font-size: 12px !important;
}
#footer-snippet1{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
}
.footer-snippet{
  font-size: 12px !important;
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
}

.footer-snippet div{
  color: #fff;
  font-size: 11px !important;
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet div p{
  color: #fff;
  font-size: 11px !important;
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet p{
  color: #fff;
  font-size: 11px !important;
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet a{
  color:#fff;
  text-decoration: underline;
  font-size: 11px !important;
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  line-height: 15px;
}
.footer-snippet a:hover{
  color:#02AFAA;
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
}
#footer-image{
  background-color: #08333a;
  padding-bottom: 20px;
}
#mkto_gen_footer-image{
  background-color: #08333a;
  width: 100%;
  padding-bottom: 5px;
}
#footer-snippet-area{
  background-color: #08333a;
  color: #fff;
}
/* footer end */

.prod-img .mktoImg {
  width:100%;
}
.prod-img .mktoImg img{
  width:100%;
}
.prod-img img{
  width:100%;
}


/*quoteBlock1*/
.quote-img-col{
text-align: left;
}
.quote-img-col img{
  width:100%;
}
.quote-img{

}
.quote-text-col{
  display: flex;
      flex-direction: column;
      justify-content: center;
}
.quote-text, .quote-text p, .quote-text span{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
  font-style: normal;
  font-size: 22px;

  line-height: 30px;
  letter-spacing: 0px;

}
.quote-details, .quote-details p, .quote-details span{
    font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;

  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-top:0px;

}





/*logoarea*/
#logoarea-slider-holder{
  overflow: hidden;
  width:100%;
  /* height:50px; */
}

#logoarea-heading{
  text-align: center;
}


@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  /*   animation: 30s slides infinite linear; */
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 50px;
    width: auto;
    padding: 0px 40px;
}
/**/

/* section1name start */
#section-section1name{

}
/* section1name end */


/* 3column start */
#section-3column{

}
#section-3column-text{
  margin-bottom: 30px;
}

#section-3column-heading{
  text-align: center;
  margin:0px auto;
  padding: 0px 90px 20px 90px;
}
.section-3column-feature-style{
  background-color: #ffffff;
  padding: 0;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
}
.section-3column-feature-style img{
  width:100%;
  height: auto;
}
.section-3column-col-style{
  padding: 30px;
  background-color: #EFE8D6;
  border-radius: 0px 0px 16px 16px;
  /* height: 215px; */
}
.section-3column-text-style{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;

padding-top: 14px;
padding-bottom: 10px;
}

.section-3column-heading-style{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
/* 3column end */

/* heroMulti start */
#heroMulti{

}


/* heroMulti end */


#section-prodFeatureCenter-text{
  margin-bottom:30px;
}
#section-videoCenter-text{
  margin-bottom:30px;
}
#section-videoCenter {
    margin: 0px auto;
}
#section-videoLeft h2{
  margin-top:0px !important;
}

#section-videoLeft .flex-center{
  justify-content: center;
    display: flex;
    flex-direction: column;
}

.form-area{
  padding: 0px;
  border-radius: 0px;
  /* background-color:#F2FAFB; */
}
#heroMulti .form-area{
  margin-top: 54px;
}
.video-zone iframe{
  max-width: 100%;
  margin:0px auto;
  /* width: 100%; */

}




/* 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 */



.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: 36px !important;
  width: 93%;
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
  position: relative;
  left: 14px;
  top: 2px;
}

.mktoForm .mktoFieldWrap {
    width: 100%;
}
.mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 10px !important;
}
.mktoForm{
font-family: "DM Sans", Helvetica, 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 #D0CFCB;
  background: url("https://info.gobridgit.com/rs/537-WBT-100/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: "DM Sans", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
line-height: 21px !important;
border: 1px solid #D0CFCB;
background-color: #ffffff;
border-color: #D0CFCB;
color: #747474;
border-radius: 46px !important;
width:100% !important;
padding: 8px !important;
min-height: 38px;
z-index: 1;
    position: relative;
}
.mktoForm textarea.mktoField, .mktoForm select.mktoField {
  /* border-radius: 0px !important; */
}
.mktoForm textarea[rows="2"] {
    height: 150px !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  position: absolute;
  /* left: -14px; */
  left: 20px;
  z-index: 999;
  top: 10px;
}
.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: "DM Sans", Helvetica, 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;

  position: relative;
  top: 9px;
      z-index: 0;
      left: 5px;
      height: 0px;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  transition: all .111s ease-in-out;

  border-radius: 46px !important;


  text-transform: none !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background-image: none !important;
  width: auto !important;
  font-weight: bold;
  font-size: 16px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  cursor: pointer;
}
.mktoButtonWrap{
  margin:0px !important;
}
.mktoButtonRow {
    display: inline-block;
    position: relative;
    margin: 0px auto !important;
    width: 100% !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
width: 100%;
}
.mktoForm .mktoCheckboxList {
  margin-top: 0px;
margin-left: -15px;
width: 100% !important;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  line-height: 20px !important;
  font-size: 13px;
}
.mktoHtmlText{
  width:100% !important;
  margin-top: 10px !important;
margin-bottom: 10px !important;
}
.mktoForm .mktoGutter {
    height: 5px !important;
}


#heroMulti-showhide-col2 {
  padding-left: 0px;
}
#mkto_gen_heroMulti-content-img{
  margin-top:20px;
}

.form-heading{
  font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #08333a;
}

.form-sub-heading{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "DM Sans", Helvetica, 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;
}


/* MEDIA QUERIES */
@media(max-width: 1100px){

  .container-a{
    padding: 0px 0px;
  }
  .container-b{
    padding: 15px 70px;
  }
  .container-b2{
    padding: 15px 70px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  #heroMulti-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: 0px;
  padding-left: 0px;
}
  .row{
    display: block;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .showhide-col{
      padding: 0px 90px;
      width: 100% !important;
  }

  #footerForm{
    padding: 0px 40px;
  }

  #footerStatic{
    padding: 0px 40px;
  }

  #footerSnippet{
    padding: 0px 40px;
  }



  .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-b2{
    padding: 10px 60px;
  }

  .flex-order-wrapper{
    padding:0px 0px;
  }
  .form-area {
    width: 100%;
    margin: 0px auto;
}
#heroMulti .form-area{

}
  #heroMulti-showhide-col2 {
    padding-left: 90px;
padding-right: 90px;
  }


#section-2colfeature-heading {
    padding: 0px 20px 20px 20px;
  }

#section-3column-heading {
    padding: 0px 20px 20px 20px;
  }
  .hero-overlay{
      /* padding:40px 20px; */
  }

  .section-2colfeature-feature-style{
    margin-bottom: 30px;
    height: auto;
    max-height: none;
  }

  .section-3column-feature-style {
    height: auto;
    max-height: none;
  }
  .section-3column-text-style{
  padding-bottom: 30px;
  }

}

@media(max-width: 768px){

}

@media(max-width: 660px){
  #footerStatic-staticText{
    margin-bottom:20px;
  }
  #footerSnippet .footer-snippet{
    margin-bottom:20px;
  }
  #section-videoLeft h2 {
    margin-top: 20px !important;
}

  .prod-col{
    display: flex;
  flex-direction: column;
  }
  .prod-img{
    order:1;
  }
  .prod-content{
    order:2;
  }
.container-b{
    padding: 10px 20px;
  }
  .container-b2{
      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: 0px;
  padding-left: 0px;
}
.section-3column-col-style {
height: fit-content !important;
}
.pre-header{
  margin-top: 40px;
}
.quote-text, .quote-text p, .quote-text span {
    font-family: "DM Sans", Helvetica, Arial, sans-serif !important;
font-weight: 400;
font-size: 24px;
line-height: 33px;
letter-spacing: 0px;
text-align: center;

}
.quote-img-col{
  text-align: center;
  margin-bottom:20px;
}
.quote-details{
 text-align: center;
}
.footerForm-btn{
    width: 100% !important;

  }
  .footerStatic-btn{
      width: 100% !important;

    }
    .footerSnippet-btn{
        width: 100% !important;

      }
.showhide-col{
      padding: 0px 10px;
  }
#footerForm{
    flex-direction: row;
  }
  #footerStatic{
      flex-direction: row;
    }
    #footerSnippet{
        flex-direction: row;
      }
.btn{
    margin-top: 0;
  }
.mobile-footerForm{
    flex-direction: column;
    text-align: center;
  }
  .mobile-footerStatic{
      flex-direction: column;
      text-align: center;
    }
  .mobile-footerSnippet{
      flex-direction: column;
      text-align: center;
    }


.section-3column-feature-style .mktoImg {
    width: 100%;
    margin-top: 20px;
  }
#heroMulti-form .mktoForm .mktoLabel {
    margin-left: 5px !important;
    margin-bottom: 3px !important;
    margin-top: 5px !important;
  }

#heroMulti-form .mktoForm .mktoRequiredField .mktoAsterix {
    margin-left: -7px !important;
  }

h1{

  }
h2{

  }
h3{

  }

#main-logo{
   width: auto;
   max-width: 160px;
  }

#heroMulti-showhide-col2 {
  padding-left: 0px;
  padding-right: 0px;
}

.flex-order-wrapper{
    padding:0px 0px;
  }
#footerForm {
    padding: 0px 15px;
  }
  #footerStatic{
      padding: 0px 15px;
    }
    #footerSnippet {
        padding: 0px 15px;
      }

.showhide-row {
      flex-direction: column;
  }
.mktoForm {
    padding-top: 10px !important;
  }
#heroMulti {
    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;
  }
}
