/* Text Highlight V1 */
.text-highlight, .text-highlight.v1 {
	color: #006A94; /* $primary */
	font-weight: bold;
}
/* End Text Highlight V1 */

/* Text Highlight V2 */
.text-highlight, .text-highlight.v2 {
	color: #8D0E3A; /* $secondary */
	font-weight: bold;
}
/* End Text Highlight V2 */

/* Basic Content */
.content img.half {
	max-width: 50%;
	width: auto;
	height: auto !important;
}

.content img.third {
	max-width: 33%;
	height: auto !important;
	width: auto;
}

.content img.fourth {
	max-width: 25%;
	height: auto !important;
	width: auto;
}

.content img.left {
	margin: 2% 2% 2% 0;
}

.content img.right {
	margin: 2% 0 2% 2%;
}

.content img.no-vert {
	margin-top: 0;
	margin-bottom: 0;
}

.content table {
	max-width: 100%;
}

.datatable td {
	vertical-align: top;
}

.content a.btn, .content h1 a, .content h2 a, .content h3 a, .content h4 a {
	text-decoration: none;
}

.content hr {
	clear: both;
}

.content iframe {
	max-width: 100%;
	border: none;
}

.content .text-l {
	text-align: left;
}

.content .text-r {
	text-align: right;
}

.content .text-c {
	text-align: center;
}
/* End Basic Content */

/* Content List */
.content-list h2 {
	line-height: 1;
	margin: .5em 0;
}

.content-list h3 {
	color: #FFFFFF;
	margin: .25em 0 0;
	padding: .5em 2.75em .6em 1em;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	font-weight: normal;
	font-size: 1.25em;
	position: relative;
	background-color: #006A94; /* $primary */
}

.content-list h3.active {
	background-color: #8D0E3A; /* $secondary */
	color: #FFFFFF;
}

.content-list h3:after, .content-list h3.active:after {
	font-family: 'icomoon-ult';
	font-size: 1em;
	line-height: 1em;
	position: absolute;
	right: 1em;
	top: .55em;
}

.content-list h3:after {
	font-family: 'icomoon-ult';
	content: '\e145';
}

.content-list h3.active:after {
	font-family: 'icomoon-ult';
	content: '\e147';
}

.content-list h3:hover {
	cursor: pointer;
	background-color: #8D0E3A; /* $secondary */
	color: #FFFFFF;
}

.content-list .article {
	padding: 1% 2%;
	background-color: #EEEEEE;
}
/* End Content List */

/* Fancy Fonts */
p.fancy, .content p.fancy {
	color: #8D0E3A; /* $secondary */
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
}
/* End Fancy Fonts */

/* Fancy Lists */
ul.fancy {
	background-color: #EEEEEE;
	padding: 1em;
}

.no-generatedcontent ul.fancy {
	padding-left: 1.5em;
}

ul.fancy li {
	position: relative;
	margin-bottom: .5em;
	list-style: none;
	padding-left: 1.5em;
}

ul.fancy li:before {
	font-family: 'icomoon-ult';
	content: '\e0f6';
	color: #8D0E3A; /* $secondary */
	position: absolute;
	left: 0;
	top: .05em;
}

.no-generatedcontent ul.fancy li {
	list-style: disc;
	padding-left: .25em;
}

ul.timeline {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding-left: 3em;
}

.no-generatedcontent ul.timeline {
	list-style: disc;
}

ul.timeline:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: .5em;
	left: 1em;
	background-color: #0C5098;
	border-radius: .25em;
}

ul.timeline li {
	position: relative;
	margin-bottom: .5em;
	padding: .5em .75em;
	background-color: #F5FAFF;
	opacity: 0;
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-o-transform: translateX(10%);
	transform: translateX(10%);
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
}

ul.timeline li.active, .cms-edit-content ul.timeline li {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}

ul.timeline li:nth-of-type(even) {
}

