/*
Theme Name: Getaflex
Theme URI: https://www.wired.co.nz
Description: Getaflex theme by <a href="https://www.wired.co.nz">Wired</a>
Version: 1
Author: Jason Moore - Wired
Author URI: https://www.wired.co.nz
Tags: wired
*/


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

html,
body {
	height: 100%;
}
body {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
	background: #fff;
	margin: 0;
}
.wrapper {
	width: 1120px;
	margin: 0 auto;
}
a img {
	border: none;
}

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

#header-container {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	position: relative;
	z-index: 200;
}
#header {
	position: relative;
}
#logo {
	float: left;
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 40px 0 28px 0;
}
#logo img {
	width: 100%;
	height: auto;
	display: block;
}
#header #btns {
	float: right;
	margin-top: 25px;
}
#header #btns a.btn {
	color: #005a70;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 12px 15px 12px 11px;
	margin: 0 0 0 10px;
	background: #e5eef0;
}
#header #btns a.btn i {
	margin-right: 1px;
}
#header #btns a.btn:hover {
	color: #005a70;
	background: #d9e6ea;
}

/* Nav
-------------------------------------------------------------- */ 

#menu-container {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	bottom: 23px;
}
#menu-container ul {
	float: right;
	list-style-type: none; 
	margin: 0;
	padding: 0; 
}
#menu-container ul li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 25px;
	padding: 0;
}
#menu-container ul li span {
	display: none;
}
#menu-container ul li a {
	display: block; 
	padding: 20px 0 17px 0;
	color: #005a70;
	font-size: 19px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
#menu-container ul li.menu-item-has-children a:after {
	font-family: icons;
	content: "\E814";
	font-size: 16px;
	color: #a3b8c0;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative; 
}
#menu-container ul li.menu-item-has-children ul li a:after {
	content: none;
}
#menu-container ul li a:hover,
#menu-container ul li.current-menu-item a {
	color: #005a70;
	text-decoration: none;
}
#menu-container ul li a:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	margin: auto;
	background-color: #eeab1f;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	transition: width .3s ease-in-out;
}
#menu-container ul ul li a:before {
	content: none;
}
#menu-container ul li:hover a:before,
#menu-container ul li.current-menu-item a:before {
	width: 100%;
}

/* --------- Drop downs --------- */

#menu-container li ul.sub-menu {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	border: 1px solid #e5eef0;
	border-top: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	transition: opacity 0.3s ease-out;
	z-index: 1000;
}
#menu-container li:last-child ul.sub-menu {
	right: 0;
}
#menu-container li ul.sub-menu li {
	display: block;
	float: none;
	position: relative;
	margin: 0;
}
#menu-container li ul.sub-menu li a {
	width: 210px;
	color: #005a70;
	font-size: 15px;
	padding: 15px;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #e5eef0;
	background: #fff;
}
#menu-container li ul.sub-menu li:last-child a {
	border-radius: 0 0 3px 3px;
}
#menu-container ul li a:hover + .sub-menu, #menu-container li ul.sub-menu:hover {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
#menu-container li ul.sub-menu li a:hover, #menu-container li ul.sub-menu li.active a {
	color: #005a70;
	text-decoration: none;
	background: #e5eef0;
}
#menu-container li ul.sub-menu ul {
	visibility: hidden;
	margin-left: 210px;
	top: 0;
}

/* Banner
-------------------------------------------------------------- */ 

