  .image-fade {position: absolute; bottom: 0; width: 100%; height: 50px; z-index: 2; background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0; }

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "font awesome 6 pro" !important;
    content: "\f054" !important;
    color: white !important;
    }
    
.news-block-quote {
    display: block;
    font-family: "Archer A","Archer B","Βι¶ΉΤ­΄΄ Slab Serif Alt",serif;
    font-size:1.25rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    border: 0;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    min-width: 270px;
    text-align: left;
    width: 75%;
    }
   
   .news-block-quote::before {
    display:block;
    content:"";
    height:1px;
    margin-left:auto;
    margin-right:auto;
    border-bottom: 10px solid #000;
    margin-bottom: 1rem;
    }

    .news-block-quote::after {
        display:block;
        content:"";
        height:1px;
        margin-left:auto;
        margin-right:auto;
        margin-top: 1rem;
        border-bottom: 1px solid gray;
        margin-bottom: 1rem;
        width: 100%;
        }


@media (min-width: 992px) {
    .news-block-quote {
        margin-left: calc(45px * -1);
        }
        
}

@media (min-width: 768px) {
    .news-block-quote {
        font-size:1.68rem;
        margin-right: 45px;
        width: 40%;
        }
        
}
@media (min-width: 576px) {
        .news-block-quote{ 
            clear: both;
            float: left;
            margin-bottom: 1.5rem;
            margin-right: 30px;
            margin-top: .75rem;
            text-align: left;
            width: calc(40% - 30px);
        }
}

.header-media-default {
height: 800px !important
}