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

.TitleText {margin: 0px 0px 20px;font-size: 24px;font-weight: 700;color: #003366;font-family: "Montserrat", sans-serif;text-transform: uppercase;}
.HeaderText {font-style: normal;font-weight: 700;font-size: 20px;line-height: 1.5;color: var(--DarkBlue);margin-bottom: 20px;text-transform: uppercase;font-family: "Montserrat", sans-serif;}
.HeaderTextGold {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #d9c38a;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family:
    "Montserrat", sans-serif;
}
.HeaderTextBrown {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #953607;
    margin-bottom: 20px;
    font-family: var(--Lato);
}
.HeaderTextSmall {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #003366;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.BodyText {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    margin-bottom: 15px;
    font-family: var(--Lato);
}
.BodyTextLarge {  font-style: normal; font-weight: normal; font-size: 18px; line-height: 1.4; color: #000000; }
.InfoText  {  font-style: normal; font-weight: normal; font-size: 12px; line-height: 1.4; color: #000000; }
.Lato{
    font-family: var(--Lato);
}
.Montserrat{
    font-family: "Montserrat", sans-serif;
}
.QuoteAuthor {font-weight: 400;color: #808080;line-height: 1.4;}