﻿#featured-article {
    padding-bottom: 3rem;
}

#featured-article h2 {
    text-transform: inherit;
    margin-bottom: var(--size-xs);
    color: #d25f15;
    font-size: 26px;
    font-weight: 600;
}
#featured-article p {
    margin-top: 0;
}

@media only screen and (max-width:768px) {
    #featured-article .btn-default {
        margin-bottom: 5rem;
    }
    .media-hero {
        padding-top: 30px !important;
    }
    .media-heading h1 {
        font: normal normal normal 48px/48px GHVeneerClean !important;
        color: #DF6420;
        letter-spacing: 0.48px !important;
        margin-bottom: 5px;
    }
    #newsroom{
        margin:30px 10px !important;
    }
} 

.featured-image {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
    .article-blurb {
        height: 150px;
    }

    /*sidebar*/

    .article-blurb .article-image-cont {
            padding: 0;
            left: 20%;
            width: 30%;
            height: 120px;
            position: absolute;
            top: 50%;
            z-index: 100;
            transform: translateY(-50%);
            opacity: 0;
            transition: opacity .75s,left .75s,right .75s;
            will-change: opacity,left,right;
        }

    .article-blurb-copy {
        padding: 0;
        right: 17.5%;
        position: absolute;
        top: 50%;
        z-index: 50;
        transform: translateY(-50%);
        width: 65%;
        opacity: 0;
        transition: opacity .75s,left .75s,right .75s;
        will-change: opacity,left,right;
    }

    .in-view .article-blurb-copy {
        opacity: 1;
        right: 0;
    }

    .in-view.article-blurb .article-image-cont {
        opacity: 1;
        left: 0;
    }

    .article-blurb.img-right .article-image-cont {
        right: 20%;
        left: auto;
    }

    .article-blurb.img-right .article-blurb-copy {
        right: auto;
        left: 17.5%;
    }

    .in-view.article-blurb.img-right .article-image-cont {
        right: 0;
    }

    .in-view.article-blurb.img-right .article-blurb-copy {
        left: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .article-blurb {
        height: 160px;
        margin: 10px 0;
    }

    /*sidebar*/

    .article-blurb .article-image-cont {
        height: 150px;
    }
}

.article-blurb {
    margin-bottom: 40px;
    cursor: pointer;
}

.article-blurb img {
    padding: 0 15px 15px 0;
    float: left;
    width: 35%;
}

.article-blurb a.btn-secondary {
    padding: 0 30px 0 0;
}

.article-blurb-copy {
    width: 100%;
    /*float: right;*/
}

.article-blurb h2 {
    color: #000;
}

.article-blurb h4 {
    color: #000;
    font-size: 2rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.article-blurb-copy p {
    margin: 0;
}

.article-blurb p a.btn-secondary {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 0 30px 0 0;
    background-size: 12px 12px;
}

.article-blurb:hover p a.btn-secondary {
    background-position: 99% 55%;
}

.article-blurb:hover h2, .article-blurb:hover h4 {
    color: #d25f15;
}

@media only screen and (min-width:500px) {
    .article-image-cont {
        width: 30%;
        float: left;
    }

    .article-blurb-copy {
        width: 65%;
        float: right;
    }
}

#newsroom {
    margin: 60px 0px;
}

.media-hero{
    padding-top:47px;
    width:100%;
}

.media-heading{
    text-align:center;
}
.media-heading h1{
    font: normal normal normal 60px/60px GHVeneerClean;
    color: #DF6420;
    letter-spacing: 0.6px;
    margin-bottom:5px;
}
.media-heading h6{
    color: #231F20;
    font-size:16px;
    line-height:1.4;
}

#news-list{
    mix-blend-mode : multiply;
    padding:40px 10px;
}

.view-more-btn {
    margin-top: 30px;
    text-align: center;
}

.dvLoadingImage {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0px;
    left: 0px;
    z-index: 9999999;
    background-color: rgb(255, 255, 255);
    opacity: 0.7;
}

@media only screen and (min-width: 1200px) and (max-width:1700px) {
    #globalFooter::before {
        bottom: 6% !important;
        width: 67% !important;
        height: 40% !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width:2500px) {
    #globalFooter::before {
        bottom: 6% !important;
        width: 65% !important;
        height: 40% !important;
    }
   
}

@media only screen and (min-width: 2500px) {
    #globalFooter::before {
        width: 60% !important;
        height: 32% !important;
        bottom: 6% !important;
    }
  
}

@media only screen and (min-width: 3800px) {
    #globalFooter::before {
        width: 57% !important;
        height: 31% !important;
        bottom: 6% !important;
    }
   
}

.breadcrumb-wrapper{
    top:48px !important;
}


