/*
The below styles were integrated into the main stylesheet no longer needed here

h1.page-title {
    color:#0067A7;
    font-size:51px;
    border-bottom:2px solid #0067A7;
    margin-bottom:35px !important;
    padding-bottom:15px;
}

body .breadcrumbs a {
    color:#9e9e9e; 
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #4a7729;
}

*/
.add-margin-bottom-small {
    margin-bottom:11px !important;;
}
.add-margin-bottom {
    margin-bottom:22px !important;;
}

.header-utility__item a {
    border: 0px;
    background:none;
    color: #6d787f;
}


@media (min-width: 900px){

    .header-nav {
        background:#0067A7;
        margin: 0px -100%;
        padding-left: 100%;
        padding-right: 100%;
        margin-top:15px;
    } 
    .header-nav > ul > li > a, .header-nav .rdContent > ul > li > a {
        color: white;
    }

    .header-nav > ul > li:hover > a, .header-nav .rdContent > ul > li:hover > a {
        color: #ccc;
    }
} 

@media (min-width: 1421px){

    .header-nav {
        margin-top:30px;
    }
    .header-logo {
        position:absolute;
        top:0px;
        margin-top:-15px;
        top:0px;
    }

    .header-utility, .header-search {
        margin-top:15px;
    }



}