﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .error-text {
        color: red;
    }

    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 5px;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 26px;
        left: 45px;
        top: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 44.3px;
        left: 45px;
        top: 125px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        left: 45px;
        top: 160px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .contact-us-form .footnote {
        font-size: 10px;
        line-height: 20px;
        margin-top: 30px;
    }

    .description {
        margin-top: -3px;
        padding: 25px 25px 0px 25px;
        margin-bottom: 10px;
    }

        .description p {
            font-size: 12px;
            line-height: 19px;
        }

    .link {
        color: #00ae41;
    }

    .section-container {
        padding: 10px 25px;
    }

        .section-container .description {
            padding: 0px
        }

    .equipped-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

        .equipped-container .item {
            padding: 20px;
            background: #F2F2F2;
            width: 100%;
        }

            .equipped-container .item p {
                font-size: 12px;
                margin-bottom: 0px;
            }


            .equipped-container .item h4 {
                margin-top: 0px;
                margin-bottom: 20px;
                color: #007078;
                font-size: 14px;
                font-weight: 500;
                line-height: 1.5;
            }

            .equipped-container .item ul {
                padding: 0px 40px;
                margin-bottom: 0px;
                list-style: none;
            }

            .equipped-container .item li {
                margin-bottom: 10px;
                font-size: 12px;
                position: relative;
            }

                .equipped-container .item li::before {
                    content: "•";
                    position: absolute;
                    left: -15px;
                    font-size: 10px;
                }

                .equipped-container .item li:last-child {
                    margin-bottom: 0px;
                }

            .equipped-container .item .img-container {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 20px;
                flex-direction: column;
            }

                .equipped-container .item .img-container img {
                    max-width: 120px;
                }


    .text-block.mobile {
        display: block;
    }

    .text-block.desktop {
        display: none;
        position: relative;
    }

        .text-block.desktop img {
            display: block;
        }

        .text-block.desktop .text-container {
            position: absolute;
            color: white;
            top: 40px;
            text-align: center;
            left: 50%;
            top: 30px;
            transform: translateX(-50%);
        }


    .contact-us-form label {
        font-weight: 300;
        margin-top: 10px;
    }

    .contact-us-form select {
        width: 100%;
    }

    .contact-us-form input {
        background: #F2F2F2;
        border: none;
        border-radius: 0;
        height: 30px;
        width: 100%;
    }

    .contact-us-form textarea {
        height: 100px;
        width: 100%;
    }

    .contact-us-form .disclaimer {
        font-size: 12px;
    }

    #thank_you {
        margin-top: 40px;
        display: none;
    }

    .submit-btn {
        color: #00AE41;
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        text-decoration: none;
        text-transform: uppercase;
        background: transparent;
        border: none;
        margin-top: 30px;
    }

        .submit-btn img {
            position: relative;
            top: -1px;
            width: 7px;
        }


    .contact-us-container {
        display: flex;
    }

        .contact-us-container .img-container {
            overflow: hidden;
            height: 100%;
        }

            .contact-us-container .img-container img {
                height: 100%;
            }

    section {
        margin-bottom: 20px;
    }

    .col-md-6.right {
        display: none;
    }

    .col-md-6.left {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .teal {
        color: #007377;
    }
}


@media only screen and (min-width: 600px) {
    section {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .description {
        margin-top: 35px;
        margin-bottom: 30px;
        padding: 0 45px;
    }

        .description p {
            font-size: 16px;
            font-weight: 300;
        }

    .section-container {
        padding: 10px 35px;
    }

    .equipped-container {
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        gap: 0px;
        margin-bottom: 40px;
    }

        .equipped-container .item {
            padding: 30px;
            width: 48%;
        }

            .equipped-container .item p {
                font-size: 14px;
            }


            .equipped-container .item h4 {
                margin-bottom: 25px;
                font-size: 18px;
            }

            .equipped-container .item li {
                font-size: 14px;
            }

                .equipped-container .item li::before {
                    font-size: 12px;
                }


    .text-block.mobile {
        display: none;
    }

    .text-block.desktop {
        display: block;
    }

    .col-md-6.right {
        display: block;
    }

    .col-md-6.left {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    section {
        margin-bottom: 40px;
    }

    .contact-us-form .disclaimer {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {

    .contact-us-form .footnote {
        font-size: 12px;
        line-height: 20px;
        margin-top: 30px;
    }

    .section-container {
        padding: 10px 55px;
    }

    .equipped-container .item h4 {
        margin-bottom: 30px;
    }

    .equipped-container .item li {
        font-size: 14px;
    }

    .equipped-container .item .img-container {
        flex-direction: row;
        justify-content: center;
        align-items: start;
    }

        .equipped-container .item .img-container img {
            max-width: none;
        }
}

@media only screen and (min-width: 1200px) {
}

/*# sourceMappingURL=who-we-are.css.map */
