/* Lightbox style custom popup form */
body {
  padding: 40px;
}
.hs-form .input {
  margin-bottom: 32px;
}
.mfp-content {
    max-width: 600px;
    background-color: #fff;
    padding: 0;
}
#cta-form {
  padding: 1.5em 2.5em 3em;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: auto;
}

#cta-form iframe {
  width: 100%;
  height: 85vh;
  max-height: 75em;
  margin: auto;
  border: none;
}

.form-title {
margin-bottom: 32px;
font-size: 21px;
font-family: AvenirLTStd-Heavy;
  margin-top: 0
}

@media screen and (max-width: 480px) {
#cta-form {
    padding: 1.5em 1.5em 2em;
}  
}

.hs-button {
    font-family: "AvenirLTStd-Black";
    font-size:24px;
    display: block;
    width: 25%!important;
    min-width:180px;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    padding:12px 16px;
    margin:auto!important;
    text-align: center;
    background: #fb6746;
    transition: .2s all linear;
    cursor: pointer;
}

.hs_submit {
    margin-top:0 
}

.hs-button:hover {
	  opacity:0.8;
}

.hs-form-field label {
    font-family: "AvenirLTStd-Heavy";
    font-size:10px;
  letter-spacing:1px;
    text-transform:uppercase;
    color:#999;
    margin: 0 0 0.75em;
    padding: 0;
	  display: inline-block;
}

.hs-form-checkbox label {
    font-size:18px;
  letter-spacing:normal;
    color:#232323;
    font-family:"AvenirLTStd-Light";
    text-transform:none;
}

.hs-form-booleancheckbox {
	  list-style-type: none;
}

.hs-form-booleancheckbox label {
    font-family: "AvenirLTStd-Book";
    font-size:15px;
	  line-height: 1.5em;
    width: 100%;
}

.legal-consent-container {
    border-top: 2px solid #ebebeb;
    padding-top: 0.5em;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    font-size:18px;
  letter-spacing:normal;
    color:#232323;
    font-family:"AvenirLTStd-Light";
    text-transform:none;
  margin-left:0.75em!important;
  display:block!important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 25px !important;
    margin-top: .15em;
}
.legal-consent-container .hs-form-booleancheckbox-display span.hs-form-required {
    display: none; /* suppress default asterisk and add directly to label text; solves for wonky span/p layout in HS */
}

.legal-consent-container .hs-richtext { /* bottom text area used for privacy notes, etc. */
    font-size:12px;
  color:#a7a6a6;
    text-align:center;
  letter-spacing:0.5px;
  width:260px;
  margin-left:auto;
  margin-right:auto;
}

.hs-form .input input[type=number], .hs-form .input input[type=text], .hs-form .input input[type=email], .hs-form-field textarea, .input input[type=tel] {
    font-family: "AvenirLTStd-Book";
    padding: 12px 16px;
    font-size: 16px;
    border: 2px solid #efefef;
    width:100%;
    border-radius: 0;
    background-color: #fff;
  line-height: 24px
}

.hs-form select {
    font-family: "AvenirLTStd-Book";
    font-size: 18px;
    padding: 1.25em;
    min-width: 50%;
    max-width: 100%;
    background-image: url("https://5209470.fs1.hubspotusercontent-na1.net/hubfs/5209470/ui_elements/form-ui-select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.85em;
    background-position: 98% center;
    border: 2px solid #efefef;
    border-radius: 0;
    background-color: #fff;
}  

.hs-form .input input[type=text], .hs-form .input input[type=email], .hs-form input[type=submit], .hs-form .input textarea, .hs-form select, .hs-form .hs-button {
	-webkit-appearance: none;
  -moz-appearance: none;
}

.hs-form .input input[type=checkbox] {
	  font-size: 18px;
    margin: 0 1em 0 0.25em;
    position: relative;
    top: -2px;
}

.legal-consent-container .hs-form-booleancheckbox-display input[type=checkbox] {
    top:0.25em;
  margin-right:0.75em;
}
.hs-form-field input.invalid, .hs-form-field input.error, .hs-form-field textarea.invalid, .hs-form-field textarea.error {
    border:1px solid #e80000; 
}


.hs-form .legal-consent-container .input {
    margin-bottom: 18px;
}

.hs-form ul {
    padding: 0;
}

.hs-form ul.inputs-list {
    margin-bottom: 0.25em;
    list-style-type: none;
}


.hs-form ul.inputs-list.multi-container {
  margin-top: 0.25em;
}


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

.hs-error-msgs li {
	list-style-type:none;
	font-size:12px;
	margin-bottom: 12px;
}

.hs-error-msgs label {
    color: #e80000;
    position:relative;
    top:-1em;
    font-weight:normal;
}

.hs_cos_wrapper_type_form  h3{
  text-align: center
}
.hs-input{
width: 100%!important
}

.hs-button {
font-size: 18px;
padding: 1em 0;
  line-height: 1em;
  width: 100%!important
}


.form-columns-1, .form-columns-2 {
  max-width: initial!important;
}

.hs_firstname input, .hs_lastname input{
max-width: 94%!important
}
.hs_firstname input{
margin-right: 16px;
}
.hs_lastname input, .hs_lastname label{
margin-left: 16px;
}
.input {
  margin-right: 0!important
}
/* Mobile form resets */
@media screen and (max-width: 480px) {
.hs-form select {
    width: 100%;
}  
  .form-title {
margin-bottom: 32px;
font-size: 18px}
  .hs_firstname input, .hs_lastname input{
max-width: 100%!important
}
.hs_firstname input{
margin-right: 0;
}
.hs_lastname input, .hs_lastname label{
margin-left: 0;
}
  
}

.submitted-message strong {
font-family: "AvenirLTStd-Heavy";
padding-bottom: 16px
}

.submitted-message a {
text-decoration: none;
  font-family: "AvenirLTStd-Heavy";

}

        }
a {
    color: #00b0cd;
}
        

 #hs_form_target_Form_to_use {
	max-width: 700px;
	margin: auto;
}
        
        .title {text-align: center;}
        
        .hs-form-72a8016d-be23-446c-9f60-6fe503b0f76a_c156ac6c-a2a1-46c7-be2e-215d7b8dce0d fieldset.form-columns-1 .hs-input{width:100%}
        
        .submitted-message {
        font-size: 18px}   
        
@media screen and (max-width: 640px) {

          .submitted-message {
        font-size: 16px}   
   }
        .legal-consent-container .hs-form-booleancheckbox-display p{
          color:#165e7a!important;
          font-weight: bold;
        }