.home-title {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.8rem;
}

.home-title-big,
.home-title-big sub {
    font-size: 2.4rem;
    font-weight: 600;
}

.home-title-big sub {
    bottom: -0.15em;
}

.home-title,
.home-title-p3,
.home-title-p2 {
    color: #fff;
    font-family: 'Gotham Light';
    font-size: 14px;
}

.home-title-p2 {

}

.home-title-p3 {

}

.header-home, .header-home-2 {
    font-family: 'Gotham Medium';
    font-size: 38px !important;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.header-home-2 {
    color: var(--home-green);
}


.home-lg-bg {
    background-color: #878b97;
    background-image: url(/static-assets/images/home/home-1-header.jpg);
    background-size: cover;
    background-position: top;
}

/* Home */
.home-bg {
    background-image: url("/static-assets/images/home/01home-header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 571px;
    padding: 0px;
}

.home-bg-mobile {
    background-image: url("/static-assets/images/home/01home-header-mobile-bg copy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 571px;
    padding: 0px;
    margin-top: -2px;
    background-color: var(--apple-green);
}

.home-banner-content, .home-banner-content-mobile {
    background-color: var(--home-green);
    border-radius: 40px 0px 0px 40px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 30px;
    line-height: 22px;
    padding: 28px 40px;
}

.home-banner-content {
    margin-top: 20px;
}

.home-banner-content-mobile {
    margin-top: 38%;
}

.home-banner-text {
    margin: 20px 0px 0 50px;
}

.btn-home-banner, .btn-home-banner:hover {
    font-weight: inherit;
    font-size: 18px;
    width: 350px;
    padding-top: 12px;
    background-color: var(--apple-green);
    font-family: 'Gotham Medium - Web';
    color: #fff;
    padding-bottom: 0px;
    border-radius: 100px;
}

.home-img-title {
    width: 77%;
}

.bg-home-bar-left {
    margin-left: -15px;
    width: 92%;
}

.bg-home-bar-right {
    margin-right: -12px;
    width: 92%;
}

.btn-home-2,
.btn-home-2:hover {
    font-size: 16px;
    padding-top: 12px;
    background-color: #fff;
    font-family: 'Gotham Medium';
    color: var(--home-green);
    padding-bottom: 0px;
    border-radius: 100px;
    margin-right: 7.4vw;
    margin-bottom: 5vh;

}

.message-photo-president, .message-photo-chairman {
    height: 22rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.message-photo-chairman {
    background-image: url("/static-assets/images/home/01Home-ChairmansMessage-Photo.png");
}

.message-photo-president {
    background-image: url("/static-assets/images/home/01Home-PresidentsMessage-Photo.png");
}

.home-company-performance {
    background-color: var(--home-green);
}




.img-quote {
    width: 12%;
}

.img-home-header {
    width: 93%;
}

.message-text {
    font-size: 24px;
    margin-right: 20px;
    line-height: 36px;
}

/*SPECIAL LARGE*/
@media (max-width: 1399px) {
    .message-text {
        font-size: 20px;
        line-height: 30px;
    }
    
    .message-photo {
        width: 12rem;
    }
}

/*LARGE*/
@media (max-width: 1199px) {
    .btn-home {
        width: 410px;
    }

    .message-text {
        font-size: 16px;
        line-height: 21px;
    }

}

/*MEDIUM*/
@media (max-width: 991px) {
        
    .message-photo {
        width: 10rem;
    }
    
    .message-text {
        height: 220px;
        display: inline-block;
    }
    
    .card-header-home {
        padding: 0 1.5rem;
    }
    
    .bg-home-bar-left {
        margin-left: -400px;
        width: auto;
    }
    
    .bg-home-bar-right {
        margin-right: -397px;
        width: auto;
    }
}

/*MOBILE ONLY*/
@media (max-width: 575.98px) {
    
    .section-bottom {
        margin-bottom: 3rem;
    }
    
    .home-lg-bg {
        margin-top: 80px;
    }
    
    .home-bg {
        padding: 40px 10px;
    }

    .btn-home {
        width: auto;
        font-size: 14px;
    }

    .home-title-p2 {
        width: auto;
    }

    .message-text {
        font-size: 20px;
        height: unset;
    }

    .img-home-header {
        width: 70em;
        margin-left: -2.4em;
        padding: 3rem 0 1rem;
    }
    
    .home-bg-mobile {
        background-size: contain;
    }
    
    .btn-home-banner, .btn-home-banner:hover {
        width: auto;
    }
    
    .home-banner-content-mobile {
        margin-top: 38%;
        text-align: right;
        border-radius: 20px 0px 0px 20px;
        margin-left: 1rem;
        opacity: .9;
        padding: 0px 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .home-bg-mobile {
        background-size: cover;
    }
    
    .home-title, .home-title-p3, .home-title-p2 {
        font-size: 11px;
        line-height: normal;
    }
    
    .btn-home-banner, .btn-footer {
        font-size: 15px;
    }
    
    .header-home, .header-home-2 {
        font-size: 28px;
    }
    
    .site-branding {
        width: 64px;
        margin-left: .3rem;
    }
}
