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

/* Include in Editor: Start */
.TitleText {
    font-size: 48px;
    color: #00395B;
    line-height: 1.2;
    font-family: 'Acre';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.19em;
}
.HeaderText {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}

.SectionHeader {
    font-size: 60px;
    font-weight: 400;
    color: #00395B;
    line-height: 1.4;
    margin: 0 0 10px;
}

.HeaderTextSmall {
    font-size: 36px;
    color: #00395B;
    line-height: 1.4;
    font-weight: 700;
}
.SubHeading {
    font-size: 28px;
    line-height: 1.4;
}
.ColumnHeader {
    font-size: 32px;
    font-weight: 400;
    color: #00395B;
    letter-spacing: 0.025em;
    line-height: 1.12;
}
.ShortTitle {
    color: #00395B;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.BodyText {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #00395B;
}
.BodyTextLarge { font-size: 22px; }
.InfoText { font-size: 16px; }
.AcreMedium{
    font-family: 'Acre';
    font-weight: 500;
}
.PTSansRegular {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
.PTSansBold {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}
/* Include in Editor: Stop */


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