@charset "utf-8";
/* CSS Document */


a, main a, footer a, .alert a, .or-taskbox .list-group-item a {
    color: #005c8a;
    
}

.or-header-content-row a, .or-header-content-row a:hover, .or-header-content-row a:visited, .or-header-content-row a:active, .or-header-content-row a:focus {
    color: #fff;
    text-decoration: none!important;
}
/*increase space for list items links*/
li {
	padding-bottom: 10px;                                
}

/**/
.alert-warning {
    color: #344032;
    background-color: #feeb86;
    font-size: 16px;
}
/*custom DEQ logo in the header*/
.or-header-logo {
    background: url(https://www.oregon.gov/deq/PublishingImages/deqlogo-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 140px;
    margin-left: 36px;
}
    /*CTA CARD FLIPPING GRID*/ 
    
    cta-card-flipping-grid-webpart .flipcard-back{ 
        background-color:#344032 !important; 
        color:#fff !important 
    } 

    /*CTA NAV IMG REVEAL GRID*/ 
    cta-nav-img-reveal-grid-webpart .nav-grid .nav-grid-img{ 
        background-color:#344032 !important; 
    } 

    cta-nav-img-reveal-grid-webpart .nav-grid-item .nav-grid-content{ 
        color:#fff !important; 
    }