#banner {
	width: 100%;
	height: 65%;
	min-height: 500px;
	position: relative;
	background: url(images/banner.jpg) center center;
	background-size: cover;
}
#sect-banner {
	width: 100%;
	height: calc(50% - 75px);
	min-height: 450px;
	background-image: url(images/sect-banner.jpg);
	background-position: center center;
	background-size: cover;
}
#sect-title {
	width: 100%;
	padding: 80px 0 76px;
	background: #f1f1f1;
}
#banner-text {
	position: relative;
	height: 100%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
}
#banner h1,
#sect-banner h1 {
	font-size: 60px;
	margin: 0;
	text-align: center;
}
#banner h1:after,
#sect-banner h1:after {
    background: #fff;
}
#sect-title h1 {
	color: #005a70;
	font-size: 50px;
	margin: 0;
}
#banner-text p {
	margin: 20px 0;
}
#sect-title p {
	margin: 20px 0 0;
}
.home #banner-text p,
.page-id-10 #banner-text p {
	margin: 15px 0 124px;
}
.breadcrumbs {
	font-size: 14px;
	color: #888;
	margin-top: 15px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/* Job Search Box
-------------------------------------------------------------- */

#job-search-box {
	color: #fff;
	background: #005a70;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	padding: 37px 40px 40px;
	margin-top: -124px;
	position: relative;
}
#job-search-box .job_filters {
	background: transparent;
}
#job-search-box .job_filters .row {
	margin-left: -5px;
	margin-right: -5px;
}
#job-search-box .col-sm-1,
#job-search-box .col-sm-2,
#job-search-box .col-sm-3,
#job-search-box .col-sm-4,
#job-search-box .col-sm-5,
#job-search-box .col-sm-6,
#job-search-box .col-sm-7,
/* #job-search-box .col-sm-8, */
#job-search-box .col-sm-9,
#job-search-box .col-sm-10,
#job-search-box .col-sm-11 {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#job-search-box h2 {
	text-align: center;
	margin: 0 0 10px;
}
#job-search-box h2:after {
    background: #eeab1f;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 14px 0 0 -37px;
    position: relative;
    width: 74px;
}
#job-search-box .job_filters label {
    display: none;
}
#job-search-box .job_filters .search-fields input#search_keywords,
#job-search-box .job_filters .search-fields input#search_location,
#job-search-box .job_filters .search-fields select {
	width: 100%;
	height: 50px;
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 13px 15px;
	border: none;
	border-radius: 3px;
	background: #fff;
}
#job-search-box .job_filters .job_types {
	border: none;
	background: transparent;
	margin-top: 10px;
}
#job-search-box .job_filters .job_types label {
    display: block;
}
#job-search-box .job_filters .job_types li {
	border: none;
	padding: 15px 15px 0 0;
}
#job-search-box .job_filters .job_types label {
	font-size: 18px;
}
#job-search-box .job_filters .job_types input {
	margin: 0 10px 0 0;
}
#job-search-box .job_filters button {
	float: right;
	width: 100%;
	color: #fff;
	font-size: 23px;
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	padding: 13px;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 3px;
	background: #eeab1f;
	cursor: pointer;
}
#job-search-box .job_filters button:hover {
	color: #fff;
	background-color: #e2a21d;
	text-decoration: none;
}
#job-search-box .job_filters button i {
	font-size: 22px;
	position: relative;
	top: -2px;
	margin-right: 2px;
}

/* Body
-------------------------------------------------------------- */

main {
	display: block;
}
#body,
section {
	width: 100%;
	padding: 80px 0 60px;
	position: relative;
}
section.bg-grey {
	background: #efefef;
}
section.bg-yellow {
	background: #eeab1f;
}
.home #body,
.page-id-10 #body { 
	padding: 40px 0 40px; /* Top minus 40px, bottom minus 20px */ 
	text-align: center;
	z-index: 2;
}
h1,
#body #registration-form h2 {
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 31px;
	padding: 0;
}
#body h1,
#body #registration-form h2 {
	color: #005a70;
	text-align: center;
}
#body h1.h1-left {
	text-align: left;
}
h1:after,
#body #registration-form h2:after {
    background: #eeab1f;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 21px 0 0 -37px;
    position: relative;
    width: 74px;
}
#sect-title h1:after {
    left: 0;
    margin: 21px 0 0;
}
h1.h1-left:after {
    left: 0;
    margin: 21px 0 0 0;
}
h2 {
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
	margin: 30px 0 20px;
}
#body h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 0;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0;
}
p {
	margin: 10px 0 20px;
}
a {
	color: #005a70;
	text-decoration: underline;
}
a:hover {
	color: #005a70;
	text-decoration: none;
}
hr {
	clear: both;
	border: none;
	height: 1px;
	color: #ddd;
	background-color: #e0e0e0;
	margin: 40px 0;
}
hr.divider {
	width: 74px;
	height: 3px;
	color: #eeab1f;
	background-color: #eeab1f;
	margin: 40px auto;
}
a.btn,
a.button,
.job-manager-alerts tfoot a,
.resume-manager-resumes tfoot a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 30px 14px 30px;
	text-decoration: none;
	border-radius: 3px;
	background: #005a70;
}
a.btn:hover,
a.button:hover,
.job-manager-alerts tfoot a:hover,
.resume-manager-resumes tfoot a:hover {
	color: #fff;
	background-color: #005165;
	text-decoration: none;
}
a.btn-white {
	border: 2px solid #fff;
	background: transparent;
}
a.btn-white:hover {
	color: #005165;
	background-color: #fff;
}
ul.tick {
	margin: 20px 0;
	padding: 0 0 0 20px;
	list-style: none;
}
ul.tick li {
	margin: 10px 0;
	padding: 0 0 0 20px;
}
ul.tick li:before {
	font-family: icons;
	content: "\E825";
	color: #6eceb2;
	font-size: 20px;
	display: inline-block;
	margin-left: -30px;
	width: 30px;
	position: relative;
	top: 0;
	left: 0;
}
p.date {
	margin: 0 0 30px;
}
p.date i {
	color: #005a70;
}
p.date span {
	color: #888;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image-round {
	border-radius: 50%;
	border: 5px solid #e0e0e0;
}
.text-grey {
	color: #909090;
}
.highlight {
	color: #6eceb2 !important;
}
.small {
	font-size: 13px;
}
.clear-floats {
	clear: both;
}
.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after,
#popular-categories:after,
#popular-categories ul li a:after,
#icon-grid:after,
.job_listing_preview_title:after,
.job_filters .showing_jobs:after {
    content: "";
    display: table;
    clear: both;
}

