/*
Brewing Work Main CSS
 
/*-----------------------------------------------------------------
>>> TABLE OF CONTENTS: (copy & paste to search and jump to section)
-------------------------------------------------------------------

# Typography
# Elements
# Links & Buttons
# Accessibility
# Clearings
# General Structure
# Form Inputs
# Tables
# Search Form
# Header
# Side Nav Panels
# Footer
# Feature Slider
# Entry Points
# Category Sitemap
# Ads
# Mailing List
# Advertise
# Panel Group (accordion)
# Sign in modal
# Search results
# Find Job Search
# Employers Benefits


//-- Swatches
Yellow: #ffd242;
Black: #000;
Off White: #f4f4f4;

--------------------------------------------------------------*/
/* RESET
 * The CSS reset is taken care of within the custom bootstrap.min.css file.
 * This file also contains other helper classes for buttons, tables, etc.
 * as well as the responsive grid classes.
--------------------------------------------------------------*/

/* # Typography
--------------------------------------------------------------*/
html { font-size: 14px; /* this now indicates 1rem */ line-height: 1.5; font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif; color: #000; font-weight: 400; font-style: normal; }

h1, .h1, h2, .h2, h3, .h3 { font-family: 'Roboto Condensed', sans-serif; }
h1, .h1 {  font-size: 20px; text-transform: uppercase; font-weight: 700; color: #000; }
h2, .h2 { font-size: 18px; text-transform: uppercase; font-weight: 700; color: #000; }
h3, .h3 { font-size: 16px; text-transform: uppercase; color: #000; font-weight: 700; }
p { margin: 0 0 1.5rem; }

::-moz-selection {  color: #000; background: #ffd242; }
::selection { color: #000;  background: #ffd242; }

/* # Elements
--------------------------------------------------------------*/
.retina-sprite, ul li:before { background: url('../images/master-sprite.png') no-repeat transparent; display: inline-block;}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    
    .retina-sprite, ul li:before {
    	background-image: url('../images/master-sprite-@2x.png'); /* on retina, use image that's scaled by 2: */
    	background-size: 496px 294px; /* ensure this matches current lo-res sprite dimensions */
    }
}
	.retina-sprite--search { background-position: -145px -205px; width: 13px; height: 14px; }
	.retina-sprite--close { background-position: -76px -207px; width: 15px; height: 15px; }
	.retina-sprite--caret { background-position: -103px -207px; width: 7px; height: 7px; }
	.retina-sprite--star { background-position: -120px -205px; width: 15px; height: 14px; }
	.retina-sprite--arrow-left { background-position: 0px -192px; width: 26px; height: 48px; }
	.retina-sprite--arrow-right { background-position: -36px -192px; width: 26px; height: 48px; }


hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
img { height: auto; max-width: 100%; vertical-align: middle; }

/* list styles */
ul { padding: 0 0 0 15px; list-style: none; }
	ul li { position: relative; line-height: 1.25; padding: 3px 0; }
/*	Stupid yellow list style*/
	ul li:before { content: ""; background-position: -103px -207px; width: 7px; height: 7px; position: absolute; left: -15px; top: 8px; } 
		ul li > ul { margin-top: 5px; }
	
	ul.list--stars { padding-left: 20px; }
	ul.list--stars > li:before { content: ""; background-position: -120px -205px; width: 15px; height: 14px; top: 5px; left: -20px; }

ol { padding: 0 0 0 18px; }
	ol li { position: relative; line-height: 1.25; padding: 3px 0; }

.list--inline { list-style: none; padding: 0; font-size: 0; margin-left: -10px; margin-right: -10px;}
	.list--inline li { display: inline-block; font-size: 1rem; padding-left: 10px; padding-right: 10px; }
	.list--inline li:before { content: none; }

.link-list li a { color: #000; }
	.link-list li a:hover { color: #ffd242;  }

.list--no-bullets { padding: 0; }
	.list--no-bullets li { padding-left: 0; }
	.list--no-bullets li:before { content: none; }

.list--bar-after { font-size: 0; }
	.list--bar-after li { font-size: 1rem; position: relative; }
	.list--bar-after li::after { background: #000; content: ""; display: block; height: 1em; margin-top: -0.5em; position: absolute; right: 0; top: 50%; width: 1px; }
	.list--bar-after li:last-child::after { content: none; }


/* modals */
.modal-sm { width: 400px; }

.modal-content { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.modal .modal-header, .modal .modal-body { padding: 25px; }

.modal .modal-header { border-bottom: none; position: relative; padding-right: 45px; }
	.modal .modal-header .close { filter: alpha(opacity=100); opacity: 1; position: absolute; margin: -10.5px 0 0; top: 50%; right: 25px; }
	.modal .modal-title { font-size: 1.35rem; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 700; }

.modal .modal-body { padding-top: 0; }

/* # Links & Buttons
-------------------------------------------------------------- */
a { color: #ffd242; text-decoration: none; } 
a:hover { color: #ffd242; text-decoration: underline; }
a:focus, a:active { outline: none; text-decoration: none; }

#main a:not(.btn) { color: #000000; }
	#main a:not(.btn):hover { color: #ffd242; }
	#main .prevBtn a, #main .nextBtn a { color: #ffd242; }
		#main .prevBtn a:hover, #main .nextBtn a:hover { color: #000000; }

.btn { height: auto; line-height: 1; min-height: 43px; padding-bottom: 12px; padding-top: 12px; padding-left: 38px; padding-right: 38px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 700; font-size: 1.36rem; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
	.btn:active { box-shadow: none; }
	
	.btn-primary {  background: #ffd242; border-color: #ffd242; color: #000; }
		.btn-primary:hover, .btn-primary:focus,
		.btn-primary:active, .btn-primary.active,
		.btn-primary:active:hover, .btn-primary.active:hover {  background: #ffde73; border-color: #ffde73; color: #000 !important; }

	.btn-secondary {  background: #000; border-color: #000; color: #ffd242 !important; }
		.btn-secondary:hover, .btn-secondary:focus,
		.btn-secondary:active, .btn-secondary.active,
		.btn-secondary:active:hover, .btn-secondary.active:hover {  background: #333; border-color: #333; color: #ffd242 !important; }

	.btn-tertiary {  background: #E5E5E5; border-color: #E5E5E5; color: #000 !important; }
		.btn-tertiary:hover, .btn-tertiary:focus,
		.btn-tertiary:active, .btn-tertiary.active,
		.btn-tertiary:active:hover, .btn-tertiary.active:hover {  background: #ededed; border-color: #ededed; color: #000 !important; }

	.btn--icon { height: 43px; line-height: 43px; min-height: auto; padding-bottom: 0; padding-top: 0; text-transform: uppercase; font-size: 12px; font-weight: 700; color: #fff;}
		.btn--icon .fa { font-size: 20px; display: inline-block; vertical-align: middle; margin: -3px 3px 0 0; }
		.btn--icon:hover { color: #fff; }
	
	.btn--advance { text-align: left; }
		.btn--advance .fa { font-size: 28px; margin: -4px 10px 0 0; }

	.btn-large, .btn-lg { font-size: 1.57rem; line-height: 1; }

	.btn-med, .btn-mm { font-size: 1.2rem; padding: 10px; min-height: initial; width: 200px; }

	.btn-small, .btn-sm { font-size: .9rem; padding: 10px; min-height: initial; }

.cta-button-holder { padding: 30px 0; text-align: center; }
	.cta-button-holder .btn { min-width: 260px; }

/* # Accessibility
--------------------------------------------------------------*/

/* text meant for screen readers only */
.sr-only { border: 0 none; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/* # Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,,
.site-header:before,
.site-header:after,
.site-main:before,
.site-main:after,
.site-footer:before,
.site-footer:after { content: ''; display: table; }

.clear:after,
.clearfix:after,
.site-header:after,
.site-main:after,
.site-footer:after { clear: both; }

/* # General Structure 
--------------------------------------------------------------*/
body { background: #f4f4f4; }
#page { background: #fff; }

.container { max-width: 1130px; width: 100%; margin: 0 auto; }
	.container__inner { padding: 30px; }
	
	@media (max-width: 767px) {
		.container__inner { padding: 15px; }
	}

	@media (min-width: 768px) {
		.site-main > .container__inner { padding-right: 0; }
		#sidebar { padding-right: 45px; /* 30px + 15px gutter width */ }
	}

.section { margin-bottom: 30px; }

#sidebar { padding-top: 30px; }

/* # Form Inputs
--------------------------------------------------------------*/
input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="reset"]), .form-control { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; height: 43px; line-height: 1.42857; padding: 6px 12px; -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; }

	.form-control::-webkit-input-placeholder { color: #cccccc; }
	.form-control:-moz-placeholder { /* Firefox 18- */ color: #cccccc;   }
	.form-control::-moz-placeholder {  /* Firefox 19+ */ color: #cccccc;   }
	.form-control:-ms-input-placeholder {   color: #cccccc;   }

label { font-weight: 400; }

.form-group .help-block { font-size: .9rem; }

.form-group .inputName { padding-top: 10px; }

.inputField.required { position: relative; }
	.inputField.required:before { content: "*"; position: absolute; left: 0; color: #ce4a14; left: -10px; top: 13px; }

	.select-holder, .acceptance-holder, .file-upload-holder { padding-top: 10px; }
	.select-holder .inputField.required:before,
	.acceptance-holder .inputField.required:before,
	.file-upload-holder .inputField.required:before { top: 3px; }

.input-holder { position: relative; }
	.input-holder .info-btn { position: absolute; right: 0; top: 11px; }


/* # Tables
--------------------------------------------------------------*/
table { display: table; width: 100%; margin: 0 0 10px; }
	thead { border-bottom: 1px solid #d0d0d0; background: #f3f3f3;}
	table, th, td { border: medium none; }
	td, th { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; display: table-cell; padding: 15px 5px; text-align: left; vertical-align: middle; }

table.bordered > thead > tr, table.bordered > tbody > tr { border-bottom: 1px solid #d0d0d0; }

table.striped > tbody > tr:nth-child(2n+1) { background-color: #f2f2f2; }
	table.striped > tbody > tr > td { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

table.highlight > tbody > tr { -webkit-transition: background-color 0.25s ease 0s; -moz-transition: background-color 0.25s ease 0s; -ms-transition: background-color 0.25s ease 0s; -o-transition: background-color 0.25s ease 0s; transition: background-color 0.25s ease 0s; }
	table.highlight > tbody > tr:hover { background-color: #f2f2f2; }

table.centered thead tr th, table.centered tbody tr td { text-align: center; }

.mobile-responsive-table-note { display: none; background: #ffd242; font-size: .8rem; padding: 5px; text-align: right; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); position: relative; z-index: 0; }

/* responsive table */
@media only screen and (max-width: 767px) {
	.mobile-responsive-table-note { display: block; }
	table.responsive-table { border-collapse: collapse; border-spacing: 0; display: block; position: relative; width: 100%; }
		table.responsive-table td:empty::before { content: " "; }
		table.responsive-table th, table.responsive-table td { margin: 0; vertical-align: top; padding: 10px 5px; font-size: .9rem; }
		table.responsive-table thead th { text-align: right; width: 100%; }
		table.responsive-table thead { display: block; float: left; }
		table.responsive-table thead tr { display: block; padding: 0 10px 0 0; }
		table.responsive-table thead tr th::before { content: " "; }
		table.responsive-table tbody { display: block; overflow-x: auto; position: relative; white-space: nowrap; width: auto; }
		table.responsive-table tbody { box-shadow: inset -5px 0 5px rgba(0,0,0,.2); }
		table.responsive-table tbody tr { display: inline-block; vertical-align: top; }
		table.responsive-table th { display: block; text-align: left; }
		table.responsive-table td { display: block; min-height: 1.25em; text-align: left; }
		table.responsive-table tr { padding: 0 10px; }
		table.responsive-table thead { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color #d0d0d0 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: none solid none none; border-width: 0 1px 0 0; }
		
	table.responsive-table.bordered th { border-bottom: 0 none; border-left: 0 none; }
	table.responsive-table.bordered td { border-bottom: 0 none; border-left: 0 none; border-right: 0 none; }
	table.responsive-table.bordered tr { border: 0 none; }
	table.responsive-table.bordered tbody tr { border-right: 1px solid #d0d0d0; }
}


/* # Search Form
--------------------------------------------------------------*/

.site-header__search .search-input--wrap { display: block; position: relative; width: 100%; max-width: 100%; }
	.site-header__search .search-input--wrap .retina-sprite--search { position: absolute; right: 10px; top: 50%; z-index: 1; font-size: 16px; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%);}
	#masthead .site-header__search input.form-control[type="search"] { background: #fff; border-width: 0 0 1px; border-style: solid; border-color: #ebebeb; box-shadow: none; width: 100%; max-width: 100%; padding-right: 35px; padding-left: 3px; height: 30px; }


/* # Header
--------------------------------------------------------------*/

.site-header { position: relative; z-index: 99; }
	.site-header > .container__inner { padding-top: 15px; padding-bottom: 20px; }

.site-header__branding { display: block; text-align: center; }
	.site-header__logo { margin: 0; padding: 0; display: inline-block; }
	.site-header__logo .anchor { background-position: 0 0; width: 495px; height: 120px; display: block; text-align: left; text-indent: -9999px;}

	@media (max-width: 767px) {
		.site-header__logo .anchor { background-position: 0 -118px; width: 252px; height: 61px; }
	}

.site-header__utility { margin-bottom: 7px; }
.site-header__utility__right { float: right; text-align: right; }
.site-header__search, .site-header__utility-menu { display: inline-block; vertical-align: middle; margin: 0;}
	.site-header__search { margin-right: 10px; }
	.site-header__search .form-group { margin-bottom: 0; }

.site-header__utility-menu .btn { padding: 5px 0; min-height: 30px; color: #000; }
	.site-header__utility-menu .btn:hover { color: #ffd242; }

/* nav */
.site-header__navigation { display: block; font-family: 'Roboto Condensed', sans-serif; }
	.site-header__navigation:before, .site-header__navigation:after { content: ""; display: table; clear: both; }
	
	.site-header__main-menu { text-align: right; float: right; }
	.site-header__menu { display: inline-block; font-size: 0; padding: 0; margin: 0;}
		.site-header__menu > li { display: inline-block; font-size: 18px; line-height: 1; text-align: center; position: relative; padding: 0; background: #fff; }
		.site-header__menu > li:hover { background: #f6f6f6; }
		.site-header__menu li:before { content: none; }
		.site-header__menu > li > a { font-weight: 700; padding: 13px; text-transform: uppercase; }
			.site-header__menu a { display: block; color: #000; text-decoration: none; }
			.site-header__menu a:hover { text-decoration: none; }

		.site-header__sub-menu { display: none; position: absolute; top: 100%; left: 0; width: 185px; list-style: none; margin: 0; padding: 0; background: transparent; text-align: left; }
		.site-header__menu > li:last-child .site-header__sub-menu { right: 0; text-align: right; left: auto; }
		.site-header__menu > li:hover .site-header__sub-menu { display: block; }
			
			.site-header__sub-menu li { padding: 0; }
			.site-header__sub-menu li a { font-weight: 400; padding: 7px 10px; background: rgba(244,244,244,.85);}
			.site-header__sub-menu li a:hover { background: #fff; }

/* jobs menu */
#jobs-menu { margin-bottom: 0; }
	#jobs-menu li a { color: #000; }
	#jobs-menu li a:hover { color: #ffd242; text-decoration: none; }

.site-header__jobs-menu { float: left; padding-top: 7px; padding-left: 15px; }
	.site-header__jobs-menu ul li { font-size: 18px; font-weight: 300; text-transform: capitalize; }

	@media (min-width: 992px) and (max-width: 1199px) {
		.site-header__menu > li, .site-header__jobs-menu ul li { font-size: 16px; }
	}

/* mobile menus */
#mobile-menu-bar { display: none; background: #ffd242; color: #000; position: relative; }
	#mobile-menu-bar:before, #mobile-menu-bar:after { content: ""; display: table; clear: left; }

.btn--menu { display: none; border: none; box-shadow: none; background: transparent; padding: 10px; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; }
	
	@media (max-width: 999px) {
		#mobile-menu-bar { display: block; }
		.btn--menu { display: inline-block; }
		
		.main-menu-toggle { float: right; background: #000; color: #fff; }
			.main-menu-toggle .icons { margin-left: 7px; }
		.site-header__utility, .site-header__navigation { display: none; }
		
		/* side nav menu styles */
		.side-nav__section { padding: 20px 0; border-bottom: 1px solid #eee; }
			.side-nav__title { padding: 0 20px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1.28rem; }

		.side-nav ul { display: block; }
			.side-nav ul li { display: block; border-bottom: 1px solid #ddd; }
			.side-nav ul li a { display: block; text-align: left; padding: 20px; font-family: 'Roboto Condensed', sans-serif; }

			.side-nav .site-header__sub-menu { font-size: 1rem; position: relative; width: auto; }
				.side-nav .site-header__sub-menu li { border-bottom-color: #e5e5e5; }
				.side-nav .site-header__sub-menu li:last-child { border-bottom: none; }
				.side-nav .site-header__sub-menu li a { padding: 10px 20px; background: #eee; }
				
		
		.side-nav .site-header__utility-menu li { border-bottom: none; }
		.side-nav .site-header__utility-menu .btn { padding: 10px 20px; }
		.side-nav .site-header__search { padding: 0 20px; display: block; }

		.side-nav__header { background: #f5f5f5; }
	}


/* # Side Nav Panels
---------------------------------------------------------------*/
.side-nav { position: fixed; width: 240px; left: 0; top: 0; margin: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); height: 100%; height: calc(100% + 60px); height: -moz-calc(100%); /*Temporary Firefox Fix*/ padding-bottom: 60px; background-color: #fff; z-index: 999; backface-visibility: hidden; overflow-y: auto; will-change: transform; backface-visibility: hidden; -webkit-transform: translateX(-105%); -moz-transform: translateX(-105%); -ms-transform: translateX(-105%); -o-transform: translateX(-105%); transform: translateX(-105%); }
.side-nav.right-aligned { right: 0; -webkit-transform: translateX(105%); -moz-transform: translateX(105%); -ms-transform: translateX(105%); -o-transform: translateX(105%); transform: translateX(105%); left: auto; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.drag-target { height: 100%; width: 10px; position: fixed; top: 0; z-index: 998; }

/* side nav open */
.side-nav.fixed { left: 0; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); position: fixed; }
.side-nav.fixed.right-aligned { right: 0; left: auto; }

@media (max-width: 767px) {
	.side-nav.fixed { -webkit-transform: translateX(-105%); -moz-transform: translateX(-105%); -ms-transform: translateX(-105%); -o-transform: translateX(-105%); transform: translateX(-105%); }
	.side-nav.fixed.right-aligned { -webkit-transform: translateX(105%); -moz-transform: translateX(105%); -ms-transform: translateX(105%); -o-transform: translateX(105%); transform: translateX(105%); }
}

#sidenav-overlay { position: fixed; top: 0; left: 0; right: 0; height: 120vh; background-color: rgba(0,0,0,.5); z-index: 997; will-change: opacity; }




/* # Footer
--------------------------------------------------------------*/

.site-footer__menu { text-align: center; margin: 30px -13px 0; }
	.site-footer__menu li { text-transform: uppercase; padding-left: 13px; padding-right: 13px; font-family: 'Roboto Condensed', sans-serif; }
	.site-footer__menu a { color: #000; }
		.site-footer__menu a:hover { color: #ffd242; }

.site-footer__bottom { background: #ffd242; }
	.site-footer__bottom > .container__inner { padding-top: 10px; padding-bottom: 10px; }

.site-footer__copyright { margin: 10px 0 0; font-size: 0.85rem; }

.site-footer__social { margin-bottom: 0; text-align: right; margin: 0 -10px; }
	.site-footer__social li { padding-left: 5px; padding-right: 5px; }
	.site-footer__social li a { width: 30px; height: 30px; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #000; color: #ffd242; text-align: center; line-height: 30px; font-size: 19px; }

@media (max-width: 767px) {
	.site-footer__copyright  { text-align: center; }
	.site-footer__social { text-align: center; margin-top: 20px; }
}

/* # Feature Slider
--------------------------------------------------------------*/

/* negative margin to avoid container__inner gutter */
#featured-jobs { margin: -30px -30px 30px; width: auto; }
	@media (max-width: 767px) { #featured-jobs { margin: -15px -15px 15px; width: auto; } }

.feature-slider { position: relative; }
	/* arrows */
	.feature-slider .owl-prev,
	.feature-slider .owl-next { position: absolute; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); z-index: 1; }

	.feature-slider .owl-prev { left: 20px; }
	.feature-slider .owl-next { right: 20px; }

	.feature-slider .owl-prev:hover .retina-sprite { background-position: 0px -242px; }
	.feature-slider .owl-next:hover .retina-sprite { background-position: -36px -242px; }
	
	/* dots */
	.feature-slider .owl-dots { position: absolute; right: 20px; bottom: 20px; }
		.feature-slider .owl-dot { display: inline-block; vertical-align: middle; margin: 0 5px; }
		.feature-slider .owl-dot span { display: block; width: 13px; height: 13px; background: #fff; border: 1px solid rgba(0,0,0,.1); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
			.feature-slider .owl-dot.active span { background: #ffd242; }
			.feature-slider .owl-dot:not(.active):hover span { filter: alpha(opacity=75); opacity: .75; }
	
	/* slides */
	.feature-slider__slide { position: relative; }
		.feature-slider .slide__content { text-align: center; text-transform: uppercase; position: absolute; width: 700px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; }

		.feature-slider .slide__title { margin: 0 0 10px; font-size: 3rem; line-height: 1.1; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,.3); }
			.feature-slider .slide__title span { color: #ffd242; }
		.feature-slider .slide__sub-title { font-size: 2.14rem; line-height: 1.1; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; margin: 0 0 10px; }
		.feature-slider .slide__info { font-size: 1.28rem; line-height: 1.1; letter-spacing: .5px; }
		.feature-slider .slide__content .btn { margin-top: 20px; }

		.feature-slider .slide__label { font-size: 1.71rem; font-family: 'Roboto Condensed', sans-serif; position: absolute; bottom: 20px; left: 20px; text-transform: uppercase; color: #fff; line-height: 1.1; }
	
	@media (max-width: 991px) {
		.feature-slider .slide__content { width: 80%; }
	}
	@media (max-width: 767px) {
		.feature-slider .slide__title { font-size: 1.5rem;  margin: 0;}
		.feature-slider .slide__sub-title { font-size: 1.25rem;  margin: 0;}
		.feature-slider .slide__info { font-size: 1rem; margin: 0; }
		.feature-slider .slide__label { font-size: 1rem; bottom: auto; top: 10px; left: 10px; }
		.feature-slider .slide__content { top: auto; bottom: 20px; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0);-o-transform: translate(-50%,0); transform: translate(-50%,0);  width: 100%; padding-left: 10px; padding-right: 10px; }
		.feature-slider .slide__content .btn { font-size: 14px; margin-top: 10px; padding: 10px; min-height: auto; }
		.feature-slider .owl-controls { background: #111; padding: 15px 10px;}
		.feature-slider .owl-prev, .feature-slider .owl-next { position: relative; top: -16px; left: auto; right: auto; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; display: inline-block; vertical-align: top; padding: 10px; }
		.feature-slider .owl-nav { height: 35px; overflow: hidden; }
		.feature-slider .owl-dots { bottom: 23px; }
	}


/* # Entry Points
--------------------------------------------------------------*/

.entry-points.section { margin: 0; }

.entry-point { max-width: 450px; margin: 0 auto 30px;  }

	.entry-point__top { display: block; width: 100%; height: 0; padding-bottom: 56.9%; /* ratio 325:185 */ position: relative; }
		.entry-point__top:before { content: ""; display: block; z-index: 1; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: #2a2a2a; filter: alpha(opacity=0); opacity: 0; -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out;-ms-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out;transition: opacity .2s ease-in-out; }
			.entry-point__top:hover:before { filter: alpha(opacity=30); opacity: 0.3; }
		
		.entry-point__image { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 0; width: 100%; height: 100%; }

		.entry-point__title { color: #ffd242; text-transform: uppercase; font-size: 2rem; line-height: 1; position: absolute; z-index: 2; margin: 0; top: 50%; left: 10px; right: 10px; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); text-align: center; letter-spacing: 0.75px; }

	.entry-point__body { background: #f4f4f4; padding: 25px 30px 30px; position: relative; }
		.entry-point__body .link-group { margin: 0; }
		.entry-point__body .link-group__title { font-size: 1.35rem; font-family: 'Roboto Condensed', sans-serif; line-height: 1; }
		.entry-point__body .link-group__list { margin: 0 0 25px; }
			.entry-point__body .link-group__list li { font-size: .9rem; }
	

	@media (min-width: 992px) and (max-width: 1199px) {
		.entry-point__body { min-height: 270px; position: relative; padding: 25px 20px 30px; }
		.entry-point .entry-point__body .btn { position: absolute; left: 20px; bottom: 30px; right: 20px; width: auto; }
	}
	@media (min-width: 1200px) {
		.entry-point__body { min-height: 245px; position: relative; }
		.entry-point .entry-point__body .btn { position: absolute; left: 30px; bottom: 30px; right: 30px; width: auto; }
	}


/* # Category Sitemap
--------------------------------------------------------------*/

.category-sitemap__toggle { display: block; padding-left: 15px; padding-right: 50px; text-align: left; position: relative; font-weight: 400; white-space: normal; }
	.category-sitemap__toggle-arrow { position: absolute; right: 15px; font-size: 25px; line-height: 10px; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); }

.link-group { margin: 20px 0; }
	.link-group__title { font-size: 1rem; text-transform: uppercase; font-weight: 700; font-family: 'Roboto', sans-serif; letter-spacing: 0.5px; margin: 0 0 5px; }
	#category-sitemap .link-list li { font-size: .85rem; }

@media (max-width: 992px) {
	.category-sitemap__col {
		margin-bottom: 15px;
	}
}

/* # Ads
--------------------------------------------------------------*/

.ad .anchor { display: block; border: 1px solid #818181;}


/* # Mailing List
--------------------------------------------------------------*/

.mailing-list { background: #e5e5e5; text-align: center; padding: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
	
	.mailing-list__title { margin: 0 0 20px !important; font-size: 1.35rem; }
	.mailing-list .indicates-required { display: none; }
	
	.mc-field-group { display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
	.mc-field-group label { display: block; font-weight: 400; letter-spacing: 0.5px; line-height: 1; text-transform: uppercase; }
	.mc-field-group input[type="text"],
	.mc-field-group input[type="email"] { display: block; width: 100%; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding: 5px; width: 100%; }

	.mailing-list #mc-embedded-subscribe { margin-top: 15px; }
	
	@media (max-width: 767px) {
		.mc-field-group { display: block; margin: 0 auto 10px; max-width: 400px; }
	}

/* # Advertise
--------------------------------------------------------------*/

#advertise-features { padding: 0; font-size: 0; }
	#advertise-features li { font-size: 1.2rem; text-align: center; display: inline-block; vertical-align: top; width: 100%; padding: 30px 15px; }
	#advertise-features li:before { content: none; }

	#advertise-features .image { display: block; height: 80px; }
	#advertise-features .text { display: block; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; }

	@media (min-width: 550px) and (max-width: 767px) {
		#advertise-features li { width: 50%; }
		#advertise-features li:nth-child(2n+1) { clear: left; }
	}
	@media (min-width: 768px) {
		#advertise-features li { width: 33.333%; }
		#advertise-features li:nth-child(3n+1) { clear: left; }
	}


/* # Panel Group (accordion)
--------------------------------------------------------------*/

.panel-group .panel-heading {/* font-family: 'Roboto Condensed', sans-serif;*/ font-weight: 700; padding-left: 0; padding-right: 0; }
	.panel-group .panel-heading a:after { content: "\f0d8";  font-family: "FontAwesome"; color: #ffd242; right: -15px; position: absolute;  }
	.panel-group .panel-heading a { color: #000; position: relative; }
		.panel-group .panel-heading a:hover { text-decoration: none; }
		.panel-group .panel-heading a.collapsed:after { content: none; }
			.panel-group .panel-heading a.collapsed:hover:after { content: "\f0d7"; }

	.panel-body { padding-left: 0; padding-right: 0; padding-top: 0; border-top: none!important; }


/* # Sign in modal
--------------------------------------------------------------*/

.forgot-password-link { color: #000; }

.form-group.submit-row { text-align: center; }

#signInModal .btn { min-width: 265px; }
.signInModal__other-actions { text-align: center; margin-top: 20px; }
	.signInModal__other-actions .modal-title { margin: 0 0 15px; line-height: 1.1; }
	.signInModal__other-actions .btn { margin: 7px 0; }


/* # Search results
--------------------------------------------------------------*/

/* top bar */
#results__top { padding: 0 0 20px; }
	.results__top__quick-links { float: left; }
		.results__top__quick-links ul { margin-bottom: 0; margin-top: 10px; }
	#results__save-search { float: right; }

	@media (max-width: 649px) {
		.results__top__quick-links, #results__save-search { width: 50%; }
			.results__top__quick-links ul { margin-top: 0; }
	}

/* module */
.module__title { font-family: 'Roboto Condensed', sans-serif; font-size: 1.35rem; color: #fff; display: block; background: #000; border-left: 4px solid #ffd242; padding: 5px 10px; }
	.module__title a { color: #fff !important; }

.module__section { padding: 10px 13px; }
	.module__section-title { color: #999999; font-size: 1.1rem; border-bottom: 1px solid #e5e5e5; padding: 0 13px 3px; margin: 0 -13px 10px; }

.module--aside { background: #f5f5f5; border: 1px solid #e5e5e5; }
	.module--aside .module__title { margin: -1px -1px 0 -1px; }

.module--bordered { border: 1px solid #e5e5e5; }
	.module--bordered .module__title { margin: -1px -1px 0 -1px; }

/* single-collapsible */
.single-collapsible { display: block; }
	.single-collapsible .anchor { display: block; color: #000; position: relative; padding: 5px 15px 5px 0; }
		.single-collapsible .anchor:after { content: "\f106"; font-family: "FontAwesome";  position: absolute; right: 0;}
		.single-collapsible .anchor.collapsed:after { content: "\f107"; }
		.single-collapsible .anchor:hover { text-decoration: none; }

/* results paging options */
.results__paging-actions { padding: 10px 13px 25px; }
.results__paging-actions .numberResults,
.results__paging-actions .numberPerPage { float: left; width: 50%; }
.results__paging-actions .numberPerPage { text-align: right; }
	.results__paging-actions .select-box__label,
	.results__paging-actions form { display: inline-block; vertical-align: middle; }

	.numberResults .sbHolder { width: 150px; }
	.numberPerPage .sbHolder { width: 80px; }

	@media (max-width: 649px) {
		.results__paging-actions .numberResults,
		.results__paging-actions .numberPerPage { float: left; width: 100%; text-align: left; }	
		.results__paging-actions .numberPerPage { margin-top: 10px; }
		.results__paging-actions .select-box__label { width: 80px; font-size: .8rem; line-height: 1; }
	}

/* pseudo select element generated by selectbox.js */
.sbHolder { position: relative; width: 100px; }
	.sbSelector { display: inline-block; width: 100%; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px 20px 5px 5px; position: relative; color: #000; }
	.sbSelector:after { content: "\f0d7"; font-family: "FontAwesome"; position: absolute; top: 50%; right: 5px; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); transform: translate(0,-50%); }
	.sbSelector:hover, .sbSelector.sbFocus { color: #000; text-decoration: none; background: #f5f5f5; }

	.sbOptions { position: absolute; top: 100% !important; width: 100%; padding: 0; margin: 0; z-index: 9; border: 1px solid #bdbdbd; border-top: 0; }
		.sbOptions li:before { content: none; }
		.sbOptions li { display: block; width: 100%; padding: 0;}
			.sbOptions li a { display: block; background: #e6e6e6; padding: 5px; color: #fff; }
			.sbOptions li:nth-child(odd) a { background: #f3f3f3; }
			.sbOptions li a:hover { text-decoration: underline; color: #ffd242; }

/* results list */
.results__listings table th, .results__listings table td { padding-left: 13px; }
	.results__listings table a { color: #000; }
		.results__listings table a:hover { color: #ffd242; text-decoration: underline; }

		.results__new-label { color: #eb212e; text-transform: uppercase; font-size: 0.78rem; font-weight: 700; }

.results__pagination { text-align: right; margin-bottom: 50px;}
	.results__pagination > span { display: inline-block; vertical-align: middle; }

	.results__pagination .navigationItems > * { margin: 0 3px; }

	@media (max-width: 767px) {
		.results__pagination { text-align: center; }
	}


/* # Find Job Search
--------------------------------------------------------------*/

#find-jobs__featured { margin: 0 0 20px; }
.find-jobs__featured-title { margin-top: 0; }
	.find-jobs__featured-list li { padding: 0; border-bottom: 1px solid #cbcbcb; }
		.find-jobs__featured-list li .anchor { display: block; width: 100%; padding: 10px 10px 10px 25px; position: relative; background: #f4f4f4;}
			.find-jobs__featured-list li .anchor:before,
			.find-jobs__featured-list li .anchor:after { content: ""; display: table; clear: both; }
		.find-jobs__featured-list li .anchor > span { display: block; width: 33.333%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 10px; }
		.find-jobs__featured-list li .anchor .icon { position: absolute; display: block; left: 10px; top: 11px; width: auto;  }

	@media (max-width: 649px) {
		.find-jobs__featured-list li .anchor > span { width: 100%; }
	}


/* # Employers Benefits
--------------------------------------------------------------*/

#posting-fees { margin-bottom: 25px; }
.posting-fees__tier { text-align: center; border-left: 1px solid #fff; border-right: 1px solid #fff; float: left; width: 100%; }
	.posting-fees__items { margin: 0; }
	.posting-fees__items > li { padding: 10px; border-bottom: 1px solid #f4f4f4; }
		.posting-fees__title { background: #ffd242; color: #000; text-transform: uppercase; font-weight: 700; }
		.posting-fees__price { background: #eff0f1; }

	@media (min-width: 600px) {
		.posting-fees__tier { width: 33.333%; }
	}

#posting-fees-packs { background: #eff0f1; margin-bottom: 25px; }
.posting-fees-pack { text-align: center; display: block; float: left; width: 100%; border-left: 1px solid #fff; border-right: 1px solid #fff; }
	.posting-fees-pack li { border-bottom: none; }
	.posting-fees-pack li:not(.posting-fees__title) { background: #eff0f1; }
	
	.posting-fees-pack .key-value-list { margin: 5px 0 0; }
	.posting-fees-pack .key-value-list li { padding: 1px 0;}
	.posting-fees-pack .key-value-list .key { display: inline-block; margin-right: 10px; }

	@media (min-width: 600px) {
		.posting-fees-pack { width: 33.333%; }
	}

#posting-fees-additional { text-align: center; }
	#posting-fees-additional .posting-fees__items li { display: table; width: 100%; }
	#posting-fees-additional .posting-fees__items li > span { display: table-cell; vertical-align: middle; }
		#posting-fees-additional .posting-fees__items .key { width: 75%; text-align: left; }
		#posting-fees-additional .posting-fees__items .value { width: 25%; text-align: right; }


/* employer benefits aside */
#employer-benefits { background: #f4f4f4; padding: 25px; }
	#employer-benefits .aside__title { margin-top: 0; }


/* search by company */
.browseCompanyAB { display: inline-block; margin: 3px 6px 3px 0; vertical-align: middle; }

/* Company profile block */

.profile-img {
	max-width: 265px;
	max-height: 160px;	
	padding-bottom: 6px;
}

.profile-body {background: #f4f4f4;padding: 5px 30px 30px;position: relative;}


.fa-profile {
    padding: 6px 5px 5px 5px!important;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 3px 1px;
    background: #ffd242;
    color: #F4F4F4;
}

.fa-profile:hover {
    opacity: 0.7;
    color: #000;
}

#results__body {
	padding-right: 17px;
}

.listingTitle {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.listingTitle h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.listingTitle h2 {
	font-size: 24px;
	padding-top: 7px;
}

#shareBox {
	padding-top: 7px;
}

#jobBody {
	padding-top: 10px;
}

.fa-action {
    padding: 6px 5px 5px 5px!important;
    font-size: 20px;
    width: 18.2%;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 4px 1px 0px 0px;
    background: #F2F2F2;
    color: #F4F4F4;
}

.fa-action:hover {
	text-decoration: none;
}

