body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #21409A;
}

.text_content p{
	margin-top: 20px;
	line-height: 1.5em;
}

.text_content a{
	text-decoration: underline;
	color: #21409A;
	font-weight: 600;
}

.text_content ul,
.text_content ol{
	margin-top: 15px;
	line-height: 1.5em;
	margin-left: 35px;
}

.text_content ul{
	list-style-type: disc;
}

.text_content ul ul{
	list-style-type: square;
	margin-top: 0px;
}

.text_content ol{
	list-style-type: decimal;
}

.text_content ol ol{
	list-style-type: lower-roman;
	margin-top: 0px;
}

.text_content li{
	margin-top: 5px;
}

h1{
	font-size: 38px;
	font-weight: 600;
}

.text_content h2{
	margin-top: 25px;
	line-height: 1.3em;
	font-size: 28px;
	font-weight: 600;
}

.text_content h3{
	margin-top: 20px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: 600;
}

.text_content h3{
	margin-top: 20px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: bold;
}

.text_content table,
.text_content img,
.text_content iframe{
	max-width: 100% !important;
}

.text_content img{
	height: auto !important;
}

.text_content table{
	width: 100% !important;
	margin-top: 25px;
	line-height: 1.4em;
}

.text_content table th,
.text_content table td{
	padding: 10px;
	border: 1px solid white;
}

.text_content table th{
	background-color: #21409A;
	color: white;
	text-align: center;
	vertical-align: middle;
	position: sticky;
	top: 95px;
}

.text_content table td{
	background-color: #eee;
	text-align: left;
}

.text_content table tr:nth-child(even) td{
	background-color: #f5f5f5;
}

.standard_button{
	background-color: #D21142;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	padding: 17px 52px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
}

.standard_button:hover{
	background-color: #bc1138;
}

@media (max-width: 999px) {
	.text_content table th{
		position: sticky;
		top: 75px;
	}

	.text_content table th,
	.text_content table td{
		padding: 5px;
		font-size: 12px;
		line-height: 1.1em;
	}
}