/*PRESS RELEASE PAGES*/


.pressRelease{
    
}
.pressRelease #topBanner{
    background-color: #400959;
    background-image: url(/images/banner-pattern.gif);
    background-position: 0 0 ;
    background-repeat: repeat;
    color: #fff;
    padding: 80px 0px;
    margin-bottom: 25px;
}
.pressRelease #topBanner #contentMarker{
    color: #bcbdc0;
    font-size: 16px;
    font-family: 'houschka';
    font-weight: bold;
}

.pressRelease #topBanner h1{
    color: #fff;
    font-size: 32px;
    font-family: 'houschka';
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pressRelease .footerPagination a,
.pressRelease .footerPagination,
.pressRelease .paginationDownload a,
.pressRelease .paginationDownload{
    font-weight: bold;
    color: #00589b;
}
.pressRelease .paginationDownload div{
    padding: 0px;   
}
/*****/
@media (max-width: 767px) { 
    .pressRelease .paginationDownload #download{
        text-align: left;   
    }
}
@media (min-width: 768px) { 
   .pressRelease .paginationDownload #download{
       text-align: right;   
    }
}
@media (min-width: 992px) { 
    .pressRelease .paginationDownload #download{
        text-align: right;   
    }
}
@media (min-width: 1200px) { 
   .pressRelease .paginationDownload #download{
       text-align: right;   
    }
}
/*****/
.pressRelease .footerPagination .angleQuotes,
.pressRelease .paginationDownload .angleQuotes{
    font-size: 16px;   
    text-decoration: none;
}
.pressRelease .highlight{
    margin-top: 16px; 
    margin-bottom: 40px;
}
.pressRelease .highlight .highlightLabel{
    text-transform: uppercase;
    margin-bottom: 0px;
    width: auto;
    background-color: #bcbdc0;
    display: inline-block;
    padding: 7px 13px;
    font-size: 16px;
    font-family: 'houschka';
    margin-left: 6px; 
}
.pressRelease > .container > .highlight ul {
    list-style: circle;
    display: block;
    padding: 20px 40px;
    /*SHADOW*/
    -webkit-box-shadow: 5px 1px 9px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    5px 1px 9px 3px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         5px 1px 9px 3px #ccc;
}
.pressRelease > .container > .highlight ul li{
    font-size: 18px; 
    font-family: 'houschka';
    line-height: 30px;
}
/****/
.pressRelease blockquote.leftSide{
    font-size: 24px; 
    line-height: 30px;
    font-family: 'houschka';
    border-left: 0px;
}
@media (max-width: 767px) { 
    .pressRelease blockquote.leftSide{
        float: none;
        width: auto;
    }
}
@media (min-width: 768px) { 
    .pressRelease blockquote.leftSide{
        float: right; 
        width: 400px;
    }
}
@media (min-width: 992px) { 
    .pressRelease blockquote.leftSide{
        float: right; 
        width: 400px;
    }
}
@media (min-width: 1200px) { 
    .pressRelease blockquote.leftSide{
        float: right; 
        width: 400px;
    }
}
/****/
.pressRelease h2{
    font-family: 'houschka';
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px dotted #000;
    padding: 0px 0px 5px;
    margin-bottom: 25px;
}
.pressRelease ul{
    margin-bottom: 30px;
}
.pressRelease ul li{
    line-height: 24px;
}

.pressRelease p{
    line-height: 24px;
    margin-bottom: 30px;
}
.pressRelease > .container a {
    color: #00589b;
    font-weight: bold;
}








/**/
.pressRelease #covid {
    
    background-color: #d1d3d4;
}

.pressRelease #covid p{
    margin-bottom: 10px!important;
}
.pressRelease .container.row3{
    border-bottom: 2px solid #ffa400;
    width: 100%;
}

@media (max-width: 767px) { 
    .pressRelease .container.row3{
        
    }
}
@media (min-width: 768px) { 
    .pressRelease .container.row3{
        
    }
}
@media (min-width: 992px) { 
    .pressRelease .container.row3{
        
    }
}
@media (min-width: 1200px) { 
    .pressRelease .container.row3{
        
    }
}

/**/




