body {
	font-family: 'Source Sans Pro', sans-serif;
	background:#1A5276;
	color: #324b58
}

a {
	color: #1973a0
}

h2 {
	font-size: 25px;
	text-shadow: 0 1px 0 rgb(255, 255, 255);
	margin-top: 0;
	margin-bottom: 10px;
	color: #324b58;
	font-weight: 600
}

h3 {
	margin-top: 40px;
	text-shadow: 0 1px 0 rgb(255, 255, 255);
	margin-bottom: 20px;
	font-size: 20px;
	color: #324b58;
	font-weight: 600
}

h5 {
	font-size: 25px;
	text-shadow: 0 2px 0 rgb(0, 0, 0);
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600
}

h5.border,
h2.border,
h3.border {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8
}

p.intro {
	margin-bottom: 40px
}

p.small {
	font-size: 12px
}

i.fas,
i.far,
i.fal,
i.fab {
	padding-right: 10px
}

#custom-table {
	box-shadow: 0 .12em .3em 0 rgba(0, 0, 0, .1);
	margin-top: 0;
	margin-bottom: 0
}

#custom-table th {
	padding: 15px 20px;
	background: #4e595f;
	border-color: #4e595f;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 rgb(0, 0, 0);
	font-weight: 600;
	text-transform: uppercase
}

#custom-table td {
	padding: 10px 15px;
	border: 1px solid #f0f0f0;
	background: #FFF;
	color: #013c5a;
	vertical-align: middle
}

#custom-table .center {
	text-align: center
}