/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* box-sizing */html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}
/* pagination */.pagination_list{border-radius:3px;display:inline-block;margin:0;padding:0}.pagination_list li{display:inline}.pagination_list li:first-child a{border-left-width:1px;border-radius:3px 0 0 3px}.pagination_list li:last-child a{border-radius:0 3px 3px 0}.pagination_list li.active a{color:#999;cursor:default}.pagination_list a{border:1px solid #ddd;border-left-width:0;float:left;line-height:2em;padding:0 1em;text-decoration:none}.pagination_list .active a,.pagination_list a:hover{background-color:#f5f5f5}.pagination_list a svg{position:relative;top:3px;width:17px}.pagination_list li.first svg{margin-right:8px}.pagination_list li.last svg{margin-left:8px}
/* browser update */#update_browser{background-color:#f2dede;border-bottom:1px solid #eed3d7;color:#b94a48;margin:0;padding:0}#update_browser p{margin:0 auto;padding:1em;width:90%}#update_browser a{color:#b94a48}
/* wygwam */.cke_editable{position:relative;left:calc(50% - 24px);max-width:1280px;margin:24px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
/* fancybox */.fancybox-type-iframe .fancybox-nav,[data-fancybox-type=iframe] .fancybox-nav{width:80px;}.fancybox-type-iframe .fancybox-nav span,[data-fancybox-type=iframe] .fancybox-nav span{visibility:visible;}.fancybox-type-iframe .fancybox-next,[data-fancybox-type=iframe] .fancybox-next{right: -80px;}.fancybox-type-iframe .fancybox-prev,[data-fancybox-type=iframe] .fancybox-prev{left: -80px;}
/* site-wide alerts */#alert{display: block;position: relative;width: 100%;padding: 12px 15px;color: #ffffff;font-size: .875rem;text-align: center;font-weight: 600;text-decoration: none;z-index:5000;}#alert.urgent{background-color: #cc0303;}#alert.informational{background-color: #00a101;}#alert span{line-height: 1.5em;display: inline-block;}#alert svg{position: relative;top: 2px;width: 15px;height: 15px;margin-right: 5px;fill: rgba(255,255,255,.9);}
/* responsive embeds */.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}
/*******************************************************************************
 *		Common
 ******************************************************************************/
*:focus {
	outline: 0;
}

html {
	font-size: 100%;
}

body {
	font: normal 300 .9375rem / 1.3333333 'Roboto', sans-serif;
	overflow-x: hidden;
}

.load_more {
	text-align: center;
}

h2 .button,
.load_more .button {
	display: block;
	width: 6rem;
	margin: 1rem auto;
	padding: .5rem;
	color: #182d1f;
	font-size: 1rem;
	text-align: center;
	border: 1px solid #182d1f;
}

@media only screen and (min-width: 30rem) {
	h2 .button {
		float: right;
		position: relative;
		top: -.375rem;
		display: inline-block;
		margin: 0;
	}

	.load_more .button {
		display: inline-block;
		text-align: center;
		margin: 0;
	}
}

h2 .button:hover,
.load_more .button:hover {
	color: #fff;
	background: #182d1f;
}

a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.prev_next_links {
	margin: 2rem 0;
}

.prev_link,
.next_link {
	display: inline-block;
	width: 100%;
	margin: .5rem 0;
	padding: .75rem 1rem;
	color: #fffffe;
	font-weight: 300;
	text-align: center;
	background: #182d1f;
}

@media only screen and (min-width: 30rem) {
	.prev_next_links:after {
		content: '';
		display: block;
		clear: both;
	}
	.prev_link,
	.next_link {
		width: auto;
	}
	.prev_link {
		float: left;
	}
	.next_link {
		float: right;
	}
}

.prev_link svg,
.next_link svg {
	position: relative;
	top: .1875rem;
	width: 1.5rem;
	height: 1rem;
	fill: currentColor;
}

.prev_link svg { margin-right: .5rem; }
.next_link svg { margin-left: .5rem; }

dl {
	margin-bottom: 2rem;
}

dl:after {
	content: '';
	display: block;
	clear: both;
}

dl dt {
	float: left;
	clear: left;
	width: 40%;
	margin: .5rem 0 0 0;
	padding: .5rem .5rem 0 0;
	font-weight: 500;
}

dl dt:not(:first-of-type) {
	border-top: 1px solid #eee;
}

dl dt:after {
	content: ':';
}

dl dd {
	display: block;
	float: left;
	width: 60%;
	margin-left: 0;
	margin-top: .5rem;
	padding-top: .5rem;
}

dl dd:not(:first-of-type) {
	border-top: 1px solid #eee;
}


/**
 *		_samples
 */
.col1:after {
	content: '';
	display: block;
	clear: both;
}

.col1 .col {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: calc((100% - 2rem) * .5625);
	margin-bottom: 2rem;
	background: transparent 50% 50% / cover no-repeat scroll;
}

.col2 {
	margin-top: 3rem;
}

.col2:after {
	content: '';
	display: block;
	clear: both;
}

.col2 .col {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 2rem;
	background: transparent 50% 50% / cover no-repeat scroll;
}

@media only screen and (min-width: 40rem) {
	.col2 .col {
		float: left;
		width: calc((100% - 2rem) / 2.0001);
		padding-bottom: calc((100% - 2rem) / 2 * 1);
	}
	.col2 .col:nth-of-type(odd) {
		clear: left;
		margin-right: 2rem;
	}
}

.col3 {
	margin-top: 3rem;
}

.col3:after {
	content: '';
	display: block;
	clear: both;
}

.col3 .col {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 2rem;
	background: transparent 50% 50% / cover no-repeat scroll;
}

@media only screen and (min-width: 32rem) {
	.col3 .col {
		float: left;
		width: calc((100% - 2rem) / 2.0001);
		padding-bottom: calc((100% - 2rem) / 2 * 1);
	}
	.col3 .col:nth-of-type(odd) {
		clear: left;
		margin-right: 2rem;
	}
}

@media only screen and (min-width: 64rem) {
	.col3 .col {
		width: calc((100% - 4rem) / 3.0001);
		padding-bottom: calc((100% - 4rem) / 3 * 1);
	}
	.col3 .col:nth-of-type(odd) {
		clear: none;
		margin-right: 0;
	}
	.col3 .col:nth-of-type(3n + 1) {
		clear: left;
	}
	.col3 .col:not(:nth-of-type(3n + 3)) {
		margin-right: 2rem;
	}
}

.col4 {
	margin-top: 3rem;
}

.col4:after {
	content: '';
	display: block;
	clear: both;
}

.col4 .col {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 2rem;
	background: transparent 50% 50% / cover no-repeat scroll;
}

@media only screen and (min-width: 24rem) {
	.col4 .col {
		float: left;
		width: calc((100% - 2rem) / 2.0001);
		padding-bottom: calc((100% - 2rem) / 2 * 1);
	}
	.col4 .col:nth-of-type(odd) {
		clear: left;
		margin-right: 2rem;
	}
}

@media only screen and (min-width: 48rem) {
	.col4 .col {
		width: calc((100% - 4rem) / 3.0001);
		padding-bottom: calc((100% - 4rem) / 3 * 1);
	}
	.col4 .col:nth-of-type(odd) {
		clear: none;
		margin-right: 0;
	}
	.col4 .col:nth-of-type(3n + 1) {
		clear: left;
	}
	.col4 .col:not(:nth-of-type(3n + 3)) {
		margin-right: 2rem;
	}
}

@media only screen and (min-width: 72rem) {
	.col4 .col {
		width: calc((100% - 6rem) / 4.0001);
		padding-bottom: calc((100% - 6rem) / 4 * 1);
	}
	.col4 .col:nth-of-type(3n + 1) {
		clear: none;
	}
	.col4 .col:not(:nth-of-type(3n + 3)) {
		margin-right: 0;
	}
	.col4 .col:nth-of-type(4n + 1) {
		clear: left;
	}
	.col4 .col:not(:nth-of-type(4n + 4)) {
		margin-right: 2rem;
	}
}

.login-wrap {}

.login-wrap .input-wrap,
.login-wrap .input-wrap label,
.login-wrap .input-wrap input {
	display: block;
	width: 100%;
}

.login-wrap .input-wrap {
	margin-bottom: 2rem;
}

.login-wrap .input-wrap label {
	margin-bottom: .25rem;
	font-weight: 700;
}

.login-wrap .input-wrap input {
	padding: .5rem;
	line-height: 1.5;
}

.login-wrap input[type=submit],
.dform_element.submit_button input[type=submit],
.form-actions input[type=submit],
button[type=submit] {
	display: inline-block;
	margin: .5rem 0;
	padding: .75rem 2rem;
	color: #fffffe;
	font-weight: 300;
	background: #182d1f;
	border: 0;
	cursor: pointer;
}

.dform_container input.text,
.dform_container textarea {
	width: 100%;
	padding: .5rem !important;
	line-height: 1.4;
	border: 1px solid #ccc;
}

.dform_container select {
	margin: .5rem 0;
	font-size: 1rem;
}

.page_media.img featured_photo {
	width: 100%;
}

.page_media.view_all {
	position: relative;
}

.page_media.view_all:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 2;
}

