/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2022 | 11:55:34 */
.small{
    max-width: 50%; !important
	width: 50%; !important
}

@media screen and (max-width: 768px) {
  .small {
      max-width: 100% !important;
  }
}

/* To center the form submit button */
.hs_submit {
    text-align: center;
}

.noStyleLink a {
  color: inherit;  !important/* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

@media screen and (max-width: 500px){
    .NoMobile{
        display: none; !important
    }
}

.noMargin {
    margin: 0; !important
	padding: 0; !important
}

.logoHeader {
	padding-top: 10px; !important
	padding-bottom: 10px; !important
}


.embed-form-super-wrapper .hs-form {
    max-width: 100%;
    margin: auto;
}

.embed-form-super-wrapper .hs-form input[type=date],
.embed-form-super-wrapper .hs-form input[type=datetime],
.embed-form-super-wrapper .hs-form input[type=datetime-local],
.embed-form-super-wrapper .hs-form input[type=email],
.embed-form-super-wrapper .hs-form input[type=month],
.embed-form-super-wrapper .hs-form input[type=number],
.embed-form-super-wrapper .hs-form input[type=password],
.embed-form-super-wrapper .hs-form input[type=range],
.embed-form-super-wrapper .hs-form input[type=search],
.embed-form-super-wrapper .hs-form input[type=tel],
.embed-form-super-wrapper .hs-form input[type=text],
.embed-form-super-wrapper .hs-form input[type=time],
.embed-form-super-wrapper .hs-form input[type=url],
.embed-form-super-wrapper .hs-form input[type=week],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 textarea.hs-input,
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .input select,
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 9px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="checkbox"],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
    margin-right: 15px !important;
    margin-top: -2px;
}

.embed-form-super-wrapper .hs-form label {
    color: #606060;
}

.embed-form-super-wrapper .hs-form fieldset {
    max-width: 100% !important;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
}

.embed-form-super-wrapper .hs-form fieldset {
    margin-bottom: 0 !important;
}

.embed-form-super-wrapper .hs-form .hs-form-field {
    margin-bottom: 15px;
}

.embed-form-super-wrapper .hs-form label {
    font-weight: normal;
    letter-spacing: 1px;
}

.embed-form-super-wrapper .hs-form ul li {
    margin-top: 4px;
    margin-bottom: 4px !important;
    float: left;
    width: 100%;
}

.embed-form-super-wrapper .hs-form fieldset textarea.hs-input {
    min-height: 150px;
}

.embed-form-super-wrapper .hs-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    border-radius: 0;
}

.embed-form-super-wrapper .hs-form input[type=reset],
.embed-form-super-wrapper .hs-form input[type=submit] {
    background: #606060;
    color: white;
    padding: 7px 45px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field,
.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form fieldset .hs-form-field {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hs_cos_wrapper.form-title {
    display: none;
}

@media screen and (max-width:400px) {
    .embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
}

.embed-form-super-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f2f4f5;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -webkit-border-radius: 11px !important;
    border-color: #f2f4f5 !important;
    border-style: solid !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
}

.embed-form-super-wrapper .hs-form label,
.embed-form-super-wrapper .hs-form label span {
    font-family: 'Montserrat', Arial !important;
    color: #636363 !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    font-weight: 500 !important;
    margin-bottom: 6px;
}

.embed-form-super-wrapper .hs-form label {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.embed-form-super-wrapper .hs-form input[type=date],
.embed-form-super-wrapper .hs-form input[type=datetime],
.embed-form-super-wrapper .hs-form input[type=datetime-local],
.embed-form-super-wrapper .hs-form input[type=email],
.embed-form-super-wrapper .hs-form input[type=month],
input[type=number],
.embed-form-super-wrapper .hs-form input[type=password],
.embed-form-super-wrapper .hs-form input[type=range],
.embed-form-super-wrapper .hs-form input[type=search],
.embed-form-super-wrapper .hs-form input[type=tel],
.embed-form-super-wrapper .hs-form input[type=text],
.embed-form-super-wrapper .hs-form input[type=time],
.embed-form-super-wrapper .hs-form input[type=url],
.embed-form-super-wrapper .hs-form input[type=week],
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
    text-align: left !important;
    font-family: 'Lato', Arial !important;
    letter-spacing: 0px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    border-color: #e2e2e2 !important;
    color: #000000 !important;
    background-color: #f8f8f8 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    height: auto !important;
}

.embed-form-super-wrapper .hs-form input::-webkit-input-placeholder,
.embed-form-super-wrapper .hs-form select::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input::-moz-placeholder,
.embed-form-super-wrapper .hs-form select::-moz-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input:-ms-input-placeholder,
.embed-form-super-wrapper .hs-form select:-ms-input-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input:-moz-placeholder,
.embed-form-super-wrapper .hs-form select:-moz-placeholder {
    color: #a1a1a1 !important;
    text-align: left !important;
}

.embed-form-super-wrapper .hs-form input[type=reset],
.embed-form-super-wrapper .hs-form input[type=submit] {
    cursor: pointer;
    box-sizing: border-box;
    background: var(--primarybtnbg);
    color: var(--primarybtncolor);
    border-style: solid;
    border-color: currentColor;
    fill: currentColor;
    border-width: var(--primarybtnborderwidth, 0);
    border-radius: var(--primarybtnborderradius, 3px);
    padding: var(--primarybtnpadding, 13px 15px);
    font-weight: var(--btnfontweight, 700);
    font-size: var(--btnfs, var(--bodyfontsize));
    line-height: var(--btnlineheight, 1.6);
    letter-spacing: var(--btnletterspacing, var(--bodyletterspacing));
    text-transform: var(--btntexttransform, none)
}

.embed-form-super-wrapper .hs-form .hs-submit {
    display: inline-block;
    width: 100%;
}

.embed-form-super-wrapper .hs-form .hs-submit .actions {
    width: 100% !important;
    float: left !important;
    clear: both !important;
    text-align: left !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width:767px) {

    .embed-form-super-wrapper .hs-form .form-columns-2>div.hs-form-field,
    .embed-form-super-wrapper .hs-form .form-columns-3>div.hs-form-field,
    .embed-form-super-wrapper .hs-form .form-columns-4>div.hs-form-field {
        width: 100% !important;
    }
}

.embed-form-super-wrapper .hs-richtext {
    float: left !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #666666 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    font-family: 'Lato' !important;
}

.embed-form-super-wrapper .hs-form .hs-submit .actions {
    text-align: center !important;
}

.embed-form-super-wrapper .hs-form .hs-error-msgs label,
.embed-form-super-wrapper .hs-form .hs-error-msgs label span {
    font-family: 'Lato', Arial !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #ff7373 !important;
}

.embed-form-super-wrapper .hs-form button:hover,
.embed-form-super-wrapper .hs-form input[type=button]:hover,
.embed-form-super-wrapper .hs-form input[type=reset]:hover,
.embed-form-super-wrapper .hs-form input[type=submit]:hover {
    background: var(--primarybtnhoverbg);
  color: var(--primarybtnhovercolor);
  border-color: var(--primarybtnhovercolor)
}

.grecaptcha-badge {
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}

.embed-form-super-wrapper .hs-form input[type="checkbox"] {
    margin-right: 10px;
    margin-top: -2px;
}

.center-the-form form,
.center-the-form form input {
    text-align: center;
}

.fn-date-picker .pika-button {
    text-align: center !important;
}


.wpforms-form {
    color: black !important;
}