#acdCorHcpHeadBanner {
    width: 100%;
    margin: 0;
    padding: 0;
    border-color: #000!important;
    border-left: 1px solid #ddd!important;
    border-bottom: 1px solid #000!important;
    border-right: 1px solid #000!important;
    background-color: #810304!important;
    background: linear-gradient(to right, #810304, #ffffff)
}

#acdCorHcpHeadBanner div:first-child {
    max-height: 150px;
    overflow: hidden;
    height: 150px;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
}

#acdCorHcpHeadBanner div:first-child img {
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    width: 100%;
    height: auto;
    position: absolute;
    transform: scaleX(-1);
}

#acdCorHcpHeadBanner div:nth-child(2) {
    padding-top: 1rem!important;
    padding-right: 0.25rem!important;
    padding-bottom: 0.5rem!important;
    padding-left: 1rem!important;
    background-color: #fff!important;
}

#acdCorHcpHeadBanner div:nth-child(2) h1 {
    font-weight: bolder;
    margin-bottom: .2em;
    color: #5a050b;
    line-height: 0.9em;
    width: 100%;
}

#acdCorHcpHeadBanner div:nth-child(2) h2 {
    font-weight: bolder;
    color: #c41007;
    line-height: 1.1em;
    width: 100%;
}


/* Under 768 px

set background of second div to the image
font-white

*/

@media only screen and (max-width: 768px) {
    #acdCorHcpHeadBanner div:nth-child(2) {
        background-image: url("http://publichealth.lacounty.gov/acd/ncorona2019/images/imgCorRed.jpg");
        background-repeat: repeat-y;
        background-size: auto;
        width: 100% !important;
    }
    #acdCorHcpHeadBanner div:nth-child(2) h1,
    #acdCorHcpHeadBanner div:nth-child(2) h2 {
        color: white !important;
    }
    #acdCorHcpHeadBanner div:first-child {
        display: none;
    }
    #header-content {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #acdCorHcpHeadBanner h1,
    #acdCorHcpHeadBanner h4 {
        text-shadow: 2px 2px black;
    }
}


/* TEMPLATE CSS */


/* .container {
    max-width: 1000px;
} */

.dph-logo {
    width: 100%;
    max-width: 160px;
}

img.logo {
    margin: 3px !important;
    width: 115px;
}

@media only screen and (min-width: 769px) {
    img.logo {
        margin-left: 1.25em !important;
    }
}

.contTitle4_Blue2 a:link,
.contTitle4_Blue2 a:visited,
.mobile-menu a:link,
.mobile-menu a:visited {
    color: #243877;
    text-decoration: none;
    font-weight: bold;
}

.mobile-menu {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #061c60;
    border-color: #061c60;
}

.btn-primary:hover {
    background-color: grey;
    border-color: lightgray;
}

.bg-primary {
    background-color: #061c60 !important;
}

.text-primary {
    color: #061c60 !important;
}

#colAtoZ1,
#colAtoZ2 .aTozH3 {
    font-size: 12px;
    margin: 1px;
}

.aTozH3 {
    color: #848284;
}

#acdQuickNav * {
    color: white !important;
    text-decoration: none;
}

.fa-globe:before {
    content: "\f0ac";
}

#acdQuickNav a:hover {
    color: lightgrey !important;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .bg-md-light {
        background-color: #dcddde;
    }
}


/* Side Modal */

#modal_aside_right .modal-dialog-aside {
    width: 100% !important;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform 0.2s;
}

#modal_aside_right .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
}

#modal_aside_right .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto;
}

#modal_aside_right.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

#modal_aside_right.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}

#modal_aside_right.show .modal-dialog-aside {
    transform: translateX(0);
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 30 30%3e%3cpath stroke=rgba%28255, 255 255 0.55%29 stroke-linecap=round stroke-miterlimit=10 stroke-width=2 d=M4 7h22M4 15h22M4 23h22/%3e%3c/svg%3e);
}


/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}


/* Pagination */

.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination>.btn {
    border-radius: 2rem;
}


/*
   * Blog posts
   */

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: 0.25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}


/*
   * Footer
   */

.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 0.05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}