/**
 * Gravity Form Buttons
 */

h3.gsection_title {
	font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

@media screen and (min-width: 768px) {
	h3.gsection_title {
		font-size: 20px;
	}
}

@media screen and (min-width: 1200px) {
	h3.gsection_title {
		font-size: 22px;
	}
}

.gform_required_legend {
    display: none;
}

.gfield_required_asterisk {
    color: var(--color-orange) !important;
    font-size: 16px !important;
}

.gform_fields.top_label .gfield_label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    color: #003B5D;
    letter-spacing: 1px;
    text-align: left;
    display: block;
}

.ginput_container input::placeholder {
	color: rgba(46, 53, 50, 0.5) !important;
}

.gform_wrapper .gform_footer .gform_button {
    border-radius: 50px !important;
    padding: 12px 16px 12px 22px !important;
    font-size: 16px !important;
    text-transform: none !important;
    transition: all 0.3s !important;
    display: inline-block !important;
    margin: 0 !important;
    max-width: fit-content !important;
    align-items: center !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.gform_wrapper .gform_footer .gform_button:after {
    content: "\e95e";
    font-family: 'icomoon' !important;
    margin-left: 10px;
    font-size: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.gform_wrapper .gform_footer .gform_button:hover::after {
    margin-left: 15px;
}

.gform_wrapper .gform_footer .gform_button {
    border: 1px solid var(--color-orange);
    background-color: var(--color-orange) !important;
    color: var(--color-blue) !important;
}

.gform_wrapper .gform_footer .gform_button:hover {
    border: 1px solid #ffa358;
    background-color: #ffa358 !important;
    color: var(--color-blue) !important;
}

.gform_wrapper .gform_footer .gform_button:hover::after {
    color: var(--color-blue);
}

.contact-section {
    padding: 20px 0 80px !important;
    position: relative;
}

.contact-sidebar {
    background-color: #E9EDF1;
    border-radius: 10px;
    padding: 30px;
    margin-top: 25px;
}

.contact-map {
    border: 6px solid #fff;
    height: 320px;
    margin-bottom: 30px;
}

.contact-map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.contact-info {
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    color: #2E3532;
    padding-left: 24px;
}

.contact-info i.left {
    position: absolute;
    left: 0;
    top: 2px;
    color: #6C899E;
    font-size: 16px;
}

.contact-info span {
    font-size: 14px;
    color: #003B5D;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.contact-info a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #F6862A;
}

.contact-top-content a {
    font-weight: 700;
}

.contact-info a:hover,
.contact-top-content a:hover {
    background: none !important;
    color: #F8B57C !important;
    text-decoration: underline;
}

.contact-info a i {
    color: #F6862A;
    padding-top: 3px;
    vertical-align: middle;
}

.contact-section p {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.contact-section__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.contact-address a {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .contact-section {
        padding: 20px 0 80px !important;
        z-index: 2;
        margin-top: 50px;
    }

    .contact-info {
        font-size: 17px;
    }

    .contact-info a {
        font-size: 17px;
    }
}

@media (min-width: 1025px) {
    .contact-sidebar {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .contact-section {
        padding: 20px 0 100px !important;
        z-index: 2;
    }

    .contact-wrapper {
        padding-right: 80px;
    }

    .contact-section__bg {
        display: block;
    }
}