.page_media.view_all span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	z-index: 5;
}

/*******************************************************************************
 *		Nav / Header
 ******************************************************************************/
.site_header {
	position: relative;
	height: 25rem;
	margin-bottom: 4rem;
	background: transparent 50% 50% / cover no-repeat scroll;
}

.site_header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(24, 46, 31, .4);
	background: -moz-linear-gradient(top, rgba(24, 46, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(24, 46, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(24, 46, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182e1f', endColorstr='#00ffffff', GradientType=0 );
	z-index: 1;
}

.site_header.home {
	height: 100vh;
	max-height: none;
	margin-bottom: 0;
	overflow-x: hidden;
}

.site_header.intranet,
.site_header.store {
	height: auto;
	min-height: auto;
	margin-bottom: 9rem;
	padding: 0;
}

@media (min-width: 32rem) {
	.site_header.intranet,
	.site_header.store {
		margin-bottom: 6.5rem;
	}
}

@media (min-width: 80rem) {
	.site_header.intranet,
	.site_header.store {
		margin-bottom: 4rem;
	}
}

.site_header.intranet h1 {
	display: none;
}

.site_nav {
	position: relative;
	z-index: 3;
}

.site_nav a[href='/'] {
	display: block;
	width: calc(100% - 5rem);
	max-width: 20rem;
	padding: 1rem;
}

@media only screen and (min-width: 80rem) {
	.site_nav a[href='/'] {
		position: relative;
		left: calc(50% - 39.5rem);
	}
}

.site_nav a[href='/'] img {
	width: 100%;
	height: auto;
}

.site_nav .nav_toggle {
	position: absolute;
	top: 2rem;
	right: 1rem;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	cursor: pointer;
}

@media only screen and (min-width: 80rem) {
	.site_nav .nav_toggle {
		display: none;
	}
}

.site_nav .nav_toggle svg {
	width: 75%;
	height: 75%;
	fill: #fff;
}

.site_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site_nav ul li {
	display: block;
}

@media only screen and (min-width: 80rem) {
	.site_nav ul li.login {
		display: none;
	}
}

.site_nav ul li a {
	display: block;
	color: #fff;
	line-height: 2.75rem;
	text-transform: uppercase;
}

.site_nav ul li a:hover {
	background: #000;
}

.site_nav > ul {
	position: absolute;
	top: 100%;
	display: none;
	width: 100%;
	background: rgba(25, 25, 25, .8);
	z-index: 3;
}

@media only screen and (min-width: 80rem) {
	.site_nav > ul {
		position: relative;
		top: auto;
		display: block !important;
		text-align: center;
		background: rgba(25, 25, 25, .3);
	}
}

@media only screen and (min-width: 80rem) {
	.site_nav > ul > li {
		display: inline-block;
	}
}

.site_nav > ul > li > a {
	padding: 0 .75rem;
	border-bottom: 1px solid #e4e4e3;
}

@media only screen and (min-width: 80rem) {
	.site_nav > ul > li > a {
		border-bottom: 0;
	}
}

.site_nav ul li.has_children {
	position: relative;
}

@media only screen and (min-width: 80rem) {
	.site_nav ul li.has_children.on {
		background: rgba(25, 25, 25, .8);
	}
}

.site_nav ul li.has_children > a {
	float: left;
	width: calc(100% - 3rem);
}

@media only screen and (min-width: 80rem) {
	.site_nav ul li.has_children > a {
		float: none;
		width: 100%;
		padding: 0 1.125rem;
	}
}

.site_nav ul li.has_children .child_toggle {
	float: right;
	width: 3rem;
	line-height: 2.75rem;
	text-align: center;
	border-bottom: 1px solid #e4e4e3;
	border-left: 1px solid #e4e4e3;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

@media only screen and (min-width: 80rem) {
	.site_nav ul li.has_children .child_toggle {
		display: none;
	}
}

.site_nav ul li.has_children .child_toggle:hover {
	background: #000;
}

.site_nav ul li.has_children .child_toggle svg {
	position: relative;
	top: .375rem;
	left: .0625rem;
	width: 1.5rem;
	height: 1.5rem;
	fill: #fff;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.site_nav ul li.has_children.on .child_toggle svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.site_nav ul li.has_children + li {
	clear: both;
}

.site_nav ul li.has_children ul {
	display: none;
	clear: both;
}

@media only screen and (min-width: 80rem) {
	.site_nav ul li.has_children ul {
		position: absolute;
		top: 100%;
		left: 0;
		text-align: left;
		background: rgba(25, 25, 25, .8);
	}
}

.site_nav ul li.has_children ul li {}

.site_nav ul li.has_children ul li a {
	padding: 0 .75rem 0 2.25rem;
	white-space: nowrap;
	border-bottom: 1px solid #e4e4e3;
}

@media only screen and (min-width: 80rem) {
	.site_nav ul li.has_children ul li a {
		padding: 0 1.125rem;
	}
	.site_nav ul li.has_children ul li:last-of-type a {
		border-bottom: 0;
	}
}

.site_nav .logins {
	display: none;
}

@media only screen and (min-width: 80rem) {
	.site_nav .logins {
		position: absolute;
		right: calc(50% - 30rem);
		bottom: calc(50% - 1rem);
		display: flex;
		width: 20rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site_nav .logins a.button {
		float: left;
		display: inline-block;
		padding: .75rem 7%;
		color: #000;
		font-size: .75rem;
		font-weight: 400;
		text-transform: uppercase;
		white-space: nowrap;
		background: #fff;
	}
	.site_nav .logins a.button + a.button {
		margin-left: 1.25rem;
	}
}

.site_header.home video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.site_header h1 {
	position: absolute;
	top: 55%;
	width: 100%;
	padding: 1.5rem;
	color: #fffffe;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 20rem) {
	.site_header h1 {
		font-size: calc(2rem + 2.375 * (100vw - 20rem) / 30);
	}
}

@media only screen and (min-width: 50rem) {
	.site_header h1 {
		left: 50%;
		max-width: 54rem;
		font-size: 4.375rem;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.site_header h1 span {
	display: block;
	margin-top: 1rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: .25em;
}

.intranet_search {
	position: absolute;
	top: calc(100% + 2.5rem);
	display: block;
	width: 100%;
	margin-bottom: 0 !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 32rem) {
	.intranet_search {
		top: calc(100% + 1.25rem);
		right: 0;
		width: 30rem;
	}
}

@media (min-width: 80rem) {
	.intranet_search {
		top: auto;
		right: calc(50% - 39rem);
		bottom: calc(50% - 1rem);
	}
}

#nav_search_form {

}

#nav_search_form input[type=search] {
	width: 100%;
	height: 2.5rem;
	padding: 0 .5rem;
	line-height: 2.5rem;
}

#nav_search_form input[type=submit] {
	width: 100%;
	height: 2.5rem;
	padding: 0 .5rem;
	color: #fff;
	font-weight: 500;
	line-height: 2.5rem;
	text-transform: uppercase;
	background: #20381e;
	border: 0;
	cursor: pointer;
}

@media (min-width: 32rem) {
	#nav_search_form input[type=search] {
		float: left;
		width: 80%;
	}
	#nav_search_form input[type=submit] {
		float: left;
		width: 20%;
	}
}

@media (min-width: 80rem) {
	#nav_search_form input[type=search] {
		border: 1px solid #fff;
	}
	#nav_search_form input[type=submit] {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 0;
	}
}



