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

/* Include in Editor: Start */
.TitleText {color: #212225;width: 100%;font-size: 42px;font-weight: 700;letter-spacing: -0.01em;line-height: 1.2;font-family: var(--roboto);}
.HeaderText {color: var(--gray);width: 100%;font-size: 34px;font-weight: 700;font-family: var(--roboto);}
.HeaderTextSmall {color: var(--gray);font-family: var(--roboto);width: 100%;font-size: 27px;line-height: 1.4;font-weight: 700;margin-top: 0;}
.SectionHeader {font-size: 23px;color: #212225;font-weight: 700;font-family: var(--roboto);display: flex;flex-wrap: nowrap;margin-bottom: 30px;padding-bottom: 10px;gap: 10px;line-height: 42px;border-bottom: 1px solid #CCCCCC;}
.SubHeading {font-size: 23px;font-family: var(--robotoCondensed);color: #212225;line-height: 1.1;font-weight: 600;}
.ColumnHeader {font-size: 23px;font-weight: 700;color: #221F20;line-height: 1.2;margin-bottom: 15px;font-family: var(--roboto);}
.BodyText {font-style: normal;font-weight: 400;font-size: 16px;line-height: 1.4;color: var(--gray);}
.BodyTextLarge { font-size: 18px; }
.InfoText { font-size: 12px; }
.Arial{ font-family: var(--arial);}
.RobotoBold{font-family: var(--roboto);font-weight: 900;}
/* Include in Editor: Stop */

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