/* Popular Categories
-------------------------------------------------------------- */

#popular-categories {
	margin: 25px 0 40px 1px;
	padding: 0;
	display: block;
	list-style: none;
}
#popular-categories li { padding: 0; }
#popular-categories li a {
    width: 25%;
    display: inline-block;
    border: 1px solid #e0e0e0;
    float: left;
    margin: -1px 0 0 -1px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background-color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    padding: 40px 15px;
}
#popular-categories li a:hover {
    text-decoration: none;
}
#popular-categories li a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 90, 112,0.7);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 90, 112,0.7);
	box-shadow: 0px 0px 0px 1px rgba(0, 90, 112,0.7);
	top: 0;
	left: 0;
	z-index: 101;
	opacity: 0;
}
#popular-categories li img {
	margin: 0px auto 20px;
	display: block;
}
#popular-categories li a,
#popular-categories li a:before {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	text-decoration: none;
}
#popular-categories li a:hover:before {
	opacity: 1;
}
#popular-categories li a:hover {
	background-color: rgba(0, 90, 112,0.05);
}

/* CTA Banner
-------------------------------------------------------------- */

section#cta-banner {
	color: #fff;
	text-align: center;
	padding: 180px 0 80px;
	background: url(images/cta-banner-bg.jpg) center center;
	background-size: cover;
}
section#cta-banner h2 {
	line-height: 1.5;
	margin: 0 0 32px;
}
.section-arrow:before {
	width: 50%;
	height: 90px;
	background-color: #fff;
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	margin-left: 50%;
	transform: skew(0deg, -4deg);
	transform-origin: right top 0;
	z-index: 1;
}
.section-arrow:after {
	width: 50.1%;
	height: 90px;
	background-color: #fff;
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	transform: skew(0deg, 4deg);
	transform-origin: left top 0;
	z-index: 1;
}
@media screen and (max-width: 1920px) {
	section#cta-banner {
		padding: 150px 0 100px;
	}
}
@media screen and (max-width: 1440px) {
	section#cta-banner {
		padding: 100px 0;
	}
}
@media screen and (max-width: 1280px) {
	section#cta-banner {
		padding: 100px 0 150px;
	}
}
@media screen and (max-width: 600px) {
	.section-arrow:before,
	.section-arrow:after {
		content: none;
		width: 0;
		height: 0;
	}
}

/* Quote
-------------------------------------------------------------- */

section#quote {
	text-align: center;
	padding: 85px 0 82px;
}
section#quote h2 {
	margin: 25px 0 20px;
}
@media screen and (max-width: 1440px) {
	section#quote {
		padding: 45px 0 82px;
	}
}

/* CTAs
-------------------------------------------------------------- */

section#ctas {
	padding: 0;
}
section#ctas .cta {
	display: table;
	width: 100%;
	height: 520px;
	color: #fff;
	text-align: center;
	position: relative;
}
section#ctas #cta-yellow {
	background: #eeab1f;
}
section#ctas #cta-yellow a.btn:hover {
	color: #eeab1f;
}
section#ctas #cta-red {
	background: #c63527;
}
section#ctas #cta-red a.btn:hover {
	color: #c63527;
}
div.content-half {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
section#ctas h2 {
	margin: 20px 0 0;
}
section#ctas .cta-image {
	background-size: cover;
	background-position: center center;
}
section#ctas #cta-red .cta-image {
	background-position: top center;
}
section#ctas #cta-red .cta-image-mobile {
	display: none;
}
section#ctas .cta-text {
	padding: 40px 100px;
	position: relative;
}
section#ctas .fixed-width {
	width: 100%;
	max-width: 360px;
}
section#ctas #cta-yellow .cta-text:before {
	width: 80px;
	height: 100%;
	content: "";
	background: url(images/cta-arrow-yellow.png) no-repeat;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
}
section#ctas #cta-red .cta-text:before {
	width: 80px;
	height: 100%;
	content: "";
	background: url(images/cta-arrow-red.png) no-repeat;
	position: absolute;
	top: 0;
	right: -80px;
	z-index: 1;
}

/* Parnter Logos
-------------------------------------------------------------- */

section#partners {
	text-align: center;
}
section#partners h2 {
	margin-top: 0;
}
.partner-logos a {
	display: inline-block;
	margin: 20px 40px;
}


