/* Contact Form Styles (extracted from newhome.css) */

html body .citaorient_form .custom_input {
    display: flex;
    width: 100%;
    margin: 0px auto;
    padding-left: 0px;
}

html body .citaorient_form .custom_input .cs_checkbox {
    padding-left: 0px;
}

html body .cs_checkbox .wpcf7-list-item {
    margin-left: 0;
}

html body .cs_checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

html body .cs_checkbox .wpcf7-list-item label .termcheck {
    width: 30px;
    height: 30px;
    flex: 0 0 40px;
    margin-right: 10px;
    margin-top: 0;
    opacity: 1;
    position: relative;
}

html body .cs_checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

html body .citaorient_form input,
html body .citaorient_form select {
    box-shadow: 0px 3px 16px rgb(0 117 129 / 16%);
    height: 50px;
    font-size: 16px;
    color: #18596C;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px #fff;
}

html body .citaorient_form input:focus-visible,
html body .citaorient_form select:focus-visible {
    outline: 0px;
}

html body .citaorient_form select {
    margin-top: 10px;
    background-image: url(../images/baseline-arrow_forward_ios-24px.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
    appearance: none;
}

html body .citaorient_form textarea {
    box-shadow: 0px 3px 16px rgb(0 117 129 / 16%);
    font-size: 16px;
    color: #18596C;
    font-weight: 500;
    line-height: 19px;
    padding: 15px 20px;
    border: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
}

html body .citaorient_form textarea.form-control {
    height: 110px;
    padding-top: 20px;
}

html body .citaorient_form textarea:focus-visible {
    outline: 0px;
}

html body .citaorient_form ul.gform_fields li.gfield {
    padding-right: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

html body ul#gform_fields_12 {
    display: flex;
    flex-wrap: wrap;
}

html body .citaorient_form .gform_footer.top_label {
    padding-top: 20px;
}

html body .citaorient_form .gform_wrapper .top_label .gfield_error.col-md-12 {
    width: 100%;
}

html body .citaorient_form .shape_morph.blob {
    background: #18596C;
    border: 0px;
    width: 150px;
    margin-top: 20px;
    margin: inherit;
}

html body input#gform_submit_button_12 {
    width: 140px;
    background: #18596C;
    z-index: 5;
    color: #fff;
    height: 70px;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
    border: none;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: morph2 8s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

html body input#gform_submit_button_12:hover {
    background: #02161c;
}
