/* Hero Section */

#hero-cta {
    display: flex;
    gap: 15px;
}

#hero-cta .phone-button,
#form-cta .phone-button {
    color: #FFFFFF;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 11px 23px;
    border-radius: 2px;
}

#hero-cta .phone-button:hover,
#form-cta .phone-button:hover {
    opacity: 0.7;
}

#hero-cta .phone-button,
#form-cta .phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #B23A2D;
    background-color: #B23A2D;
}

#hero-cta .phone-button .image,
#form-cta .phone-button .image {
    line-height: 1em;
}

@media (max-width: 768px) {

    #hero-cta {
        gap: 3px;
        flex-direction: column;
    }

    #hero-cta > a {
        width: 100%;
    }

    #hero-cta > p {
        height: 0;
    }

}

/* Contact Form Section */

.step {
    display: flex;
    gap: 15px;
}

.step-number {
    color: #0F2845;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    letter-spacing: 0%;
}

.step-content h2 {
    color: #08182B;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    letter-spacing: 0%;
}

.step-content p {
    color: #2C2A26;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;    
    line-height: 25.6px;
    letter-spacing: 0%;
}

/* Contact Form Content */

#contactus-module .contact-form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

#contactus-module .contact-form-row p {
    padding-bottom: 0;
}

#contactus-module label {
    color: #08182B;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;
}

#contactus-module .required-symbol {
    color: #B23A2D;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

#contactus-module .contact-form-field,
#contactus-module .contact-form-dropdown {
    border-radius: 2px;
    border: 1px solid #B8B5AB;
    padding: 12px 16px;
    color: #08182B;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    width: 100%;
    margin-top: 10px;
}

#contactus-module .contact-form-field::placeholder {
    color: #B8B5AB;
}

#contactus-module .contact-form-button {
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #0F2845;
    display: block;
    width: 100%;
    color: #0F2845;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 11px;
    background-color: #FFFFFF;
}

#contactus-module .contact-form-button:hover {
    color: #FFFFFF;
    background-color: #0F2845;

}

#contactus-module .wpcf7-spinner {
    display: block;
}

#contactus-module .wpcf7-response-output {
    color: #35c835;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-color: #35c835;
}

#contactus-module .wpcf7 form.invalid .wpcf7-response-output {
    color: #B23A2D !important;
    border-color: #B23A2D !important;
}

#contactus-module textarea.contact-form-field {
    height: 96px;
}