/* tsApps styles and overrides */
@import url("/assets/common/css/tsApps.css");
.TitleText {
	font-family: "Merriweather", serif;
	font-size: 40px;
	font-style:normal;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	text-decoration: none;
	color: #000000;
}
.HeaderText {
	font-family: "Merriweather", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	color: #000000;
	margin: 0 0 20px;
}
.HeaderTextSmall {
	font-family: "Merriweather", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0;
	text-decoration: none;
	margin: 0 0 30px;
}
.SectionHeader {
	position: relative;
	margin-bottom: 50px;
	font-size: 30px;
	color: #005187;
	background: #ddeffd;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 5px;
	font-weight: 700;
	text-align: center;
	font-family: "Merriweather", serif;
}
.ListHeader {
	font-family: "Merriweather", serif;
	font-size: 23px;
	font-style:normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	text-decoration: none;
	color: #000000;
}
.SubHeadline {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #263A9A;
	margin: 0 0 10px;
	text-decoration: none;
	font-weight: 700;
	gap: 15px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	display: inline-block;
}
.ColumnHeader {
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    width: auto;
    font-family: "Merriweather", serif;
    display: inline-block;
    letter-spacing: 0.05em;
}
.BodyText {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
}
.BodyTextLarge {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	
	line-height: 1.5;
	margin: 0 0 20px;
}
.InfoText {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	
	line-height: 26px;
	margin: 0 0 20px;
}
.Merriweather{font-family: "Merriweather", serif !important;}