.promo-open {

  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color:#333;
  padding-top: 0px;
}
.row.desk-flex.logosection .col-xs-12 {
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
  .promo-open {
    padding-top: 0px;

    /* url('/rebrand/img/bg-06.jpg') center center no-repeat; */
    background-size: 100%;
    background-size: cover;
  }
}

/*** MY STUUFF ***/
.ph-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
a.phone-numb{
  color: #333333;
  font-weight: 500;
  font-size: 22px;
  padding: 10px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  background-color: transparent;
  line-height: 50px;
}
a.phone-numb:hover{
  text-decoration: unset;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  padding: 10px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
a.phone-numb > svg{
  margin-right: 10px;
}
#lead-form label.hs-error-msg {
  font-size: 14px;
  display: block;
  margin-top: -10px;
  color: red;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding-inline-start: 0;
}
.steps-pager a.btn.btn-primary{
  border: 1px solid transparent;
  /* background: #738036; */
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Roboto;
  width: 120px;
  padding: 18px 0 19px 0;
  margin: 3px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  border-color: transparent;
  -moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  text-align: center;
}
.container-fluid {
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: auto;
    margin-left: auto;
}

.steps-pager .btn.btn-primary i{
  color: #fff;
}

.text-center.well-icon div {
  background: white;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-center.well-icon {
  max-width: 120px;
  max-height: 120px;
  margin: auto;
}
.text-center.well-icon span{
  display: flex!important;
}
.text-center.well-icon svg {
  width: 60px;
  height: 60px;
  fill: #738036;
}
.centered-separator {
  background-color: #b2b2b2;
  height: 1.5px;
  width: 250px;
  margin: 0 auto 35px;
  position: relative;
}
.centered-separator > .separator {
  height: 6px;
  width: 50px;
  position: absolute;
  left: 100px;
  top: -2px;
  border-radius: 1px;
  /* background-color: #738036; */
}


/*** NOT MY STUFF ***/

section { margin-bottom: 30px; }
.container {
  background-color: #FFF;
  overflow: hidden;
  padding: 0;
}
.container.rounded {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 80px;
    margin-top: 80px;
    max-width: 800px;
    transition: opacity .2s;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .5);
    align-self: center;
    flex: 0 1 auto;
    order: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .promo-open .container.rounded .col-md-12 {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        float: unset;
    }
}
/*.choose-device .container { background: #fff; }*/
.choose-device #set-final .rf-hidden { display: none; }

@media (max-width: 767px) {
  .container.rounded { border-radius: 0; }
}
/*
.progress, .progress .progress-bar {
border-radius: 0;
margin: 0;
padding: 0;
height: 8px;
}*/
.p-a-0 { padding: 0; }
.p-x-0 { padding-left: 0; padding-right: 0; }
.p-t-1 { padding-top: 1rem; }
.p-t-2 { padding-top: 1.5rem; }
.p-t-3 { padding-top: 2rem; }
.p-b-1 { padding-bottom: 1rem; }
.p-b-2 { padding-bottom: 1.5rem; }
.p-b-3 { padding-bottom: 2rem; }

.m-t-1 { margin-top: 2rem; }
.m-t-2 { margin-top: 4rem; }
.m-t-3 { margin-top: 6rem; }
.m-b-1 { margin-bottom: 2rem; }
.m-b-2 { margin-bottom: 4rem; }
.m-b-3 { margin-bottom: 6rem; }

