.hhs-pop .hhs-pop-the-form {
  padding: 50px 0;
}

.blocker {z-index:100000 !important;}
.hhs-pop.hhs-modal {
  padding: 60px 0px 60px;
  max-width: 800px !important;
  z-index: 1000000;
  position: relative;
}
.hhs-pop.hhs-modal .hhs-pform .hs-form-required {
  display: none !important;
}
.hhs-pop.hhs-modal .hs-form {
  margin-top: 0;
}
@media (min-width: 768px) {
  .hhs-pop .vert-align {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .hhs-pop .vert-align.rev-order {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

.hhs-pop .hhs-page-center {
    max-width: 1000px;
    margin: 0 auto !important;
    float: none !important;
}

.hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:visited {
    color: #fff;
  	text-decoration: none;
}

.modal {
 -webkit-border-radius: 3px !important;
border-radius: 3px !important; 
}

/*****************************************/
/*                 FORMS                 */
/*****************************************/

.hhs-pop .hhs-pform input, .hhs-pop .hhs-pform select, .hhs-pop .hhs-pform textarea {
  -webkit-appearance: none;
  color: #555;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
}
.hhs-pop .hhs-pform .hs-button.primary {
  background-color: #ffaf03;
  color: #fff;
  text-align: center;
  padding: 15px 12px;
  min-width: 93.5% !important;
}

@media (max-width: 767px) {
  .hhs-pop .hhs-pform .hs-button.primary {
    min-width: 100% !important;
  }
}

.hhs-pop .hhs-pform .hs-button.primary:hover {
  background-color: rgba(255, 175, 3, .7);
}

/* ========================= */
/*           FORM            */
/* ========================= */

.hhs-pop .hhs-pform .hs-button.primary {
    padding: 10px;
    font-size: 24px;
    background: transparent;
    color: #ffaf03;
    border: 3px solid #ffaf03;
    margin-top:10px;
    min-width:100%;
    max-width: 100%;
    white-space: normal;
    display: block;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}
.hhs-pop .hhs-pform .hs-button.primary:hover {
    background: #ffaf03;
    color: #fff;
}

.hhs-pop .hhs-pform .hs-form {
    margin-top:45px;
}
.hhs-pop .hhs-pform ul.inputs-list {
    -webkit-padding-start: 0;
}
.hhs-pop .hhs-pform .hs-form-radio {
    list-style-type:none;
}
.hhs-pop .hhs-pform .hs-form-booleancheckbox {
    list-style-type:none;
}
.hhs-pop .hhs-pform .hs-form fieldset {
    max-width: none !important;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .input {
    margin-right: 0!important;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .input {
    margin-right: 8px;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .input {
    margin-right: 12px;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input {
    margin-right: 0;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 input[type=checkbox], .hhs-pop .hs-form fieldset.form-columns-1 input[type=radio] {
    width:auto!important;
}
.hhs-pop .hhs-pform .hs-form-field .hs_email {
    display:inline-block;
}

body .hhs-pop .hhs-pform input[type="text"]:focus,
body .hhs-pop .hhs-pform input[type="password"]:focus, 
body .hhs-pop .hhs-pform input[type="datetime"]:focus, 
body .hhs-pop .hhs-pform input[type="datetime-local"]:focus, 
body .hhs-pop .hhs-pform input[type="date"]:focus, 
body .hhs-pop .hhs-pform input[type="month"]:focus, 
body .hhs-pop .hhs-pform input[type="time"]:focus, 
body .hhs-pop .hhs-pform input[type="week"]:focus, 
body .hhs-pop .hhs-pform input[type="number"]:focus, 
body .hhs-pop .hhs-pform input[type="email"]:focus, 
body .hhs-pop .hhs-pform input[type="url"]:focus, 
body .hhs-pop .hhs-pform input[type="search"]:focus, 
body .hhs-pop .hhs-pform input[type="tel"]:focus, 
body .hhs-pop .hhs-pform input[type="color"]:focus,
body .hhs-pop .hhs-pform input[type="file"]:focus,
body .hhs-pop .hhs-pform textarea:focus,
body .hhs-pop .hhs-pform select:focus {}
body .hhs-pop .hhs-pform label {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.hhs-pop .hhs-pform ul.inputs-list li {
    list-style: none;
}

.hs-fieldtype-checkbox > label {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.hs-fieldtype-radio > label {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

body .hhs-pop .hhs-pform input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}

body .hhs-pop .hhs-pform input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}

body .hhs-pop .hhs-pform input[type="radio" i], body .hhs-pop .hhs-pform input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}

.hhs.hhs-modal.modal .hs-richtext {
    
}
.hhs.hhs-modal.modal .hs-richtext {
    height: auto !important;
    width: 300px !important;
}
.hhs.hhs-modal.modal .hs-richtext img {
    height: auto !important;
    width: 300px !important;
}
.hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
  	margin-right: 10px;
}
.hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="checkbox" i].hs-input {
    width: auto;
  	margin-right: 10px;
}
.hhs-pop .hhs-pform form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
    height: auto;
}

.submitted-message p {
 font-weight: bold;
  font-size: 22px;
}

@media (max-width: 575px) {
 .hhs-pop.hhs-modal {
   padding: 50px 0px;
  }
}(jQuery);

.leadinModal-3902022 { display: none; }