﻿h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}

p, div, span {
    font-size: 16px;
    line-height: 19px;
}

.breadcrumb-container {
    margin-bottom: 72px;
}

.area-breadcrumbs span, .area-breadcrumbs span.breadcrumb-divider {
    color: white;
}

.banner {
    padding-bottom: 240px;
}

    .banner h1, .banner .page_title {
        font-size: 48px;
        line-height: 58px;
        text-transform: uppercase;
    }

    .banner .form-container div.hs-form-field {
        margin: 0px 0px 16px;
    }

    .banner .form-container div.hs-submit {
        padding: 8px 0px 0px;
    }

    .banner .form-container input[type=text], .banner .form-container input[type=email] {
        width: 100%;
        border: 2px solid #E3E3E3;
        border-radius: 8px;
        margin: 0px;
    }

    .banner .form-container input[type=submit] {
        background-color: #DE7E0E;
        color: white;
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        padding: 13px 64px;
    }

    .banner .form-container label {
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        color: white;
    }

    .banner .form-container ul.hs-error-msgs {
        color: white;
        margin-block-end: 0px;
    }

@media (min-width: 768px) {
    .banner .form-container {
        padding-left: 120px;
    }

    #nav-container {
        padding-top: 120px;
        width: 100%;
        z-index: 10;
        position: absolute;
    }

    #navbar {
        width: 260px;
    }

        #navbar .indicator-container {
            display: table-cell;
            width: 24px;
            vertical-align: top;
        }

            #navbar .indicator-container:not(.last) {
                background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/floating-navbar-background.png);
            }

        #navbar .indicator {
            display: block;
            width: 24px;
            height: 24px;
            border: 0;
            border-radius: 12px;
            background-color: #D5D5D5;
        }

        #navbar .label-container {
            display: table-cell;
            padding: 3px 0px 32px 16px;
            font-size: 18px;
            line-height: 21px;
            font-weight: bold;
        }

        #navbar .navbar-row.active .indicator, #navbar .navbar-row:hover .indicator {
            background-color: #135A31;
        }

        #navbar .navbar-row.active .label-container {
            color: #135A31;
        }

        #navbar .navbar-row:hover .label-container {
            color: #37A04A;
        }

        #navbar .navbar-row a:hover {
            text-decoration: none;
        }

    .content-area .pagesection .container {
        padding-left: 320px;
    }

    .left-col, .right-col {
        display: table-cell;
        vertical-align: top;
    }

    .left-col {
        padding-right: 16px;
    }

    .right-col {
        padding-left: 16px;
    }
}

@media (max-width: 767px) {
    #nav-container {
        display: none;
    }
}

@media (min-width: 576px) {
    #pageSubtitleMobile {
        display: none;
    }

    #btnShowMore {
        display: none;
    }

    .pagesection {
        padding: 120px 0px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-container {
        margin-bottom: 48px;
    }

    .banner {
        padding: 8px 0px 160px;
    }

        .banner h1, .banner .page_title {
            font-size: 32px;
            line-height: 40px;
        }

        .banner .page_subtitle-container {
            margin-bottom: 32px;
        }

    #pageSubtitleAll {
        display: none;
    }

    #btnShowMore {
        padding: 0px;
        background: none;
        border: none;
        color: #74B900;
        font-size: 16px;
        line-height: 22px;
        text-decoration: underline;
        outline: none;
    }

    .pagesection {
        padding: 36px 0px;
    }

    .btn, .banner .form-container input[type=submit] {
        width: 100%;
    }

    .left-col {
        padding-bottom: 16px;
    }

    .image-container {
        width: calc(100vw - 30px);
        overflow-x: scroll;
    }

        .image-container img {
            max-width: unset;
        }
}
