/* tsApps styles and overrides */
@import url("/assets/common/css/tsApps.css");

/* Include in Editor: Start */
.TitleText {
    font-size: 56px;
    font-weight: 700;
    color: #273D35;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    margin-top: 0;
}
.HeaderText {
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}
.HeaderTextSmall {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}
.CalloutTitle {
    background: #9DC9A9;
    color: #273D35;
    padding: 7px 12px 7px 12px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    display: inline-block;
    width: auto;
}
.BodyText {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    color: #000000;
}
.BodyTextLarge { font-size: 20px; }
.InfoText { font-size: 16px; }
/* Include in Editor: Stop */


/*STYLES NOT IN THE EDITOR: ***********************************************************************************************/