@charset "utf-8";
/* CSS Document */
a:link {
    color: #007dbc;
    
}
a:visited, a:hover {
	color: #1CA451;
}
a, main a, footer a, .alert a, .or-taskbox .list-group-item a {
    color: #007dbc;
    
}


.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;
}
.alert-warning {
    color: #344032;
    background-color: #feeb86;
    font-size: 16px;
}
.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;
}