/* Job-Seekers / Employers
-------------------------------------------------------------- */

#icon-grid {
	margin: 25px 0 40px 1px;
	padding: 0;
	list-style: none;
	display: block;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#icon-grid li {
    width: 33.3%;
    display: inline-block;
    border: 1px solid #e0e0e0;
    float: left;
    margin: -1px 0 0 -1px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 40px 15px 20px 15px;
}
#icon-grid li h3 {
	text-transform: uppercase;
	margin: 0;
}
#icon-grid li img {
	margin: 0px auto 16px;
	display: block;
}
.content-padding {
	padding: 0 40px;
}
.grid-images {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-images .col-sm-4 {
	width: 33%;
	min-height: 350px;
}
.grid-images img {
	display: block;
	margin: 10px auto;
}
.photo-grid {
	margin: 10px 0 0;
}
.feature-boxes {
	text-align: center;
	margin: 40px 0 !important;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature-boxes div {
	margin: -1px 0 0 -1px;
	padding: 40px 20px 20px;
	border: 1px solid #e0e0e0;
}
.feature-boxes h3 {
	margin: 0;
}
.feature-boxes i {
	font-size: 22px;
	color: #6eceb2;
	margin-right: 6px;
}

/* Company Profiles
-------------------------------------------------------------- */

.company-list {
	margin: 0;
}
ul.accordion {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
ul.accordion .inner {
	padding-left: 1em;
	overflow: hidden;
	display: none;
}
ul.accordion li {
	margin: .5em 0;
}
ul.accordion a.toggle {
	width: 100%;
	display: block;
	background: #005a70;
	color: #fefefe;
	padding: .75em;
	border-radius: 3px;
	transition: background .3s ease;
	text-decoration: none;
	position: relative;
}
ul.accordion a.toggle:after {
	font-family: icons;
	content: "\E814";
	font-size: 16px;
	color: #a3b8c0;
	margin: 0;
	position: absolute;
	right: 15px;
}
ul.accordion a.toggle.show:after {
	content: "\E813";
}
ul.accordion a.toggle:hover {
	background: #005165;
}
ul.accordion .show {
	display: block;
}
#body img.company-profile-logo {
	max-width: 250px;
	margin-bottom: 40px;
}
#past-jobs h2 {
	text-align: center;
	margin-bottom: 30px;
}
#past-jobs h2:after {
    background: #eeab1f;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 21px 0 0 -37px;
    position: relative;
    width: 74px;
}
.past-job {
	border-bottom: 1px solid #e0e0e0;
}
#past-jobs > div:first-of-type {
	border-top: 1px solid #e0e0e0;
}
.past-job h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	color: #005a70;
}
ul#past-job-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#past-job-details li {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 5px 0;
	color: #888;
}
ul#past-job-details li i {
	color: #005a70;
}
ul#past-job-details li i.icon-cog:before {
	margin-right: 0.1em;
	margin-left: 0;
}
ul#past-job-details li i.icon-location:before {
	margin-right: 0;
	margin-left: 0.3em;
}

/* Memberpress
-------------------------------------------------------------- */

.mp-form-submit {
	text-align: center;
}
.mepr-account-actions a {
	margin-right: 10px;
}
.mepr-account-cancel{
	color: darkred;
}

/* Grid
-------------------------------------------------------------- */

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-sm-1 {
	width: 8.333333333333332%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-12 {
	width: 100%;
}

/* Forms
-------------------------------------------------------------- */

#body .gform_body ul {
    margin: 0;
    padding: 0;
}
#body .gform_body ul li {
    background-image: none;
    margin: 0 0 10px 0;
    padding: 0;
}
#body .gform_body ul li li {
    margin: 0;
}
.gform_wrapper .top_label .gfield_label {
	margin-bottom: 0 !important;
}
.gform_wrapper input.medium,
.gform_wrapper .ginput_container_name input,
.gform_wrapper .ginput_container_password input,
.gform_wrapper textarea.medium {
	border: 1px solid #ccc !important;
	border-radius: 3px;
}
.gform_wrapper textarea.medium {
    width: 100% !important;
}
.gform_confirmation_message,
.confirmation_message {
    background: #e5eef0;
    padding: 20px 20px 15px 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
	border-radius: 3px;
}
.gform_wrapper .gform_footer {
    text-align: center;
}
.gform_button,
input.button,
.job-manager-form input[type=submit],
input.mepr-submit,
.mepr-form #wp-submit {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 30px 14px 30px !important;
	text-decoration: none;
	border-radius: 3px;
	background: #005a70;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}
.gform_button:hover,
input.button:hover,
.job-manager-form input[type=submit]:hover,
input.mepr-submit:hover,
.mepr-form #wp-submit:hover {
	color: #fff;
	background-color: #005165;
	text-decoration: none;
	cursor: pointer;
}

