/**umb_name:Color Brand Blue (#54C0E8)*/
.col-blue {
    color: #54C0E8;
}

/**umb_name:Color Grey (#3E3E3E)*/
.col-grey {
    color: #3E3E3E;
}

/**umb_name:Color Dark Blue (#3C5A65)*/
.col-blue-dark {
    color: #3C5A65;
}

/**umb_name:Color Dark Blue 2 (#1C2D4D)*/
.col-blue-dark2 {
    color: #1C2D4D;
}

/**umb_name:Color White (#FFFFFF)*/
.col-white {
    color: #FFFFFF;
}

/**umb_name:Font Size 20px */
.text20 {
    font-size: 20px;
    line-height: 100%;
}

/**umb_name:Font Size 36px */
.text36 {
    font-size: 36px;
    line-height: 110%;
}

/**umb_name:Font Size 55px */
.text55 {
    font-size: 55px;
    line-height: 110%;
}

/**umb_name:Font Size 65px */
.text65 {
    font-size: 65px;
    line-height: 110%;
}

/**umb_name:Font Size 73px */
.text73 {
    font-size: 73px;
    line-height: 110%;
}

/**umb_name:Font Size 100px */
.text100 {
    font-size: 100px;
    line-height: 110%;
}

/**umb_name:Font SuperSize (153px)*/
.text-supersize {
    font-size: 153px;
    line-height: 105.88%;
}

/**umb_name:Font Family: Karla*/
.font-karla {
    font-family: 'Karla', sans-serif;
}

/**umb_name:Font Family: Saira Condensed*/
.font-saira {
    font-family: 'Saira Condensed', sans-serif;
}

/**umb_name:Font Family: Saira Extra Condensed*/
.font-saira-extra {
    font-family: 'Saira Extra Condensed', sans-serif;
}

/**umb_name:Font Weight Light (300)*/
.font-weight--light {
    font-weight: 300;
}

/**umb_name:Font Weight Med (400)*/
.font-weight--med {
    font-weight: 400;
}

/**umb_name:Font Weight Heavy (700)*/
.font-weight--heavy {
    font-weight: 700;
}

/**umb_name:Heading (H2) Med*/
h2.font-weight--med {
    font-weight: 400;
}

/**umb_name:Heading (H3) Med*/
h3.font-weight--med {
    font-weight: 400;
}

/**umb_name:Heading (H4) Med*/
h4.font-weight--med {
    font-weight: 400;
}

/**umb_name:Heading (H2) Bold*/
h2 {
    font-weight: 700;
}

/**umb_name:Heading (H3) Bold*/
h3 {
    font-weight: 700;
}

/**umb_name:Heading (H4) Bold*/
h4 {
    font-weight: 700;
}


/* Media Query Fixes
@media all and (max-width:1199px) {
    .text20 {
        font-size: 1rem;
    }
    .text36 {
        font-size: 1.5rem;
    }
    .text55 {
        font-size: 1.5rem;
    }
    .text65 {
        font-size: 1.75rem;
    }
    .text73 {
        font-size: 2rem;
    }
    .text100 {
        font-size: 2.5rem;
    }
    .text-supersize {
        font-size: 3rem;
    }
}
 */

/* RTE Mods */
body#tinymce, .mce-menu {
    background-color: #eee !important;
}