/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

/* Basic Content */
.content-panel img.third {
	max-width: 33%;
	height: auto !important;
	width: auto;
}

.content-panel img.two-thirds {
	max-width: 66%;
	height: auto !important;
	width: auto;
}

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

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

.gift img.left {
	margin-top: 0;
}

.content-panel img.right, .content-panel iframe.right {
	margin: 2% 0 2% 2%;
}

.content-panel img.right, .content-panel img.left {
	max-width: 50%;
}

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

.content-panel .spotlight {
	padding: 2em;
}

.content-panel .spotlight.v1 {
	background-color: #BDC6BA;
}

.content-panel .spotlight.v2 {
	background-color: #D4D6D4;
}

.content-panel .spotlight.v3 {
	border: 2px solid #D4D6D4;
}

.content-panel .spotlight h2, .content-panel .spotlight h3 {
	padding-top: 0;
}

.content-panel .marg-auto, .content-panel .fancy.spotlight.marg-auto {
	margin-left: auto;
	margin-right: auto;
}

.content-panel table {
	max-width: 100%;
	font-size: 1em;
	line-height: 1.4;
}

.content-panel table ul, .content-format table ul {
	font-size: 1em;
	line-height: 1.4;
}

.content-panel table p, .content-format table p {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.4;
	font-family: inherit;
}

.content-panel a {
}

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

.content-panel hr {
	clear: both;
	background: #DDD;
	height: 1px;
	display: block;
	width: 100%;
	border: 0;
}

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

.content-panel .hidden {
	visibility: hidden;
}

.content-panel .half .buildflash, .content-panel .half [data-player], .content-panel .half [data-player] div {
	max-width: 100%;
	height: auto !important;
}

.content-panel .right.half .buildflash, .content-panel .right.half [data-player], .content-panel .right.half [data-player] div {
	float: right;
	margin-left: 1em;
}

.m-bottom, .fancy.spotlight.right.m-bottom, .fancy.spotlight.left.m-bottom {
	margin-bottom: 2%;
}

.content-panel img.half {
	max-width: 50%;
	width: auto;
	height: auto !important;
}

.content-panel iframe.half {
	width: 50%;
}

.My-Account .s_employ_button {
	display: none;
}
/* End Basic Content */

/* Fancy Lists */
ul.fancy {
	padding-left: 0;
}

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

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

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

ul.fancy.v2 li {
	color: #006B5C; /* $primary */
	padding-left: 3.5em;
	margin-bottom: 2.5em;
	position: relative;
	font-weight: 600;
	font-size: 1.125em;
}

ul.fancy.v2 li:last-child {
	margin-bottom: 1.5em;
}

ul.fancy.v2 li span {
	width: 2.7em;
	height: 1.5em;
	border-right: 1px solid #006B5C; /* $primary */
	border-left: 1px solid #006B5C; /* $primary */
	position: absolute;
	left: -.3em;
}

ul.fancy.v2 li:before {
	content: '\e7c2';
	color: #006B5C; /* $primary */
	box-shadow: 0 1px 0 #006B5C, 0 -1px 0 #006B5C; /* $primary */
	top: -.5em;
	padding: .5em;
}

.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: #006B5C; /* $primary */
	border-radius: .25em;
}

ul.timeline li {
	position: relative;
	margin-bottom: .5em;
	padding: .5em .75em;
	background-color: #B6FFF5; /* lighten($primary,82%) */
	opacity: 0;
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-o-transform: translateX(10%);
	transform: translateX(10%);
}

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: #7D003D; /* $secondary */
	right: 100%;
	margin-right: 1em;
	border-radius: 6em;
	border: .25em solid #006B5C; /* $primary */
	-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 #D7FFF9; /* lighten($primary,90%) */
	top: .75em;
}
/* End Fancy Lists */

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

.content-list {
	margin-bottom: 1em;
}

.content-list h3 {
	color: #EFF0F0; /* $light */
	margin: 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;
	position: relative;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	background-color: #7D003D; /* $secondary */
	border-bottom: 1px solid #7D003D; /* $secondary */
	font-size: 1.25em;
}