/*******************************************************************************
 *		Content
 ******************************************************************************/
.site_wrapper {
	max-width: 71.75rem;
	margin: 0 auto 3rem auto;
	padding: 0 1.5rem;
}

.site_wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.site_wrapper > article {
	min-height: 20rem;
	padding-bottom: 3rem;
}

.site_wrapper article .button {
	position: relative;
	display: inline-block;
	padding: .6125rem 2rem;
	color: #fffffe;
	font-weight: 400;
	font-size: 1rem;
	background: #182d1f;
	text-align: center;
}

.site_wrapper > article.no_sidebar {
	max-width: none;
	padding: 0;
}

@media only screen and (min-width: 62.5rem) {
	.site_wrapper > article:not(.no_sidebar) {
		float: left;
		width: calc(100% - 23.75rem);
	}
}

.site_wrapper > article a:hover {
	text-decoration: underline;
}

article ul li ul {
	margin: 0 0 1rem 0;
}


/**
 *		Aside
 */
.site_wrapper .site_aside {}

@media only screen and (min-width: 62.5rem) {
	.site_wrapper .site_aside {
		float: right;
		width: 18.75rem;
	}
}

.site_wrapper .site_aside > section {
	margin-bottom: 2.25rem;
}

.site_aside .navigation {
	padding: .875rem;
	border: 1px solid #e4e4e3;
}

