* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
	margin:0px;
	padding:0px;
	font-family: 'Gotham-Book', Arial, Tahoma, Geneva, Verdana, sans-serif;
	height:100%;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('/fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'microbrew_soft_one_combinedRg';
    src: url('/fonts/microbrew-soft-one-combined-webfont.ttf') format('truetype'), 
         url('/fonts/microbrew-soft-one-combined-webfont.woff2') format('woff2'), 
         url('/fonts/microbrew-soft-one-combined-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'microbrew_soft_threeregular';
    src: url('/fonts/microbrew-soft-three-webfont.ttf') format('truetype'),
         url('/fonts/microbrew-soft-three-webfont.woff2') format('woff2'),
         url('/fonts/microbrew-soft-three-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'microbrew_soft_sevenregular';
    src: url('/fonts/microbrew-soft-seven-webfont.ttf') format('truetype'),
         url('/fonts/microbrew-soft-seven-webfont.woff2') format('woff2'), 
         url('/fonts/microbrew-soft-seven-webfont.woff') format('woff');    
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration:none;
}
body {
	background-color:#5c5c5c;
	color:#000;
	font-size:16px;
}
header {
	position:fixed;
	top:0px;
	height:76px;
	width:100%;	
	z-index:15;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.20);
}
.header-scroll {
    position: absolute !important;
}
.page-content p, .accomodations-text p {
    margin-top: .25em;
}
.content-anchor {
    position:absolute;
    margin:-76px;
}
.accomodations-header {
    display: none;
    background-color: #ff6633;
    height: 80px;
    width: 100%;
    position: relative;
}
.accomodations-text {
    width: 60%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.accomodations-text a {
	font-family:'Gotham-Bold';
	color:#fff;
	text-decoration:none;
}
.accomodations-close {
	border:1px solid #fff;	
	width:35px;
	height:35px;
	top:22px;
	right:17px;	
	position:absolute;
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding-top:2px;
	font-size:21px;
}
.header-back {
    background-color: rgba(255,255,255,0.92);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
}
.inner-container {	
	width:100%;
	margin: 0 auto;	
}
.inner-container-light {
	background-color:#fff;	
}
.inner-content-container {	
	width:1280px;
	margin: 0 auto;	
}
.logo-container {
	color:#f15c22;
	font-size:31px;
	font-family:'Gotham-Book';
	padding-top:8px;
	padding-left:34px;
}
.logo-container img {
	float:left;
}
img.logo {
    /* width: 230px; */
    width: 176px;
}
.logo-careers {	
	padding-top:11px;
    font-size:21px;
	padding-left:14px;
	float:left;
}
.logo-careers a {
    color:#f15c22;
    text-decoration:none;
}
.page-left-padding {
	padding-left:75px;
}
.page-right-padding {
	padding-right:75px;
}
.page-content {
	/*width:1366px;*/
	width:100%;
	margin: 0px auto;
	padding-top:23px;
	background-color:#fff;		
}
.page-padding div.page-left-padding, .page-left-padding div.page-left-padding {
    padding-left:0px;
}
.page-bottom-hero {
	width:100%;
	height:498px;
	padding-top:350px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center 20%;
	background-color: #5c5c5c;
}
.page-bottom-title {
	margin: 0px auto;		
}
.add-margin {
	clear:both;
	display:block;
	height:8px;
}
.sub-title-banner {
	background-image:url('/images/common/subTitleBanner.png');
	background-repeat:no-repeat;
	width:179px;
	height:37px;
	font-family:'microbrew_soft_sevenregular';
	color:#ff6633;
	font-size:16px;
	display: flex;
    align-items: center;
    justify-content: center;
	line-height:1;
    padding:0px 8px;
	cursor:pointer;
}
.title-banner {
	background-image:url('/images/common/titleBanner.png');
	background-repeat:no-repeat;
	width:251px;
	min-height:50px;
	font-family:'Gotham-Bold';
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	font-size:18px;
	display: flex;
    align-items: center;
    justify-content: center;
	line-height:1;
	padding:4px 42px;
	cursor:pointer;
    background-size:100% 100%;
}
_:-ms-fullscreen, :root .title-banner {
    height: 50px;
}
.title-banner2 {
    background-image: url('/images/common/titleBanner2.png');
    background-repeat: no-repeat;
    width: 251px;
    min-height: 50px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 4px 32px;
    cursor: pointer;
    background-size: 100% 100%;
}
.title-banner3 {
    background-image: url('/images/common/titleBanner3.png');
    background-repeat: no-repeat;
    width: 251px;
    min-height: 50px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 4px 32px;
    cursor: pointer;
    background-size: 100% 100%;
}
.title-banner4 {
    background-image: url('/images/common/titleBanner4.png');
    background-repeat: no-repeat;
    max-width: 303px;
    width: 100%;
    min-height: 50px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 4px 32px;
    cursor: pointer;
   /* background-size: 100% auto;*/
    background-size: 100% 100%;
}
.apply-link {
    text-decoration:none;
}
.job-bottom .title-banner, .job-bottom .title-banner2 {
    float:left;
    margin:10px 24px; 
}
.title-banner-wide {
    width: 315px;
    height: 60px;
    background-size: cover;
    margin: 30px auto;
    padding: 0 56px;
}
.border-shadow {
	border:8px solid #fff;
	box-shadow: 10px 10px 8px rgba(0,0,0,0.4);
}
.shadow {
	box-shadow: 10px 10px 8px rgba(0,0,0,0.4);
}
.content-text p {
    margin-top:0px;
}
/* BEGIN - Home Styles --- */
.home-hero-image {
    background-size: cover;
    background-position: center bottom;
	/*width: 1366px;*/
	width:100%;
	height:618px;
    cursor:pointer;
}
.home-hero-title {
	margin:0 auto;
	width:496px;
	padding-top:335px;
}
.home-hero-title img {
	width:100%;
}
.ardent-town-strip {
	width:100%;
	height:542px;
	padding-top:78px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image:url('/images/home/ardentTown.jpg');
}
.ardent-town-title {
	margin:0 auto;
	width:331px;	
}
.breakthrough-strip {
	background-color:#fff;
	min-height:256px;
    height:auto;
}
.breakthrough-text { 
	/*width:609px;*/
    width:70%;
	margin:0 auto;
	padding-top:38px;
	padding-bottom:10px;
	text-align:center; 
}
.breakthrough-buttons {
	margin:16px auto;
	width:100%;
}
.breakthrough-buttons-inner {
	margin:0 auto;
	max-width:602px;
}
.breakthrough-button {
	float:left;
	margin:0 25px 0 25px;
}
.key-functions-strip {
    /*background-image: url('/images/common/woodPanels.jpg');*/
    background-image: url('/images/common/woodPanels3.jpg');
    background-size: contain;
    background-position: center top;
    min-height: 768px;
    padding-top: 51px;
    padding-bottom: 24px;
    text-align: center;
}
.key-functions-strip-home {
    background-size:cover;
}
.key-functions-text, .key-functions-text.content-center {
	color:#fff;
	width:42%;
	margin:0 auto;
}
.key-functions {
	width:88%;
	margin:0 auto;
	padding-top:52px;
}
.key-function {
	width:25%;
	float:left;
    min-height:382px;
}
.key-function .border-shadow {
	/*max-width:80%;*/
	width:246px;
	height:246px;
}
.key-function-title {	
	margin: 16px auto;	
}
.facility-title {
    margin: 16px auto;
    background-image: url('/images/common/subTitleBanner_reversed.png');    
    width: 203px;
    height: 48px;
    font-family: Gotham-Book;
    color: #fff;
    font-size: 17px;
    text-transform:uppercase;
}
.facility-title a {
    color:#fff;
    text-decoration:none;
}
.see-all-functions {
	margin: 38px auto;	
	clear:both;
}
.funct-img {
	display:inline-block;
}
.key-function-details {
	background-color:#f15c22;	
	margin:0 auto;
	color:#fff;
	display:none;
	margin-bottom:20px;
	font-family:'Gotham-Book';
	font-size:12px;
	padding:0px 20px 0px 20px;	
    align-items: center;
    justify-content: center;
	line-height:1.2;
}
.key-function-details a {
	font-family:'Gotham-Bold';
	color:#fff;
}
.feed-strip {
	height:483px;
	width:100%;
	background-image:url('/images/common/woodPanels2.jpg');
	background-size: cover;
    background-position: center top;	
	text-align:center;	
	display: flex;
    align-items: center;
    justify-content: left;
	overflow:hidden;
    padding-top:52px;
}
.feed-items {
	
}
.feed-item {
	width:232px;
	min-width:232px;
	height:232px;
	float:left;
	margin:10px;
	background-size: cover;
	background-position:center;
	position:relative;
}
.feed-item a {
	text-decoration:none;
	color:#ffcc00;
}
.feed-item img {
	width:100%;
	height:100%;
	display:block;
}
span.social-icon {	
	margin-left:10px;
	margin-right:10px;
	width:32px;
	height:32px;
	border-radius:16px;
	background-color:#fff;
	font-size: 18px; 
	color: #5c5c5c;
	display:inline-block;
	padding-top:6px;
	position:absolute;
	right:-8px;
	bottom:2px;
	z-index:2;
}
.social-icons img {
    height:31px;
}

.map-strip {
	width:100%;
	height:875px;
	background-color:#fff;
	text-align:center;
    position:relative;
}
.facilities-map-strip {
    height:610px;
}
.map-strip-title {
	width:100%;
	height:265px;
	padding-top:70px;	
	margin:0 auto;
	padding-bottom:20px;
}
.map-strip-text {
	max-width:60%;
	margin:0 auto;
}
.where-we-are-title {
	background-image:url('/images/home/whereWeAreTitle.png');
	background-repeat:no-repeat;
	width:622px;
	height:42px;
	margin-bottom:32px;
}
#map_canvas {
	width:100%;
	height:610px;
}
.info-box {
    min-width:325px;
    font-size:13px;
    border: 1px solid #f15c22;
    margin-top: 34px;
    margin-bottom:20px; 
    margin-left:0px;
    background: #efefef; 
    padding:5px 10px 5px 10px;
    color:#000; 
    cursor: default;
    overflow:visible;
    box-shadow: 5px 5px 5px #999;
    text-align:left;
}
.info-box h1 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
    color:#f15c22;
}
.info-box p {
    margin-top:0px;
    margin-bottom:0px;
}
.info-box .map-location-bottom-link {
    position: relative;    
    min-height: 30px;
    font-size: 9px;
    margin-right:6px;
    margin-bottom:6px;
    margin-top:6px;
    padding: 8px;
    width: 33%;
    background-color: #f15c22;
    float:left;
}
.info-box .map-location-bottom-link2 {    
    
}
.info-box .map-location-bottom-link3 {                
    
}
.info-box .map-location-bottom-link a {
    color:#efefef;
}
.info-box a.map-link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.info-box a.map-link:hover {
    text-decoration: underline;
}
.reset-map-link {
    display: block;
    position: absolute;
    z-index: 100000;
    background-color: #fff;
    bottom: 36px;
    color: rgb(86, 86, 86);
    padding: 10px 20px;
    left: 10px;
    text-decoration: none;
}
/* END - Home Styles --- */
/* --- BEGIN - Sub Styles --- */
.sub-hero-image {
    background-size: cover;
    background-position: center top;
	/*width: 1366px;*/
	width:100%;
	height:618px;    
}
.sub-hero-title {
    margin: 0 auto;
    width: 80%;
    /*padding-top: 333px;*/
    padding-top: 300px;
    color: #fff;
    text-align: center;
    line-height: .9;
}
.sub-hero-pre {
	font-size:72px;
	font-family:'microbrew_soft_threeregular';
}
.sub-hero-main {
	font-size:82px;
	font-family:'microbrew_soft_one_combinedRg';
}
.sub-hero-search {
	margin:0 auto;
	width:80%;
	text-align:center;
	padding-top:30px;
	height:50px;
}
.sub-hero-search-box {
	margin:0 auto;
	width:333px;
	background-color:#fff;
	border:1px solid #666;
	height:52px;
	text-align:left;
	padding-left:20px;
	border-radius:5px;
}
.sub-hero-search-box input {
	width:240px;
	height:52px;
	background-color:transparent;
	border:none;	
	outline:none;
	font-size:14px;
}
.search-icon {
	width:39px;
	height:44px;
	background-image:url('/images/common/search_icon.png');
	background-repeat:no-repeat;
	float:right;
	margin:3px;
	cursor:pointer;
}
.content-left {
    width:50%;
    padding-left:10px;
    padding-right:10px;
    padding-top:80px;
    float:left;
}
.content-right {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    float: right;
}
.testimonial .content-center {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    float: left;
}
.tab-content .content-title {
    font-family:microbrew_soft_threeregular;
    font-size:60px;
    color:#333;
    line-height:1;
}
h1.content-title, .tab-content h1.content-title {
    font-family: microbrew_soft_threeregular;
    font-size: 72px;
    color: #333;    
    font-weight: normal;
    margin:0;
    padding:0;
    width:100%;  
    line-height:.9;
}
.culture-container h1.content-title {
    font-size:60px;
}
.content-title img, .content-text img, .tab-content img, .content-left img, .content-right img, .content-center img {
    max-width:100%;
}
h3.content-title, .grad-content h3.content-title, .culture-container h3.content-title {
    font-family: Gotham-Bold;
    font-size: 36px;
    width:100%;
}
h3.content-title-bright {
    font-family: Gotham-Bold;
    font-size: 36px;
    color: #ff6633;
    margin: 0;
    padding: 0;
}
.facility-detail-map-left h3.content-title-bright, .facility-detail-map-left h3.content-title {
    font-size: 24px;
}
.loading-message {
    color: #f15c22;
    font-family: microbrew_soft_threeregular;
    font-size: 22px;
}
div.loading-message {
   width:80%;
   text-align:center;
   font-size:32px;
}
.small-title {
    font-family: microbrew_soft_threeregular;
    font-size: 60px;
    line-height: 1;
}
.large-title {
    font-family:microbrew_soft_one_combinedRg;
    font-size:72px;
    line-height:1;
}
.title-light {
    color:#fff;
}
.content-text, .tab-content .content-text {
    font-family: Gotham-Book;
    font-size: 18px;
    text-align: center;
    padding: 6px 20px 12px 20px;
    width: 72%;
    margin: 0 auto;
}
.content-center .content-text {
    width:100%;
}
.facility-detail-map-left .content-text, .facility-detail-map-right .content-text {
    width: 100%;
    text-align:left;
}
.facility-detail-map-right .map-embed {
    width:100%;
    height:100%;
}
.culture-container .content-text {
    text-align: left;
    font-size: 16px;
}
.culture-container .content-title {
    text-align: left;
    font-size: 60px;    
    margin: 0 auto;   
}
.content-center {
    width: 80%;
    margin: 0 auto;
}
.map-detail-row .content-center {
    float:none;
}
.content-center .content-title {
    font-family: microbrew_soft_threeregular;
    font-size: 60px;
    color: #333;    
    padding-top: 50px;
    padding-bottom: 0px;    
    width: 80%;
    margin: 0 auto;
    text-align:center;
}
.key-functions-strip .content-center .content-title {
    color:#fff;
}
.content-center .content-title-laurel {
    padding-top: 102px;
    padding-bottom: 104px;
	position:relative;
}
.content-center .content-title-laurel:before {
    background-image: url('/images/common/gold_leaf_left.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 252px;
    content: "\00a0";	
    /*float:left;
    margin-top:-80px;*/
	left:0px;
	position:absolute;
	top: 0%;
    position: absolute;
    right: 0%;
}
.content-center .content-title-laurel:after {
    background-image: url('/images/common/gold_leaf_right.png');
    background-repeat: no-repeat;
    width: 80px;
    height: 252px;    
    content: "\00a0";	
    /*float:right;
    margin-top:-137px;*/
	position:absolute;
	top: 0%;
    position: absolute;
    left: calc(100% - 80px);
}
.latest-jobs-strip .content-center .content-title-laurel:after, .key-functions-strip .content-center .content-title-laurel:after {
    margin-top: -196px;
}
.content-title-laurel-inner {
    line-height:.8;
    padding-right:40px;
	padding-left:40px;
}
.small-line {
    line-height: 1px !important;
}
.div-table {
    display: table;
    width: 100%;
   /* background-color: #eee;
    border: 1px solid #666666;*/
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
    margin:0 auto;
}
a.search-link {
    text-decoration:none;
}
.latest-job a {
    text-decoration:none;
    color:#000;
}
.div-table-row {
    display: table-row;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #666666;
}
.div-table-row a {
    color:#000;
}
.job-listing-strip a {
    text-decoration:none;
}
.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 20%;
    text-align: left;
    border-bottom: 1px solid #666666;
    padding:10px 5px;
    font-weight:bold;
}
.div-table-header-col {
    border-bottom: 1px solid #fff;
    font-weight: normal;
    color: #999999;
}
.div-table-col-wide {
    width:60%;
}
.jobs-table {
    width: 80%;
}
.jobs-table .div-table-col {
    cursor:pointer;
}
.side-share {
    width: 80%;
    padding-top:16px;
    padding-bottom:16px;
    min-width:251px;
    margin:26px auto;
    text-align: center;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
/*
.culture-container .content-title:before, .culture-container .content-title:after, .our-promise .content-title:before, .our-promise .content-title:after {
    width: 0px;
    height: 0px;
    display: none;
}*/
/*.culture-container .content-center .content-title {
    padding-top:30px;
    padding-bottom:0px;
}*/
.content-badges {
    width:80%;
    margin:0 auto;
    text-align:center;
}
.content-badge {
    width:50%;
    padding:20px;
    float:left;
}
.content-badge-img {
    text-align:center;
    width:100%;
}
.content-badge-img img {
    max-width:100%;
}
.content-badge-text {
    font-family:Gotham-Book;
    width:72%;
    margin:0 auto;
    padding-top:8px;
}
.content-badge-text-title {
    font-family: microbrew_soft_threeregular;
    font-size: 48px;
    color: #ff6633;
}
/* --- END - SUB - Styles --- */
/* - BEGIN - Content Tab Styles - */
.inner-content-tabs {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.content-tab-headers {
	width:100%;
	height:66px;
	border-bottom:1px solid #cccccc;
	padding-left:28px;
	padding-right:28px;
}
.content-tab-header {
	float:left;
	width:50%;
	height:66px;
	border:1px solid #fff;
	border-bottom:1px solid #cccccc;
	font-family:'microbrew_soft_one_combinedRg';
	color:#ccc;
	font-size:48px;
	padding:6px 30px 3px 30px;
	background-color:#fff;
	cursor:pointer;
}
.content-tab-header-active {
	border:1px solid #cccccc;
	border-bottom:1px solid #fff;	
	color:#333;	
}
.content-tab-header-active:before {
    background-image: url('/images/common/tab_banner_left.png');
    background-repeat: no-repeat;
    content: "\00a0";
    /*padding-right: 54px;*/
    padding-right: 40px;
    margin-right:3px;
    background-position: center 12px;
}
.content-tab-header-active:after {
	background-image:url('/images/common/tab_banner_right.png');
	background-repeat:no-repeat;
	content: "\00a0";
	/*padding-right: 54px;*/
    padding-right: 40px;
    margin-left:3px;
	background-position:center 12px;
}
.content-tab-header a {
    color:#ccc;
    text-decoration:none;
}
.content-tab-header-active a {
    color: #333;    
}
.content-tab-content {
	width:100%;
	height:auto;
}
.tab-content {
	display:none;
    /*padding-bottom:30px;*/
}
.tab-content-active {
	display:block;
	
}
/* - END - Content Tab Styles - */
.rotateNeg7 {    
	 -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);	
}
.rotate7 {
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}
.loading-container {   
   min-height:286px;
   padding-top:52px;
}
.read-more-btn {
    clear: both;
}
.read-more-btn, .read-more-close-btn {
    color: #f15c22;
    font-family: Gotham-Book;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    cursor: pointer;    
}
.read-more-close-btn {
    /*
    float: left;*/
    clear: both;
    display:inline;
}
.read-more {
    /*width:200%;*/
    clear:both;
}
.read-more, .read-more-close-btn {
    display: none;
}
.read-more img {
    display:inline;
    float:left;
    max-width:90%;
    margin:30px 2%;
}
.read-more-text {
    display:none;
}
.content-right .read-more img {
    margin-left:-50%;
}
.read-more-image-text {
    float: left;
    text-align: left;
    width:100%;
}
.read-more-image {
    float: left;
    width: 36%;
    padding-left:20px;
    padding-right:20px;
}
.read-more-image-text-wimage {
    width: 64%;
    padding-left: 20px;
    padding-right: 20px;
}


.main-content-strip {
	background-color:#fff;	
	min-height:260px;
}
.main-content-strip .main-inner-content {
	width:70%;
	margin:auto;
	text-align:center;
	padding-top:72px;
	padding-bottom:48px;
}

.principles-testimonials {
    width: 100%;
    background-image: url('/images/common/woodPanels3.jpg');
    min-height: 368px;
    background-position: center;
    position: relative;
    background-size:cover;
    padding-bottom: 20px;
}
.principles-title {
    display:inline-block;
    padding-top:68px;
    
}
.principles-testimonials .inner-content-container {
    overflow: hidden;
}
.testimonial .content-title {
    font-family: Gotham-Bold;
    font-size: 36px;
    color: #000;
    text-align: left;
    width: 60%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 14px;
    margin: 0 0;
}
.apprentice-content .content-title {
    font-family: Gotham-Bold;
    font-size: 36px;
    color: #000;
    text-align: left;
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 14px;
    margin: 0 0;
}

.grad-content .content-title {
    font-size: 48px;
    color: #000;
    text-align: left;
    width: 80%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 14px;
    margin: 0 0;
}
h2.content-title, .culture-container h2.content-title, .tab-content h2.content-title {
    font-size: 48px;
    color: #000;
    text-align: left;
    font-weight: normal;
    line-height: 1;
    font-family: microbrew_soft_threeregular;
}

.principles-testimonials .testimonial .content-title {
   /* color: #fff;*/
}
.content-text .content-title, .principles-testimonials .testimonial .content-text .content-title {
    color: inherit;
    width:100%;
}
.testimonial .content-text {
    font-size: 16px;
    color: #000;
    width: 60%;
    margin: 0 0;
    font-family: Gotham-Book;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:15px;
}

.apprentice-content .content-text, .grad-content .content-text {
    font-size: 16px;
    color: #000;
    /*width: 80%;*/
    width: 92%;
    margin: 0 0;
    font-family: Gotham-Book;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top: 20px;*/
    padding-top:0px;
    padding-bottom: 20px;
}

.principles-testimonials .testimonial .content-text {    
    color: #fff;
}
.principles-testimonials .main-text {
    /*font-size:24px;*/
    font-size:20px;
    margin:0 auto;
    text-align:center;
    width:80%;
    color:#fff;
}
.testimonial .content-left .content-text, .testimonial .content-left .content-title {
    float:right;
}
.testimonial.testimonial-wide .content-center, .testimonial.testimonial-wide .content-left, .testimonial.testimonial-wide .content-right {
    width: 33.33%;
    float: left;
}
.testimonial-quote {
    color: #f15c22;
}
.testimonial-wrapper {
    width: 6400px;
}
.testimonial {
    float:left;
    width:100%;
    max-width:1280px;
    text-align:center;
}
.testimonial .border-shadow {
    /*max-width:352px;*/
    max-width:90%;
}
.testimonial-controller {
    margin:0 auto;
    text-align:center;
}
a.testimonial-nav-item, a.event-nav-item {
    display: inline-block;
    margin: 10px 6px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    background-color: #c8c8c7;
    border-radius: 9px;
}
a.testimonial-nav-item-active, a.testimonial-nav-item-roll, a.event-nav-item-active, a.event-nav-item-roll {
    background-color: #666666;
}
.you-tube-embed {
    cursor: pointer;
    position: relative;
    width: 92%;
    margin: 0px auto;
}
.video-image {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.vid-cont {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}
.close-vid {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 21;
    display: none;
    background-color: #000;
    padding: 6px;
    font-size:11px;
}
.vid-cont-a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}
.close-vid-a {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 21;
    display: none;
    background-color: #000;
    padding: 6px;
    font-size: 11px;
}
.you-tube-embed img {
    width: 100%;
}
.embed-play-button {
    position: absolute;
    /*top: 42%;
    left: 42%;*/
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.embed-play-button img {
    width: 20%;
    border: 0px;
}
.scroller-prev, .scroller-next, .event-scroller-prev, .event-scroller-next {
    width: 64px;
    height: 61px;
    position: absolute;
    cursor: pointer;
}
.scroller-prev, .event-scroller-prev {
    background-image:url('/images/common/sliderPrev.png');
    left:0px;
    bottom:48%;
    display:none;
}
.scroller-next, .event-scroller-next {
    background-image: url('/images/common/sliderNext.png');
    right: 0px;
    bottom: 48%;
}

.our-promise {
    background-image: url('/images/media/colorado_proud_lrg.jpg');
    width: 100%;
    height: 872px;
    background-size: cover;
    background-position: center bottom;
    border-top: 1px solid #473727;
    position: relative;
}
.our-promise img.together-we-make-img {
    width:306px;
    display:inline-block;
    margin-top:10px;
}
.our-promise .content-center {
    position:relative;
    width:50%;
}
.our-promise .content-title {
    padding-bottom:0px;
    padding-top:52px;
    line-height:.8;
}
.our-promise .content-text {
    color:#fff;
    line-height:22px;
}
.our-promise .video-badge {
    position:absolute;
    left:1%;
    top:66px;
    width:25%;
}
.benefits-strip {
    width:100%;
    min-height:642px;
    /*background-image:url('/images/common/paper_background.jpg');*/
    background-size:cover;
}
.benefits-strip .content-center .content-title, .our-responsibility-strip .content-center .content-title {
    padding-top: 84px;
}
.benefits-strip .icon-item {
    width:33.33%;
    float:left;
}
.our-responsibility-strip .icon-item {
    width: 50%;
    float: left;
    padding:30px 0px 30px 0px;
}
.our-responsibility-strip .icon-item .icon-title {
    font-family:microbrew_soft_threeregular;
    font-size:36px;
    color:#333;
}
.benefits-strip .content-text.icon-container {
    width:80%;
    padding-top:20px;
}
.career-development-strip {
    width:100%;
    min-height:940px;
    background-image:url('/images/common/wood_birch.jpg');
    background-position:center;
	background-size:cover;
}
.career-development-container {
    overflow:hidden;
    text-align:center;
}
.career-development-strip .content-center .content-title {
    padding-top:66px;
}
.career-development-strip .content-center .content-text {
    width:80%;
    font-size:16px;
}
.icon-item {
    display: inline-block;
    cursor: pointer;
}
.icon-item .icon-title{
    color:#ff6633;
    font-family:Gotham-Bold;
    font-size:24px;
}
.icon-item .icon-text {
    display:none;
}
.icon-item .read-more {
    font-family:Gotham;
    font-size:14px;
    color:#ff6633;
    display:block;
    width:auto;
}
.icon-item ul {
    list-style-position:outside;
    text-align:left;
}
.icon-item li {
    /*list-style-position:inside;
    margin-left:-40px;*/
}
.apprentice-strip {
    width: 100%;
    min-height: 642px;
    background-image: url(/images/common/yellow_paper_background.jpg);
    background-size: cover;
    background-position:center;
}
.grad-strip {
    background-image: url(/images/common/wheat_background.jpg);
    background-size: cover;
    background-position: center bottom;
    /*max-height:720px;*/
}
.come-and-meet-strip {
    background-image: url(/images/common/woodPanels3.jpg);
    background-size: cover;
    background-position: center;
    min-height:672px;
    position:relative;
}
.latest-jobs-strip {
    background-image: url(/images/common/wood_pickled.jpg);
    background-size: cover;
    background-position: center;
    min-height: 672px;
}
.latest-grad-jobs-strip {
    background-image: url(/images/common/burlap_background.jpg);
}
.function-team-strip {
    background-image: url(/images/common/woodPanels.jpg);
}
.facilities-video-strip {
    background-image: url(/images/common/burlap_background.jpg);
    background-size: cover;
    background-position: center;    
}
.facilities-video-strip .content-text {
    font-weight:bold;
}
.facilities-feature-strip {
    background-image: url(/images/common/white_pine.jpg);
    width: 100%;
    background-position: center;
	background-size:cover;
}
.facility-image img {
    width:214px;
    height:214px;
}
.spotlight-facilities {
    width:100%;
    text-align:center;
    padding-bottom:50px;
}
.spotlight-facility {
    width:33.33%;
    float:left;
}
.function-team-strip .content-title, .function-team-strip .content-text {
    color: #fff;
}
.events-wrapper {
    width: 6400px;
}
.event-group {
    width:1280px;
    float:left;
}
.event {
    float: left;
    width: 33%;
    background-image: url(/images/common/event_card.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 202px;
	min-width:310px;
    cursor: pointer;
    /* 338px */
    /* background-size:cover;
    padding-top:2%;
    padding-bottom:2%;*/    
}
.event-placeholder {
    background-size: cover;
    padding-top: 11px;
}
.event-date {
    padding-top:35px;
    padding-bottom:10px;
    color:#000;
    font-size:14px;
    text-align:center;
}
.event-title {
    color:#fff;
    font-family:Gotham-Bold;
    font-size:18px;
    text-transform:uppercase;
}
.event-text {
    color: #fff;
    font-size: 18px;
    padding:0px 24%;
}
.event-text-placeholder {
    padding:0px 14%;
}
.event-one-up {
    margin:0 auto;
    float:none;
}
.event-two-up {
    float:none;
    display:inline-block;
}
.section-sub-title-banner {
    font-family:microbrew_soft_threeregular;
    font-size:44px;
    color:#fff;
    letter-spacing:1px;
}
.section-sub-title-banner:before {
    background-image: url('/images/common/title_banner_left.png');
    background-repeat: no-repeat;
    content: "\00a0";
    padding-right: 54px;
    background-position: center 8px;
}

.section-sub-title-banner:after {
    background-image: url('/images/common/title_banner_right.png');
    background-repeat: no-repeat;
    content: "\00a0";
    padding-right: 54px;
    background-position: center 8px;
}
.section-title-banner {
    font-family:microbrew_soft_one_combinedRg;
    font-size:100px;
    color:#fff;
    line-height:1;
    padding:60px 10px 60px 10px;
}
.latest-job {
    width: 50%;
    float: left;
    padding:18px;
}
.latest-job-inner {
    max-width: 70%;
    background-color: #fff;
    min-height: 175px;
    margin: 0 auto;
    padding: 30px 10px 10px 10px;
    box-shadow: 10px 10px 8px rgba(0,0,0,0.4);
    font-family: Gotham-Book;
    font-size: 20px;
    cursor:pointer;
}
.latest-job-inner .content-title {
    font-family:Gotham-Bold;
    font-size:24px;
    color:#ff6633;
    padding-bottom:14px;
}
.modal-data {
    display:none;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:#333;
    background-color: rgba(51,51,51,0.9);
    z-index:5;
}
.overlay-content {
    margin:100px auto;
    width:80%;
    height:80%;
    background-image:url('/images/common/modalBackground.jpg');
    background-size:cover;
    position:relative;
    overflow-y:auto;
}
.map-detail-row {
    background-image: url('/images/common/modalBackground.jpg');
    background-size: cover;
    padding-bottom:50px;
}
.small-overlay {
    max-width: 500px;
}
.icon-modal-title {
    text-align:center;
}
.close-modal {
    color: #f15c22;
    position:absolute;
    right:60px;
    top:60px;
    cursor:pointer;
    font-weight:bold;
}
.icon-close-modal {
    position:static;
}
.overlay-content-inner {
    text-align:left;
    padding:130px 100px 30px 80px;
    height:100%;
}
.modal-title {
    font-family:microbrew_soft_threeregular;
    /*font-size:48px;*/
    font-size:43px;
}
.modal-sub-title {    
    font-size:22px;
    font-family:Gotham-Bold;
}
.map-embed {
    border:6px solid #fff;
    float:right;
    width:50%;
    height:80%;
    min-height:440px;
}
.modal-inner-left {
    width:50%;
    float:left;
    padding-right:30px;
}
.modal-callout {
    width:90%;
    margin-top:40px;
    clear:both;
    position:relative;
    line-height:1;
    cursor:pointer;
}
.modal-callout img {
    max-width:100%;
    width:100%;
}
.modal-button-title {
    color: #fff;
    position: absolute;
    bottom: 24px;
    z-index: 4;
    width: 100%;
    text-align: center;
}
.modal-pre-title {
    font-size:14px;
}
/* BEGIN - Footer styles */
footer {
    height: 260px;
    padding-top: 25px;
    width: 100%;
    box-shadow: 0px -8px 13px -4px #5c5c5c;
}
.footer-logo {
	float: left;
	font-family: 'Gotham-Book';
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	width:33.33%;
	/*height: 41px;*/
}
.footer-logo a {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
}
.footer-logo a[href^=tel] {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
}
.footer-logo-inner {
	margin-left:20px;
}

.footer-links-container {
	width:100%;
	text-align:center;
	clear:both;
	margin-top:18px;
}
#footerLogo {			
	height: 44px;
	width: 172px;
    /* Size w/wordmark
        height: 60px;
	width: 216px;*/
	display: block;
	text-decoration: none;	
}
.social-icons {
    /*width: 100%;*/
	text-align:center;
    margin-bottom: 40px;
	width:33.33%;
	float:left;
	margin-top:8px;
}
.social-icons a {	
	margin-left:10px;
	margin-right:10px;
	width:32px;
	height:32px;
	border-radius:16px;
	background-color:#fff;
	font-size: 18px; 
	color: #5c5c5c;
	display:inline-block;
	padding-top:6px;
}
.side-share a {
    margin-left: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #5c5c5c;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-top: 6px;
}
.side-share a.fbook {
    font-size:25px;
    padding-left:8px;
}
.side-share-items {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
.side-testimonial {
    padding: 10px 20px 8px 20px;
    color: #f15c22;
    width:100%;
    text-align:center;
}
.side-testimonial-name {
    color:#000;
}
.side-testimonial img {
    max-width: 90%;
    display:block;
    margin:0 auto;
    margin-bottom:30px;
}
.side-testimonial a {
    text-decoration:none;
    color:#000;
    display:block;
    padding-top:8px;
}
.side-share-title {
    padding:0px 0px 14px 0px;
}
.job-listing-strip {
    background-color:#fff;
}
.email-job-stripe {
    width:100%;
    background-image:url('/images/common/dark_burlap.jpg');
    min-height:225px;
    color:#fff;
    padding-top:40px;
    font-family:microbrew_soft_threeregular;    
}
.email-job-stripe-title {
    font-size:46px;
}
.email-job-stripe input {
    width:388px;
    height:42px;
    padding:30px;
    font-size:18px;
    font-family:Gotham-Bold;
    margin-right:30px;
}
.email-job-stripe input:last-of-type {
    margin-right:0px;
}
.email-job-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons img {
    height: 31px;
}
.footer-links {
	width:80%;
	clear:both;
	margin: 0 auto;	
}
.footer-links a {
	display:inline-block;
	/*float:left;*/
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Gotham-Book';
	font-size:13px;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:10px 42px 10px 42px;
}
.footer-links a:last-of-type{
	border-right:2px solid #fff;
}
.copyright-container {
	color:#fff;	
	font-size:10px;
	margin-top:9px; 
	padding-bottom:30px;
}
/* END - Footer Styles */

/* BEGIN - Nav Styles */
.nav-search-container {
	/*float:left;*/
	float:right;
	/*margin-left:57px;*/
}
.main-nav {
	margin-top:28px;
}
.main-nav-item img {
	float:right;
	/*width:14px;*/
	display:none;
	padding:0px 10px 0px 20px;
	
}
a.main-nav-item {
	font-family: 'OpenSans';
	color:#000;
	text-decoration:none;
	font-size:14px;
	/*letter-spacing:-.2px;*/
	margin-right:34px;
}
a.main-nav-item:hover {
	color:#f15f24;
	text-decoration:underline;
}
a.main-nav-item-active {
	color:#f15f24;
	text-decoration:underline;
}
/* END - Nav Styles */
/* mega nav ! */
.mega-nav {
	width:100%;
	background-color:rgba(102,153,153,0.90);
	padding-top:22px;
	padding-bottom:14px;
	position:absolute;
	top:147px;
	left:0px;
	opacity:0;
	display:none;
	z-index:-2;
}
.mega-grid {
   /* Prevent vertical gaps
	should this be settable? the number of columns?
   */ 
   -webkit-column-count: 6;
   -webkit-column-gap:   10px;
   -moz-column-count:    6;
   -moz-column-gap:      10px;
   column-count:         6;
   column-gap:           10px;
   width:100%;
   overflow:hidden;
    -moz-column-fill: balance;
       column-fill: balance;
}
.mega-group {
	break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
	padding-bottom:14px;
    min-height:58px;
}
.mega-group-title {
	color:#fff;
	text-transform:uppercase;	
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
.mega-group .mega-group-title a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.mega-group a {
	color:#fff;
	text-decoration:none;
	display:block;
	font-weight:normal;
	font-size:14px;
	display:block;
	padding-bottom:10px;
}
.mega-group a:hover {
	text-decoration:underline;	
}
/* end mega nav */

/* BEGIN - styles for menu bar*/
.ani-menu-bar {
    display: none;
    cursor: pointer;
    z-index: 101;
    position: absolute;
    right: 14px;
    top: 16px;
	/*border:1px solid #ccc;
	border-radius:5px;*/
	padding:4px;
}

.bar1, .bar2, .bar3 {    
	width: 30px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
    border-radius: 5px;
}

/* Rotate first bar */
.change .bar1 {
    /*-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
	*/
	-webkit-transform: rotate(-45deg) translate(-4px, 3px) ;
    transform: rotate(-45deg) translate(-4px, 3px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
   /* -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;*/
	-webkit-transform: rotate(45deg) translate(-5px, -5px) ;
    transform: rotate(45deg) translate(-5px, -5px) ;
}
.icon-hide {
	display:block;
}
/* END - styles for menu bar*/


/* BEGIN - Job Postings */
.submitter {
    cursor: pointer;
    width: 70%;
    /*background-color: #f8971d;*/
    background-color: #f15c22;
    padding: 6px;
    text-align: center;
    color: #fff;
    /*border: 2px solid #f8971d;*/
    border: 2px solid #f15c22;
    border-radius: 5px;
    margin: 10px 0px;
}
.job-search-form {
    float:left;
    width:25%;
    padding:10px 30px;
}
.search-title {
    font-size:24px;
}
.job-postings {
    float:left;
    width:75%;
}
.job-postings-title, .job-postings-location, .job-postings-date {
    float:left;
    width:33.33%;
    min-height:60px;
    display:flex;
    align-items:center;
    padding:0px 10px 0px 10px;
}
_:-ms-fullscreen, :root .job-postings-title, :root .job-postings-location, :root .job-postings-date {
    padding-top:22px;
}
.alt-row {
    background-color: #fef4e8;
}
.posting-title {
    font-weight:bold;
}
.page-numbers {
    float:right;
    padding:20px 68px;
    position:relative;
    width:100%;
    text-align:center;
}
.page-numbers .scroller-next {
    right:0px; 
    top:0px;
}
 .page-numbers .scroller-prev {
    left:0px; 
    top:0px;
}
a.page_num {
    padding: 8px 10px;
    text-decoration: none;
    color: #f15c22;
    font-family: Gotham-Bold;
}
a.page_num:hover {
    text-decoration:underline;
}
a.page_num.current-page {
    background-color: #f8971d;
    color: #fff;
}
.padding-left {
    padding-left:100px;
}
.padding-right {
    padding-right:100px;
}
.text-75 {
    width:75%;
    float:left;
    padding-right:40px;
}
.text-25 {
    width:25%;
    float:left;
}
.job-postings a {
    color: #333333;
}
.search-group span {
    font-size:14px;
}
.search-group-title {
    padding-bottom:6px;
}
div.loading-message.loading-button {
    width: 251px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 4px 0px;
    font-size: 28px;
}
.email-job-message {
    display: none;
    font-size: 28px;
}
.email-job-error {
    display: none;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px #f15f24;
}
/* END - Job Postings */

/* BEGIN - Language Switcher */
.lang-icon {
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    float: left;
    margin: 2px 6px;
}
.en-icon {
    background-image: url('/images/common/en-icon.png');    
}
.es-icon {
    background-image: url('/images/common/es-icon.png');   
}
.fr-icon {
    background-image: url('/images/common/fr-icon.png');    
}
.lang-selector {
    color: #000;
    margin-top:22px;
    margin-right: 80px;    
    float: right;
    z-index: 30;
    min-width: 160px;
    width:auto;
}
.lang-selector .fa-chevron-down{
    display:none;
    float:right;
    margin-top:3px;
}
.lang-selector .lang-option:first-of-type {
    border-left: 1px solid #000;
    padding: 6px 10px;
    color: #f15e25;
}
.lang-selector .lang-option:first-of-type .fa-chevron-down {
    display: inline-block;
}
.lang-selector .lang-option {
    width: 100%;
    cursor: pointer;
    padding: 8px 8px;
    font-size: 11px;
    display: none;
    background-color: rgba(255,255,255,0.92);
    font-family: 'OpenSans';
    font-size: 14px;
    font-weight: bold;
}
.lang-selector .lang-option:last-of-type {
    padding-bottom:14px;
}
.flag-mobile .lang-selector {
    padding-top: 0px;
    z-index: auto;
    position: relative;
    clear: both;
}
.flag-mobile .lang-selector .lang-option {
    display: block;
    background-color: rgb(93,134,160);
    background-color: rgba(93,134,160,0.82);
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.lang-selector .lang-option:first-of-type {
    width: 100%;
    background-color: transparent;
    display: block !important;
    margin-bottom:14px;
}
.lang-selector .lang-option:hover {
    color:#f15e25;
}
/* END - Language Switcher */

/* BEGIN - custom checkbox and radio */
.hiddenBox {
    display:none;
}
.showMoreItem {
    padding-top:14px;
    display:block;
    cursor:pointer;
}
.showLessItem {
    padding-top: 14px;
    display: none;
    cursor: pointer;
    font-size:14px;
}
.prodCheckbox {
    margin-right: 4px;
}

.prodCheckbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}
.showMoreItem .prodCheckbox[type="checkbox"]:before, .showLessItem .prodCheckbox[type="checkbox"]:before {
    margin-bottom: -13px;
}

.prodCheckbox[type="checkbox"]:after {
    position: relative;
    display: block;
    /*left: 2px;
top: -11px;*/
    left: 3px;
    top: -10px;
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-style: none;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
    background-repeat: no-repeat;
    background-position: center;
}
.prodCheckbox.showMore[type="checkbox"]:after {
    content: '+';
    top:-1px;
    /** top:-14px;*/
}
.prodCheckbox.showLess[type="checkbox"]:after {
    content: '-';
    top: -2px;
    /*top: -15px;*/
    left: 5px;
}

.prodCheckbox[type=radio] {
    -webkit-appearance: checkbox;
    position: relative;
    display: block;
    /*left: 2px;
top: -11px;*/
    left: 3px;
    top: -10px;
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-style: none;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
    background-repeat: no-repeat;
    background-position: center;
}
    /*
.prodCheckbox[type="radio"]:checked:before {
    content: '';
    height: 0.4em;
    width: 0.4em;
    background-color: #FFF;
    position: relative;
    border-radius: 50%;
    top: 0.3em;
    left: 0.3em;
}*/
.prodCheckbox[type="radio"]:before {
    position: relative;
    display: block;
    /*left: 2px;
top: -11px;*/
    left: 3px;
    top: -10px;
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-style: none;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
    background-repeat: no-repeat;
    background-position: center;
}

.prodCheckbox[type="radio"]:after {
    position: relative;
    display: block;
    /*left: 2px;
top: -11px;*/
    left: 3px;
    top: -10px;
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-style: none;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
    background-repeat: no-repeat;
    background-position: center;
}
.prodCheckbox[type="checkbox"]:checked:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
}
 

.prodCheckbox[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}

.prodCheckbox[type="checkbox"]:not(:disabled):checked:hover:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
}
    .prodCheckbox.showMore[type="checkbox"]:checked:after, .prodCheckbox.showMore[type="checkbox"]:checked:hover:after, .prodCheckbox.showLess[type="checkbox"]:checked:after, .prodCheckbox.showLess[type="checkbox"]:checked:hover:after {
        background-image: none;
    }

.prodCheckbox[type="checkbox"]:not(:disabled):hover:after {
    background-image: none;
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
}

.prodCheckbox[type="checkbox"]:checked:before {
    background: #d9d9d9;
}
    .prodCheckbox.showMore[type="checkbox"]:checked:before, .prodCheckbox.showLess[type="checkbox"]:checked:before, {
        background: #fff;
    }
/* END - custom checkbox and radio */


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    /*color: #cccccb;*/
    color: #ccc;
    font-weight: normal;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #cccccb;*/
    color: #ccc;
    opacity: 1;
    font-weight: normal;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #cccccb;*/
    color: #ccc;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #cccccb;*/
    color: #ccc;
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    /*color: #cccccb;*/
    color: #ccc;
    font-weight: normal;
}
.no-float {
    float:none !important;
}

@media (min-width: 1610px) {
    .inner-container {
        /*max-width: 1366px;*/
    }
    .logo {
        margin-left: 76px;
    }
    .footer-logo-inner {
        margin-left: 76px;
    }
    .nav-search-container {
        /*width:784px;*/
        width: auto;
    }
    
} 
@media(max-width:1609px) {
    .lang-selector {
        margin-right:30px;
    }
  }
@media (max-width: 1490px) {
    .main-nav {
        margin-top:44px;
    }
    .lang-selector {
        margin-top: 38px;
    }
    .logo-container {
        position:absolute;
    }
    img.logo {
        /*width:190px;*/
        width:176px;
    }
    .logo-careers {
        /*font-size: 23px;*/
        font-size:21px;
        padding-left: 6px;
    }
    .lang-selector .lang-option:first-of-type {
        margin-bottom:10px;
    }
}
@media (min-width: 1367px) {    
	.footer-links {
		width:1071px;
	}	
}
@media (max-width: 1320px) {
	.key-function {
		width:50%;
	}
	.key-functions-strip {
		height:auto;
		padding-bottom:30px;
	}
	.key-functions-text {
		width:80%;
	}
	.map-strip-text {
		max-width:80%;
	}
    a.main-nav-item {
        margin-right:28px;
    }
    .lang-selector {
        margin-right:10px;
        min-width:140px;
    }
    .lang-selector .lang-option:first-of-type {
        padding:6px 3px;
    }
    .text-only-page {
        padding-left:20px;
        padding-right:20px;
    }
}
@media (max-width: 1280px) {
	.inner-content-container {	
		width:100%;		
	}
    .testimonial {
        /*padding-left: 20px;
        padding-right: 20px;*/
        padding-left: 64px;
        padding-right: 64px;
    }
    .event-group{
        width:100%;
    }
    .event {
        width:100%;
		padding-top:.3%;
        float:none;
    }
    .event-placeholder {
        background-size:auto;
    }
    .event-text {
        max-width: 292px;
        margin: 0 auto;
        padding:0px 22px;
    }
    .event .read-more {
        width:122%;
    }
    .key-functions-text.content-center {
        width:80%;
    }
    a.main-nav-item {
        margin-right: 24px;
    }
    .sub-hero-title {
        padding-top:276px;
    }
    .sub-hero-pre {
        font-size:64px;
    }
    .sub-hero-main {
        font-size: 72px;
    }
    .content-tab-header {
        font-size: 42px;
    }
    .content-tab-header-active:after, .content-tab-header-active:before {
        background-position: center 2px;
    }
}
@media (max-width:1200px){
    .testimonial .border-shadow  {
        width:100%;
    }
    .testimonial .content-left .content-text, .testimonial .content-left .content-title, .testimonial .content-right .content-text, .testimonial .content-right .content-title {
        width:100%;
    }
    .career-development-strip {
        background-size:cover;
    }
    .our-promise .video-badge {
        left:10px;
    }
    .video-badge img {
        width:70%;
    }
    .padding-left {
        padding-left:30px;
    }
    .padding-right {
        padding-right:30px;
    }
    .email-job-stripe input {
        width:320px;
        height:32px;
    }
    .overlay-content {
        width:94%;
    }
    a.main-nav-item {
        margin-right: 18px;
    }
    .content-tab-header {
        font-size: 30px;
    }
    .content-tab-header::after {
        background-position: right 1px;
    }
    .content-tab-header::before {
        background-position: left 1px;
    }
    .content-tab-header-active:before, .content-tab-header-active:after {
        padding-right: 26px;
    }
}

@media (max-width: 1080px) {
	.icon-hide {
		display:none;
	}
	.main-nav {
		width: 100%;
		position: absolute;
		left: 0px;
		top: 76px;
		margin-top: 0px;
		background-color: rgba(255,255,255,0.92);
	}
	.main-nav a {
		display:block;
		width:100%;
		text-align:left;
		border-bottom: 3px solid #698da6;
		padding: 12px;
	}
	.nav-search-container {
		/*position:absolute;
		top:0px;
		right:0px;*/
        /*max-width needed for IE - wish I could remove!*/
        max-width:380px;
	}
	.mega-nav {
		position:relative;
		top:auto !important;
		/*height: 280px;
		overflow-y: scroll;*/
		display:none;
		z-index:auto;
		opacity:1 !important;
	}	
	.main-nav-item img {
		display:inline;
	}
	 .img-rotate90 {
	 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	.mega-group a {
		padding-top:0px;
		padding-bottom:6px;
        border-bottom:none;
	}
	.mega-grid {
	   -webkit-column-count: 4;
	   -moz-column-count:    4;
	   column-count:         4;	 
       width:100% !important;
       margin-left:0px !important;
        
	}    
    .mega-grid-6-cols {
       -webkit-column-count: 4 !important;
	   -moz-column-count:    4 !important;
	   column-count:         4 !important;
    }
    .mega-grid-5-cols {
       -webkit-column-count: 4 !important;
	   -moz-column-count:    4 !important;
	   column-count:         4 !important;
    }
	.top-nav {
		float:none;
		padding-top:31px;        
	}
	.ani-menu-bar {
        display: block;
    }
	
	/* BEGIN - Footer styles */
	.social-icons {
		float:right;
		width:50%;
	}
	.footer-links a {
		border-left:none;
		border-bottom:none;
		padding:10px 10px 10px 10px;
	}
	.footer-links a:last-of-type {
		border-right:none;
	}
	/* END - Footer styles */
    .mega-grid {
        -webkit-column-count: 4 !important;
        -moz-column-count: 4 !important;
        column-count: 4 !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .mega-group {
        min-height:auto;
    }
    .page-left-padding,.page-right-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lang-selector {
        margin-top: 5px;
        min-width: 148px;
        margin-right: 52px;
        position: absolute;
        right: -52px;
        top: 42px;
    }
    .lang-selector .lang-option:first-of-type {
        border-left:none;
        margin-bottom:3px;
    }
    .lang-selector .lang-option {
        font-size:13px;
    }
    .our-promise .video-badge {
        position: relative;
        clear: both;
        left: auto;
        top: auto;
        padding-bottom: 20px;
        width:80%;
        margin:0 auto;
    }
    .our-promise .content-center {
        width:90%;
    }
    .our-promise {
        height: auto;
    }
    .video-badge img {
        width: 40%;
    }
    .job-postings {
        width:70%;
    }
    .job-search-form {
        width:30%;
    }
    .text-75, .text-25 {
        width:100%;
    }
    .job-bottom {
        display:none;
    }   
}
@media (max-width:990px) {
    .email-job-form {
        display:block;
    }
    .email-job-stripe input {
        width: 90%;
        height: 32px;
        display:block;
    }
    .email-job-form .title-banner3 {
        clear:both;
        margin-top:30px;
    }
    .email-job-stripe {
        background-size:cover;
    }
}
@media (max-width:934px) {
    .content-tab-header {
        font-size: 32px;
        padding: 6px 14px 3px 14px;
    }
    .content-tab-header::after {
        background-position: right 4px;
    }

    .content-tab-header::before {
        background-position: left 4px;
    }
    .content-text.icon-container {
        width:90%;
    }
    .benefits-strip .content-text.icon-container {
        width:100%;
    }
    .sub-hero-title {
        padding-top: 216px;
    }
}
@media (max-width: 800px) {
    /*.testimonial {
        padding-left:0px;
    }*/
    .testimonial .content-left, .testimonial .content-center, .testimonial .content-right {
        width: 90% !important;
        padding-top:0px;
        float:none !important;
        padding-left:0px;
        margin:0 auto;
    }
        .testimonial .content-left .content-text, .testimonial .content-left .content-title {
            float: none !important;
        }
    .testimonial .border-shadow {
        width: 100%;
       margin: 30px auto 30px auto;
    }
    .career-development-strip .content-center .content-text {
        width:100%;
        padding:6px 0px
    }        
    .content-text, .tab-content .content-text, .content-center .content-title, .apprentice-content .content-text, .grad-content .content-text, .read-more-image, .reaed-more-image-text, .read-more-image-text-wimage {
        width:100%;
        padding-top:0px;
    }
	.content-center .content-title-laurel {
		padding-top:102px;
	}
    .read-more-image, .read-more-image-text, .read-more-image-text-wimage {
        padding-left:30px;
        padding-right:30px;
    }
    .content-badge {
        width:100%;
    }
    .our-responsibility-strip .icon-item, .benefits-strip .icon-item {
        width:100%;
        margin-bottom:30px;
    }
    .icon-item .icon-text {
        font-size:15px;
    }
    .content-text {
        font-size:15px;
    }
    .spotlight-facility {
        width:100%;
    }
    .modal-inner-left, .map-embed {
        width:100%;
        margin-bottom:30px;
        clear:both;
        float:none;
        padding-right:0px;
    }
    .content-tab-header-active:before {
        background-image: none;
        content: "";
        padding-right: 0px;
    }
    .content-tab-header-active:after {
        background-image: none;
        content: "";
        padding-right:0px;
    }
    .sub-hero-image {
        height: auto;
        padding-bottom:40px;
    }
    .sub-hero-search {
        padding-top:14px;
    }
}
@media (max-width: 722px) {
	.breakthrough-text {
		width:80%;
	}
	.breakthrough-button {
		float:none;
		margin:0 auto 20px auto;
		clear:both;
	}	
	.breakthrough-strip {
		height:auto;
	}
	.accomodations-text {
		width:80%;
		margin:0 0 0 20px;
	}
    /*.sub-hero-pre {
        font-size: 48px;
    }

    .sub-hero-main {
        font-size: 62px;
    }*/
    .sub-hero-pre {
        font-size: 36px;
    }

    .sub-hero-main {
        font-size: 48px;
    }
    .sub-hero-title {
        padding-top: 222px;
    }
    .tab-content .content-title {
        font-size:48px;
    }
    h1.content-title {
        font-size: 52px;
    }
    .content-title-laurel {
        font-size:52px;
		padding-top:82px;
    }
    .content-center .content-title-laurel:after {
        margin-top:0px;
    }
    .latest-job-inner {
        max-width: 90%;
        font-size: 18px;
    }
    .latest-job-inner .content-title {
        font-size:28px;
    }
    .mega-grid {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
    .job-postings {
        width:100%;
    }
    .job-search-form {
        width:100%;
    }
    .submitter {
        width:100%;
    }
    .hideFormItem {
        display:block;
    }
    .page-numbers {
        margin-bottom:30px;
    }
}
@media (max-width: 652px) {
	.where-we-are-title {
		width:80%;
		background-image:url('/images/home/whereWeAreTitle_noArrows.png');
		background-size:contain;
		background-position:center;
	}
	.map-strip-title {
		height:auto;
		padding-top:70px;
	}
	.map-strip {
		height:auto;
	}
	.map-strip-text {
		padding-bottom:30px;
	}
	.social-icons {
		width:176px;
	}
    .content-tab-header {
        font-size: 22px;
        padding: 14px 6px 8px 6px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .content-tab-headers {
        padding-left:10px;
        padding-right:10px;
    }
    .content-tab-header-active:after, .content-tab-header-active:before {        
        padding-right:0px;
    }    
   .content-left, .content-right {
       width:100%;
       margin:0 auto;
       padding-top:26px;
   }
   .content-left img.border-shadow, .content-right img.border-shadow {
       margin:30px auto 30px auto;
       display:block;
   }
}
@media (max-width: 610px) {
	.home-hero-image {
		height:512px;
	}
    .home-hero-title {
        width: 80%;
        padding-top: 215px;
    }
    .sub-hero-search {
        width: 100%;
    }
    .key-function {
        width: 100%;
    }
	.accomodations-header {
		height:92px;		
	}
    img.principles-title {
        max-width:80%;
    }
    .content-title-laurel-inner {
        font-size: 52px;
    }
    .key-functions-strip .content-center .content-title-laurel:after {
        margin-top: -162px;
    }
    .overlay-content-inner {
        text-align: left;
        padding: 80px 30px 30px 30px;
        height: auto;
    }
}

@media (max-width: 520px) {
    .testimonial {
        padding-left: 32px;
        padding-right: 32px;
    }
    .scroller-prev, .scroller-next, .event-scroller-prev, .event-scroller-next {
        width:32px;
        height:32px;
        background-repeat:no-repeat;
        background-size:cover;
    }
	.logo-container {
		padding-top:11px;
		font-size:24px;
		padding-left:20px;
	}
	img.logo {
		width:192px;
	}
	.key-functions-title {
		width:100%;
	}
	.footer-logo {
		width:50%;
	}
	.footer-links a {
		padding:5px 8px;
	}	
	#map_canvas {
		height:410px;
	}
	.accomodations-header {
		height:auto;
		padding-bottom:6px;		
	}
	.accomodations-text {
		margin:0 0 0 10px;
	}
    .content-tab-header {
        /*width:auto;*/
    }
    .content-center .content-title-laurel:before {
        background-size:cover;
        width: 50px;
        height: 152px;        
        margin-top: -50px;
        width:0px;
        height:0px;
    }

    .content-center .content-title-laurel:after {
        background-size: cover;
        width: 50px;
        height: 152px;
        margin-top: -50px;
        width: 0px;
        height: 0px;
    }
    .content-center .content-title-laurel, .content-title-laurel {
        padding-top:14px;
        padding-bottom:0px;
    }
    .content-title-laurel-inner {
        padding-right:0px;
    }
    .latest-jobs-strip .content-center .content-title-laurel:after, .key-functions-strip .content-center .content-title-laurel:after {
        margin-top: -136px;
    }
    .latest-job {
        width:100%;
    }
    .div-table-col, .job-postings-title, .job-postings-location, .job-postings-date {
        width: 100%;
        border-bottom: none;
        height: auto !important;
        min-height:38px;
    }
    .job-postings-date {
        border-bottom: 1px solid #666666;
    }
    .job-post {
        display:block;
        width:90%;
        margin:0 auto;
        float:none;
        clear:both;
    }
    .div-table-col:last-of-type {
        border-bottom: 1px solid #666666;            
    }
    h3.content-title, .grad-content h3.content-title, .culture-container h3.content-title, h3.content-title-bright {
        font-size: 28px;
    }
    .email-job-stripe input {
        font-size:15px;
    }
    .our-promise .video-badge {        
        width: 100%;
    }
}
@media (max-width: 408px) {
	.logo-container {		
		font-size:22px;
	}
	img.logo {
		width:162px;
	}
	.logo-careers {
		padding-top:8px;
		padding-left:10px;
	}
	.ardent-town-title {
		width:80%;
	}
	.ardent-town-title img {
		width:100%;
	}
	.social-icons {
		width:auto;
		clear:both;
		float:none;
		padding-top:30px;
		margin-bottom:0px;
	}
	.footer-logo {
		width:100%;
	}
    .content-center .content-title-laurel:before {
        background-size: cover;
        width: 30px;
        height: 96px;
        margin-top: -20px;
        width:0px;
        height:0px;
    }

    .content-center .content-title-laurel:after {
        background-size: cover;
        width: 30px;
        height: 96px;
        margin-top: -20px;
        width: 0px;
        height: 0px;
    }
    .sub-hero-search-box {
        width:233px;
        padding-left:10px;
    }
    .sub-hero-search-box input {
        width:170px;
        font-size:13px;
    }
    .title-banner-wide {
        width: 251px;
        height: 50px;
        font-size: 14px;
        background-size: auto;
        margin: 30px auto;
    }
    .content-title {
        font-size:52px;
    }
    .testimonial .content-title {
        font-size: 28px !important;
    }
  /*  .testimonial .content-text {
        font-size: 13px !important;
    }*/
    h1.content-title {
        font-size: 48px !important;
    }
    h3.content-title, h3.content-title-bright {
        font-size: 28px !important;
    }
    .large-title {
        font-size:54px;
    }
    .small-title {
        font-size:44px;
    }
}
@media (max-width: 356px) {
	.logo-container {		
		font-size:20px;
		padding-top:12px;
		padding-left:12px;
	}
	img.logo {
		width:142px;
	}
	.logo-careers {
		padding-top:6px;
		padding-left:8px;
	}
    .content-center .content-title-laurel:before {        
        width: 0px;
        height: 0px;
    }

    .content-center .content-title-laurel:after {        
        width: 0px;
        height: 96px;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/**
	THIS will need to be dynamically generated! to get the margin-left value - you need to multiply 252 (the size of any feature item) by the number of items. Duplicate the item list to ensure that there is not empty space at the encd!
**/
/*infinate scroll css*/
/*keyframe animations*/
.feed-item.first {
 -webkit-animation: bannermove 80s linear infinite;
    -moz-animation: bannermove 80s linear infinite;
     -ms-animation: bannermove 80s linear infinite;
      -o-animation: bannermove 80s linear infinite;
         animation: bannermove 80s linear infinite;
}

@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -5040px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5040px;
 }
 
}
 
@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5040px;
 }
 
}
 
@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5040px;
 }
 
}
 
@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5040px;
 }
 
}