.overview.type-1 .navy.box-nav h3 a { background-color: #003C69; }
.mce-call-out .navy { height: 10px; float: left; width: 33.333333%; } 
.mce-call-out .navy { background-color: #003C69; }
.vid-quotes.navy-font { color: #003C69; } 
.navy .tab-item { color: #003C69; }

#banner-blocks.row {
    display: flex;
    max-width: 55%;
}

#banner-blocks .pdf {
    margin-right: 25px;
}

#banner-blocks a {
    color: white !important;
}
    
#banner-blocks.float-on-banner {
    position: absolute;
    top: 40%;
    line-height: 20px;
}

#banner-blocks .block {
    background-color: rgba(0,0,0,.5);
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 20px;
}

@media screen and (max-width: 1001px) {
    #banner-blocks.row {
        flex-flow: column;
        max-width: 100% !important;
    }
    #banner-blocks .col {
        margin-bottom: 10px;
    }
    #banner-blocks .col {
        white-space: nowrap;
    }
}

@media screen and (min-width: 617px) and (max-width: 1001px) {
    #banner-blocks.float-on-banner {
        bottom: 0;
        top: inherit;
    }
}

@media screen and (max-width: 616px){
    #banner-blocks.float-on-banner {
        position: inherit;
        top: 0;
    }
    #banner-blocks .block {
        background-color: rgba(0,0,0, 1);
        margin-left: 0px;
    }
    #banner-link-1 {
        margin-top: 20px;
    }
    #banner-blocks .col {
        white-space: inherit;
    }
}

@media screen and (min-width: 1002px) {
	.mobileMenuContainer {display: none !important;}
}

/* =Accessibility changes for h tags
-------------------------------------------------- */ 
.heading1 { font-size: 225%; /* 36px/16px */ line-height: 1.083333; /* 39px/36px */ margin-bottom: 36px; padding: 0 1.863354%; /* 18px/966px */ } 
.heading2 { color: #96151D; font-size: 168.75%; /* 27px/16px */ line-height: 1.185185; /* 32px/27px */ margin-bottom: 21px; } 
.heading3 { font-size: 131.25%; /* 21px/16px */ line-height: 1.333333; /* 28px/21px */ margin-bottom: 5px; } 
.heading4 { color: #666; font-size: 112.5%; /* 18px/16px */ line-height: 1.555555; /* 28px/18px */ margin-bottom: 2px; } 

.page-summary {
    color: #666;
    font-size: 112.5%;
    line-height: 1.555555;
}