/* Registration Forms */

.form-bg-grey {
	padding: 20px 30px;
	border: 1px solid #e0e0e0;
	background: #f1f1f1;
	border-radius: 3px;
}
#registration-form {
	width: 100%;
}
#registration-form .gform_confirmation_message {
    background: #f1f1f1;
}
#registration-form .gform_wrapper input.medium {
	width: 100%;
}

/* Job-Seekers Login Form */

#login-form {
	width: 100%;
	max-width: 400px;
	margin: 10px auto 20px auto;
}
#login-form input#user_login,
#login-form input#user_pass {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	width: 100%;
}
#login-form p.login-submit,
#mepr_loginform .submit,
#login-form .mepr-login-actions {
	text-align: center;
}
.mepr-loading-gif {
	display: none !important;
}
.page-template-custom-job-seeker-login #sect-title {
	display: none;
}
.page-template-custom-job-seeker-login-memberpress #sect-title {
	display: none;
}
.page-template-custom-reset-password #sect-title {
	display: none;
}

/* Blog
-------------------------------------------------------------- */

.blog-box {
	float: left;
	display: block;
	width: 100%;
	max-width: 340px;
	height: auto;
	margin: 20px 40px 20px 0;
	overflow: hidden;
	background: #fff;
	border: 3px solid #eee;
}
.blog-box:nth-child(3n+3) {
    margin-right: 0 !important;
} 
.blog-box:nth-child(3n+1){
    clear: left;
}
.blog-box a.blog-box-photo {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	z-index: 1; /* Chrome fix */
	margin: 0 auto;
	background: #005a70;
}
.blog-box a.blog-box-photo img {
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms cubic-bezier(0, .275, .125, 1);
	-o-transition: all 500ms cubic-bezier(0, .275, .125, 1);
	transition: all 500ms cubic-bezier(0, .275, .125, 1)
}
.blog-box a.blog-box-photo:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.blog-box .blog-box-photo span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	margin: -20px 0 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 600ms cubic-bezier(0, .275, .275, 1);
	-o-transition: opacity 600ms cubic-bezier(0, .275, .275, 1);
	transition: opacity 600ms cubic-bezier(0, .275, .275, 1);
}
.blog-box .blog-box-photo:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-box .blog-box-text {
	padding: 20px 20px 0;
	border-top: none;
	min-height: 245px;
}
.blog-box .blog-box-text h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}
.blog-box .blog-box-text h3 a {
	color: #005a70;
	text-decoration: none;
}
.blog-box .blog-box-text h3 a:hover {
	text-decoration: underline;
}
.blog-box .blog-box-photo div.blog-post-date {
    background-color: #005a70;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    z-index: 10;
}

/* Job Manager
-------------------------------------------------------------- */

/* Post A Job */

#body .job-manager-form fieldset {
	border: none;
}
#body .account-sign-in {
	background: #e5eef0;
	padding: 20px 20px 15px 20px;
	border-radius: 3px;
}
#body .account-sign-in a.button {
    margin-left: 10px;
    float: right;
}
#body .job-manager-form fieldset .account-sign-in .button:before {
    content: none;
}
#body .job-manager-form fieldset label {
    width: 100%;
	float: left;
	font-weight: bold;
}
#body .job-manager-form fieldset div.field {
    width: 100%;
    float: left;
}
#body .job-manager-form fieldset input.input-text,
#body .job-manager-form fieldset select,
#body .job-manager-form fieldset textarea,
.chosen-container-multi .chosen-choices {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #444;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#body .job-manager-form fieldset.fieldset-company_logo input#company_logo {
	padding: 10px 0;
	border: none;
}
#body .chosen-container-multi .chosen-choices {
	border: 1px solid #ccc;
	padding: 10px 15px;
	background: #fff;
}
#body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	color: #444;
	padding: 0;
}
#body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
#body input:focus,
#body select:focus,
#body textarea:focus {
	outline: 0;
	border-color: #005a70;
}
input:required {
    box-shadow: none;
}
#body .job_listing_preview {
    padding: 1em;
}
#body .single_job_listing .meta .job-type {
    background-color: #6eceb2;
}
#submit-job-form a.button,
.job_listing_preview_title input.button {
	font-size: 15px;
	text-transform: capitalize;
	padding: 12px 15px 12px 11px !important;
}

/* Job Listings */

