html { font-size: 100%; }
body {
	color: #454b4f !important;
	background-color: #fff !important;
	font: 0.9em/1.67 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

h1.pageTitle {
	margin: 0 0 15px 0;
}
#sro-hero {
	margin: 20px 0;
}
#sro-hero p {
	font-size: 1.4rem;
}

/* TABS */
#sro-tabs { border-bottom: 2px solid #7498b8 !important; }
#sro-tabs li { margin-bottom: -1px; margin-left: 10px; }
#sro-tabs li:first-child { margin-left: 20px; }
#sro-tabs a {
	color: #33393e;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: 1.15rem;
	font-weight: 500;
	padding: 5px 25px;
	background-color: #fff;
	border: 1px solid #c5d4e1;
	border-bottom-color: #7498b8;
}
#sro-tabs .active a {
	color: #fff !important;
	background-color: #7498b8 !important;
	border-bottom-color: #7498b8;
}

/* TABLE */
table th {
	width: 16%;
	padding: 6px 10px;
	text-align: center;
	font-size: 0.8rem;
	border: 0 !important;
}
table thead td {
	min-width: 170px;
	font-size: 0.8rem;
	text-align: center;
}
table thead td:first-child {
	text-align: left;
}
table thead th h5 {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 500 !important;
}
table thead td h4 {
	margin-bottom: 0;
}
table tbody td {
	width: 16%;
	padding: 10px 15px;
	border: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: top;
}
table tbody td p {
	margin-bottom: 5px;
	font-size: 0.8rem;
}
table tbody tr:last-of-type td {
	border-bottom: 0;
}
table tbody td:first-child {
	padding-right: 20px;
	background-color: #f2f7fa;
	color: #656d73;
	text-align: left !important;
}
table tbody td:first-child h5 {
	text-align: center !important;
}
table tfoot td {
	padding: 8px;
	font-size: 0.8rem;
	border-top: 1px dotted #ccc;
	text-align: center;
}
table h4 {
	font-size: 1.2rem;
	font-weight: 500 !important;
	text-transform: uppercase;
}
table span.key {
	font-size: 0.7rem;
	font-weight: 700 !important;
	color: #33393e;
	text-transform: uppercase;
	white-space: nowrap;
}
a.underlined {
	border-bottom: 1px dotted #005eb8;
}

/* TABLE WIDTHS */
table thead th:first-child,
table tbody td:first-child {
	width: 15% !important;
}

.subgroups {
	column-gap: 1rem;
}
.subgroups5 {
	columns: 5;
}
.subgroups4 {
	columns: 4;
}
.subgroup {
	min-height: 300px;
	padding: 5px 10px 5px 5px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
}
.subgroup h5 {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 500 !important;
}
.subgroup img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.subgroup p {
	font-size: 0.8rem;
}
.subgroup p.eh {
	border-bottom: 1px solid #ddd;
}

/* XS */
@media screen and (max-width: 599.98px){
	h1.pageTitle {
		margin-top: 10px;
		font-size: 1.6rem;
	}
	#sro-hero div:last-of-type {
		padding-top: 10px;
	}
	#sro-hero p {
		font-size: 1rem;
	}
	#sro-tabs {
		padding-top: 0;
	}
	#sro-tabs li:first-child,
	#sro-tabs li {
		margin-left: 0;
	}
	#sro-tabs li {
		width: 100%;
	}
	#sro-tabs a {
		font-size: 0.8rem;
	}
	.subgroups {
		columns: 2;
	}
}

/* SM */
@media screen and (min-width: 600px) and (max-width: 959.98px){
	#sro-hero div:first-of-type {
		padding: 0 72px 20px 72px;
	}
	#sro-hero p {
		font-size: 1.3rem;
	}
	#sro-tabs li:first-child {
		margin-left: 0;
	}
	#sro-tabs li {
		margin-left: 5px;
	}
	#sro-tabs a {
		font-size: 0.8rem;
		padding: 5px;
	}
	.subgroups {
		columns: 3;
	}
}

/* MD */
@media screen and (min-width: 960px) and (max-width: 1279.98px){
	#sro-hero div:last-of-type {
		padding-top: 10px;
	}
	#sro-hero p {
		font-size: 1.3rem;
	}
	table thead td {
		min-width: auto;
	}
	table thead th h5 {
		font-size: 0.9rem;
	}
	#sro-tabs a {
		font-size: 1rem;
		padding: 5px 15px;
	}
}

/* LG */
@media screen and (min-width: 1280px){
	h1.pageTitle {
		font-size: 3.6rem;
	}
	#sro-hero div:last-of-type {
		padding-top: 20px;
	}
}