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

.TitleText {
    margin: 0px 0px 20px;
    font-size: 76px;
    color: #395e81;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
}
.HeaderText {font-weight: 500;font-size: 36px;line-height: 1.3;color: #395e81;margin-bottom: 20px;display: block;font-family: "Roboto", sans-serif;text-transform: uppercase;}
.HeaderTextGreen {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #3b834e;
    margin-bottom: 0;
    display: block;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
 }
 .HeaderTextSmall {
    font-weight: 500;font-size: 32px;line-height: 1.2;color: #395e81;margin-bottom: 20px;display: block;font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.HeaderTextSmallGreen {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #3b834e;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    font-family: "Roboto", sans-serif;
}
.ColumnHeader {font-style: normal;font-weight: 700;font-size: 30px;line-height: 1.2;color: #395e81;margin: 0 0 20px;text-transform: uppercase;font-family: "Roboto Slab", serif;}
.SubHeading {
    font-size: 42px;
    font-weight: 500;
    color: #395e81;
    text-align: center;
    display: block;
    font-family: "Roboto Slab", serif;
    margin: 0 0 70px;
}
.BodyText {font-style: normal;font-weight: 300;font-size: 21px;line-height: 1.3;color: #000;}
.BodyTextLarge {font-style: normal;font-weight: 300;font-size: 23px;line-height: 1.2;}
.InfoText  {font-style: normal;font-weight: 300;font-size: 17px;line-height: 1.3;}
.RobotoSlabMedium{font-family: "Roboto Slab", serif; font-weight: 500;}
.RobotoLight{font-family: "Roboto", sans-serif; font-weight: 300;}
.RobotoBlackHeavy{font-family: "Roboto", sans-serif; font-weight: 900;}