.site_aside .navigation header {
	margin-bottom: .75rem;
	padding: 0 .5rem;
	color: #182e1f;
	font-weight: 700;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.site_aside .navigation ul,
.site_aside .navigation dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site_aside .navigation ul li:not(:last-of-type) {
	border-bottom: 1px solid #e4e4e3;
}

.site_aside .navigation ul li a {
	display: block;
	padding: .75rem .5rem;
	color: #343534;
	font-weight: 300;
}

.site_aside .navigation ul li a:hover {
	padding-left: 1.5rem;
	color: #000;
	background: #e4e4e3;
}

.site_aside .navigation ul li.active {
	color: #000;
	background: #e4e4e3;
}

.site_aside .navigation dl dt {
	float: left;
	clear: left;
	width: 50%;
	margin: 0;
	padding: .75rem 1.5rem;
	color: #343534;
	line-height: 2.625rem;
	border-top: 0;
	border-bottom: 1px solid #bcbdc0;
}

.site_aside .navigation dl dd {
	float: right;
	clear: right;
	width: 50%;
	margin: 0;
	padding: .75rem 1.5rem;
	color: #343534;
	line-height: 2.625rem;
	text-align: right;
	border-top: 0;
	border-bottom: 1px solid #bcbdc0;
}

.site_aside .callout {
	background: #e4e4e3;
}

.site_aside .callout header {
	margin-bottom: .75rem;
	padding: 1rem 1rem;
	color: #fffffe;
	font-weight: 700;
	font-size: 1.25rem;
	text-transform: uppercase;
	background: #182d1f;
}

.site_aside .callout p {
	padding: 1rem;
}

.site_aside .callout p a {
	color: inherit;
}

.site_aside .callout a.button {
	display: inline-block;
	margin: 0 0 1rem 1rem;
	padding: .75rem 1rem;
	color: #fffffe;
	font-weight: 300;
	background: #182d1f;
}


/**
 *		Home
 */
.site_wrapper.home,
.site_wrapper > article.home {
	max-width: none;
	margin-bottom: 0;
	padding: 0;
}

.triple {}

.triple article {
	position: relative;
	padding: 3rem 1.5rem;
	color: #20381e;
	text-align: center;
	background: transparent 50% 50% / cover no-repeat scroll;
	z-index: 1;
	cursor: pointer;
}

.triple article.on {
	color: #fff;
	z-index: 10;
}

@media only screen and (min-width: 30rem) {
	.triple article .content {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 50rem) {
	.triple {
		display: flexbox;
		display: flex;
	}
	.triple article {
		flex: 1;
	}
}

@media only screen and (min-width: 60rem) {
	.triple article .content {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.triple article:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .75);
	z-index: 2;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.triple article.on:after {
	background: rgba(32, 56, 30, .8);
}

.triple article header {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	position: relative;
	height: 3.25rem;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.875rem;
	text-transform: uppercase;
	z-index: 3;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.triple article.on header {
	font-size: 2.5rem;
}

.triple article div {
	position: relative;
	z-index: 3;
}

.triple article .svg {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto 1rem auto;
}

.triple article.on .svg {

}

.triple article .svg svg {
	fill: #20381e;
}

.triple article.on .svg svg {
	fill: #fff;
}

.triple article .content {
	display: none;
	position: absolute;
	top: 100%;
	width: 100vw;
	padding: 3rem 1.5rem;
	background: rgba(32, 56, 30, .99);
}

.triple article:nth-of-type(1) .content {
	left: 0;
}

.triple article:nth-of-type(2) .content {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.triple article:nth-of-type(3) .content {
	right: 0;
}

.triple article a {
	display: inline-block;
	padding: .4375rem .25rem;
	color: #fff;
	font-weight: 400;
	font-size: 1.25rem;
	border-bottom: 1px solid transparent;
}

.triple article a:hover {
	border-color: #fff;
	text-decoration: none;
}

.single {
	position: relative;
}

.single .bx-wrapper {
	margin: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.single .bx-viewport {}

.single .controls {
	position: absolute;
	bottom: 2.5rem;
	width: 2rem;
	height: 2rem;
	border: .125rem solid rgba(255, 255, 255, .6);
	border-radius: .375rem;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

@media only screen and (min-width: 50rem) {
	.single .controls {
		bottom: calc(50% - 1rem);
	}
}

.single .controls:hover {
	border-color: #fff;
}

.single #prevSelector {
	left: calc(50% - 2.5rem);
}

.single #nextSelector {
	left: calc(50% + .5rem);
}

@media only screen and (min-width: 50rem) {
	.single #prevSelector {
		left: 2rem;
	}
	.single #nextSelector {
		left: auto;
		right: 2rem;
	}
}

.single .controls a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.single .controls svg {
	position: absolute;
	top: .375rem;
	width: 65%;
	height: 65%;
	fill: rgba(255, 255, 255, .6);
	-webkit-transition: .2s all;
	transition: .2s all;
}

.single #prevSelector svg {
	left: .375rem;
}

.single #nextSelector svg {
	left: .5rem;
}

.single .controls:hover svg {
	fill: #fff;
}

.single .slide {
	position: relative;
	padding: 4rem 1.5rem 8rem 1.5rem;
	color: #fff;
	text-align: center;
	background: transparent 50% 50% / cover no-repeat scroll;
}

@media only screen and (min-width: 50rem) {
	.single .slide {
		padding: 4rem 1.5rem;
	}
}

.single .slide:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.single .slide section {
	position: relative;
	width: 100%;
	z-index: 2;
}

@media only screen and (min-width: 50rem) {
	.single .slide section {
		width: 75%;
		max-width: 50rem;
		margin: 0 auto;
	}
}

.single .slide section header {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: 700;
	font-size: calc(1.5rem + 1 * (100vw - 20rem) / 20);
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media only screen and (min-width: 40rem) {
	.single .slide section header {
		font-size: 2.5rem;
	}
}

.single .slide section header:after {
	content: '';
	position: absolute;
	left: calc(50% - 1.25rem);
	bottom: 0;
	width: 2.5rem;
	height: 3px;
	background: #fff;
}

.single .slide section p {}

.single .slide section a.button {
	display: inline-block;
	margin-top: 1.5rem;
	padding: .75rem 1.5rem;
	color: #fff;
	font-weight: 400;
	font-size: .625rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	border: 1px solid #fff;
}

.single .slide section a.button:hover {
	color: #000;
	background: #fff;
}

.single .slide section a.button + a.button {
	margin-left: 1.5rem;
}

.double {
	width: 100%;
}

.double:after {
	content: '';
	display: block;
	clear: both;
}

.double > article {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: transparent 50% 50% / cover no-repeat scroll;
	z-index: 1;
}

.double > article:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
}

@media only screen and (min-width: 30rem) {
	.double > article:after {
		display: none;
	}
}

@media only screen and (min-width: 50rem) {
	.double > article:after {
		display: block;
	}
}

@media only screen and (min-width: 75rem) {
	.double > article:after {
		display: none;
	}
}

@media only screen and (min-width: 50rem) {
	.double > article {
		float: left;
		width: 50%;
		padding-bottom: 50%;
	}
}

@media only screen and (min-width: 100rem) {
	.double > article {
		height: 50rem;
		padding-bottom: 0;
	}
}

.double > article > div {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 2rem 4rem;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 30rem) {
	.double > article > div {
		top: auto;
		bottom: 0;
		padding: 2rem 4rem;
		text-align: left;
		background: rgba(0, 0, 0, .8);
		-webkit-transform: initial;
		transform: initial;
	}
}

@media only screen and (min-width: 50rem) {
	.double > article > div {
		top: 50%;
		bottom: auto;
		text-align: center;
		background: transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 75rem) {
	.double > article > div {
		top: auto;
		bottom: 0;
		text-align: left;
		background: rgba(0, 0, 0, .8);
		-webkit-transform: initial;
		transform: initial;
	}
}

.double > article > div header {
	font-weight: 700;
	font-size: calc(1rem + 1.5 * (100vw - 20rem) / 20);
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media only screen and (min-width: 40rem) {
	.double > article > div header {
		font-size: 2.5rem;
	}
}

.double > article > div header + div {
	position: relative;
	margin-top: .5rem;
	margin-bottom: 1.75rem;
	padding-bottom: 1.75rem;
	font-weight: 300;
	font-size: .75rem;
	letter-spacing: .4em;
	text-transform: uppercase;
}

.double > article > div header + div:after {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 1.5rem);
	width: 3rem;
	height: 3px;
	background: #fff;
}

@media only screen and (min-width: 30rem) {
	.double > article > div header + div:after {
		left: 0;
	}
}

@media only screen and (min-width: 50rem) {
	.double > article > div header + div:after {
		left: calc(50% - 1.5rem);
	}
}

@media only screen and (min-width: 75rem) {
	.double > article > div header + div:after {
		left: 0;
	}
}


/**
 *		Locations
 */
#map {
	position: relative;
	width: 100%;
	height: 40rem;
	margin-bottom: 3rem;
}

.locations.col3,
.locations .col3 {
	display: flexbox;
	display: flex;
	flex-wrap: wrap;
}

.col.location {
	height: auto;
	margin-bottom: 1rem;
	padding: .75rem;
	color: #20381e;
	background: #ededed;
}

.col.location:hover {
	color: #fff;
	text-decoration: none;
	background: #20381e;
}

.col3.clone {
	display: none !important;
}

@media only screen and (min-width: 32rem) {
	.col.location {
		width: calc((100% - 1rem) / 2.0001);
	}
	.col.location:nth-of-type(odd) {
		margin-right: 1rem;
	}
}

@media only screen and (min-width: 64rem) {
	.col.location {
		width: calc((100% - 2rem) / 3.0001);
	}
	.col.location:nth-of-type(odd) {
		margin-right: 0;
	}
	.col.location:not(:nth-of-type(3n + 3)) {
		margin-right: 1rem;
	}
}

.col.location header {
	margin-bottom: .375rem;
	padding-right: 2rem;
	padding-bottom: .375rem;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.col.location header svg {
	fill: currentColor;
	float: right;
	position: relative;
	right: -2rem;
	width: 1rem;
	height: 1rem;
}

.col.location div {
	font-weight: 400;
	line-height: 1.5;
}

.fancybox-inner .col.location {
	display: block;
	width: 100%;
	margin: 0;
}

.col2 .col.location_media {
	padding-bottom: 56.25%;
	margin-bottom: 1.5rem;
}

@media only screen and (min-width: 40rem) {
	.col2 .col.location_media {
		width: calc((100% - 1.5rem) / 2.0001);
		padding-bottom: calc((100% - 2rem) / 2 * .5625);
	}
	.col2 .col.location_media:nth-of-type(odd) {
		margin-right: 1.5rem;
	}
}

.feature {
	clear: both;
	margin-bottom: 3rem;
}

.feature > header {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	border-bottom: 1px solid #ededed;
}

.feature > header + ul {
	margin-top: -2rem;
}

@media only screen and (min-width: 30rem) {
	.feature dt {
		width: 24%;
		text-align: right;
	}
	.feature dd {
		width: 72%;
	}
}

.feature dl dd ul {
	margin: 0;
	padding-left: 1.5rem;
}


/**
 *		Capabilities
 */
.site_header.capabilities + .site_wrapper > article > .col2 {
	margin-top: 0;
}

.col.capability {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 56.25%;
	background: #ededed 50% 50% / cover no-repeat scroll;
}

@media only screen and (min-width: 32rem) {
	.col.capability {
		width: calc((100% - 1.5rem) / 2.0001);
		padding-bottom: calc((100% - 1.5rem) / 2 * .5625);
	}
	.col.capability:nth-of-type(odd) {
		margin-right: 1.5rem;
	}
}

@media only screen and (min-width: 64rem) {
	.col.capability {
		width: calc((100% - 3rem) / 3.0001);
		padding-bottom: calc((100% - 3rem) / 3 * .5625);
	}
	.col.capability:nth-of-type(odd) {
		margin-right: 0;
	}
	.col.capability:not(:nth-of-type(3n + 3)) {
		margin-right: 1.5rem;
	}
}

.col.capability_media {
	padding-bottom: 56.25%;
}

@media only screen and (min-width: 40rem) {
	.col2 .col {
		padding-bottom: calc((100% - 2rem) / 2 * .5625);
	}
}

.col.capability div {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background: rgba(60, 60, 60, .8);
}

.col.capability div header {
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.capability.on div header {
	margin-bottom: 1rem;
}

.col.capability div p {
	max-height: 0;
	margin: 0;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.capability.on div p {
	max-height: 16rem;
}


/**
 *		Careers
 */
.child_page {
	display: block;
	padding: 1.5rem;
	color: inherit;
	border-bottom: 1px solid #e4e4e3;
	-webkit-transition: .2s all;
	transition: .2s all;

}

.child_page:hover {
	background: #ededed;
}

.child_page header {
	font-size: 2rem;
}

.child_page p {

}


/**
 *		Downloads
 */
table.downloads {
	width: 100%;
	border-collapse: collapse;
}

table.downloads th {
	padding: .75rem;
	text-align: left;
}

table.downloads td {
	padding: .75rem;
	-webkit-transition: .2s all;
	transition: .2s all;
}

table.downloads tbody tr:nth-of-type(odd) td {
	background: #f9f9f9;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

table.downloads tr:hover td {
	background: #ddd !important;
}

table.downloads tbody tr td:nth-of-type(3),
table.capabilities_downloads tbody tr td:nth-of-type(2) {
	width: 1%;
}

.downloads a {
	font-size: .875rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.downloads th span,
.downloads a span {
	display: none;
}

@media only screen and (min-width: 40rem) {
	.downloads th span,
	.downloads a span {
		display: inline-block;
	}
}

.downloads svg {
	fill: currentColor;
	position: relative;
	top: .125rem;
	width: 1rem;
	height: 1rem;
	margin-right: .5rem;
}

/*
.col.download {
	position: relative;
	margin-bottom: 1.5rem;
	background: #ededed 50% 50% / 60% no-repeat scroll;
}

@media only screen and (min-width: 32rem) {
	.col.download {
		width: calc((100% - 1.5rem) / 2);
		padding-bottom: calc((100% - 1.5rem) / 2 * 1);
	}
	.col.download:nth-of-type(odd) {
		margin-right: 1.5rem;
	}
}

@media only screen and (min-width: 64rem) {
	.col.download {
		width: calc((100% - 3rem) / 3);
		padding-bottom: calc((100% - 3rem) / 3 *1);
	}
	.col.download:nth-of-type(odd) {
		margin-right: 0;
	}
	.col.download:not(:nth-of-type(3n + 3)) {
		margin-right: 1.5rem;
	}
}

.col.download svg {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.col.download div {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background: rgba(60, 60, 60, .8);
}

.col.download div header {
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.download.on div header {
	margin-bottom: 1rem;
}

.col.download div p {
	max-height: 0;
	margin: 0;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.download.on div p {
	max-height: 16rem;
}*/


/**
 *		Industries
 */
.col.industry {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 56.25%;
	background: #ededed 50% 50% / cover no-repeat scroll;
}

@media only screen and (min-width: 32rem) {
	.col.industry {
		width: calc((100% - 1.5rem) / 2.0001);
		padding-bottom: calc((100% - 1.5rem) / 2 * .5625);
	}
	.col.industry:nth-of-type(odd) {
		margin-right: 1.5rem;
	}
}

@media only screen and (min-width: 64rem) {
	.col.industry {
		width: calc((100% - 3rem) / 3.0001);
		padding-bottom: calc((100% - 3rem) / 3 * .5625);
	}
	.col.industry:nth-of-type(odd) {
		margin-right: 0;
	}
	.col.industry:not(:nth-of-type(3n + 3)) {
		margin-right: 1.5rem;
	}
}

.col.industry div {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background: rgba(60, 60, 60, .8);
}

.col.industry div header {
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.industry.on div header {
	margin-bottom: 1rem;
}

.col.industry div p {
	max-height: 0;
	margin: 0;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.industry.on div p {
	max-height: 16rem;
}


/**
 *		FAQs
 */
.faqs {
	margin-top: 3rem;
}

.faq {
	margin-bottom: 2rem;
}

.faq .question {
	position: relative;
	padding: .75rem 4rem .75rem 1rem;
	color: #fffffe;
	font-weight: 400;
	font-size: 1.0625rem;
	text-transform: uppercase;
	background: #182d1f;
	cursor: pointer;
}

.faq .question .answer_toggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc(100% - 3rem);
}

.faq .question .answer_toggle svg {
	fill: #fffffe;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .2s all;
	transition: .2s all;
}

.faq .question.on .answer_toggle svg {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.faq .answer {
	clear: both;
	display: none;
	padding: .25rem 1.25rem;
	background: #ededed;
	border: 1px solid #182d1f;
}


/**
 *		News
 */
.post {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
}

.post:not(:last-of-type) {
	border-bottom: 1px solid #ebebeb;
}

.post header {
	margin-bottom: .375rem;
}

.post header a {
	font-size: 2rem;
	text-transform: uppercase;
}

.post time {
	display: block;
}

.news_photo {
	width: 100%;
	margin: 2rem 0 1rem 0;
	padding: .375rem;
	border: 1px solid #cbcbcb;
}

@media only screen and (min-width: 40rem) {
	.news_photo {
		float: left;
		width: 50%;
		margin: 1rem 1.5rem 1rem 0;
	}
}


/**
 *		Current Openings
 */
#applicantProFrame {
	width: 100%;
	height: 100vmax;
	overflow: auto;
}

.location_filter {
	margin-bottom: 3rem;
	text-align: center;
}

.location_filter a {
	display: inline-block;
	padding: .6875rem 0;
	white-space: nowrap;
}

.location_filter a:not(:last-of-type):after {
	content: '|';
	padding: .6875rem;
}

.current_opening_listing {
	display: flexbox;
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
	border-bottom: 1px solid #d1d3d4;
	-webkit-transition: .2s all;
	transition: .2s all;
}

@media only screen and (min-width: 40rem) {
	.current_opening_listing {
		flex-direction: row;
		margin-bottom: 0;
	}
}

.current_opening_listing .details {
	flex: 1;
}

.current_opening_listing .details:hover {
	background: #d1d3d4;
}

.current_opening_listing .details header {
	padding: .75rem .75rem 0 0;
	font-weight: 700;
	font-size: 1rem;
}

@media only screen and (min-width: 40rem) {
	.current_opening_listing .details header {
		padding-bottom: .75rem;
	}
}

.current_opening_listing .details header span {
	display: block;
	white-space: nowrap;
}

.current_opening_listing .details header small {
	display: block;
	font-weight: 300;
	font-size: .875rem;
	white-space: nowrap;
}

.current_opening_listing .details div:first-of-type {
	flex: 1;
	padding: .75rem;
	font-weight: 400;
	font-size: .875rem;
}

.current_opening_listing .button,
.current_opening_detail .button {
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
	color: #fffffe;
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	background: #182d1f;
	text-align: center;
}

.current_opening_listing .button:after,
.current_opening_detail .button:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.current_opening_listing .button:hover:after,
.current_opening_detail .button:hover:after {
	background: rgba(255, 255, 255, .2);
}

@media only screen and (min-width: 40rem) {
	.current_opening_listing .button {
		flex: 1;
		display: flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 7rem;
		max-width: 7rem;
	}
}


/**
 *		Testimonials
 */
.testimonial {
	margin-bottom: 1.25rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid #dbdbdc;
}

.testimonial a {
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 1.25rem;
	padding-bottom: 56.25%;
	background: transparent 50% 50% / cover no-repeat scroll;
}

.testimonial a.vid_link {
	position: relative;
	z-index: 1;
}

.testimonial a.vid_link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

.testimonial a.vid_link svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonial header {
	font-size: 2rem;
}


/**
 *		Media Gallery
 */
.col.media {
	position: relative;
}

.media.vid_link {
	position: relative;
	z-index: 1;
}

.media.vid_link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

.media.vid_link svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.col.media div {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background: rgba(60, 60, 60, .8);
	z-index: 5;
}

.col.media div header {
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.media.on div header {
	margin-bottom: 1rem;
}

.col.media div p {
	max-height: 0;
	margin: 0;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.media.on div p {
	max-height: 16rem;
}


/**
 *		Intranet
 */
div[class^=intranet_] {
	margin-bottom: 3rem;
}

div[class^=intranet_] > header {
	margin-bottom: 1rem;
	color: #414042;
	font-weight: 400;
	text-transform: uppercase;
}

div[class^=intranet_] > a.view_all {
	display: block;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	text-transform: uppercase;
	background: #414042;
}

.intranet_home_tiles {}

.intranet_home_tiles a {
	display: block;
	margin-bottom: 2rem;
	padding: .75rem;
	border: 1px solid #ccc;
}

@media (min-width: 32rem) {
	.intranet_home_tiles {
		display: flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.intranet_home_tiles a {
		flex: 1 1 50%;
		max-width: calc((100% - 2rem) / 2.001);
	}
	.intranet_home_tiles a:nth-of-type(2n + 1) {
		margin-right: 2rem;
	}
}

@media (min-width: 48rem) {
	.intranet_home_tiles a {
		flex: 1 1 33%;
		max-width: calc((100% - 4rem) / 3.001);
	}
	.intranet_home_tiles a:nth-of-type(2n + 1) {
		margin-right: 0;
	}
	.intranet_home_tiles a:not(:nth-of-type(3n + 3)) {
		margin-right: 2rem;
	}
}

.intranet_home_tiles a:hover {
	text-decoration: none !important;
	background: #dedede;
}

.intranet_home_tiles a figure {
	width: 100%;
	margin: 0 0 1.5rem 0;
}

.intranet_home_tiles a figure img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.intranet_home_tiles a header {
	font-size: 1.25rem;
	text-transform: uppercase;
}

.intranet_home_tiles a p {}

.intranet_news .post {
	margin-bottom: 0;
	padding: .5rem;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.intranet_news .post:hover {
	background: #d1d3d4;
}

.intranet_news .post header a {
	float: left;
	font-size: 1.25rem;
}

.intranet_news .post time {
	float: right;
	font-size: .875rem;
}

.intranet_news .post time:after {
	content: '';
	display: block;
	clear: both;
}

.intranet_news .post p {
	clear: both;
	padding-top: .5rem;
	font-size: 1rem;
}

.intranet_twitter {}

.intranet_twitter .tweet {
	padding: .75rem .5rem;
	border-bottom: 1px solid #d1d3d4;
	border-left: 4px solid transparent;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.intranet_twitter .tweet:after {
	content: '';
	display: block;
	clear: both;
}

.intranet_twitter .tweet:hover {
	border-left-color: #27aae1;
}

.intranet_twitter .tweet img {
	float: left;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: .5rem;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.intranet_twitter .tweet p {
	float: left;
	width: calc(100% - 10rem);
	margin: 0;
	color: #6d6d71;
	font-size: .875rem;
}

.intranet_twitter .tweet:hover p {
	color: #231f20;
}

.intranet_twitter .tweet time {
	float: right;
	width: 6.5rem;
	color: #939598;
	font-size: .75rem;
}

.intranet_twitter .tweet time span {
	display: block;
}

@media (min-width: 62.5rem) {
	.intranet_twitter .tweet time {
		width: calc(100% - 2.75rem);
		margin-bottom: 1rem;
	}
	.intranet_twitter .tweet time span {}
	.intranet_twitter .tweet p {
		clear: both;
		float: none;
		width: 100%;
	}
}

.intranet_media .media {
	position: relative;
	padding-bottom: 56.25%;
}

@media only screen and (min-width: 40rem) {
	.col2 .col.media {
		padding-bottom: calc((100% - 2rem) / 2 * .5625);
	}
}

@media only screen and (min-width: 32rem) {
	.col3 .col.media {
		padding-bottom: calc((100% - 2rem) / 2 * .5625);
	}
}

@media only screen and (min-width: 64rem) {
	.col3 .col.media {
		padding-bottom: calc((100% - 4rem) / 3 * .5625);
	}
}

.intranet_media .media svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/**
 *		Store
 */
.col.product {
	position: relative;
	background: #ededed 50% 50% / cover no-repeat scroll;
}

.col.product div {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background: rgba(60, 60, 60, .8);
}

.col.product div header {
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.product.on div header {
	margin-bottom: 1rem;
}

.col.product div p {
	max-height: 0;
	margin: 0;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.col.product.on div p {
	max-height: 16rem;
}

.product_detail {}

.product_detail .product_info {
	display: flexbox;
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
}

@media only screen and (min-width: 30rem) {
	.product_detail .product_info {
		flex-direction: row;
	}
	.product_detail .product_info > * {
		flex: 1;
	}
	.product_detail .product_info .description {
		margin-left: 2rem;
	}
}

.product_detail .featured_image {
	margin-bottom: 1.5rem;
}

.product_detail .featured_image img {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

.product_detail .product_info .description header {
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-size: 1.5rem;
}

.product_detail .product_info .description .price {
	margin: 0 0 2rem 0;
	font-weight: 700;
	font-size: 1.25rem;
}

.product_detail .product_info .description p + .price {
	margin-top: 2rem;
}

.product_detail .sizes {
	margin-bottom: 2rem;
}

.product_detail .select {
	font-weight: 700;
	position: relative;
	max-width: 20rem;
	margin-top: .75rem;
	color: #000;
	line-height: 3rem;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 100;
}

.product_detail .select.open {
	z-index: 200;
}

.product_detail .select .selected {
	display: inline-block;
	padding: 0 1rem;
}

.product_detail .select .arrow {
	float: right;
	display: inline-block;
	padding: 0 1rem;
	border-left: 1px solid #ccc;
}

.product_detail .select .arrow svg {
	position: relative;
	top: .375rem;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.product_detail .select.open .arrow svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.product_detail .select .options {
	position: absolute;
	top: 100%;
	left: -1px;
	min-width: calc(100% + 2px);
	max-height: 12.5rem;
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	overflow-y: scroll !important;
	z-index: 110;
}

.product_detail .select.open .options {
	z-index: 210;
}

.product_detail .select .options .option {
	position: relative;
	padding: 0 1rem;
	line-height: 2.75rem;
	white-space: nowrap;
	z-index: 120;
}

.product_detail .select.open .options .option {
	z-index: 220;
}

.product_detail .select .options .option:hover {
	background-color: #f9f9f9;
}

.product_pricing {
	margin-bottom: 3rem;
}

.product_pricing .controls {
	display: flexbox;
	display: flex;
	justify-contents: center;
}

.product_pricing .product_quantity {
	width: 4rem;
	height: 2.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2.625rem;
	text-align: center;
	border: 1px solid #ccc;
}

.product_pricing .product_quantity_decrease {
	width: 3rem;
	height: 2.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #ccc;
	border-right: 0;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.product_pricing .product_quantity_decrease:hover {
	background: #ddd;
}

.product_pricing .product_quantity_increase {
	width: 3rem;
	height: 2.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #ccc;
	border-left: 0;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.product_pricing .product_quantity_increase:hover {
	background: #ddd;
}

.product_pricing button[type=submit] {
	margin: 2rem 0 0 0;
}

#update_cart_form {}

#update_cart_form table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#update_cart_form table th {
	padding: .75rem;
	color: #fff;
	background: #182d1f;
}

#update_cart_form table td {
	padding: .75rem;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-transition: .2s all;
	transition: .2s all;
}

#update_cart_form table tr:hover td {
	background: #dedede !important;
}

#update_cart_form table tbody tr:nth-of-type(even) td {
	background: #eee;
}

#update_cart_form table tbody tr td:nth-of-type(1) {
	width: 7.75rem;
	border-right: 0;
}

#update_cart_form table tbody tr td:nth-of-type(2) {
	text-align: left;
	border-left: 0;
}

#update_cart_form .img {
	width: 6.25rem;
	height: 6.25rem;
	background: #ccc 50% 50% / cover no-repeat scroll;
}

#update_cart_form .title {
	font-weight: 700;
}

#update_cart_form .option {
	display: block;
}

#update_cart_form .product_quantity {
	width: 4rem;
	height: 2.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2.625rem;
	text-align: center;
	border: 1px solid #ccc;
}

.control-group.action-buttons {
	margin-top: 2rem;
	text-align: right;
}

.control-group.action-buttons button {
	display: block;
	width: 100%;
}

.control-group.action-buttons button + button {
	margin-top: 2rem;
}

@media only screen and (min-width: 30rem) {
	.control-group.action-buttons button {
		display: inline-block;
		width: auto;
	}

	.control-group.action-buttons button + button {
		margin-top: 0;
		margin-left: 2rem;
	}
}

.alert.alert-info {
	margin-bottom: 1rem;
	color: #d43f3a;
	font-weight: 500;
}

#checkout_form_gateway_fields fieldset {
	margin-bottom: 1.5rem;
	padding: 1rem;
}

#checkout_form_gateway_fields fieldset legend {
	margin-left: -.5rem;
	padding: 0 .5rem;
	font-weight: 500;
	font-size: 1.125rem;
}

#checkout_form_gateway_fields .control-group {
	margin-bottom: 1rem;
}

#checkout_form_gateway_fields .control-group + .control-group {
	margin-bottom: 2rem;
}

#checkout_form_gateway_fields .controls input,
#checkout_form_gateway_fields .controls textarea {
	width: 100%;
	padding: .5rem !important;
	line-height: 1.4;
	border: 1px solid #ccc;
}



/*******************************************************************************
 *		Footer
 ******************************************************************************/
.site_footer {
	position: relative;
	color: #fffffe;
	background: #131616;
}

.site_footer > a[href='#'] {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	display: block;
	height: .75rem;
	color: #fffffe;
	font-weight: 300;
	font-size: .625rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.site_footer > a[href='#'] svg {
	fill: #fffffe;
	position: relative;
	top: 1px;
	width: .75rem;
	height: .75rem;
	margin-left: .25rem;
}

.site_footer > article {
	display: flexbox;
	display: flex;
	flex-direction: column;
	max-width: 71.75rem;
	margin: 0 auto;
	padding: 5rem 1.5rem;
	text-align: center;
}

@media only screen and (min-width: 50rem) {
	.site_footer > article {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
	}
	.site_footer section {
		flex: 1;
	}
	.site_footer section:not(:last-of-type) {
		margin-right: 3.5rem;
	}
}

.site_footer section:not(:last-of-type) {
	margin-bottom: 3rem;
}

.site_footer section header {
	margin-bottom: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.site_footer section .column {}

@media only screen and (min-width: 37.5rem) {
	.site_footer section .column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 50rem) {
	.site_footer section .column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 71.75rem) {
	.site_footer section .column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.site_footer section .column a {
	display: inline-block;
	width: 100%;
	padding: .6875rem 1rem .6875rem 0;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	white-space: nowrap;
}

.site_footer .social_media {
	margin-bottom: 3rem;
}

.site_footer .social_media a {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
}

.site_footer .social_media a:not(:last-of-type) {
	margin-right: .625rem;
}

.site_footer .social_media a svg {
	fill: #fff;
}



/*******************************************************************************
 *		Form
 ******************************************************************************/

 .dform input:focus {
    background-color: #f5f5f5;
    border: 1px solid #979797;
}
.dform input:focus + label {
    color: #dc9440;
}
.dform input + label::after {
    content: “”;
    width: 0;
    height: 0;
    display:inline-block;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #dc9440 transparent;
}

/*******************************************************************************
 *		Job Filter
 ******************************************************************************/

#job_filter .select {
	position: relative;
	width: 100%;
	margin: 2.5rem 0;
	color: #000;
	line-height: 3rem;
	background-color: #f9f9f9;
	border: 1px solid #000;
	cursor: pointer;
	z-index: 100;
}

#job_filter .select.open {
	z-index: 200;
}

#job_filter .select .selected {
	display: inline-block;
	padding: 0 1rem;
}

#job_filter .select .arrow {
	float: right;
	display: inline-block;
	padding: 0 1rem;
	border-left: 1px solid #000;
}

#job_filter .select .arrow svg {
	position: relative;
	top: .375rem;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: .2s all;
	transition: .2s all;
}

#job_filter .select.open .arrow svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#job_filter .select .options {
	position: absolute;
	top: 100%;
	left: -1px;
	min-width: calc(100% + 2px);
	max-height: 12.5rem;
	display: none;
	background: #f9f9f9;
	border: 1px solid #000;
	overflow-y: scroll !important;
	z-index: 110;
}

#job_filter .select.open .options {
	z-index: 210;
}

