.contact-information-form {
    color: var( --e-global-color-e2adaf3 );
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1.2rem;
    margin-bottom: 36px;
    border-bottom: 1px solid var( --e-global-color-b4bdebb );
    width: 100%;
}

.contact-information-form tr:nth-child(n+2) td:first-child {
    width: 74px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    vertical-align: top;
}

.contact-information-form tr:nth-child(1) td p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.contact-information-form tr:last-child td:last-child {
    padding-bottom: 31px;
}

.contact-information-form tr:nth-child(n+2) td {
    line-height: 22px;
    padding-bottom: 8px;
    font-weight: 300;
}

table.contact-information-form:last-child tr:last-child td:last-child {
    padding-bottom: 11px;
}

table.contact-information-form:last-child {
    border-bottom: 0;
}

#ct-page {
    background-color: var( --e-global-color-33f39b3 );
    border-radius: 16px;
}
#ct-page #field_10_4 {margin-top: 0; width: 60%}
#ct-page #field_10_4 h2 {font-size: 32px;margin-bottom: 10px}
#ct-page #field_10_4 p.ldb-contact-us-description {margin-bottom: 20px}
#ct-page #field_10_5,
#ct-page #field_10_6,
#ct-page #field_10_8,
#ct-page #field_10_9 {
    display: inline-grid;
    width: 50%;
}
#ct-page #field_10_5, #ct-page #field_10_8 {padding-right: 8px}
#ct-page #field_10_6, #ct-page #field_10_9 {padding-left: 8px}
#ct-page #field_10_12 #input_10_12 {
    display: flex;
    flex-direction: row;
    gap: 8px 16px;
    flex-wrap: wrap;
}
#ct-page #field_10_12 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
}
#ct-page #field_10_12 label {
    background-color: #D9F1EE;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #002823;
    cursor: pointer;
}
#ct-page #field_10_12 #input_10_12 input:checked ~ label {
    background-color: #80D6CD;
}
#ct-page .gform_wrapper .top_label .gfield_label {
    margin: .8em 0 .4em 0;
    font-weight: 400;
}
#ct-page .ldb-contact-us .gfield:not(:first-child) {
    margin-bottom: 9px;
}
#ct-page #field_10_12 legend {
    padding: 12px 0 6px;
}
#ct-page #field_10_12 {
    margin-bottom: 0
}
#ct-page div.gform_footer #gform_submit_button_10 {
    margin-top: 14px;
}

/* phone edits */

body .gform_wrapper .gfield .iti__flag {
	display: block;
}
body .gform_wrapper .gfield .iti__arrow {
	border-top-color: #ffffff;
}

/* end phone edits */

@media (max-width: 990px) {
    #ct-page #field_10_5,
    #ct-page #field_10_6,
    #ct-page #field_10_8,
    #ct-page #field_10_9 {
        display: block;
        width: 100%;
        padding: 0;
    }
    #ct-page #field_10_4 {width: 100%}
    #ct-page #field_10_4 h2 {font-size: 28px;}
}

@media (max-width: 1024px) {
    .elementor-14 .elementor-element.elementor-element-5e7ba83f,
    .elementor-14 .elementor-element.elementor-element-10332fa {
        --padding-inline-end: 0%;
    }
}

/* LDB Team */
.section-team-info .col-image a {
    color: #fff;
}
.section-team-info .col-image a.contentButton {
    color: #fff;
    background: #009F8E;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
}
.section-team-info .col-image a.contentButton:hover {
    background-color: #00C7B1;
}
.ButtonSpecial {
    padding: 0px 25px 0px 25px;
}
#limitedContent {
    overflow: hidden;
    transition: max-height 0.5s ease;
}
#limitedContent .hidden {
    display: none;
}
.section-team-info button#toggleBtn {
    cursor: pointer;
    outline: none;
}

/* End LDB Team */
