.white_overlay svg {
    height: 5vw;
}    
/*Flip Cards*/
.flip-card .flip-card_title {
    font-size: 1rem;
    font-weight: 700;
}
/*IE fix for flip card images*/
.flip-card .cover.flip-card__contain img {
   width: auto;
}

header.header .site-logo__grid {
    background: #ffffff;
}

/* Styling for usage of .lead class with content inside of ul */
ul .lead, ul p, ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

/*Header color change*/
.header_top-col_grid {
    background: #ffffff;
}

html body .region-page-title .page-title h1{
    color: #005695;
    font-weight: bold;
}