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

/* Include in Editor: Start */
.TitleText {
    display: block;
    font-family: 'Merriweather', serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.HeaderText {
    font-weight: 700;
    font-size: 34px;
    color: rgb(39, 50, 62);
    font-family: 'PT Serif', serif;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0;
}
.HeaderTextSmall {
    color: #151516;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
}
.HeaderTextSmallGold {
    text-transform: uppercase;
    color: #C0A378;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
}
.HeaderText2 {
    color: var(--Black, #151516);
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}
.HeaderTextGold {
    color: var(--PAJ-Gold, #C0A378);
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.68px;
}
.TitleCaseHeader {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.SubHeadline {
    font-weight: 700;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(39, 50, 62);
    margin-top: 0px;
}
.SectionHeader {
    color: var(--Black, #151516);
    text-align: center;
    font-family: 'PT Serif', serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.68px;
    margin-bottom: 50px;
}
.ColumnHeader {
    font-style: normal;
    color: #151516;
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0;
}
.BodyText {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: rgb(18, 20, 18);
}
.BodyTextLarge {
    font-size: 20px;
}
.InfoText {
    font-size: 14px;
}
.PTSerif{
    font-family: 'PT Serif', serif !important;
}
.LAto{
    font-family: 'Lato', sans-serif;
}
.MerriWeather{
    font-family: 'Merriweather', serif;
}

/* Include in Editor: Stop */


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