/*
Sarah - This file is specific to either marketing or platform; use it to
localize specific style info for the two  different places 
*/
.localized {
    color: orange !important;
}

.fancy-header {
    background-color: #02539f;
    color: white;
    padding-left: 40px;
    padding-top: 18px;
    padding-bottom: 8px;
    line-height: 1.1;
    margin-bottom: 16px;
    border-radius: 50px 0 0 0;
    font-size: 2.3rem;
}