#job_filter .select .options .option {
	position: relative;
	padding: 0 1rem;
	line-height: 2.75rem;
	white-space: nowrap;
	z-index: 120;
}

#job_filter .select.open .options .option {
	z-index: 220;
}

#job_filter .select .options .option:hover {
	color: #fff;
	background-color: #bbb;
}

/*******************************************************************************
 *		SEARCH RESULTS
 ******************************************************************************/

.search_results .result {
	display: block;
	border-bottom: 1px solid #ebebeb;
	font-weight: 300;
	padding: 1rem 0;
}

.search_results .result .title {
	font-weight: 700;
}

.search_results .result .title span {
	display: block;
	color: #aaa;
	font-weight: 300;
}

.search_results .load_more {
	margin-top: 3rem;
}

/*******************************************************************************
 *		FORM SUCCESS
 ******************************************************************************/

.form_success {
	margin-bottom: 1rem;
}

.form_success header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: .5rem 1rem .5rem 2rem;
	color: #fff;
	background-color: #85c169;
	border-left: 10px solid #689952;
}

.form_success header .message {
	padding-right: 1rem;
}

.form_success header .check {
	margin-left: auto;
	padding-top: .25rem;
}

.form_success header svg {
	height: 1rem;
	width: 1rem;
}

.form_success header svg path {
	fill: #fff;
}