#body .job_listings {
	margin-bottom: 20px;
}
#body .job_listings .job_filters {
	background: #005a70;
}
.job_listings .job_filters .search_jobs div.search_keywords,
.job_listings .job_filters .search_jobs div.search_location,
.job_listings .job_filters .search_jobs div.search_categories {
	float: left;
	clear: none;
	width: 33.33333333333333%;
	padding: .5em 1em .5em 0;
}
.job_listings .job_filters .search_jobs div.search_categories {
	padding-right: 0;
}
#job-search-box .chosen-container {
	color: #444;
}
.job_listings .job_filters .search_jobs input,
.job_listings .job_filters .search_jobs select,
.job_listings .job_filters .search_jobs .chosen-container-single .chosen-single,
#job-search-box .job_filters .chosen-container-single .chosen-single {
	width: 100%;
	height: auto;
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding: 13px 15px;
	border: none;
	border-radius: 3px;
	background: #fff;
}
.job_listings .job_filters .search_jobs .chosen-container-single .chosen-single div b,
#job-search-box .job_filters .chosen-container-single .chosen-single div b {
	background-position: 0 15px;
	height: 100%;
	max-height: 35px;
}
.job_listings .job_filters .search_jobs .chosen-with-drop .chosen-single div b,
#job-search-box  .job_filters .chosen-with-drop .chosen-single div b {
    background-position: -18px 15px;
}
#body .job_listings img.company_logo {
	width: 42px;
}
.job_listings h3 {
	font-size: 18px !important;
	font-weight: bold;
}
.job_listings h3,
.job_listings .location,
.job_listings .job-type {
	line-height: 1.2 !important;
}
.job_listings .company,
.job_listings .date {
	margin-top: 1px !important;
}
.job_listings .company,
.job_listings .location,
.job_listings .date {
	color: #888;
}
.job_listings .company strong {
	font-weight: normal;
}
#body .job_listing .job-type {
    color: #6eceb2;
}
a.reset, a.rss_link { display: none; }

/* Job Alerts */

#job-manager-alerts {
	overflow-x: auto;
}
.job_filters a.alert {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px 4px;
	text-decoration: none;
	border-radius: 3px;
	background: #005a70;
}
.job_filters a.alert {
	color: #fff;
	background-color: #005165;
	text-decoration: none;
}
table.job-manager-alerts {
	width: 100%;
}
table.job-manager-alerts th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
table.job-manager-alerts td {
	border-top: 1px solid #eee;
}
#job-manager-alerts table ul.job-alert-actions {
	visibility: visible !important;
}
.job-manager-alerts tfoot a {
	margin-top: 20px;
}

/* Job Listing Single */

#job-details {
	margin-bottom: 20px;
}
#job-details-inner {
	width: 100%;
	padding: 30px;
	border: 1px solid #e0e0e0;
}
ul#job-intro-details,
#job-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#job-intro-details {
	margin: 0 0 30px;
	padding: 10px 15px 8px 17px;
	border: 1px solid #e0e0e0;
}
ul#job-intro-details li,
#job-details ul li {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
}
ul#job-intro-details li {
	display: inline-block;
	margin-right: 15px;
	padding: 5px 0;
}
#job-details ul li div {
	position: relative;
	margin-left: 28px;
}
#job-details ul li i {
	position: absolute;
	top: 15px;
}
ul#job-intro-details i,
#job-details i {
	color: #005a70;
}
ul#job-intro-details i.icon-cog:before {
	margin-right: 0.1em;
}
#job-details i.icon-location:before {
	margin-right: 0;
	margin-left: 0.3em;
}
ul#job-intro-details span,
#job-details span {
	color: #888;
}
#job-details span {
	display: block;
}
.register-message {
	background: #f1f1f1;
	padding: 15px 20px;
	margin-top: 40px;	
}
.register-message p {
	margin: 0;	
}
.resume_contact {
	display: none;
}

/* Resumes
-------------------------------------------------------------- */

table.resume-manager-resumes {
	width: 100%;
}
table.resume-manager-resumes th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
table.resume-manager-resumes td {
	border-top: 1px solid #eee;
}
#body .single-resume .resume-aside img,
.single-resume #body .resume-aside img{
	width: 3em;
    height: 3em;
}
#body ul.resumes li.no_resumes_found a img,
#body ul.resumes li.resume a img {
    width: 42px;
    height: 42px;
}
#body .entry-content .resume_preview_title,
#body .resume_preview_title {
    padding: 2em 1em;
}
#body .single-resume h1 {
	clear: both;
	margin: 37px 0;
}
.resume-manager-resumes tfoot a {
	margin-top: 20px;
}
#body .resume_filters .search_resumes div.resume-filter {
    clear: none;
	width: 33.333%;
	padding-right: .5em;
	padding-left: 0;
}
#body .resume_filters .search_resumes div.resume-filter.search_location {
    float: left;
}
#body .resume_filters .search_resumes div.resume-filter.search_categories {
    float: left;
	padding-right: 0;
	padding-top: 0;
}
#body .resume_filters .search_resumes div.resume-filter.search_keywords input,
#body .resume_filters .search_resumes div.resume-filter.search_location input {
    width: 100%;
    height: auto;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 13px 15px;
    border: none;
    border-radius: 3px;
    background: #fff;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 40px;
}

