/* - - - - - - - MAIN PAGE STUFF - - - - - - - */
section
{
    padding-bottom: 5px;
}
h5
{
    margin-top: 15px;
}

/* - - - Hero Styles - - - */
.hero
{
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.25));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero .name-wrapper
{
    position: relative;
    z-index: 10;
    padding-top: 80px;
}
.hero .name-wrapper h3
{
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 2.75rem;
    line-height: 110%;
    margin: 1.75rem 0 1rem 0;
    font-weight: 400;
}
.hero .name-wrapper h5
{
    color: #fff;
    font-weight: 300;
    font-size: 1.55rem;
    margin-top: 0px;
}
.hero .responsive-img
{
    position: relative;
    top: -125px;
    z-index: 1;
}

/* - - - Breadcrumb Styles - - - */
.nav-wrapper
{
    padding: 20px 0px 0px;
    font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before
{
    content: '\203A';
    font-size: 2.3rem;
    line-height: 1.3rem;
    font-weight: 300;
}

.video-wrapper
{
    max-width: 65%;
}




/* - - - - - - - RESPONSIVE STYLES - - - - - - - */
@media screen and (max-width: 960px)
{
    .hero
    {
        height: 350px;
    }
    .hero .name-wrapper
    {
        padding-top: 60px;
    }
    .video-wrapper
    {
        max-width: 85%;
    }
}
@media screen and (max-width: 840px)
{
    .hero
    {
        height: 300px;
    }
    .hero .name-wrapper
    {
        padding-top: 40px;
    }
}
@media screen and (max-width: 720px)
{
    .hero
    {
        height: 250px;
    }
    .video-wrapper
    {
        max-width: 100%;
    }
}
@media screen and (max-width: 600px)
{
    .hero
    {
        height: 200px;
    }
    .hero .name-wrapper
    {
        padding-top: 25px;
    }
}
@media screen and (max-width: 500px)
{
    .breadcrumb-item
    {
        font-size: 14px;
    }
    .breadcrumb-item + .breadcrumb-item::before
    {
        font-size: 1.8rem;
        line-height: 1.1rem;
    }
    .accordion-body
    {
        padding: 0.85rem 1rem;
    }
}
@media screen and (max-width: 440px)
{
    .hero .name-wrapper h3
    {
        font-size: 1.94rem;
    }
    .hero .name-wrapper h5
    {
        font-size: 1.45rem;
    }
}
@media screen and (max-width: 380px)
{
    .breadcrumb-item
    {
        font-size: 12px;
    }
    .breadcrumb-item + .breadcrumb-item::before
    {
        font-size: 1.4rem;
        line-height: 0.9rem;
    }
}