
/**umb_name:large header*/
.largeHeader {
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 1em;
}

/**umb_name:standard header*/
h2 {
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.2em;
}

/**umb_name:blue text*/
.blueText {
    color: #004390;
}

/**umb_name:media max width*/
.mediaMaxWidth {
    max-width: 100%;
}
