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

.PageTitle {
	line-height: 1.2;
	color: #000000;
	font-size: 75px;
	position: relative;
	z-index: 1;
	padding: 0;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
}
.HeaderText  {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-decoration: none;
	color: #1c3664;
	font-family: 'Roboto', sans-serif;
}
.HeaderTextSmall {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 31px;
	line-height: 1.2;
	color: #1c3664;
	text-decoration: none;
}
.SectionHeader {
	position: relative;
	margin-bottom: 50px;
	font-size: 42px;
	color: #1c3664;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}
.SubHeadingGold {
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #c69658;
	margin: 0px 0 30px;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
}
.HighlightHeading {
    font-size: 40px;
    margin-top: 0;
    font-weight: 500;
    color: #1c3664;
}
.ColumnHeader {
	font-weight: 500;
	font-size: 32px;
	color:  #1c3664;
	margin: 0px 0 25px;
	position: relative;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.AuthorName {
    font-size: 21px;
    color: #808080;
    margin-top: 20px;
    font-weight: 300;
}
.BodyText{
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.3;
	color: #000000;
    margin: 0 0 20px;
}
.BodyTextLarge {
	font-size: 23px;
	font-weight: 400;
	color: #000000;	
	line-height: 32px;
	margin: 0 0 20px;
}
.InfoText {
	font-size: 17px;
	font-weight: 400;
	color: #000000;	
	line-height: 26px;
	margin: 0 0 20px;
}
.RobotoMedium {font-family: 'Roboto', sans-serif!important; font-weight: 500 !important;}
.RobotoSlabMedium {font-family: 'Roboto Slab', serif!important; font-weight: 500 !important;}