.light--mode .section--bofu-form--container{
  background:#ffffff;
} 

.dark--mode .section--bofu-form--container{
  background:#333333;
} 

.dark--mode .grid form.hs-form label, 
.dark--mode .production--form label{
  color: #f5f5f7;
}

.bofu--overlay{
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  height: 0;
  width: 100%;
  @include transition(top, .6s, ease-in-out);
}

.bofu--overlay{
  background: #222222;	
}

#productionPopUp.bofuPopupContainer{
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  // z-index: -2;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity  .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  position: fixed;
}

.productionPopUpVcenter {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.productionPopupInner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 99999;
  width: 98%;
  max-height: 100%;
  margin-left: 1%;
  margin-right: auto;
  padding: 0;
  text-align: center;
  transition: all .4s ease-in-out;
  opacity: 0;
  overflow: auto;
  top: -100%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

@media screen and (max-width: 679px) {
  .productionPopupInner {
    margin-left: 0%;
  }
}

.productionPopupInner .productionPopupContainer {
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  transform-style: preserve-3d;
}

#productionPopUp #productionPopUpVcenter {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#productionPopUp .productionPopupInner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 999;
  width: 98%;
  max-height: 100%;
  margin-left: 1%;
  margin-right: auto;
  padding: 0;
  text-align: center;
  top: -90px;
  transition: all .4s ease-in-out;
  opacity: 0;
  overflow: auto;
}

@media screen and (max-width: 679px) {
  #productionPopUp .productionPopupInner {
    margin-left: 0%;
  }
}

#productionPopUp .productionPopupInner.pull--down {
  top: 0 !important;
  opacity: 1 !important;
}

#productionPopUp .productionPopupContainer {
  margin: 0 auto;
  text-align: center;
  padding: 40px 50px;
  width: 90%;
  max-width: 1060px;
  border-radius: 8px;
  z-index: 999;
  transform-style: preserve-3d;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 679px) {
  #productionPopUp .productionPopupContainer {
    padding: 15px 5px;
    margin-top: 20px;
  }
}

#productionPopUp .productionPopupContainer .productionPopupContent>p {
  margin-bottom: 0px;
  margin-top: 20px;
}

#productionPopUp.bofuPopupContainer form label{
  color:white;
  margin-bottom:6px;
  font-weight:bold;
}
#productionPopUp.bofuPopupContainer form input:not([type='submit']) {    
  background: none;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-bottom-width: 2px;
  color: white;
  margin-bottom: 50px;
  padding-left: 0px;
}

html.bofuTrigger .bofu--overlay{
  top:0;
  height: 100%;
}

.bofuTrigger .bofuPopupContainer{
  opacity: 1 !important;
  z-index: 1002 !important;
  width: 100% !important;
  height: 100% !important;
}

#productionPopUp.bofuPopupContainer form input[type='checkbox'] {
  margin-bottom: 15px;
}

.section--bofu-form--custom .form-title {
  display: none;
}

.agencyContactUs--meeting--form .hs_submit {
  text-align: center;
  padding-top: 20px !important;
}

.agencyContactUs--meeting--form .hs_submit .actions {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background-image: none;
  text-align: center;
  font-family: proxima-nova, Helvetica Neue, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25em;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 8px;
  min-width: 120px;
  width: auto;
  max-width: 100%;
  border-width: 2px !important;
  border-style: solid !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: 0 !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #ff7043 !important;
  border-color: #ff7043 !important;
  position: relative;
}

.agencyContactUs--meeting--form .hs_submit .actions input {
  outline: 0 !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #1082c1 !important;
  border: none;
  color: white;
  font-family: proxima-nova, Helvetica Neue, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25em;
  font-weight: 800;
  text-decoration: none;
  padding: 13px 44px 13px 24px !important;
  box-shadow: none !important;
}

.agencyContactUs--meeting--form .hs_submit .actions:hover{
    border-color: #ff4910 !important;
    background-color: #ff4910 !important;
}

.agencyContactUs--meeting--form .arrows {
  position: absolute;
  transform: translate(0%, 0%);
  display: inline-block;
  top: 42%;
  width: 5px;
  height: 5px;
  right: 35px;
}

.agencyContactUs--meeting--form .arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2.66667px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2.66667px solid rgba(255, 255, 255, 0.7);
  transform: translate(0px, 0px) rotate(-135deg);
}

.agencyContactUs--meeting--form .arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2.66667px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2.66667px solid rgba(255, 255, 255, 0.7);
  transform: translate(0px, 0px) rotate(-135deg);
}

.agencyContactUs--meeting--form .actions:hover .arrows:before {
  animation: arrows 1.5s linear infinite;
}

.agencyContactUs--meeting--form .actions:hover .arrows:after {
  animation: arrows 1.5s linear infinite -0.75s;
}

@media screen and (min-width: 1024px) {
  .section--bofu-form .section--bofu-form--content {
    padding-right: 80px;
  }
  .hs-describe_your_product_service li.hs-form-checkbox {
    float: left;
    width: 47%;
    margin-right: 1.5%;
    display: inline-block;
    vertical-align: top;
  }
  .hs-describe_your_product_service li.hs-form-checkbox label input {
    float: left;
  }
  .hs-describe_your_product_service li.hs-form-checkbox label span {
    margin-left: 27px;
    display: block;
    width: auto;
  }
  .hs_any_information_you_d_like_us_to_know__c {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .hs-describe_your_product_service li.hs-form-checkbox {
    margin-bottom: 12px;
  }
}

.section--bofu-form form .legal-consent-container p,
.section--bofu-form form .legal-consent-container .inputs-list label{
  font-size: 13px; 
  font-weight: 300; 
  margin-top: 0px; 
  margin-bottom: 0; 
  text-align:left !important;
}