ul.timeline li:before {
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	background-color: #4B973D;
	right: 100%;
	margin-right: 1em;
	border-radius: 6em;
	border: .25em solid #0C5098;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	z-index: 2;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

ul.timeline li:hover:before {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

ul.timeline li:after {
	position: absolute;
	content: '';
	display: block;
	right: 100%;
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	border-right: 1em solid #F5FAFF;
	top: .75em;
}
/* End Fancy Lists */

/* Columns */
.content .column {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	overflow: hidden;
}

.content .column.fancy {
	padding: 1em;
}

.content .column.center {
	text-align: center;
}

.content .column img.left, .content .column img.right {
	margin-top: 0;
	margin-bottom: 0;
}

.content .column ul {
	list-style: disc;
}

.content .column ul li {
	list-style: inherit;
}

.content .column > * {
	float: left;
	margin: 0 0 2% 0;
	list-style: none;
}

.content .column.one > * {
	width: 100%;
	margin-bottom: 1%;
}

.content .column.two > * {
	width: 47%;
}

.content .column.two > *:nth-child(2n+1) {
	clear: both;
}

.content .column.three > * {
	width: 33%;
}

.content .column.three > *:nth-child(3n+1) {
	clear: both;
}

.content .column.four > * {
	width: 25%;
}

.content .column.four > *:nth-child(4n+1) {
	clear: both;
}

.no-hashchange .content .column > * {
	margin-bottom: 5%;
}
/* End Columns */

/* Tables */
.content .table {
	display: table;
	table-layout: fixed;
	padding: 0;
	width: 100%;
	list-style: none;
	margin: 1em 0;
}

.content .table.half {
	width: 50%;
}

.content .table.center {
	text-align: center;
}

.content .table > * {
	display: table-row;
}

.no-display-table .content .table > * {
	display: block;
}

.content .table > * > * {
	display: table-cell;
	padding: 1%;
	margin: 0;
	vertical-align: middle;
}

.no-display-table .content .table > * > * {
	float: left;
	width: 48%;
}

.content .table.zebra > *:nth-child(even) {
	background-color: #EEEEEE;
}

.content .table.vert-top > * > * {
	vertical-align: top;
}

.content .table.border > * > * {
	border: 1px solid #8D0E3A; /* $secondary */
}

.content .table.border {
	border: 1px solid #8D0E3A; /* $secondary */
}

.content .table.border.header-top > *:first-child > * {
	border: 1px solid #CECECE; /* $color3 */
}

.content .table.header-top > *:first-child {
	background-color: #006A94; /* $primary */
	color: #FFFFFF;
}

.content .table.header-side > * > *:first-child {
	background-color: #CECECE; /* $color3 */
	color: #006A94; /* $primary */
}

.content .table.border.header-top > *:first-child > h4 {
	color: #8D0E3A; /* $secondary */
}

.content .table.border.header-side > * > *:first-child {
	border-color: #8D0E3A; /* $secondary */
}

.content .table.header-side > * >  h4:first-child {
	color: #8D0E3A; /* $secondary */
}

.content .table .spacer {
	color: #FFFFFF;
}

.content .table span.spacer {
	display: none;
}

.content .table .table-head {
	background-color: #006A94; /* $primary */
	color: #FFFFFF;
}

.content .table .third {
	float: none;
	width: 33%;
}

.content .table .two-thirds {
	width: 66.6%;
	float: none;
}
/* End Tables */

/* Responsive @ 768px */
@media (max-width:768px) {
	.content .column.three > * {
		width: 100%;
		float: none;
	}

	.content .column.four > * {
		width: 47%;
	}
}
/* End Responsive @ 768px */

/* Responsive @ 480px */
@media (max-width:480px) {
	.content .column.two > * {
		width: 100%;
		float: none;
	}

	.content .column.four > * {
		width: 100%;
		float: none;
	}

	.content .table.no-break > * > * {
		display: table-cell;
	}

	.content .table > *.table-head {
		display: none;
	}

	.content .table > * > *:first-child {
		border-bottom: none;
	}

	.content .table > * > *:last-child {
		border-top: none;
	}

	.content .table .spacer {
		color: inherit;
	}

	.content .table > * > *, .content .table .third, .content .table .two-thirds {
		display: block;
	}

	.content .table.label > * > *:before {
		font-weight: bold;
		display: block;
		content: ' 'attr(data-label)':';
	}

	.content a.btn, .content h1 a, .content h2 a, .content h3 a, .content h4 a {
		margin-bottom: .5em;
	}
}
/* End Responsive @ 480px */

.content .table.header-top h2 {
	color: #FFFFFF;
	margin-bottom: 0;
}