.alignleft {
    float: left;
    margin: 5px 40px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 40px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 40px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 40px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 40px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 40px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    padding: 0 5px 5px;
}

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

#footer {
	clear: both;
	width: 100%;
	color: #fff;
	background: #005a70;
}
#footer p {
	margin: 0 0 15px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #6eceb2;
	text-decoration: none;
}
#footer-menu {
	padding: 58px 0;
}
#footer-menu h2 {
	font-size: 22px;
	margin: 20px 0 0;
}
#footer-menu ul {
	list-style: none;
	margin: 15px 0 20px 0;
	padding: 0 0 0 17px;
}
#footer-menu ul li {
	margin: 0 0 10px;
}
#footer-menu ul li:before {
	font-family: icons;
	content: "\E812";
	color: #6eceb2;
	font-size: 12px;
	display: inline-block;
	margin-left: -15px;
	width: 15px;
	top: -1px;
	position: relative;
}
#footer-bottom {
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	padding: 30px 0;
	border-top: 1px solid #1a6b7f;
}
#copyright {
	float: left;
	width: 50%;
}
#social {
	float: right;
	width: 50%;
	text-align: right;
}
#social a {
	display: inline-block;
	margin-left: 10px;
}
#social img {
	width: 30px;
	height: 30px;
}
#social a:hover img {
	opacity: 0.9;
}

/* Mobile
-------------------------------------------------------------- */

#mobile-menu-btn {
	display: none;
}

/* Responsive Images */

img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}
img.size-full, #body img, section img {
	max-width: 100%;
	width: auto;
	height: auto;
}

