/********* Header alert *********/
.header-alert {background-color: #E7133A;font-family: 'Open Sans', sans-serif;padding: 4px 10%;font-size: 1.5rem;color: #fff;border-bottom:4px solid #fff;}
.header-alert .alert-heading {float:left;width: 20%;margin: 0 25px;padding: 4px 0;}
.header-alert .alert-heading h2 {font-size: 22px;margin: 12px 0;font-weight: 600; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
.header-alert .alert-heading span {font-family: 'Open Sans', sans-serif;font-size:50px;font-weight:200;float: right;padding-top: 20px;display: block;}
.header-alert .alert-heading img {width: 60px;}
.header-alert .alert-message {float:left;width: 60%;padding-top: 5px;}
.header-alert .alert-message p {font-size: 14px;margin: 12px 0;font-weight: 600;}
.header-alert .alert-closing:after {float:right;cursor:pointer;display:block;height: 54px;font-size:40px;content: "\00d7"; margin-left: 20px;}
.header-alert .alert-closing:before {content:"Close this Alert";font-size:9px;}
.header-alert .alert-message a {
    color: white;
    text-decoration: underline;
}
.header-alert .alert-message a:hover{
    text-decoration: none;
}
.header-alert .alert-closing {
    display: grid;
}

/**************** Header ***************/
.header-row {
    padding: 4% 0;
    position: absolute;
    width: 100%;
}
.header-row ul {
    list-style: none;
    display: flex;
    background-color: white;
    border-radius: 32px 0 0 32px;
    padding: 20px 0 20px 30px;
}
.header-row li:first-of-type {
    padding-right: 80px;
}
.header-row a{
    color: #1C7FA6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-decoration: none;
}
.header-img {
    margin-left: 10%;
}
section.hero img {
    width: 100%;
    height: auto;
}

/*header {
    min-height: 1000px;
    padding: 0 !important;
    background: url(/Content/Uploads/AHFAmicrositeBMAH/images/HERO.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.nav-items {
    padding: 0;
}