/* Hubspot Form Styling */

.hs-input:not([type=file]) {
    background-color: #fcfcfc;
}

.hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field select, .hs-form-field textarea {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background-clip: padding-box;
    padding: 10px 15px;
}

.hs-button {
    background: #6bb0bd;
    border-color: #6bb0bd;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
    font-weight: 700 !important;
}

.hs-button:hover {
    background: rgb(136, 193, 204);
    border-color: rgb(136, 193, 204);
}

.hs-button:hover {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

.hs-button.primary.large {
    padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
    width: max-content;
}

.hs-form-field select {
    padding: 0;
    padding-left: 0.92857143em;
}

/* General Input Field Styling */
form .form-control{
    color:#55595c;
}

fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
    .hs-form-field .hs-input {
        width: 100% !important;
    }
}

.hs-richtext h1 {
    margin-bottom: 1.36842em;
}

input[type=checkbox].hs-input  {
    width: 50px !important;
    margin-top: 20px !important;
}

.hs-form-booleancheckbox-display span {
    margin-left: 0 !important;
    margin-top: 7px !important;
    display: inline-block !important;
}

fieldset[class^="form-columns-"] {
    margin-bottom: 0.92857143em !important;
}

.legal-consent-container {
    font-size: 13px !important;
}


/* Checkbox styling */
.input-checkbox input:checked + label{
    color:#fff;
    background-color: rgb(107,176,189);
    border: 1px solid rgb(107,176,189);
}
.input-checkbox label:hover{
    border: 1px solid rgb(107,176,189);
}
.input-checkbox label:before{
    border: 1px solid rgb(107,176,189);
}

/*Select Styling */
select:hover{
    border-color: rgb(107,176,189);
}
.select:focus{
    border-color: rgb(107,176,189);
}
.input-select select:focus {
    border-color: rgb(107,176,189);
  }
  .input-select select:focus {
    border-color: rgb(107,176,189);
  }

/*Checkbox Slider styling */
.input-checkbox.input-checkbox--switch input:checked + label:before{
    background-color: rgb(107,176,189);
    border-color: rgb(107,176,189);
}
.input-checkbox.input-checkbox--switch label:hover{
    border-color: rgb(107,176,189);
}

.input-checkbox.input-checkbox--switch label:hover:before{
    border-color: rgb(107,176,189);
}
.input-checkbox.input-checkbox--switch input:checked + label:hover{
    border-color: rgb(107,176,189);
}

/* Datepicker */            
.picker .picker__day.picker__day--highlighted{
    color:rgb(107,176,189);
}
.picker .picker__day:hover{
    color:rgb(107,176,189);
}

/* Radio Styling */
.input-radio input:checked + label{
    background-color: rgb(107,176,189);
    border-color: rgb(107,176,189);
}
.input-radio label:hover{
    border-color: rgb(107,176,189);
}

.input-radio label:before{
    border: 1px solid rgb(107,176,189);
}
.input-radio .input__label{
    float:right;  
    margin-left:40px;
}


/* Give Page Styling */

.input-radio--innerlabel input:checked + label{
    background-color: rgb(107,176,189);
}


.input-radio--innerlabel label:hover{
    color:#fff;
    background-color: rgb(107,176,189);
}

input[type]:focus, select:focus, textarea:focus{
    border: 1px solid rgb(107,176,189); 
}


.form-control:focus{
    border: 1px solid rgb(107,176,189); 
    /* border-color: rgb(185, 185, 185);  */
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