@media screen and (max-width: 1140px) {
	.wrapper {
		width: 960px;
	}
	#popular-categories li a {
		width: 33.3%;
	}
	.blog-box:nth-child(3n+3) {
		margin-right: 40px !important;
	} 
	.blog-box:nth-child(3n+1){
		clear: none;
	}
	.blog-box:nth-child(2n+1){
		clear: left;
	}
}
@media screen and (max-width: 1024px) {
	.wrapper {
		width: 90%;
	}
	#header {
		padding-bottom: 20px;
	}
	#logo {
		margin: 40px 0 20px;
	}
	
	/* Mobile Menu Start */
	#menu-container {
		display: none;
		clear: both;
		float: none;
		position: static;
	}
	#mobile-menu-btn {
		display: block;
		float: right;
		clear: right;
		color: #fff;
		font-weight: normal;
		font-size: 20px;
		line-height: 1;
		margin: 10px 0 0;
		padding: 10px;
		text-decoration: none;
		text-align: right;
		border-radius: 3px;
		background: #095b6f;
	}
	a#mobile-menu-btn:hover {
		text-decoration: none;
	}
	#menu-container ul, #menu-container ul li {
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		position: static;
	}
	#menu-container ul li {
		position: relative;
	}
	#menu-container ul li.menu-item-has-children a:after {
		content: none;
	}
	#menu-container ul li a {
		width: 100% !important;
		display: block;
		color: #095b6f;
		padding: 15px;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
		border-top: 1px solid #d9e6ea;
		background: #e5eef0;
	}
	#menu-container ul li a:before {
		content: none;
	}
	#menu-container ul li a:hover {
		color: #095b6f;
		text-decoration: none;
		background: #d9e6ea;
	}
	#menu-container ul li ul.sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		position: relative;
		box-shadow: none;
	}
	#menu-container ul li.current-menu-item ul, #menu-container ul li.current-menu-parent ul {
		/* display: block; */
	}
	#menu-container ul li ul.sub-menu ul {
		margin-left: 0;
	}
	#menu-container ul li ul.sub-menu li a {
		color: #095b6f;
		font-size: 16px;
		padding: 17px 15px;
		background: #d9e6ea;
		border-top: 1px solid #ccdee2;
	}
	#menu-container ul li ul.sub-menu li a:hover {
		background: #ccdee2;
	}
	#menu-container ul li ul li ul.sub-menu li a {
		background: #ccdee2;
		border-top: 1px solid #bfd6db;
	}
	#menu-container ul li ul li ul.sub-menu li a:hover {
		background: #000;
	}
	#menu-container ul li a:hover + .sub-menu, #menu-container li ul.sub-menu:hover {
		display: none;
	}
	#menu-container ul li span {
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		display: block;
		text-align: center;
		cursor: pointer;
		background: url(images/plus-icon.png) no-repeat center center;
	}
	#menu-container ul li span.active {
		background: url(images/minus-icon.png) no-repeat center center;
	}
	/* Mobile Menu End */
	
	#banner {
		height: 400px;
		min-height: 400px;
	}
	#popular-categories li a {
		width: 50%;
	}
}
@media screen and (max-width: 845px) {
	.blog-box {
		float: none;
		margin: 20px auto;
	}
	.blog-box:nth-child(3n+3) {
		margin-right: auto !important;
	} 
}
@media screen and (max-width: 768px) {
	#logo {
		float: none;
		margin: 0 auto;
		padding: 20px 0;
	}
	#header #btns {
		float: none;
		margin-top: 0;
		text-align: center;
	}
	#mobile-menu-btn {
		width: 100%;
		float: left;
		text-align: center;
	}
	#banner,
	#sect-banner {
		height: 250px;
		min-height: 250px;
	}
	.home #banner-text p,
	.page-id-10 #banner-text p {
		margin: 15px 0 0;
	}
	#job-search-box {
		width: 100%;
		border-radius: 0;
		margin-top: 0;
	}
	#job-search-box .job_filters .job_types {
		margin-top: 0;
	}
	div.content-half {
		float: left;
		width: 100%;
	}
	section#ctas .cta-image {
		height: 300px;
	}
	section#ctas #cta-red .cta-image {
		display: none;
	}
	section#ctas #cta-red .cta-image-mobile {
		display: block;
	}
	section#ctas .cta-text {
		padding: 40px;
	}
	section#ctas .fixed-width {
		max-width: 100%;
	}
	section#ctas #cta-yellow .cta-text:before,
	section#ctas #cta-red .cta-text:before {
		width: 0;
		height: 0;
		content: none;
		left: 0;
		right: 0;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .grid-images .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
		width: 50%;
	}
	.single_job_listing .col-sm-9 {
		width: 66.666%;
	}
	.single_job_listing .col-sm-3 {
		width: 33.333%;
	}
	.home #job-search-box .col-sm-4, .home #job-search-box .col-sm-8 {
		width: 100%;
	}
	.company-list {
		width: 100%;
		margin: -15px 0 0;
	}
	#body img.image-round {
		display: block;
		max-width: 220px;
		margin: 0 auto;
	}
	#footer-menu {
		text-align: center;
		padding: 40px 0;
	}
	#footer p {
		line-height: 20px;
	}
	#copyright, #social {
		float: left;
		width: 100%;
		text-align: center;
	}
	#social a {
		margin: 0 5px;
	}
}
@media screen and (max-width: 600px) {
	#sect-title {
		padding: 40px 0;
	}
	#banner-text,
	#sect-title {
		font-size: 16px;
	}
	#popular-categories li a,
	#icon-grid li {
		width: 100%;
	}
	section#ctas .cta-image {
		height: 250px;
	}
	#banner h1,
	#sect-banner h1,
	#sect-title h1 {
		font-size: 40px;
	}
	h1,
	#body #registration-form h2{
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3,
	h4 {
		font-size: 20px;
	}
	#body,
	section,
	section#cta-banner,
	section#quote {
		padding: 60px 0 40px;
	}
	.home #body,
	.page-id-10 #body {
		padding: 40px 0;
	}
	.alignleft, .alignright {
		display: block;
		float: none;
		margin: 5px auto 20px;
	}
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .grid-images .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
		width: 100%;
	}
	.single_job_listing .col-sm-9, .single_job_listing .col-sm-3 {
		width: 100%;
	}
	.job_listings .job_filters .search_jobs div.search_keywords,
	.job_listings .job_filters .search_jobs div.search_location,
	.job_listings .job_filters .search_jobs div.search_categories {
		width: 100%;
		padding: .5em 0 .5em;
	}
	.job_listings .job_filters .search_jobs input,
	.job_listings .job_filters .search_jobs .chosen-container-single .chosen-single {
		padding: 8px 10px;
	}
	.job_listings .job_filters .search_jobs .chosen-container-single .chosen-single div b {
		background-position: 0 10px;
	}
	.job_listings .job_filters .search_jobs .chosen-with-drop .chosen-single div b {
		background-position: -18px 10px;
	}
}
@media screen and (max-width: 450px) {
	#logo {
		width: 100%;
		height: auto;
	}
	#logo img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	#header #btns a.btn {
		margin: 5px;
	}
	#body a.btn,
	section a.btn,
	a.btn-white {
		width: 100%;
		padding: 16px 15px 14px 15px;
		margin: 10px 0;
		text-align: center;
	}
	#job-search-box .job_filters .search-fields input#search_keywords,
	#job-search-box .job_filters .search-fields input#search_location,
	#job-search-box .job_filters .search-fields select,
	.job_listings .job_filters .search_jobs input,
	.job_listings .job_filters .search_jobs select,
	.job_listings .job_filters .search_jobs .chosen-container-single .chosen-single,
	#job-search-box .job_filters .chosen-container-single .chosen-single {
		font-size: 14px;
	}
}