.content-list h3.active {
	background-color: #006B5C; /* $primary */
	color: #EFF0F0; /* $light */
}

.content-list h3:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 1em;
	background-color: #EFF0F0; /* $light */
	top: 50%;
	margin-top: -.475em;
	right: .9em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.content-list h3:after {
	content: '';
	position: absolute;
	width: 1em;
	height: 3px;
	top: 50%;
	right: .5em;
	background-color: #EFF0F0; /* $light */
	display: block;
	margin-top: -1px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.content-list h3.active:before {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.no-csstransforms .content-list h3.active:before {
	display: none;
}

.content-list h3:hover {
	cursor: pointer;
	background-color: #006B5C; /* $primary */
	color: #FFFFFF;
}

.content-list [data-type=main] {
	margin-bottom: 1em;
	font-weight: bold;
	color: #7D003D;
}

.content-list [data-type=section] {
	padding: 1% 2%;
	background-color: transparent;
	margin: 0;
	margin-bottom: 1em;
}

.content-list [data-type=section] h4 {
	color: #006B5C; /* $primary */
}

.content-list [data-type=item] {
	padding: 0;
}
/* End Content List */

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

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

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

.content-panel .column ul {
	list-style: disc;
	margin: 0 0 1em;
}

.content-panel .column .results-list ul {
	list-style: none;
}

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

.content-panel .column ul.fancy li {
	list-style: none;
}

.content-panel .column li.text-r {
	text-align: right;
}

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

.content-panel .column.one > * {
	width: 100%;
}

.content-panel .column.two > * {
	width: 47%;
	margin-right: 1%;
}

.content-panel .column.two > *.third {
	width: 33%;
}

.content-panel .column.two > *.two-thirds {
	width: 66%;
}

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

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

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

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

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

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

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

.content-panel .table.header-top > *:first-child > div > h3,.content-panel .table.header-top > *:first-child > div > h2 {
	color: #EFF0F0; /* $light */
	margin: 0 0 .4em;
}

.content-panel .table li input {
	width: 100%;
}

.content-panel .table.third {
	width: 33%;
}

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

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

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

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

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

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

.content-panel .table.solid {
	background-color: #DDDDDD;
}

.content-panel .table.zebra > *:nth-child(even) {
	background-color: #C3FFF7; /* lighten($primary,85%) */
}

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

.content-panel .table.border > * > * {
	border: 1px solid #006B5C; /* $primary */
}

.content-panel .table.border {
	border: 1px solid #006B5C; /* $primary */
}

.content-panel .table.border.header-top > *:first-child > * {
	border: 1px solid #006B5C; /* $primary */
}

.content-panel .table.header-top > *:first-child {
	background-color: #006B5C; /* $primary */
	color: #EFF0F0; /* $light */
}

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

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

.content-panel .table.border.header-side > * > *:first-child {
	border-color: #006B5C; /* $primary */
}

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

.content-panel .table .spacer {
	color: #EFF0F0; /* $light */
}

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

.content-panel .table .table-head, .content-panel .table.zebra .table-head {
	background-color: #006B5C; /* $primary */
	color: #EFF0F0; /* $light */
}

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

.content-panel .table .two-thirds {
	width: 66.6%;
	float: none;
}

.content-panel .table li div.text-r {
	text-align: right;
}
/* End Tables */

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

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

/* Responsive 550px */
@media (max-width: 550px) {
	.fancy.spotlight.half, .fancy.spotlight .half {
		width: 100%;
	}
}
/* End Responsive 550px */

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

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

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

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

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

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

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

	.content-panel .table.label .table-head {
		display: none;
	}

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

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

	.content-panel img.right, .content-panel img.left {
		max-width: 100%;
	}
}
/* End Responsive @ 480px */

.content-panel .table .td-highlight {
	background: #FFFFCC;
}

.column.four.council-display img {
	width: 80%;
}

.column.four.council-display li {
	padding-right: 1%;
	height: 28em;
}