header {
  padding: 0;
  margin: 0;
}
header .container {
  border-radius: 0;
  height: auto;
  min-height: 0;
  border: none;
  background: transparent;
}
header .navbar.navbar-default {
  border-radius: 0;
  height: auto;
  min-height: 0;
  border: none;
  background: transparent;
  /*background: #fff;*/
  margin: 20px 0;
  padding: 0;
}
.navbar.navbar-default .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 1;
  height: auto;
  width: auto;
  max-width: none;
  font-weight: 300;
}
#logo {
  display: inline-block; margin: 24px 12px 0; max-width: 180px;
}
@media (max-width: 767px) {
  .logo { margin: 15px 5px; max-width: 130px; }
}
div#progress {
  min-height: 120px!important;
}
.mobile-header-phone { display: inline-block; padding: 2px 12px 5px; margin: 12px 8px; text-decoration: none; color: #a7355e; font-size: 16px; font-weight: 500; line-height: 18px; cursor: default; border: 2px solid #a7355e; border-radius: 20px; }
.mobile-header-phone span { color: #a7355e; font-size: 16px; font-weight: normal; line-height: 18px; }
.mobile-header-phone:hover { text-decoration: none; color: #222; }
.mobile-header-phone:hover span { color: #a7355e; font-weight: normal; }

.header-phone { display:none; margin: 20px; text-decoration: none; color: #222; font-size: 20px; font-weight: 400; cursor: default; }
.header-phone span { color: #a7355e; font-weight: normal; }
.header-phone:hover { text-decoration: none; color: #222; }
.header-phone:hover span { color: #a7355e; font-weight: normal; }

@media (min-width: 768px) {
  .header-phone { display: inline-block; }
  .mobile-header-phone { display: none; }
}

.steps-content .step, .rf-set {
  display: none;
}
.steps-content > .step:first-child {
  display: block;
}

@media (min-width: 768px) {
  .choose-device .steps {
    padding: 0 30px;
  }
  .steps-content .step {
    min-height: 350px;
  }
  .step.step-result  {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 960px) {
  .step.step-result  {
    padding-left: 180px;
    padding-right: 180px;
  }
}

.steps .step-container {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .steps .step-container {
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .steps .steps-content {
    margin-bottom: 36px;
  }
}


.step p { padding: 0; margin: 0; }
/*.steps-content .step-question { min-height: 100px; overflow: hidden; }*/
.step .step-question p {
    line-height: 1.3;
    margin: 0;
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
  font-weight: 400; margin: 5px 0 24px;  }
.step .step-question.intro-question p.question-text{
  font-size: 36px;
}
.step .lead { font-size: 30px; line-height: 1.3; font-family: Roboto;
  font-weight: 500; margin: 5px 0 32px; }

.lead.blue{
  /* color: #738036;*/
  font-size: 32px;
  margin: 10px 0px;
}
.blue-top{
  background: #fff;
  padding: 10px;
  margin: 15px auto 25px;
  max-width: fit-content;
  border-radius: 50%;
  line-height: 1;
}

.choose-device .step .step-question .question-text {
  font-size: 30px;
  line-height: 1.45;
  font-weight: 400;
  margin: 5px 0 20px;
  padding: 0 60px !important;
}

@media (max-width: 767px) {
  .step .step-question p {
        font-family: Roboto;
        font-size: 21px;
        font-weight: bold;
        white-space: pre-line;
        overflow-wrap: break-word;
        color: rgb(0, 0, 0);
  }
}

.btn, .btn.btn-primary,
.steps-pager .btn,
.steps-pager .btn-step-next,
.steps-pager .btn-step-back  {
  padding: 15px 22px 16px 22px; margin: 3px; background-color: #a5385f;
  font-family: Roboto;
  font-size: 18px; line-height: 18px; color: #fff; letter-spacing: 1px;
  font-weight: 400; text-transform: uppercase; border-radius: 3px;
  border-color: transparent; -moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1); 
}

.steps-pager > .btn:last-child { 
  background: #a5385f; 
  color: #fff; 
  text-align: left; 
  padding-left: 38px; 
  padding-right: 0; 
}

.steps-pager .btn i {
  position: relative; display: inline-block; font-size: 14px; line-height: 18px; top: -1px; vertical-align: middle; margin-right: 3px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.steps-pager .btn { width: 140px; padding: 18px 28px 19px 0; margin: 3px; text-align: right; }

.step.step-result .step-answers .btn {
  height: 64px;
  width: auto;
  margin: 4px;
  border-radius: 3px;
  margin-top: 30px;
}

#lead-form label{
  display: none;
}
#lead-form input {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  height: 52px;
  border-radius: 3px;
  width: 100%;
  font-family: Roboto;
  border: 2px solid #e2e0e0;
  font-weight: 300;
  margin-bottom: 15px;
}
#lead-form textarea{
  width: 100%;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  font-family: Roboto;
  border: 2px solid #e2e0e0;
  font-weight: 300;
  height: 100px;
}
/* #lead-form div.input, #lead-form div.actions{
  margin-right: -15px;
  margin-left: -15px;
} */
.step .step-answers .custom-single-select > label.other-btn i{
  font-size: 14px;
  padding-left: 8px;
}

/*
.step .step-answers .btn {
height: 100px;
width: 100px;
margin: 4px;
border-radius: 50%;
}
*/

@media (max-width: 767px) {
  .steps-pager .btn,
  .steps-pager .btn-step-next,
  .steps-pager .btn-step-back  {
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .question-left {
    border-right: 6px dotted #dcdcdc;
  }

  .question-right .well {
    padding: 30px;
    box-shadow: none;
    border: none;
  }
}



.btn-lg { border-radius: 3px; padding: 18px 24px 18px 24px; }

.panel-body { background-color: #f2e8ec; background-color: #ffffff; }
.progress{
  background: #F0EADC80!important;
}
.step .step-question .progress-indicator {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 700;
  /* color: #738036; */
}
.step .step-question .progress-indicator.introtext{
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 35px;
    padding-top: 30px;
    line-height: 1.3 !important;
}
.form-group { position: relative; }
.form-group .control-label{
  line-height: 36px;
  font-weight: 500;
  font-size: 17px;
  text-align: right;
}

.form-group .form-control {
  /*box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.15);*/
  border: 2px solid #e2e0e0;
  border-radius: 1px;
  font-family: Roboto;
  font-weight: 300;
}
.form-control.invalid { border-color: #cc162d; }

.form-group .input-lg {
  padding: 15px 20px;
  font-size: 17px;
  line-height: 20px;
  height: 52px;
  border-radius: 3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: -1px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -5px;
  margin-top: -9px;
  border-width: 9px 15px 9px 0;
  border-right-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 0px;
}


.custom-multiple-select, .custom-single-select {
  display: inline-block;
  margin: 0 8px 20px;
  position: relative;
  opacity: 0;
  /*-webkit-transform: translateX(35px);
  transform: translateX(35px);
  will-change: transform;*/
}
@media (min-width: 768px) {
  .custom-multiple-select, .custom-single-select {
    margin: 0 10px 20px;
  }
}

.custom-single-select .input-icon,
.custom-multiple-select .input-icon {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  line-height: 38px;
  font-size: 24px;
  border-radius: 50%;
  color: #fff;
  /* background-color: #738036; */
  opacity: 0;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.steps {
  margin-bottom: 100px;
}
.step-container { margin-top: 64px; }

.step .animated {
  opacity: 0;
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
}
/*
.animate-in .ca-form__group:nth-child(1), .animate-in .custom-multiple-select:nth-child(1), .animate-in .custom-single-select:nth-child(1) {
-webkit-animation: side-swipe-in .3s ease .2s forwards;
animation: side-swipe-in .3s ease .2s forwards;
}
.animate-in .ca-form__group:nth-child(2), .animate-in .custom-multiple-select:nth-child(2), .animate-in .custom-single-select:nth-child(2) {
-webkit-animation: side-swipe-in .3s ease .3s forwards;
animation: side-swipe-in .3s ease .3s forwards;
}
.animate-in .ca-form__group:nth-child(3), .animate-in .custom-multiple-select:nth-child(3), .animate-in .custom-single-select:nth-child(3) {
-webkit-animation: side-swipe-in .3s ease .4s forwards;
animation: side-swipe-in .3s ease .4s forwards;
}
.animate-in .ca-form__group:nth-child(4), .animate-in .custom-multiple-select:nth-child(4), .animate-in .custom-single-select:nth-child(4) {
-webkit-animation: side-swipe-in .3s ease .5s forwards;
animation: side-swipe-in .3s ease .5s forwards;
}
.animate-in .ca-form__group:nth-child(5), .animate-in .custom-multiple-select:nth-child(5), .animate-in .custom-single-select:nth-child(5) {
-webkit-animation: side-swipe-in .3s ease .6s forwards;
animation: side-swipe-in .3s ease .6s forwards;
}
.animate-in .ca-form__group:nth-child(6), .animate-in .custom-multiple-select:nth-child(6), .animate-in .custom-single-select:nth-child(6) {
-webkit-animation: side-swipe-in .3s ease .7s forwards;
animation: side-swipe-in .3s ease .7s forwards;
}
*/
.step .animated:nth-child(1) {
  -webkit-animation-duration: .25s; animation-duration: .25s;
  -webkit-animation-delay: .1s; animation-delay: .1s;
}
.step .animated:nth-child(2) {
  -webkit-animation-duration: .25s; animation-duration: .25s;
  -webkit-animation-delay: .2s; animation-delay: .2s;
}
.step .animated:nth-child(3) {
  -webkit-animation-duration: .25s; animation-duration: .25s;
  -webkit-animation-delay: .3s; animation-delay: .3s;
}
.step .animated:nth-child(4) {
  -webkit-animation-duration: .25s; animation-duration: .25s;
  -webkit-animation-delay: .4s; animation-delay: .4s;
}
.step .animated:nth-child(5) {
  -webkit-animation-duration: .25s; animation-duration: .25s;
  -webkit-animation-delay: .5s; animation-delay: .5s;
}
.step .animated:nth-child(6) {
  -webkit-animation-duration: .25s; animation-duration: .25s;
  -webkit-animation-delay: .6s; animation-delay: .6s;
}


.step .help-text {
  font-size: 17px;
  font-weight: 300;
  margin: 15px 0 0 0;
  padding: 0;
  display: none;
}
.step .step-answers .custom-single-select label:not(.other-btn), .step .step-answers .custom-multiple-select label:not(.other-btn) {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  font-family:'acumin-pro', sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  /* padding: 100px 20px 20px 20px; */
  padding: 0 10px 0px;
  line-height: 28px;
  margin: 0px;
  text-align: center;
  border-bottom: solid 4px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease;
}
.step .step-answers label:hover i{
  -webkit-text-stroke: 0px transparent;
}
.step .step-answers label:hover {
  /* border-bottom-color: #738036;
  color:#738036;
  -webkit-text-stroke: 2px #738036; */
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.choose-device .step .step-answers .custom-single-select label:not(.other-btn),
.choose-device .step .step-answers .custom-multiple-select label:not(.other-btn)  {
  height: 136px;
}



.step .step-answers input[type=checkbox],
.step .step-answers input[type=radio] {
  opacity: 0;
}

@media (min-width: 768px) {
  .step .step-answers .custom-single-select label,
  .step .step-answers .custom-multiple-select label  {
    font-weight: 300;
  }
}

/* .custom-multiple-select input[type='checkbox']:checked + label, .custom-single-select input[type='radio']:checked + label {
border-color: #738036;
color: #738036;
} */
.custom-multiple-select input[type='checkbox']:checked + label > .input-icon, .custom-single-select input[type='radio']:checked + label > .input-icon {
  opacity: 1;
}

.step .step-answers .feature-item label  {
  vertical-align: bottom;
  padding-bottom: 16px;
  font-size: 14px;
}

.custom-multiple-select label img, .custom-multiple-select label svg, .custom-single-select label img, .custom-single-select label svg {
  display: block;
  height: 70px;
  width: 70px;
  position: relative;
  margin: 8px auto;
}

.btn-step-next { display: none; }

#Name {
  background: #fff; 
  /* url('/rebrand/img/risk-assessment/icons/input-name.png') 12px center no-repeat; */
  padding-left: 43px;
}
#Phone {
  background: #fff;
  /* url('/rebrand/img/risk-assessment/icons/input-phone.png') 12px center no-repeat; */
  padding-left: 43px;
}
#Email {
  background: #fff;
  /* url('/rebrand/img/risk-assessment/icons/input-email.png') 12px center no-repeat; */
  padding-left: 43px;
}

.choose-device #set-final .lead {
  font-weight: 300;font-size: 20px; margin-bottom: 24px;
}
.choose-device #set-final .h2 {
  font-weight: 500; margin-bottom: 13px;
}
.choose-device #question-final p { margin-bottom: 16px; }
@media (min-width: 768px) {
  .choose-device #question-final p { padding-right: 60px; }
}

.choose-device #set-final .h2 a {
  color: #a5385f;
  text-decoration: underline;
}


.progress {
  height: 160px;
  width: 160px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  display: none;
}
.progress > svg {
  height: 100%;
  display: block;
}

.progress-track {
  display: block;
  height: 18px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px auto;
}
.progress-bar {
  height: 18px;
  line-height: 18px;
  background-color: #20898a;
}


.badge-blurred-risk-score { display: block; max-width:172px; width: 100%; margin:0px auto 18px auto; }


.disclaimer {
  font-size:10px; line-height: 12px; font-weight: 300; margin: 0 -15px; padding:0;
  font-weight: 400;
  font-family: Roboto;
  color: #999;
}

.txtError {
  color: #cc162d;
  font-family: Roboto;
  text-align: left;
}

.errCaption {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -14px;
}
.errCaption span {
  display: block;
  width: 72px;
  padding: 0px;
  color: #fff;
  font-weight: 500;
  font-family: Roboto;
  font-size: 11px;
  line-height: 26px;
  position: relative;
  background: #cc162e;
  border-radius: 3px;
  text-align: center;
}

.errCaption span::before {
  position: absolute;
  display: block;
  content: '';
  left: -10px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #cc162e transparent transparent;
  border-radius: 3px;
}

.scorebar{
  background-color: #f7f7f7;
  height: 15px;
  width: 100%;
}
.scorebar-overlay{
  height: 100%;
  width: 100%;
  max-width: 0%;
  background-color: black;
  transition: 300ms;
}

@media (min-width: 769px){
  .desk-flex{
    display: flex!important; 
    align-items: center;
  }
}

.row.desk-flex{
  padding: 25px;
}
@media (max-width: 768px){
  .row.desk-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 25px;
  }
  .row.desk-flex .col-xs-12{
    text-align: center;
  }
  a.phone-numb{
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    padding: 5px;
  }
}

.hs-form-field label {
  display: block !important;
}

.multi-container {
  margin-bottom: 15px;
  padding: 0;
}

.multi-container ul {
  padding: 0 !important;
}

.multi-container li {
  list-style: none !important;
}

.multi-container label {
  display: block !important;
  width: 50% !important;
  float: left;
  margin-bottom: 15px;
}

@media(min-width: 768px) {
  .multi-container label {
    width: 25% !important;
  }
}

.hs-form-required {
  display: none;
}


.custom-dropdown {
  margin: 10px 0;
  text-align: center;
}
.custom-dropdown select {
  width: 100%;
  padding: 10px;
  border: 1px solid ;
  border-radius: 5px;
}


select.custom-dropdown.form-control {
  max-width: 50%;
  margin: 0 auto;
  /*     border: 1px solid #738036; */
  /* background: #f4f4f4; */
  /* color: #000; */
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 40px;
  border: none;
  border-radius: 3px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 45px;
  padding: 10px;
  height: auto;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .2);
}

button.btn.btn-primary.btn-next {
  border-color: transparent;
  border-radius: 3px;
  border-width: 1px;
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
  color: #fff;
  font-family:'acumin-pro', sans-seriff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  background: #738036;
  padding: 15px 22px 16px;
  text-transform: uppercase;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

button.btn.btn-primary.btn-next:hover {
  background-color: #fff;
  -webkit-text-stroke: transparent 0;
  border: 1px solid #738036;
  color: #738036;
}

@media (max-width: 767px) {
  select.custom-dropdown.form-control {
    max-width: 80%;
  }
}

.custom-single-select.dropdown-mode input,
.custom-single-select.dropdown-mode label { display: none; }
.custom-single-select.dropdown-mode select {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 12px;
  color: #444;
  font-family: Roboto;
  font-size: 16px;
  line-height: 28px;
  /* border-bottom: 4px solid #fff; */
  border-radius: 4px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .2);
  width: 300px;
  appearance: none;
  background: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='5'><path d='M0 0l5 5 5-5' fill='%23666'/></svg>") no-repeat right 12px center;
}
.promo-open fieldset.form-columns-2 {
  column-gap: 45px;
  display: flex;

}
.promo-open fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}



/************************************ New Module css start here 29/8/25  *************************************************/
body{    background-color: #9AB17E33 !important;}
.centered-separator { display: none; }
.progress{box-shadow:unset !important; margin:70px 0px 0px;}
.container.rounded { padding-bottom: 80px !important; }
.steps { margin-bottom: 0;  }
.introlabel,.topquestionlabel { text-align: right; margin-bottom:20px; top:-122px; position:relative;}
.introlabel p,.topquestionlabel p{color:#000;}
.step-question{max-width:100% !important;}
.steps-content .step{min-height:auto;}
.row.desk-flex { padding: 0; }
.question-left{border-right:0;}
.container{max-width:1170px;}
.step-answers {
    display: flex;
    margin: 0;
    row-gap: 10px;
    column-gap: 10px;
    width: auto;
    margin: 0 -25px;
    max-width: none;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
} 
.question .custom-single-select ,.question .custom-multiple-select{ 
  width: calc(50% - 10px); 
  margin: 0;
}
.topquestionlabel{text-align:right; }
.introbutton{margin:0 auto;}
.step .step-answers .custom-multiple-select label:not(.other-btn), 
.step .step-answers .custom-single-select label:not(.other-btn){
      display: block;
    line-height: normal;
    margin: 10px auto;
    max-width: 400px;
    opacity: 1;
    padding: 20px 20px 20px 20px;
    position: relative;
    transition: transform .6s 
ease-out, opacity .6s 
ease-out, visibility .6s 
ease-out, background .6s 
ease-out, border-color .6s 
ease-out, color .6s 
ease-out, box-shadow .3s 
ease-in-out;
    white-space: normal;
    width: 100%;
    word-break: break-word;
    z-index: 2;
  display:flex; 
  align-items:center; 
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  justify-content:center;  
  width:100%; 
  height:100%;
  font-family: Roboto;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgb(7, 135, 196);
  --outline-color: #0787c4;
}
.step .step-answers .custom-multiple-select label:not(.other-btn):hover, 
.step .step-answers .custom-single-select label:not(.other-btn):hover {
    background-color: #0787c4;
    color: #fff;
}

.custom-multiple-select input[type='checkbox']:checked + label {
    background-color: #0787c4!important;
    color: #fff!important;
}
p.progress-indicator { display: none; }
.custom-multiple-select input[type='checkbox']:checked + label, .custom-single-select input[type='radio']:checked + label{background-color:#0787c4; border-color:transparent; color:#fff ;}
.multi-select-next button,.text-input-next button { border-radius: 100px !important; font-size: 16px !important; text-transform: capitalize !important; font-weight: 700 !important; padding: 16px 32px !important; margin-top: 40px !important; }
.progress-bar:after { position: absolute; top: -21px; right: -42px; width: 58px; height: 58px; background-color: #0787c4; content: ""; border-radius: 50%; background-image: url('https://2603437.fs1.hubspotusercontent-na1.net/hubfs/2603437/UnCommon%20Farms%20Website%20Redesign%202023/Image/UnCommon%20Farms%202023%20Images/Tractor.png'); background-repeat: no-repeat; background-size: 38px; background-position: center; }
.progress{height:20px !important; overflow:unset !important; border-radius:100px !important;}
.progress-bar { background: #0787c4 !important; position: relative; border-radius:100px; box-shadow:unset !important; font-size:0px !important;}
.steps .step-container{margin-top:0px;}
p.progress-indicator.introtext {display: block;}
.step-form label { text-align: left; padding: 0 !important; }

.steps {
    padding-top: 30px;
}

@media(max-width:1280px){
  .question .custom-multiple-select, .question .custom-single-select {
    margin: 0 10px; 
    width: calc(50% - 10px); 
  }
  .step-answers{margin:0px -20px;}
}

.step-loading.step-container div#progress {
    background: rgb(7, 135, 196)!important;
    color: #FFFFFF !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px !important;
    align-items: center;
    justify-content: center;
  margin-top: 20px;
    align-content: center;
}
p#shortanswer .hs_cos_wrapper_type_inline_rich_text > div:first-child {
    padding-top: 23px;
}
.step-loading.step-container .step-question p {
        font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}


@media(max-width:991px){
  .question .custom-multiple-select, .question .custom-single-select{width: 100%;}
  .introlabel, .topquestionlabel {
    text-align: center;
  }
  .steps .step-container {
    margin-top: 0;
  }
  .steps .step-form.step-container > div {
    max-width: 100% !important;
  }
  .steps .step-form.step-container > div .col-md-12 {
    padding: 0;
  }
  .steps .step-form.step-container fieldset.form-columns-2 {
    flex-direction: column;
  }
   .steps .step-container > div {
      max-width: 100% !important;
      margin: 0 auto;
      margin: 0 15px !important;
  }
}

.hs-form, .hs-elevate-system-form form, .hs-elevate-system-form--subscription-preferences form .email-prefs {
    padding: var(--hsElevate--form__padding);
    border-color: var(--hsElevate--form__borderColor);
    border-radius: var(--hsElevate--form__borderRadius);
    border-style: solid;
    border-width: var(--hsElevate--form__borderThickness);
    background: var(--hsElevate--form__backgroundColor);
    border: none;
    background: none;
    padding: 0;
}

#lead-form input:not([type="checkbox"]), #lead-form textarea {
    color: rgba(0, 0, 0, 0.8);
    fill: rgba(0, 0, 0, 0.8);
    background-color: rgb(255, 255, 255);
    font-family: Roboto;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    border: 1px solid rgb(7, 135, 196);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px inset;
    padding: 10px 20px;
  height: unset;
}
.step-form label {
    color: rgba(0, 0, 0, 0.8);
  font-family: Roboto;
}

/* div#lead-form input[type="checkbox"] {
  height: unset;
  -webkit-appearance: none;
    background-color: transparent;
    border-color: var(--border-color);
    border-radius: 4px;
    border-style: solid;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .25);
    content: "";
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 30px;
    margin-right: 20px;
    outline: none;
    position: relative;
    width: 30px;
} */

#lead-form input.hs-button.primary.large[type="submit"],
.step .step-answers .custom-single-select > label.other-btn,
.multi-select-next button.btn.btn-primary {
    word-wrap: break-word;
    box-sizing: content-box;
    line-height: normal;
    max-width: 370px;
    min-width: 76px;
      width: fit-content;
    padding: .95em 40px;
    transition: transform .6s 
ease-out, opacity .6s 
ease-out, visibility .6s 
ease-out, background .6s 
ease-out, border-color .6s 
ease-out, color .6s 
ease-out, padding .6s 
ease-out, box-shadow .6s 
ease-in-out;
    white-space: normal;
    font-family: Roboto;
    color: rgb(255, 255, 255);
    background-color: rgb(7, 135, 196);
    font-size: 14px;
    border-radius: 4px!;
    border-width: 1px;
    border-color: rgb(7, 135, 196);
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
    line-height: 1em;
    --outline-color: #0787c4;
    cursor: pointer;
      text-align: center;
}

#lead-form input.hs-button.primary.large[type="submit"]:hover, 
.step .step-answers .custom-single-select > label.other-btn:hover,
.step .step-answers .custom-single-select > label.other-btn:hover,
.multi-select-next button.btn.btn-primary:hover {
  padding-left: 52px;
  padding-right: 52px;
}

.step .step-answers .custom-multiple-select label:hover, .step .step-answers .custom-single-select label:hover {
    background-color: #0787c4;
    color: #fff;
}

.row.desk-flex.logosection {
    padding: 0;
    padding-top: 74px;
}

.form-horizontal {
    max-width: 100% !important;
    margin: 0 !important;
}

#lead-form .hs-form .hs-form-field {
    margin-block-end: 0;
}

.why-important-section {
    max-width: 100%;
    margin: 60px auto 10px;
    padding: 20px;
    background: transparent;
    border-left: none;
    border: none;
    border-radius: 4px;
    /* padding-bottom: 80px !important; */
    line-height: 1.3;
    /* margin: 0 auto; */
    max-width: 100%;
    position: relative;
    width: 800px;
    padding-top: 30px;
}

.c-social-links-container .share {
    border: 2px solid #000;
    border-radius: 50%;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.c-social-links-container {
    align-items: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    margin: -5px -5px -2px;
    justify-content: center;
      padding-bottom: 5px;
    padding-top: 30px;
}

.c-social-links-container .share svg {
    color: #fff;
    display: table-cell;
    font-size: 20px;
    height: 30px;
    line-height: 20px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 5px;
    width: 30px;
}

.c-social-links-container .share:hover {
  opacity: 0.7;
}
.custom-single-select.introbutton input {
    display: none;
}
#lead-form input.hs-button.primary.large[type="submit"], .step .step-answers .custom-single-select > label.other-btn, .multi-select-next button.btn.btn-primary {
    border-radius: 4px !important;
    font-weight: 300 !important;
    font-family: Roboto !important;
}
.step .step-answers .custom-multiple-select label:not(.other-btn), .step .step-answers .custom-single-select label:not(.other-btn) {
   padding: 0 20px;
}
@media(max-width:991px){
  .row.desk-flex.logosection {
    padding: 0;
    padding-top: 34px;
  }
  .container.rounded {
    padding-bottom: 0px !important;
  }
  .col-md-12.question-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step .step-answers .custom-multiple-select label:not(.other-btn), .step .step-answers .custom-single-select label:not(.other-btn) {
     padding: 0 20px;
  }
  .why-important-section {
    padding-top: 30px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}