/*
Theme Name:   Platinum
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

/********************
join as title animation
********************/

.cd-words-wrapper {
	display: block;
	position: relative;
	text-align: center;
	width: 12.8em !important;
	height: 1em;
}
.cd-words-wrapper b {
	position: absolute;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.cd-words-wrapper b.is-visible {
  
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.team-member-info.join-as {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	bottom: auto;
	text-align: center;
}

.cd-headline.scale b {
  opacity: 1 !important;
}

/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

/********************
common
********************/

html, body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #444;
}

body.mobile {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6, .button {
	font-family: Verdana, sans-serif;
	color: #444;
}

h4 {
	font-size: 2.5em;
	padding: 1em 0;
	font-weight: normal;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
	display: none;
	width:0;
	height:0;
}

strong, b {
    font-weight: bold;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="phone"], input[type="date"], textarea, .widget-text h5, h3.centered-headline span, select {
	font-family: Verdana, sans-serif;
	color: #444;
	font-size: 1em;
}

body.main-overlay-open {
	overflow: hidden;
}

body.mobile.main-overlay-open {
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
	height:100%;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

a:visited {
	
}

.notification.notice a.button {
	background: #002f87;
	color: #fff;
}

a.button:hover {
	background: #002f87;
	color: #fff;
}

.woocommerce-info, .woocommerce-message, .job-manager-message a, .job-manager-message, .notification.notice, .notification.notice a, .notification.notice strong {
	color: #002f87;
	background-color: rgba(0, 47, 135, 0.1);
}

#wrapper {
	transition-delay: 0.1s;
	
}

body.main-overlay-open #wrapper {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	
}

#banner.workscout-search-banner {
	height: 100vh;
	max-height: none;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #002f87;
	background-position: center top !important;
	background-size: cover;

	margin-bottom: 0;
}

body.mobile #banner.workscout-search-banner {
	position: relative;
}



#banner.workscout-search-banner:before {
	background: rgba(0, 47, 135, 0.98);
}

.workscout-search-banner .container {
	position: absolute;
	top: 50%;
	left: 70px;
	transform: translateY(-50%);
	max-width: 100%;
}


body.page-template-template-platinum-meet-the-team .workscout-search-banner .container {
	top: auto;
	bottom: 40px;
}

.workscout-search-banner .container .columns {
	max-width: 800px;
	margin: 0;
}

.search-container {
	padding-top: 0;
	padding-bottom: 0;
}

.search-container h2 {
	font-size: 1.875em;
	text-align: right;
	position: relative;
	height: 200px;
	margin: 0 0 100px -70px;
	padding: 0;
	letter-spacing: 0;
}

.search-container h2 > div:first-child {
	position: absolute;
	background: url('img/heading-background-01.png') top right no-repeat;
	background-size: auto 200px;
	width: 100%;
	height: 200px;
	opacity: 0.78;
	top: 0;
	left: 0;
	z-index: -1;
}

.search-container h2 .banner-title {
	display: block;
	padding-right: 200px;
	text-transform: uppercase;
	line-height: 1.2;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	display: none;
}

.search-container h2 span.active {
	display: block;
}

.search-container form {
	overflow: hidden;
}

.search-container form button {
	float: right;
	background-color: rgba(0, 47, 135, 0.78);
	height: 55px;
}

.fake-input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="phone"], input[type="url"], input[type="date"], textarea, select {
    border: 0;
	border-radius: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	height: 55px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="phone"]:focus, input[type="date"]:focus, textarea:focus {
	border: 0;
}

.vertical-padding-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.job-list h4 span {
	font-size: 0.5625em;
}

.wpb_wrapper h2,
.wpb_wrapper h3 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 5em;
	font-weight: bold;
	color: #444;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.mfp-close {
	background: #002f87;
}

.mfp-close:hover {
	background: rgba(0, 47, 135, 0.85) !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

.hidden-container {
	display: none;
}

.no-padding-right .vc_column-inner {
	padding-right: 0 !important;
}

.no-padding-left .vc_column-inner {
	padding-left: 0 !important;
}

.testimonial-logo {
	width: 250px;
}

.post-content table tr td, article.page table tr td, table.shop_table tr td, table.manage-table tr td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.post-content table th, article.page table th, table.shop_table th, table.manage-table th {
	
}


.scroll-down-icon {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.scroll-down-icon .arrow-down {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-color: #fff;
    border-width: 0px 2px 2px 0px;
	transform: rotate(45deg);
}

.no_resumes_found, .no_job_listings_found {
    background-color: rgba(0, 47, 135, 0.7)!important;
    color: #fff !important;
}

.job-list h4 span {
	top: 0px;
}

span.new_job {
    background-color: rgba(0, 47, 135, 0.4);
}

.chosen-container-single .chosen-search {
	display: none;
}

.vc_column_container.column-padding-left {
	padding-left: 1.2em;
}

.vc_column_container.column-padding-right {
	padding-right: 1.2em;
}

.our-purpose {
  color: #fff;
	max-width: 54em;
	margin: 0 auto;
}

.our-purpose h4 {
  color: #fff;
}

.our-purpose strong {
  color: #fff;
}

#giving-back,
#giving-back h3 {
	
}

#giving-back .wpb_text_column {

}

.page-template-default .container.page-container > .inner > article.sixteen.columns {
	margin: 0 auto;
	padding: 0 100px;
	float: none;
}

.page-template-default .wpb_text_column ol,
.page-template-default .wpb_text_column ul {
	margin-left: 3.7em;
}

.page-template-default .wpb_text_column p,
.page-template-default .wpb_text_column li span  {
	line-height: 1.6;
}

.jobs_found_at_second_pass_notice a {
	color: inherit;
	font-weight: bold;
}

.jobs_found_at_second_pass_notice h3 {
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	color: #444;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
	
	font-size: 1.5625em;
	margin: 1em 0;	
}

.container.blog-post article.post-container .vc_row {
	padding: 0;
}

.container.blog-post article.post-container .flexslider {
	margin-bottom: 0;
}

.platinum-fullwidth .post-container .vc_row {
	padding: 0;
}

.post-content p {
	margin: 0;
}

.flexslider {
	margin: 0 !important;
}

body.archive.category img.attachment-post-thumbnail {
  width: 100%;
}

/********************
edit-profile-notice
********************/

.menu-list a.edit-profile-notice {
	background: #002f87;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0.6em 0.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

/********************
my account page
********************/

.woocommerce-EditAccountForm input[type=submit] {
	margin-top: 2em;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: left !important;
	max-width: 60em !important;
	width: 100% !important;
}

/********************
main-contact-form
********************/
.main-contact-form {
	width: 40%;
	max-width: 400px;
	position: absolute;
    right: 13.90625%;
    top: 50%;
    font-size: 1em;
    transform: translateY(-50%);
	visibility: hidden;
    opacity: 0;
    margin-top: 30px;
}

.main-contact-form.open {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transition: all 0.3s;
}

.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form textarea {
	font-family: Verdana, sans-serif;
	box-shadow: none;
	background: transparent;
	border: 0;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	color: #fff;
	padding-left: 0;
	font-size: 1.625em;
	margin-bottom: 0.5em;
}

.main-contact-form textarea {
	
}

.main-contact-form input::-webkit-input-placeholder,
.main-contact-form textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,0.6);
}

.main-contact-form input[type=submit] {
    background: #fff;
    color: #440F65;
    margin: 1.5em 0 0 0;
	transition: opacity 0.3s;
}

.main-contact-form p {
	margin-left: 0;
	padding-left: 0;
}

.main-contact-form .ajax-loader {
	display: none;
}

.main-contact-form input[type=submit]:hover {
	opacity: 0.7;
}

.main-contact-form textarea {
	min-height: 7em !important;
	max-height: 15em;
}

div.wpcf7-response-output.wpcf7-validation-errors {
	background: rgba(255,255,255,0.05);
	color: #fff;
	font-size: 0.85em;
}

.page .wpcf7-form input.wpcf7-not-valid, .page .wpcf7-form textarea.wpcf7-not-valid, .page .wpcf7-form select.wpcf7-not-valid {
	border: 0;
	background: rgba(0, 47, 135, 0.15);
}

span.wpcf7-not-valid-tip {
	color: rgba(255,255,255,0.7);;
}

/********************
general page layout
********************/

.platinum-fullwidth {
    width: 100%;
    background: #fff;
    padding: 0;
	margin-top: 500px;
}

.platinum-fullwidth.single {

}

.platinum-fullwidth.short-header {
	margin-top: 480px;
}

.platinum-fullwidth .vc_row {
	max-width: 1780px;
	margin: 0 auto;
	float: none;
	padding: 2em 0;
	
}

.vc_row.platinum-padding {
	padding: 2em 70px;
}

.vc_row.platinum-padding > .wpb_column > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.about-container .wpb_text_column {
	padding: 3em;
}

.about-container .wpb_text_column.platinum-padding {
	padding: 2em 70px;
}

.about-content .vc_column-inner {
	padding: 0 !important;
}

.about-content > .wpb_column:first-child .vc_column-inner {
	padding-right: 7px !important;
}

.about-content > .wpb_column:last-child .vc_column-inner {
	padding-left: 7px !important;
}

.container.page-container {
	
}

.container.page-container > .vc_row {
	
}

.container.page-container > .vc_row.full-width {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}



#wrapper > .container {
	background: #fff;
	width: 100%;
    max-width: 100%;
}

#wrapper > .container.shortPageContent {
	margin-bottom: 0 !important;
}	

#titlebar {
	margin-bottom: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
    width: 100%;
	
	
}

#titlebar.photo-bg .container {
	z-index: auto;
}

body.mobile #titlebar {
	position: relative;
}

#titlebar:after {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: rgba(0, 47, 135, 0.17);
	position: absolute;
	z-index: -1;
	
}

#backtotop {
	display: none !important;
}

/********************
platinum-menu
********************/

.platinum-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.platinum-menu.hide {
	visibility: hidden;
	opacity: 0;
}

body.scrolled .platinum-menu {
	background: #fff;
	color: #002f87;
	
	
}

.main-logo {
	display: block;
	float: left;
	width: 160px;
	margin: 28px 0 0 70px;
	transition: all 0.2s;
	overflow: hidden;
}

body.scrolled .main-logo {
	margin: 14px 0 8px 70px;
	
}

.main-logo.clipped {
	
	
}

.main-logo svg {
	width: 160px;
	height: 40.88px;
	transition: all 0.3s ease-in-out;
	
}

body.scrolled .main-logo svg {
	width: 160px;
	transition-delay: 0s;
}




body.main-overlay-open .main-logo {
	display: none;
}

.menu-list {
	float: right;
	margin: 36px 120px 0 0;
	transition: all 0.4s;
}

body.scrolled .menu-list {
	margin-top: 20px;
}

body.main-overlay-open .menu-list {
	display: none;
}

.menu-list a {
	color: #fff;
	font-size: 16px;
	padding: 0 12px;
}

body.scrolled .menu-list a {
	color: #002f87;
}

/********************
platinum logo
********************/

.main-logo svg > g {
	transition-property: all;
	transition-duration: 0.5s;
	
}

body.scrolled .main-logo svg > g {
	transition-duration: 0s;
}

body.scrolled .main-logo svg .cls-1 {
	fill: #002f87;
}


body.scrolled .main-logo svg > g.platinum,
.main-logo.start svg > g.platinum {
	transform: translateY(20px);
	opacity: 0;
}

body.scrolled .main-logo svg > g.recruitment,
.main-logo.start svg > g.recruitment {
	transform: translateY(-20px);
	opacity: 0;
}

/********************
meet-the-team
********************/

.meet-the-team,
.meet-the-team .wpb_wrapper h3 {
	color: #fff;
}

.meet-the-team {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.team-member-container {
	font-size: 0;
	padding-top: 0;
}

.team-member-box {
	font-size: 1rem;
	width: 24.25%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1%;
	
}

.team-member-box:nth-child(4n + 2) {
	margin-left: 1%;
	margin-right: 0.5%;
	border: 0;
	
}

.team-member-box:nth-child(4n + 3) {
	margin-left: 0.5%;
	margin-right: 1%;
	border: 0;
}


.team-member-photo.join-as {
	background: rgba(255,255,255,0.05);
}

.team-member-photo.join-as:hover {
	background: rgba(255,255,255,0.1);
}



.team-member-photo a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.team-member-photo a:hover {
	opacity: 1;
}

.team-member-photo img {
	width: 100%;
	display: block;
	transition: all 0s;
}

.team-member-photo img.defaultImage {
	opacity: 1;
}

.team-member-photo img.hoverImage {
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
}

.team-member-box:hover .team-member-photo img {
	/*transform: scale(1);
  transform-origin: center center;*/
}

.team-member-box:hover .team-member-photo img.defaultImage {
	/*opacity: 0;*/
}

.team-member-box:hover .team-member-photo img.hoverImage {
	/*opacity: 1;*/
}

.team-member-info {
	position: absolute;
	left: 20px;
	bottom: 35px;
	z-index: 2;
}

.meet-the-team .wpb_wrapper .team-member-box h3,
.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-family: Verdana, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	margin: 0;
	padding: 0;
}

.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-size: 1em;
}

.team-member-box .social-links {
	position: absolute;
	float: none;
	margin: 0;
    left: 20px;
    bottom: 10px;
	z-index: 2;
}

.team-member-box .social-links > div {
	width: 16px;
	height: 22px;
}

.team-member-box .social-links > div:first-child {
	margin-left: 0;
}

.team-member-box .social-links a {
	width: 16px;
	height: 22px;
	background-size: 16px;
}

/********************
single-team-nav
********************/

.single-team .single-team-nav .wpb_wrapper h3.main-title {
	text-align: center;
	padding: 1.2em 0 0.5em;
	margin: 0 !important;
	font-size: 2.5em;
}

.single-team-nav .team-member-container {
	text-align: center;
	padding-top: 0;
	position: relative;
	max-width: 1780px;
	overflow: hidden;
	margin: 0 auto;
}

.single-team-nav .team-member-box {
	width: 22%;
	vertical-align: middle;
	margin-top: 2%;
	margin: 0 10px;
	text-align: left;
}



.team-member-box.hidden {
	display: none;
}




.single-team-nav .nav-button {
    background: url('img/icon-arrow-left-white.svg') 0 0 no-repeat;
    width: 20px;
    height: 50px;
    position: absolute;
    left: 150px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
	z-index: 10;
}

.single-team-nav .nav-button.next {
	background-image: url('img/icon-arrow-right-white.svg');
	left: auto;
	right: 150px;
}

/********************
home search banner
********************/

.workscout-search-banner select.radius_type {
	padding: 0 12px;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
	width: 11.9%;
	margin: 0 2% 0 0;
	font-size: 1em;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	color: rgba(68,68,68,0.7);
	
}

.workscout-search-banner #search_location {
	width: 32.4%;
	margin-right: 0;
	
}


.workscout-search-banner .search-options {
	width: 100%;
	height: 50px;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	display: none;
}

.workscout-search-banner .search-options a.item {
	display: inline-block;
	line-height: 50px;
	padding: 0;
	width: 16.5%;
	cursor: pointer;
	color: #fff;
	font-size: 0.75rem;
	border-right: 1px solid rgba(255,255,255,0.2);
	transition: all 0.2s;
}

.workscout-search-banner .search-options a.item:last-child {
	border: 0;
}

.workscout-search-banner .search-options a.item span i {
	font-size: 1.4em;
}

.workscout-search-banner .search-options a.item:hover {
	background: rgba(255,255,255,0.2);
}

.workscout-search-banner .search-options a.item.selected {
	background: rgba(255,255,255,1);
	color: #002f87;
}

.workscout-search-banner .search-options a.item:hover span {
	padding-bottom: 4px;
}

.workscout-search-banner .search-options a.item.selected:hover {
	background: rgba(255,255,255,1);
	opacity: 1;
}

.workscout-search-banner .search-options ul.checkboxes {
	list-style: none;
}

.workscout-search-banner .search-options li {
	float: left;
}



/********************
single team
********************/

.single-team .wpb_wrapper h3 {
	
	font-size: 1.5625em;
	margin: 1em 0;
	
}

.single-team #banner .contact-info {
	padding: 1em 0 0 0;
	line-height: 1.6;
}

.single-team #banner .contact-info a {
	color: #fff;
	font-size: 1em;
}

/********************
meet the team grid
********************/

.vc_gitem-zone-b .vc_gitem-zone-mini {
	color: #fff;
}

.vc_gitem-animate-slideTop .vc_gitem-zone-b {
	transition: all 0.3s ease !important;
	opacity: 0;
	top: -50% !important;
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
	opacity: 1;
	top: 0 !important;
}

/********************
main-menu-icon
********************/
.main-menu-icon {
	position: fixed;
	top: 41px;
	right: 70px;
	cursor: pointer;
	width: 28px;
	height: 24px;
	z-index: 5100;
	visibility: visible;
	transition: all 0.4s, opacity 0.5s;
}


.main-menu-icon.hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s, opacity 0s;
	
}



body.scrolled .main-menu-icon {
	top: 24px;
}

.main-menu-icon > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 3px;
	background: #fff;
}

body.scrolled .main-menu-icon > div {
	background: #002f87;
}

body.main-overlay-open .main-menu-icon {
	visibility: visible;
}

body.main-overlay-open .main-menu-icon > div {
	background: #fff;
}

.main-menu-icon > div:nth-child(2) {
	top: 8px;
}

.main-menu-icon > div:nth-child(3) {
	top: 16px;
}

body.main-overlay-open .main-menu-icon > div:nth-child(1) {
	top: 8px;
	transform: rotate(45deg);
}

body.main-overlay-open .main-menu-icon > div:nth-child(2) {
	display: none;
}

body.main-overlay-open .main-menu-icon > div:nth-child(3) {
	top: 8px;
	transform: rotate(-45deg);
}

/********************
main header
********************/

header#main-header {
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 50;
	display: none;
	color: #fff;
	left: 0;
	top: 0;
}

header#main-header a {
	color: #fff;
}

header#main-header a:hover {
	opacity: 0.7;
}

header#main-header .close-button {
	position: absolute;
	right: 70px;
	top: 70px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

header#main-header .close-button > div {
	width: 32px;
	height: 4px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0;
}

header#main-header .close-button > div:last-child {
	transform: rotate(-45deg);
}


header#main-header .contact-info {
	position: absolute;
	right: 13.90625%;
	top: 50%;
	font-size: 1.25em;
	transform: translateY(-50%);
	text-align: right;
	opacity: 0;
	margin-top: 30px;
	visibility: hidden;
}

header#main-header .contact-info.open {
	margin-top: 0;
	opacity: 1;
	transition: all 0.3s;
	transition-delay: 0.3s;
	visibility: visible;
}

header#main-header .contact-info.no-transition-delay {
	transition-delay: 0s;
}

header#main-header .contact-info a:hover {
	text-decoration: underline;
}

/********************
main-menu-list
********************/

.main-menu-list {
	list-style: none;
	position: absolute;
	left: 13.90625%;
	top: 50%;
	transform: translateY(-50%);
	font-family: Verdana, sans-serif;
	font-size: 2.5em;
	opacity: 0;
	margin-top: -30px;
	
}

.main-menu-list li {
	line-height: 1.5em;
}

body.main-overlay-open .main-menu-list {
	margin-top: 0;
	opacity: 1;
	transition: all 0.3s;
	transition-delay: 0.3s;
}

.main-menu-list .sub-menu {
  font-size: 0.7em;
  margin: 0.8em 0 0 0.8em;
  padding: 0;
  display: none;
}

.main-menu-list li {
  position: relative;
}

.main-menu-list .employers-dropdown-button {
  position: absolute;
  left: 5.5em;
  top: 0.55em;
  background: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('img/down-arrow.svg') center no-repeat;
  background-size: 0.5em;
  transition: transform 0.2s;
  cursor: pointer;
}

.main-menu-list .employers-dropdown-button.open {
  transform: rotate(180deg);
}


/********************
slider bullets
********************/

.persephone.horizontal {
	top: 95% !important;
}


.persephone .tp-bullet {
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-color: #fff;
	background: transparent;
}

.persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
	background: #fff;
}




/********************
social links
********************/


.social-links {
	margin: 20px -10px 0 0;
	text-align: center;
	padding: 0px;
	float: right;
}

.social-links > div {
	width: 52px;
	height: 32px;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
}

#footer .social-links > div:first-child {
	margin-left: 0;
}

.social-links > div:last-child {
	margin-right: 0;
}

.social-links > div:after {
	content: '';
	border-right: 1px solid rgba(255,255,255,0.5);
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
}

.social-links > div:first-child:after {
	display: none;
}

.social-links a {
	background: url('img/social/twitter.svg') center center no-repeat;
	width: 52px;
	height: 32px;
	display:block;
	padding: 0;
	text-indent: -9999px;
	background-size: 32px;
}

.social-links a:hover {
	opacity: 0.7;
}


.social-links a.social-instagram {
	background-image: url('img/social/instagram.svg');
}

.social-links a.social-linkedin {
	background-image: url('img/social/linkedin.svg');
}

.social-links a.social-google-plus {
	background-image: url('img/social/google-plus.svg');

}

.social-links a.social-facebook {
	background-image: url('img/social/facebook.svg');

}

.social-links a.social-youtube {
	background-image: url('img/social/youtube.svg');

}

.social-links a.social-email {
	background-image: url('img/social/email.svg');

}

header .subscribe-newsletter {
  clear: right;
  padding-top: 30px;
}



/********************
menu-bg
********************/

.menu-bg {
	position: fixed;
	width: 32px;
	height: 32px;
	font-size: 30px;
	text-align: center;
	border-radius: 100%;
    top: 50px;
    right: 84px;
	background: rgba(0, 47, 135, 0.9);
	transition: 0.4s;
  	visibility: hidden;
	transform: translate3d(50%, -50%, 0);
	transform-origin: center center;
	z-index: 40;
	will-change: transform, width, height;
}

body.scrolled .menu-bg {
	top: 35px;
}

body.main-overlay-open .menu-bg {
	visibility: visible;
	transition: 0.6s;
	width: 300vw;
	height: 300vw;
}

/********************
footer
********************/

#footer {
	background: #002f87;
	color: #fff;
	width: 100%;
	opacity: 1;
	position: relative;
}

#footer.shortPageContent {
	position: relative;
	z-index: 1 !important;
}

body.main-overlay-open #footer {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	
}

#footer > p {
	text-align: center;
	margin: 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .get-in-touch {
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
	font-size: 5.625em;
	text-align: center;
	padding: 0.6em 0 0.7em;
}

#footer .get-in-touch a {
	text-decoration: none;
}

#footer .contact-info {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8em;
}

#footer .love-platinum {
	color: #fff;
	padding: 0.5em 1em;
	font-size: 0.7em;
  border: 1px solid #fff;
}

#footer .subscribe-newsletter {
  background: #fff;
  color: #002f87;
  padding: 0.5em 1em;
  font-size: 0.8em;
}

#footer .subscribe-newsletter:hover,
#footer .love-platinum:hover {
	text-decoration: none;
}

.footer-bottom {
	border: 0;
	margin-top: 0;
	padding: 1.875em 0;
}

.copyrights {
	color: #fff;
}

.end-footer {
	padding: 2em 5%;
	width: 90%;
	color: #002f87;
	background: #fff;
	font-size: 0.875em;
}

#footer .end-footer a {
	color: #002f87;
}

.rec-member-logo {
	width: 170px;
	float: right;
	margin-top: -10px;
}

#backtotop {
	bottom: 90px;
}

#footer .social-links {
    float: none;
    margin: 2em auto 1em;
    width: 124px;
}

/********************
home
********************/
.home-page-container {
	width: 100%;
	background: #fff;
	padding: 0;
	margin-top: 100vh;
}

.home-page-container.platinum-fullwidth {
	margin-top: 100vh;
}

body.mobile .home-page-container.platinum-fullwidth {
    margin-top: 0;
}

body.mobile .container.platinum-fullwidth {
	margin-top: 0;
}

.home-page-container > article.columns {
	margin: 0 auto;
	padding: 0 100px;
	float: none;
}

.vc_row.no-padding > .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}

#rev_slider_1_1_wrapper ul li {
	filter: none;
}

#rev_slider_1_1_wrapper ul li:first-child {
	filter: none;
}

/*
#rev_slider_1_1_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 47, 135, 0.17);
    position: absolute;
	z-index: 30;
}
*/

.home-testimonials .testimonial > .wpb_column > .vc_column-inner {
	padding: 0;
}

.home-testimonials .testimonial > .wpb_column:first-child > .vc_column-inner {
	padding-right: 7px;
}

.home-testimonials .testimonial > .wpb_column:last-child > .vc_column-inner {
	padding-left: 7px;
}

.wpb_wrapper .see-more-button {
	text-align: center;
	background: #002f87;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0.1em 1.2em;
	
}

.wpb_wrapper .see-more-button:hover {
	
}

#wrapper:after {
    content: '';
    left: 0;
    top: 0;
    background: #eee;
    width: 100%;
	height: 550px;
    z-index: -5;
    position: absolute;
}

label[for=salary_check].checked:before {
	background: #002f87 !important;
}

/********************
overlay dialog
********************/

.overlay-dialog-container {
	overflow: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 50;
}

.overlay-dialog a {
	color: #fff;
	text-decoration: underline;
}

.overlay-dialog h2 {
	color: #fff;
	font-size: 2.5em;
	font-family: Verdana, sans-serif;
}

.overlay-dialog .small-dialog-headline {
	background: transparent;
	padding: 0;
	border: 0;
}

.overlay-dialog .small-dialog-content {
	padding: 0;
}

.overlay-dialog input[type=text],
.overlay-dialog input[type=email],
.overlay-dialog input[type=password] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	color: #fff;
	padding-left: 0;
	font-size: 1.625em;
	box-shadow: none;
}

.overlay-dialog input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.6);
}


.overlay-dialog input[type=submit] {
	background: #fff;
	color: #440F65;
	margin: 1.5em 0 0 0;
}

.status.pfix {
	background: transparent;
	margin: 1em 0 0 0;
	padding: 0;
	height: 2em;
}

.status.pfix {
	height: auto;
}

.overlay-dialog .chosen-container-single .chosen-single {
	background: rgba(255,255,255,0.1);
	border: 0 !important;
	color: #fff;
}

.overlay-dialog .chosen-container-single .chosen-single span {
	color: inherit;
}

.overlay-dialog .chosen-container-single .chosen-drop {
	background: #440F65;
	border: 0 !important;
	color: #fff;
}

/********************
login-dialog
********************/
#login-dialog {
	position: fixed;
	left: 13.90625%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	background: transparent;
	color: #fff;
	opacity: 0;
	margin-top: -30px;
	max-width: 25em;
	width: 80%;
	visibility: hidden;
}

#login-dialog.open {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	transition-delay: 0.3s;
}

/********************
lost-password-dialog
********************/
#lost-password-dialog {
	position: fixed;
	left: 13.90625%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	background: transparent;
	color: #fff;
	opacity: 0;
	margin-top: -30px;
	max-width: 30em;
	width: 80%;
	visibility: hidden;
}

#lost-password-dialog.open {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	transition-delay: 0.3s;
}

#lost-password-dialog p {
	line-height: 1.6em;
	width: auto;
}

/********************
signup-dialog
********************/
#signup-dialog {
	position: fixed;
	left: 13.90625%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	background: transparent;
	color: #fff;
	opacity: 0;
	margin-top: -30px;
	max-width: 25em;
	width: 80%;
	visibility: hidden;
}

#signup-dialog.open {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	transition-delay: 0.3s;
}

#signup-dialog .headline,
#login-dialog .headline {
	display: none;
}


#signup-dialog #workscout_user_role {
	display: none;
}

#signup-dialog .looking-for {
	display: none;
}

#signup-dialog label[for=workscout_user_role] {
	display: none;
}

.info_permission {
	font-size: 0.9em;
	line-height: 1.32;
	opacity: 0.75;
}

input[type="checkbox"] {
	margin: 0;
}

#how-did-you-hear-about-us {
  font-size: 1.2em;
}

#how_did_you_hear_about_us_chosen {
  margin-top: 1em;
  margin-bottom: 0;
}

#how_did_you_hear_about_us_chosen .chosen-drop {
  background: #2b519a;
  color: #fff;
}

#how_did_you_hear_about_us_chosen li {
  color: #fff;
  opacity: 0.7;
  font-size: 0.9em;
}

#how_did_you_hear_about_us_chosen li.selected {
  opacity: 1;
}

#how_did_you_hear_about_us_chosen .chosen-single {
  font-size: 0.9em;
  height: 2.666666em;
  line-height: 2.666666em;
}



/********************
single job listing
********************/

.single-job_listing .container .six.columns {
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.single-job_listing .container .six.columns .job-overview {
	color: #002f87;
	background: transparent;
	box-shadow: none;
	padding: 0 2rem;
}

.single-job_listing .container .six.columns .widget {
	margin: 0 0 2rem 0;
}

.single-job_listing .container .six.columns .widget h4 {
	color: #002f87;
	padding: 2rem 2rem;
	margin-bottom: 0;
	font-size: 1.875em;
}

.single-job_listing .container .six.columns .job-overview strong {
	color: #002f87;
	opacity: 0.6;
	
}

.single-job_listing .container .six.columns .job-overview ul li a {
	color: #002f87;
}

.single-job_listing .container .six.columns .job-overview ul li i {
	color: #002f87;
	opacity: 0.6;
}

.single-job_listing .container .six.columns .job-overview a.small-dialog {
	
}

.single-job_listing .container .six.columns .job-overview a.small-dialog:hover {
	opacity: 0.7;
}

.single-job_listing .ten.columns {
	width: 64.4% !important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 3%;
}

.single-job_listing .six.columns {
	width: 32.6% !important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	float: right;
}

.single-job_listing .job_description p:first-child {
	font-weight: bold;
	font-size: 1.2em;
}

div.job-manager-applications-applied-notice {
	background-color: rgba(0, 47, 135, 0.65);
	color: #fff;
}

.job-overview .button.edit-my-cv {
	background-color: rgba(0, 47, 135, 0.1);
	color: #002f87;
}

.job-overview .button.edit-my-cv:hover {
	background-color: rgba(0, 47, 135, 0.3);
	color: #002f87;
}

/********************
application complete
********************/

.application-complete h2 {
	color: #002f87;
	font-size: 2.5em;
}

.application-complete p {
	padding: 1em 0;
	font-size: 1.2em;
}

.application-complete a {
  text-decoration: underline;
}

/********************
share buttons single job listing
********************/
.single-share-job-container {
	width: 100%;
	overflow: hidden;
}

.single-share-job-container .social-links {
	float: none;
	width: 300px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.single-share-job-container .social-links > div {
	width: 36px;
}

.single-share-job-container .social-links > div:first-child {
	margin-left: 0;
}

.single-share-job-container .social-links a {
	width: 36px;
	background-size: 20px;
}

.single-share-job-container .social-links > div:first-child {
	margin-left: 15px;
}

.single-share-job-container .social-links > div:first-child:after {
	display: block;
}

.single-share-job-container .social-links > div:last-child:before {
    content: '';
    border-right: 1px solid rgba(255,255,255,0.2);
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
}

/********************
job listing box
********************/

li .job-spotlight {
	position: relative;
	overflow: hidden;
}

.job-list > li a.overlay-link:hover,
li .job-spotlight a.overlay-link:hover {
	opacity: 1;
}

.job-list > li .view-job-label,
li .job-spotlight .view-job-label {
	position: absolute;
	right: 20px;
	bottom: -10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	transition: all 0.3s;
	opacity: 0;
	transition-delay: 0.1s;
	text-align: right;
	z-index: 1;
}

.job-list > li:hover .view-job-label,
li .job-spotlight:hover .view-job-label {
	bottom: 10px;
	opacity: 1;
}

.job-list > li .overlay,
li .job-spotlight .overlay {
	content: '';
	position: absolute;
	right: -40%;
	top: -10%;
	width: 50%;
	height: 140%;
	background: rgba(0, 47, 135, 0.7);
	transform: skew(-20deg);
	opacity: 0;
	transition: all 0.3s;
	z-index: 1;
}

.job-list > li:hover .overlay,
li .job-spotlight:hover .overlay {
	right: -15%;
	opacity: 1;
}

.job-list > li a.button i,
li .job-spotlight a i {
	color: #fff;
}

.job-overview, .job-spotlight {
	border: 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.job-spotlight a h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9375em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
	text-transform: uppercase;
}

li .job-spotlight p {
	font-size: 0.6875em;
	line-height: 1em;
}

.job-spotlight span {
	font-size: 0.75em;
	font-weight: bold;
	color: #444;
}

.job-spotlight span a {
	color: #444;
	font-size: inherit;
}

.job-list > li a.button,
.job-spotlight a.button {
	font-size: 0.6em;
	padding: 0 0.8em;
	width: auto;
	line-height: 2.5em;
	color: #fff;
	z-index: 500;
}

.job-list > li a.button.disabled {
	
}

.job-list > li a.button:hover,
.job-overview a.button:hover,
.job-spotlight a.button:hover {
	background-color: rgba(0, 47, 135, 0.7);
	color: #fff;
	opacity: 1;
}


.workscout-search-banner .button:hover {
	background-color: rgba(0, 47, 135, 0.7);
	color: #fff;
	opacity: 1;
}


.job-list > li a.button.saved,
.job-list > li a.button.saved:hover, 
.job-spotlight a.button.saved,
.job-spotlight a.button.saved:hover {
	background-color: rgba(0, 47, 135, 1);
	opacity: 0.3;
	cursor: default;
}

.job-manager-pagination ul li a {
	background: transparent;
	color: #002f87;
	border: 1px solid rgba(0, 47, 135, 0.5);
}

.job-manager-pagination ul li span {
	border: 1px solid rgba(0, 47, 135, 1);
}

/********************
listing box for jobs, resumes etc.
********************/

body.post-type-archive-job_listing #wrapper > .container {
	background: #eee;
}

.resumes li.highlighted a:before, .resumes li a:before, .job-list li.job_position_featured a:before, .job-list > li a:before {
	border: 0 !important;
	display: none;
}

.job-list > li,
.job-list > li:hover {
	border-color: red !important;
 	border: 0 !important;
 
}

.resumes li a p,
.job-list > li a p {
	color: #444;
	font-size: 0.6875em;
	line-height: 1em;
}

.job-list.full .job-list-content h4 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    border-bottom: 1px solid #ddd;
	padding-top: 0;
    padding-bottom: 0.4em;
	margin-bottom: 0.4em;
    text-transform: uppercase;
	line-height: 1.32;
	color: #002f87;
}

.job-list .company_logo {
	display: none;
}

.job-list .job-list-content {
	margin-left: 1.2em;
	margin-right: 1.2em;
}

.resumes li,
.job_listings > li,
.job-list > li {
	border: 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	margin-bottom: 20px;
	overflow: hidden;
	
}

.resumes li:nth-child(2n), .job_listings > li:nth-child(2n), .job-list > li:nth-child(2n) {
	background-color: #fff;
}

.job-list > li a .job-icons span {
    font-size: 0.75em;
    font-weight: bold;
    color: #444;
	margin: 0;
}

form.apply_with_resume p {
	display: none;
}

form.apply_with_resume p:last-child {
	display: block;
}

/********************
job box overlay
********************/

.job-box-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 47, 135, 0.98);
	z-index: 600;
	color: #fff;
}

.job-box-overlay .close-button {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.job-box-overlay .close-button span {
	display: block;
	position: absolute;
	left: 10px;
	top: 17px;
	width: 16px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
}

.job-box-overlay .close-button span:first-child {
	transform: rotate(-45deg);
}

.job-box-overlay.login-to-share .notice {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.job-box-overlay.login-to-share a {
	display: inline;
	width: auto;
	height: auto;
	color: #fff;
	text-decoration: underline;
}

/********************
submit resume
********************/

body.page-id-13 #wrapper > .container {
	background: #eee;
}

.fieldset-candidate_first_name,
.fieldset-candidate_last_name,
.fieldset-candidate_email,
.fieldset-platinum_password,
.fieldset-platinum_phone,
fieldset-platinum_password_confirm
 {
	width: 49% !important;
	float: left;
}
.fieldset-candidate_first_name,
.fieldset-candidate_email,
.fieldset-platinum_password {
	margin-right: 2%;
}

.fieldset-candidate_location,
.fieldset-candidate_title {
	width: 100%;
}

.fieldset-candidate_photo .job-manager-uploaded-file-preview img {
	max-width: 300px;
}

#submit-resume-form input.error {
	background: rgba(0, 47, 135, 0.25);
}

#submit-resume-form.edit-resume fieldset {
	display: none;
}

#submit-resume-form.edit-resume .fieldset-resume_file {
	display: block;
}

.my-account-resume-section .job-manager-message {
	display: none;
}

.job-manager-error {
	background: rgba(0, 47, 135, 0.75);
	color: #fff;
}

/********************
resume preview
********************/

#resume_preview #titlebar {
	position: relative;
	height: auto;
	background: transparent;
}

.resume_preview h3 {
	font-size: 3em;
	color: #002f87;
	text-transform: none;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}

.resume_preview .candidate_photo {
	float: none;
	border-radius: 0;
}

.resume_preview .resume-titlebar .resumes-content {
	margin-left: 0;
}

.resume_preview #titlebar.resume h4 {
	opacity: 1;
	font-size: 3em;
}

.resume_preview #titlebar.resume .resume-titlebar .resumes-content h4 span,
.resume_preview .resumes-content h4 span {
	margin-top: 0.3em;
}

.resume_preview #titlebar span.icons a {
	font-size: 1em;
	color: #444;
}

#resume_preview .resume-titlebar {
    margin-left: 0;
}

#post-13.sixteen.columns {
	width: 100%;
}

.resume_preview_title h2 {
	background: rgba(255, 255, 255, 0.6);
	padding: 0 1em;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}

/********************
single resume
********************/

#titlebar.resume {
	background: #002f87;
}

#titlebar.photo-bg.resume h2 {
	font-size: 3.2em;
}

#titlebar.resume h4 {
	margin: 0;
	padding: 0;
	opacity: 0.7;
}

#titlebar.resume span {
	color: #fff;
	font-size: 1.2em;
}

#titlebar.resume .candidate_photo {
	width: 6.25em;
	height: auto;
}

.resume-table strong:before {
    display: block;
    width: 15px;
    height: 15px;
    background: transparent;
    content: "";
    margin: 20px 0 0 -8px;
    position: absolute;
    left: -4px;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #002f87;
}

.resume-table dd, .resume-table dt {
    padding: 0 0 0 1.5em;
}

dl.resume-table dt {
	padding: 1.5em 0 0 1.5em;
}

.resume-table strong {
	color: #002f87;
}

.container.resume-details h3 {
	font-size: 3em;
	color: #002f87;
}

/********************
share job
********************/

.share-job-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 47, 135, 0.98);
	z-index: 600;
	color: #fff;
}

.share-job-container .close-button {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.share-job-container .close-button span {
	display: block;
	position: absolute;
	left: 10px;
	top: 17px;
	width: 16px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
}

.share-job-container .close-button span:first-child {
	transform: rotate(-45deg);
}

.share-job-container .social-links {
	float: none;
	width: 206px;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.social-links > div:after {
	border-color: rgba(255,255,255,0.2);
}

.share-job-container .social-links > div {
	width: 36px;
}

.share-job-container .social-links > div:first-child {
	margin-left: 0;
}

.share-job-container .social-links a {
	width: 36px;
	background-size: 20px;
}


/********************
jobs page
********************/

.container.page-container.right-sidebar .eleven.columns {
	width: 75%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.container.page-container.right-sidebar .five.columns {
	width: 20%;
	margin-left: 0;
	margin-right: 0;
	padding: 1em 2.5%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-bottom: 4em;
	float: right;
}

/********************
job_filters
********************/
.job_filters .widget h4 {
	font-size: 1.875em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0;
	
}

.filters-toggle {
    width: 100%;
    background: #002f87;
    padding: 0;
    margin: 0 0 2em 0;
    font-size: 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
	cursor: pointer;
	display: none;
}

.checkboxes label {
	padding-left: 42px;
	padding-top: 7px;
	font-size: 1.2em;
}


h4.checkboxes label[for=salary_check] {
	margin-bottom: 0;
	font-size: 1.2rem;
}

.widget.widget_range_filter h4.checkboxes.disabled {
	opacity: 0.5;
}

.widget.widget_range_filter h4.checkboxes.disabled:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	background: transparent;
	opacity: 0.1;
	z-index: 10;
}

.checkboxes label:before {
    width: 32px;
    height: 32px;
	line-height: 28px;
    margin-right: 10px;
    
}

.checkboxes input[type=checkbox]:checked + label:before {
	line-height: 28px;
}

.job_filters .chosen-container {
	width: 100% !important;
}

.widget_range_filter-inside.disabled {
	opacity: 0.2;
	position: relative;
}

.widget_range_filter-inside.disabled:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	background: transparent;
	opacity: 1;
	z-index: 10;
}

.search_location input {
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}
input[name=search_radius] {
	margin-bottom: 0;
	height: 3em;
}

.job_filters > .widget {
	margin-bottom: 1em;
}

.job_filters #search_location {
	float: left;
	width: 75%;
	height: 3.4em;
	-webkit-appearance: none;
	border-radius: 0;
}

.job_filters #search_location:focus {
	border: 1px solid #d8d8d8;
}

.job_filters .widget select.radius_type {
	padding: 0 0.3em;
	height: 3.4em;
	box-shadow: none;
	border-radius: 0px;
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
	width: 25%;
	margin: 0;
	border-left-width: 0;
	
}

.job_filters input[type="text"] {
    padding: 1em;
}

/********************
listing box in jobs page
********************/

body.archive .job-list {
	font-size: 0;
	z-index: 1;
}

body.archive .job-list > li {
	font-size: 1rem;
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

body.archive .job-list > li:nth-child(2n + 1) {
	margin-right: 1%;
}

body.archive .container > .vc_row.platinum-padding > article {
  width: 60%; float: left; padding-top: 2em;
}


body.archive.category .container > .vc_row.platinum-padding > article {
  width: 100%;
  float: none;
  padding-top: 0;
}




/********************
listing box in single page
********************/




/********************
job labels
********************/

.job-list h4 span,
.job-spotlight h4 span {
	font-size: 9px;
	line-height: 1.7em;
	padding: 0 0.7em;
}

.job-list .job-manager-applications-applied-notice {
    position: absolute;
    right: -20px;
    top: 7px;
    border: 1px dotted rgba(170, 170, 170, 0.36);
    border-width: 1px 0 1px 0;
    background: transparent;
    color: #aaa;
}

.job-list span.job-type {
	display: none;
}

.job-list > li > a {
	display: block;
}


.job-list > li a:hover {
	opacity: 1;
}

.job-list > li a p {
	margin: 0;
	padding: 1em 0;
}

.job-list li:hover {
	background-color: #fff !important;
}

span.full-time {
	background: rgba(0, 47, 135, 1);
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
}

span.part-time {
	background: rgba(0, 47, 135, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
}

span.temporary {
	background: rgba(0, 47, 135, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
}

span.freelance {
	background: rgba(0, 47, 135, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
}

span.internship {
	background: rgba(0, 47, 135, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
}

span.permanent {
	background: rgba(0, 47, 135, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: transparent;
}

span.job-manager-applications-applied-notice {
	background: rgba(0, 47, 135, 0.2);
	color: #002f87;
}

.job-spotlight h4 span.job-manager-applications-applied-notice {
	color: #002f87;
}



/********************
page title bar
********************/

#titlebar.photo-bg {
	padding: 0;
	height: 500px;
	background-position: center top !important;
}

body.post-type-archive-job_listing #titlebar.photo-bg {
	background: url('img/job-listing-banners/default.jpg');
}

body.post-type-archive-job_listing #titlebar.photo-bg.architecture-design {
	background: url('img/job-listing-banners/architecture-design.jpg');
}

body.post-type-archive-job_listing #titlebar.photo-bg.construction-property {
	background: url('img/job-listing-banners/construction-property.jpg');
}

body.post-type-archive-job_listing #titlebar.photo-bg.engineering {
	background: url('img/job-listing-banners/engineering.jpg');
}

body.post-type-archive-job_listing #titlebar.photo-bg.facilities-management {
	background: url('img/job-listing-banners/facilities-management.jpg');
}

body.post-type-archive-job_listing #titlebar.photo-bg.rail-transport {
	background: url('img/job-listing-banners/rail-transport.jpg');
}

body.post-type-archive-job_listing #titlebar.photo-bg.roads-and-highways {
	background: url('img/job-listing-banners/roads-and-highways.jpg');
}


body.post-type-archive-job_listing #titlebar.photo-bg.other {
	background: url('img/job-listing-banners/default.jpg');
}



#titlebar.photo-bg:before {
	display: none;
}

#titlebar.photo-bg h2 {
	font-size: 2.25em;
	line-height: 1.2em;
	width: 100%;
}

#titlebar.photo-bg h2 div {
	float: left;
	margin-bottom: 0.2em;
	margin-right: 0.5em;
}

#titlebar.photo-bg h2 span {
	top: 0;
	float: left;
}

#titlebar span a, #titlebar span {
	font-size: 1.5em;
}

#titlebar.photo-bg span a {
	font-size: 1em;
}

#titlebar.photo-bg span span {
	font-size: 1em;
	color: rgba(255,255,255,0.7);
	margin-bottom: 3px;
	display: inline-block;
}

#titlebar.photo-bg .job-count {
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 5.6875em;
	color: #fff;
	line-height: 1;
	height: auto;
	display: none;
}

#titlebar.photo-bg .job-count span {
	display: block;
	
	
}

#titlebar.photo-bg .container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

#titlebar.photo-bg .container .columns {
	margin: 0;
}

#titlebar.photo-bg .container .twelve.columns {
	padding-left: 70px;
}

#titlebar.photo-bg .button,
#titlebar.photo-bg .button.bookmark-notice {
	position: static;
	right: auto;
	top: auto;
	background: #002f87;
	color: #fff;
	transform: none;
	margin-top: 2em;
}

#titlebar.photo-bg a.button.bookmark-notice {
	margin-right: 1em;
}

#titlebar.photo-bg a.button:hover,
#titlebar.photo-bg .button.bookmark-notice:hover {
	background-color: #fff;
	color: #002f87;
	opacity: 1;
}

.bookmark-notice.bookmarked {
	display: none;
}


/********************
about us
********************/




/********************
page banner
********************/

#banner.workscout-search-banner.medium-header {
	background-image: url('img/platinum-recruitment-meet-the-team.jpg');
	height: 500px;
	background-color: #002f87;
}

#banner.workscout-search-banner.medium-header.loaded:after {
	opacity: 0;
	visibility: hidden;
}

#banner.workscout-search-banner.medium-header:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #002f87;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

#banner.workscout-search-banner.medium-header.short {
	height: 480px;
}	

#banner.workscout-search-banner.medium-header:before {
	display: none;
}

#banner.workscout-search-banner.medium-header .search-container h2 {
	text-align: left;
	margin: 0;
	height: auto;
	font-size: 5.625em;
	line-height: 1em;
}

#banner.workscout-search-banner.medium-header .search-container h3 {
	color: #fff;
	font-size: 2.5em;
	margin: 0.3em 0;
	line-height: 1em;
}

#banner.workscout-search-banner.medium-header .search-container p {
	color: #fff;
	font-size: 1.5625em;
	max-width: 27em;
	margin: 0 0 2em;
	line-height: 1.3;
}

.page-template-template-platinum-candidates-php .workscout-search-banner .search-container a.button {
	margin-top: 2em;
}


/********************
counter box
********************/

.dark-bg .counter {
	color: #fff;
}

.charity-donations-stats .counter:before {
	content: '£' !important;
}

.charity-donations-stats i {
	display: none;
}

.reviews-stats .counter:after {
	content: ' of 5' !important;
}

.reviews-stats i {
	display: none;
}



.platinum-countbox {
  background: #002f87 !important;
}

.platinum-countbox p {
  font-size: 0.9em;
}

.platinum-countbox i {
  display: block;
  font-size: 2em;
  color: #fff !important;
}

.dark-bg .counter-box p {
	color: #fff;
}

.platinum-countbox .wpb_column.vc_col-sm-3 {
	border-right: 1px solid rgba(255,255,255,0.4);
	width: 25%;
	float: left;
}

.platinum-countbox .counter-box {
	border: 0;
  min-height: 10em;
}

.platinum-countbox .wpb_column:last-child {
	border: 0;
}

.container .platinum-countbox .four.columns {
	width: 100%;
}

/********************
job listings
********************/

.platinum-fullwidth .vc_row.recent-jobs {
   
}


.platinum-recent-jobs ul.job_listings {
	font-size: 0;
	text-align: center;
	vertical-align: top;
	margin-bottom: 0;
}

body.single-team .platinum-recent-jobs ul.job_listings {
	text-align: left;
}

body.single-job_listing .platinum-recent-jobs ul.job_listings {
	text-align: left;
}

.platinum-recent-jobs ul.job_listings li {
	font-size: 1rem;
	text-align: left;
	display: inline-block;
	width: 32.6666666667%;
	vertical-align: top;
	margin: 0 0 1%;
	overflow: hidden;
  padding: 0;
}

.platinum-recent-jobs ul.job_listings li:nth-child(3n + 2) {
	margin-left: 1%;
	margin-right: 1%;
	border: 0;
}

.wpb_wrapper .show-more-button,
.wpb_wrapper .load_more_jobs {
	text-align: center;
	margin-top: 2em !important;
	background: #002f87;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0.1em 1.2em;
}

.wpb_wrapper .load_more_jobs i {
	display: none;
}

.wpb_wrapper .show-more-button:hover {
	
}


.job-list .job-list-content {
	padding: 1.2em 0;
}

/********************
our partners
********************/

.our-partners .vc_grid.vc_row .vc_grid-item {
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	width: 14.2857142857%;
	display: inline-block !important;
}

.our-partners .vc_pageable-slide-wrapper {
	text-align: center;
}

.platinum-fullwidth .vc_row.home-our-partners {
	padding-top: 0;
	padding-bottom: 0;
	display: none;
}


/********************
our-partners-details
********************/

.our-partners {
	
}

.our-partners-details {
	display: none;
	position: relative;
}

div.vc_tta.vc_general .vc_tta-panel {
	transition: none !important;
	transform: none !important;
	height: auto !important;
	display: none;
}

div.vc_tta-panel.vc_active {
	display: block;
}

div.vc_tta-panel-body {
	display: block;
	height: auto !important;
}

.vc_row.our-partners-details {
	position: absolute;
    z-index: 122;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.93);
}

.vc_row.our-partners-details .wpb_column.vc_column_container.vc_col-sm-12 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 80%;
	max-height: 560px;
	width: 95%;
	margin: auto;
	z-index: 500;
}


.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
	display: none;
}

.our-partners-details .nav-button {
	background: url('img/icon-arrow-left.svg') 0 0 no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.our-partners-details .nav-button.next {
	background-image: url('img/icon-arrow-right.svg');
	left: auto;
	right: -40px;
}

.our-partners-details .close-button {
	background: url('img/icon-cross.svg') 0 0 no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 33px;
	top: -40px;
	cursor: pointer;
}

.our-partners-details .vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
	padding-bottom: 0;
}

.our-partners-details .vc_tta-container {
	margin-bottom: 0;
}

.our-partners-details-info img {
	width: 180px;
}

.our-partners-details-info .square-logo img {
	width: 140px;
}

/********************
donations detail
********************/

.our-partners-details.donations .vc_tta-panel:nth-child(2n) .vc_row > .wpb_column:first-child .wpb_single_image {
	overflow: hidden;
}

.our-partners-details.donations .vc_tta-panel:nth-child(2n) .vc_row > .wpb_column:first-child .wpb_single_image img {
    width: 166.403926234%;
    margin-left: -47%;
	max-width: none;
}

.our-partners-details.donations .vc_tta-panel:nth-child(2n+1) .vc_row > .wpb_column:last-child .wpb_single_image {
	overflow: hidden;
}

.our-partners-details.donations .vc_tta-panel:nth-child(2n+1) .vc_row > .wpb_column:last-child .wpb_single_image img {
    width: 166.403926234%;
    margin-left: -47%;
	max-width: none;
}

.our-partners-details.donations .vc_tta-panel:nth-child(2n) .vc_row > .wpb_column:first-child .wpb_single_image.no-crop img,
.our-partners-details.donations .vc_tta-panel:nth-child(2n+1) .vc_row > .wpb_column:last-child .wpb_single_image.no-crop img {
	width: 100%;
	margin-left: 0;
	max-width: 100%;
	
}


/********************
employers
********************/

#banner.workscout-search-banner.medium-header.employers {
	background-image: url('img/page-banner-02.jpg');
}

.employers-tiles.vc_row {
  padding-top: 0;
  padding-bottom: 0;
  max-width: none !important;
}

.employers-tiles .vc_column-inner {
  color: #fff;
  height: 50vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.employers-tiles .vc_column-inner .overlay {
	content: '';
	position: absolute;
	right: -40%;
	top: 0%;
	width: 60%;
	height: 100%;
	background: rgba(0, 47, 135, 0.7);
	transform: skew(-20deg);
	opacity: 0;
	transition: all 0.3s;
	z-index: 1;
  pointer-events: none;
}

.employers-tiles .vc_column-inner:hover .overlay {
	right: -20%;
	opacity: 1;
}

.employers-tiles .vc_column-inner .details {
  position: absolute;
  right: 3em;
  bottom: 2em;
  color: #fff;
  z-index: 2;
  pointer-events: none;
	opacity: 0;
  transition: all 0.3s;
	transition-delay: 0.1s;
}

.employers-tiles .vc_column-inner:hover .details {
  opacity: 1;
  bottom: 3em;
}

.employers-tiles p {
  color: #fff;
  font-size: 1em;
  display: none;
}

.employers-tiles .vc_column-inner .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.5em;
  font-size: 1.5vw;
  padding: 1.5em 0 1.5em 1.5em;
}

.employers-tiles a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.employers-tiles a:hover {
  opacity: 1;
}

.employers-tiles .vc_column-inner h2 {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 0.4vw;
}


/*
banner overlay test
*/

#banner .overlay {
  content: '';
  position: absolute;
  left: -40vw;
  top: 50%;
  width: 80vw;
  height: 80vw;
  border-radius: 10%;
  background: rgba(0, 47, 135, 1);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.9;
  transition: all 0.3s;
  z-index: 0;
}

#banner.test-banner .search-container h2 {
  text-align: left;
  margin: 0;
  font-size: 2em !important;
  line-height: 1.4;
}

.search-container h2 .banner-title {

}

/*
end banner overlay test
*/

/*
what-makes-us-different
*/

.what-makes-us-different h3 {
  text-align: center;
}

.what-makes-us-different .vc_grid {
  max-width: 1024px;
  margin: 0 auto !important;
  text-align: center;
}

.what-makes-us-different .vc_grid.vc_row .vc_grid-item {
	vertical-align: middle;
	width: 33.333% !important;
  display: inline-block !important;
  opacity: 0;
}

.what-makes-us-different .vc_media_grid {
  display: none !important;
  min-height: 50vh;
}

.what-makes-us-different .vc_media_grid.raw-html {
  display: block !important;
}

.what-makes-us-different .vc_gitem-zone {
  width: 80%;
  margin: 7.5%;
}

/**
UK map animation
*/

.uk-map-animation .platinum-map-icon img {
  position: absolute;
  width: 6%;
  left: 40%;
  top: 23.2%;
  opacity: 1;
  transition: 0.2s opacity, 0.5s margin-top;
  transition-delay: 1s;
  margin-top: 10px;
}

/*
facebook reviews
*/

.wp-facebook-place {
  display: none !important;
}

.wp-facebook-reviews {
  flex: 0 0 100%;
  max-width: 300px !important;
  display: flex !important;
  gap: 1em;
}

.wp-fbrev .wp-facebook-review {
  background: #fff !important;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%) !important;
  display: flex !important;
  flex-wrap: wrap;
  flex: 0 0 33% !important;
  margin: 1%;
  width: 100% !important;
  padding: 2em !important;
  border-radius: 6px !important;
}

.wp-fbrev .wp-facebook-review .wp-facebook-left {
  height: 50px !important;
  max-height: 50px !important;
  display: none !important;
}

.wp-fbrev .wp-facebook-review .wp-facebook-left,
.wp-fbrev .wp-facebook-review .wp-facebook-right {
/*  display: block !important;*/
  vertical-align: initial !important;
}

/**
find-out-more
*/
.find-out-more form {
  font-size: 0.85em;
  line-height: 1.2;
}

.find-out-more form textarea {
  min-height: 0 !important;
  height: 7em;
}

.find-out-more form input[type=text],
.find-out-more form input[type=email],
.find-out-more form input[type=number],
.find-out-more form input[type=tel],
.find-out-more form textarea {
  box-shadow: none;
  border: 1px solid #ccc;
}


/********************
contact
********************/

.platinum-fullwidth .vc_row.contact-form-container {
    max-width: none;
}

.contact-map-box .vc_column-inner {
	padding: 0 !important;
}

.contact-map-box > .wpb_column:first-child > .vc_column-inner {
	padding-right: 14px !important;
}

.contact-map-box > .wpb_column:last-child > .vc_column-inner {
	padding-left: 14px !important;
}

.contact-map-box h3 {
	font-size: 4em;
}

.page .wpcf7-form fieldset div input[type=text],
.page .wpcf7-form fieldset div input[type=email],
.page .wpcf7-form fieldset div textarea {
	width: 100%;
	border-bottom: 2px solid #eee;
	box-shadow: none;
	font-size: 1.25em;
}

.page .wpcf7-form fieldset div textarea {
	min-height: 10em;
}

/********************
platinum map
********************/

.platinum-map {
	width: 100%;
	height: 450px;
}


/********************
my account
********************/

.woocommerce-account .wpb_wrapper h3 {
	font-size: 3.5em;
}

table.manage-table th {
	background-color: #002f87;
	color: #fff;
}

table.job-manager-past-applications.manage-table th:nth-child(1) {
	width: 50%;
}

table.job-manager-past-applications.manage-table th:nth-child(3) {
	width: 50px;
}

.job-manager-past-applications th:nth-child(4){
	display: none;
}
.job-manager-past-applications td.application-message {
	display: none;
}





.page-template-template-platinum-blog .vc_row.platinum-padding {
  padding: 0;
}

.page-template-template-platinum-blog article > .vc_row {
  padding: 0 0;
}

.sidebar .widget_search {
  margin-bottom: 1em;
}

.sidebar .widget_categories {
  margin-bottom: 1em;
}

.sidebar .widget_categories h4 {
  padding: 0;
  margin: 0;
}

/********************
masonry recent posts
********************/

.blog-posts-container {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-posts-container ul {
  list-style: none;
}

.category-menu {
  text-align: center;
  padding: 0;
}

.category-menu .item {
  display: block;
  color: #fff;
  background: #002f87;
  padding: 0.25em 1em;
  margin: 0.8em auto;
  width: 68%;
  max-width: 18em;
}

.category-menu span.item {
  opacity: 0.7;
}

.blog-posts-container .grid-item {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 0;
  float: left;
  margin:0;
  width: 25%;
}

.blog-posts-container .recent-post-img img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.blog-posts-container .read-more {
  display: none;
}

.blog-posts-container .inn {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border: 0 none;
}

.blog-posts-container > a {
  display: block;
}

.blog-posts-container h2 {
  line-height: 1.2;
  padding: 0;
  font-size: 1.2em !important;
  text-transform: uppercase;
  color: #002f87;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

.blog-posts-container .grid-item .inner {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
  margin: 1.5em 1.5em;
  
}

.blog-posts-container .grid-item .description {
  padding: 1em;
}

.blog-posts-container .grid-item .recent-post-img {
  margin-bottom: 0;
}

.blog-posts-container .excerpt {
  margin-top: 1em;
  color: #848484;
  line-height: 1.5em;
}

.blog-posts-container .post-date {
  color: #848484;
  font-style: italic;
}

.blog-posts-container .hover-icon:before {
  top: 1em;
}

/********************
blog
********************/

body.single-post .container.page-container.right-sidebar .five.columns {
	width: 35%;
}

body.single-post .container.page-container.right-sidebar .eleven.columns {
	width: 60%;
}

body.single-post .nav-links a {
	max-width: 21em;
}

body.single-post #banner.workscout-search-banner.medium-header .search-container h2 {
	font-size: 4em;
}




/* 19. Animation Module Setup
-------------------------------------------------------------------------------------*/
.start-animated-content {
    opacity: 0;
}



.lt-ie9 .start-animated-content {
    opacity: 1 !important;

    -webkit-animation: none !important;
        -ms-transform: none !important;
            transform: none !important;

    -webkit-animation: none !important;
        -ms-animation: none !important;
            animation: none !important;
}

/* 19.1 FadeIn
--------------------------------*/
.az-fade-in {
    opacity: 0;
}

.az-fade-in.animate-now {
    -webkit-animation: azFadeIn 0.65s ease forwards;
            animation: azFadeIn 0.65s ease forwards;
}

@-webkit-keyframes azFadeIn {
    0% {
        opacity: 0;
    }

    100% { 
        opacity: 1;
    }
}

@keyframes azFadeIn {
    0% {
        opacity: 0;
    }

    100% { 
        opacity: 1;
    }
}


/* 19.2 MoveLeft
--------------------------------*/
.az-move-left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);

    opacity: 0;
}

.az-move-left.animate-now {
    -webkit-animation: azMoveLeft 0.65s ease forwards;
            animation: azMoveLeft 0.65s ease forwards;
}

@-webkit-keyframes azMoveLeft {
    0% {
        -webkit-transform: translateX(-200px);
        opacity: 0;
    }

    100% { 
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes azMoveLeft {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px); 
        opacity: 1;
    }
}


/* 19.3 MoveRight
--------------------------------*/
.az-move-right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);

    opacity: 0;
}

.az-move-right.animate-now {
    -webkit-animation: azMoveRight 0.65s ease forwards;
            animation: azMoveRight 0.65s ease forwards;
}

@-webkit-keyframes azMoveRight {
    0% {
        -webkit-transform: translateX(200px);
        opacity: 0;
    }

    100% { 
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes azMoveRight {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


/* 19.4 MoveUp
--------------------------------*/
.az-move-up {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);

    opacity: 0;
}

body.no-scroll-animations .az-move-up {
	opacity: 1 !important;
	transform: none;
}

.az-move-up.animate-now {
    -webkit-animation: azMoveUp 0.65s ease forwards;
            animation: azMoveUp 0.65s ease forwards;
}

@-webkit-keyframes azMoveUp {
    0% {
        -webkit-transform: translateY(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes azMoveUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* 19.4 MoveDown
--------------------------------*/
.az-move-down {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);

    opacity: 0;
}
.az-move-down.animate-now {
    -webkit-animation: azMoveDown 0.65s ease forwards;
            animation: azMoveDown 0.65s ease forwards;
}

@-webkit-keyframes azMoveDown {
    0% {
        -webkit-transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes azMoveDown {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/* 19.5 ScaleUp
--------------------------------*/
.az-scale-up {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);

    opacity: 0;
}

.az-scale-up.animate-now {
    -webkit-animation: azScaleUp 0.65s ease-in-out forwards;
            animation: azScaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes azScaleUp {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes azScaleUp {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* 19.6 LittleBounce
--------------------------------*/
.az-little-bounce {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    
    opacity: 0;
}

.az-little-bounce.animate-now {
    -webkit-animation: azLittleBounce 0.8s ease-in forwards;
            animation: azLittleBounce 0.8s ease-in forwards;
}

@-webkit-keyframes azLittleBounce {
    0% { 
        -webkit-transform: scale(0.4); 
        -webkit-animation-timing-function: ease-in; 
        opacity: 0; 
    }

    70% { 
        -webkit-transform: scale(1.1); 
        -webkit-animation-timing-function: ease-out; 
        opacity: 0.8; 
    }
    
    100% { 
        -webkit-transform: scale(1); 
        opacity: 1; 
    }
}

@keyframes azLittleBounce {
    0% { 
        transform: scale(0.4); 
        animation-timing-function: ease-in; 
        opacity: 0; 
    }

    70% { 
        transform: scale(1.1); 
        animation-timing-function: ease-out; 
        opacity: 0.8; 
    }
    
    100% { 
        transform: scale(1); 
        opacity: 1; 
    }
}

/********************
size1
********************/

/****************************************************************************************************
Breakpoint min widhts
****************************************************************************************************/
@media only screen and (min-width: 768px) {
	
#titlebar.photo-bg {
	height: 600px;
	transition: height 0.5s;
}

.platinum-fullwidth {
	margin-top: 600px;
	transition: margin-top 0.5s;
}

#banner.workscout-search-banner.medium-header {
	height: 600px;
	transition: height 0.5s;
}


.category-menu {
  padding: 1em 0;
}

.category-menu .item {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0 0.5em;
  width: auto;
}

.page-template-template-platinum-blog .vc_row.platinum-padding {
  padding: 0em 30px;
}

.what-makes-us-different .vc_grid.vc_row .vc_grid-item {
	width: 20% !important;
}

.uk-map-animation .platinum-map-icon img {
  opacity: 0;
}

.uk-map-animation.animate-now .platinum-map-icon img {
  opacity: 1;
}


	
}

@media only screen and (min-width: 1280px) {
	
#titlebar.photo-bg {
	height: 750px;
}

.platinum-fullwidth {
	margin-top: 750px;
}

#banner.workscout-search-banner.medium-header {
	height: 750px;
}


	
}

@media only screen and (min-width: 1440px) {
	
#titlebar.photo-bg {
	
}

.platinum-fullwidth {
	
}


	
}

@media only screen and (min-width: 1680px) {
	
#titlebar.photo-bg {
	height: 920px;
}

.platinum-fullwidth {
	margin-top: 920px;
}

#banner.workscout-search-banner.medium-header {
	height: 920px;
}



.single-post #banner.workscout-search-banner.medium-header {
	height: 80vh;
}

.single-post .platinum-fullwidth {
	margin-top: 80vh;
}


	
}

/****************************************************************************************************
Breakpoint 1680px
****************************************************************************************************/
@media only screen and (max-width: 1680px) {


/********************
meet-the-team
********************/

.team-member-photo a {
	
}

.team-member-photo img {
	
}

.team-member-info {
	
}

.team-member-box .social-links {
	
}

.meet-the-team .wpb_wrapper .team-member-box h3,
.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-size: 1.6em;
}

.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-size: 0.85em;
}


	
}	
/****************************************************************************************************
Breakpoint 1440px
****************************************************************************************************/
@media only screen and (max-width: 1440px) {


/********************
common
********************/
	
html, body {
	font-size: 14px;
}

.testimonial-logo {
	width: 150px;
}

.workscout-search-banner .container .columns {
	max-width: 650px;
}

.workscout-search-banner .container {
	left: 30px;
}

.search-container h2 {
    font-size: 1.875em;
    height: 150px;
    margin-bottom: 40px;
}

.search-container h2 .banner-title {
	padding-right: 160px;
}

.search-container h2 > div:first-child {
	height: 150px;
	background-size: auto 150px;
}

.search-container input {
	width: 42.9%;
}

.search-container button {
	width: 10%;
}

.workscout-search-banner #search_location {
	width: 30.4%;
}

/********************
general page layout
********************/

.vc_row.platinum-padding {
	padding: 2em 30px;
}

.about-container .wpb_text_column.platinum-padding {
	padding: 2em 30px;
}

/********************
platinum-menu
********************/

.main-logo {
	margin-left: 30px;
}

body.scrolled .main-logo {
	margin-left: 30px;
}

.menu-list {
	margin-right: 80px;
}

/********************
main-menu-icon
********************/

.main-menu-icon {
	right: 30px;
}

/********************
menu-bg
********************/

.menu-bg {
    
    right: 44px;
}

body.scrolled .menu-bg {
	top: 33px;
}


/********************
main-menu-list
********************/

.main-menu-list {
	font-size: 2em;
}
	
/********************
home
********************/

.about-container .wpb_text_column.platinum-padding {
	padding: 2em 30px;
}

/********************
counter box
********************/

.platinum-countbox .columns.four {
	margin: 0 auto;
	display: block;
	float: none;
}

/********************
page title bar
********************/

#titlebar.photo-bg .container .twelve.columns {
	padding-left: 30px;
}

/********************
meet-the-team
********************/
.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-size: 1.1em;
}





}

/********************
size2
********************/

/****************************************************************************************************
Breakpoint 1280px
****************************************************************************************************/
@media only screen and (max-width: 1280px) {


/********************
common
********************/

html, body {
	font-size: 12px;
}

#footer .social-links {
  width: 104px;
}

.social-links > div {
	width: 42px;
}

.social-links a {
	width: 42px;
	background-size: 22px;
}


.testimonial-logo {
	width: 100px;
}

/********************
listing box for jobs, resumes etc.
********************/

.resumes li a p,
.job-list > li a p {
	font-size: 10px;
}

/********************
job listings
********************/

.platinum-recent-jobs ul.job_listings li {
	width: 49.5%;
}

.platinum-recent-jobs ul.job_listings li:nth-child(3n + 2) {
	margin-left: 0;
	margin-right: 0;
}

.platinum-recent-jobs ul.job_listings li:nth-child(2n + 1) {
	margin-right: 1%;
}

/********************
footer
********************/

#footer .get-in-touch {
	font-size: 4.625em;
}


/********************
meet-the-team
********************/

.team-member-box {
	width: 32.3333333%;
}

.team-member-box:nth-child(4n + 2) {
	margin-left: 0;
	margin-right: 0;
	
	
}

.team-member-box:nth-child(4n + 3) {
	margin-left: 0;
	margin-right: 0;
	
}

.team-member-box:nth-child(3n + 2) {
	margin-left: 1%;
	margin-right: 1%;
}



/********************
single-team-nav
********************/

.single-team-nav .team-member-box {
	width: 25%;
}

.single-team-nav .nav-button.prev {
	left: 20px;
}

.single-team-nav .nav-button.next {
	right: 20px;
}


.single-team-nav .team-member-box:nth-child(4n + 2),
.single-team-nav .team-member-box:nth-child(4n + 3),
.single-team-nav .team-member-box:nth-child(3n + 2) {
	margin: 0 10px;
}





/********************
counter box
********************/

.dark-bg .counter {
	font-size: 3em;
}

.dark-bg .counter-box p {
	font-size: 1.2em;
	margin: 0;
}

.platinum-countbox.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}

/********************
page banner
********************/

#banner.workscout-search-banner.medium-header .search-container h2 {
	font-size: 4.5em;
}



.blog-posts-container .grid-item {
  width: 33.33333333%;
}




}

/********************
size3
********************/

/****************************************************************************************************
Breakpoint 1024px
****************************************************************************************************/
@media only screen and (max-width: 1024px) {


/********************
main header
********************/

header#main-header .contact-info {
	right: 8%;
}	


/********************
main-menu-list
********************/
	
.main-menu-list {
	left: 8%;
}	

/********************
jobs page
********************/

.container.page-container.right-sidebar .eleven.columns {
	width: 60%;
}

.container.page-container.right-sidebar .five.columns {
	width: 35%;
}

/********************
listing box in jobs page
********************/

body.archive .job-list > li {
	width: 100%;
}

body.archive .job-list > li:nth-child(2n + 1) {
	margin-right: 0;
}


/********************
menu-bg
********************/

.menu-bg {
	transition: none;
}

body.main-overlay-open .menu-bg {
	border-radius: 0;
	transition: none;
  height: 500vw;
}



/********************
single job listing
********************/

.single-job_listing .ten.columns {
	width: 60% !important;
}

.single-job_listing .six.columns {
	width: 40% !important;
}

/********************
single-team-nav
********************/

.single-team-nav .team-member-box {
	width: 28%;
}	

.single-team-nav .nav-button {
	width: 15px;
	height: 25px;
	margin-top: -10px;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-box h3 {
	font-size: 1.4em;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-box h4 {
   line-height: 1.5;
   font-size: 0.8em;
}




/********************
blog
********************/

body.single-post .container.page-container.right-sidebar .five.columns {
	width: 95%;
}

body.single-post .container.page-container.right-sidebar .eleven.columns {
	width: 100%;
}


body.single-team #banner.workscout-search-banner {
	background-position: 78% 0px !important;
}


}

/********************
size4
********************/

/****************************************************************************************************
Breakpoint 990px - 768px
****************************************************************************************************/
@media only screen and (max-width: 990px) and (min-width: 768px) {

.search-container input.ico-01 {
	width: 40% !important;
}
	
.search-container input.ico-02 {
	width: 30.4% !important;
}


}	
/****************************************************************************************************
Breakpoint 768px
****************************************************************************************************/
@media only screen and (max-width: 768px) {


/********************
common
********************/

#wrapper {
	background-color: #eee;
}

body.page-template-template-platinum-employers .vc_column_container.column-padding-left {
	padding-left: 0;
}

body.single-post #banner.workscout-search-banner.medium-header .search-container h2 {
	font-size: 2.3em;
}

/********************
page banner
********************/

#banner.workscout-search-banner {
	height: 350px !important;
	display: block !important;
	position: absolute;
	z-index: 1 !important;
}

.workscout-search-banner .container {
	top: 160px;
	left: 30px;
	transform: none;
	z-index: 10;
}

body.home .workscout-search-banner .container {
	left: 0;
}

.workscout-search-banner .container .columns {
	width: 100%;
	margin-left: 0;
}

.search-container {
	margin-top: 0;
}


.search-container h2 {
    font-size: 1.1em;
    height: 80px;
	margin-top: 0;
    margin-bottom: 40px;
	letter-spacing: 0.02em;
}

.search-container h2 > div:first-child {
	height: 80px;
	background-size: auto 80px;
}

.search-container h2 .banner-title {
	padding-right: 70px;
}

.search-container button {
	width: 20%;
}

.workscout-search-banner #search_location {
	width: 80%;
}

.search-container input.ico-01 {
	border-radius: 0;
}
	
.search-container input.ico-02 {
	border-radius: 0;
}

.workscout-search-banner select.radius_type {
	width: 12%;
	margin-right: 0;
	border-radius: 0;
}




.search-container form {
	position: absolute;
	left: 30px;
	top: 230px;
	width: 100%;
}

.search-container form button {
	padding: 0;
	width: 4em;
	margin-left: 2%;
	float: left;
}

.scroll-down-icon {
	display: none;
}

#wrapper > .container {
	margin-top: 350px !important;
	overflow: hidden;
	overflow-x: hidden;
}

body.mobile #wrapper > .container {
	margin-top: 0 !important;
}

.page-template-template-platinum-candidates-php #wrapper > .container,
body.home #wrapper > .container {
	margin-top: 550px !important;
}

body.mobile.page-template-template-platinum-candidates-php #wrapper > .container,
body.home.mobile #wrapper > .container  {
	margin-top: 100px !important;
}

.platinum-recent-jobs {
	z-index: -1;
}

#titlebar.photo-bg {
	height: 350px;
}

#titlebar.photo-bg .container {
	transform: none;
	top: 120px;
}

#titlebar.photo-bg h2 {
	font-size: 1.75em;
}

#titlebar h2 span {
	line-height: 2.1;
	font-size: 0.5em;
}

#titlebar.photo-bg span a {
    font-size: 0.8em;
}

#titlebar.photo-bg a.button.bookmark-notice,
#titlebar.photo-bg a.button.remove-bookmark {
	font-size: 1em;
}

#titlebar.photo-bg .job-count {
	left: 15px;
	font-size: 2em;
}

#wrapper > .container.right-sidebar {
	
}

.page-template-template-platinum-candidates-php .workscout-search-banner .container {
	top: 120px;
}

.page-template-template-platinum-candidates-php .workscout-search-banner .search-container form {
	top: 270px;
	left: 0;
}


.page-template-template-platinum-employers-php .workscout-search-banner .container {
	top: 120px;
}

.page-template-template-platinum-candidates-php .workscout-search-banner .container a.button,
.page-template-template-platinum-employers-php .workscout-search-banner .container a.button {
	    font-size: 12px;
}



#banner.workscout-search-banner.medium-header .search-container h3 {
	margin: 0.3em 0 2em;
}

.page-template-template-platinum-candidates-php .workscout-search-banner .search-container a.button {
	margin-top: 0;
}


.browse-jobs {
	display: none;
}

.tp-bullets {
	display: none;
}

body.archive .container > .vc_row.platinum-padding > article {
  width: 100%;
  float: none;
  padding-top: 0;
}

body.archive.category .container .five.columns {
    width: 100%;
    float: none;
}

/********************
general page layout
********************/

.about-content > .wpb_column:first-child .vc_column-inner {
	padding-right: 0px !important;
}

.about-content > .wpb_column:last-child .vc_column-inner {
	padding-left: 0px !important;
}

/********************
home
********************/

#rev_slider_1_1_wrapper {
	height: 100% !important;
}
	
.home-testimonials .wpb_text_column {
	padding: 0 30px;
}

/********************
meet-the-team
********************/

.team-member-box {
	width: 49.5%;
}

.team-member-box:nth-child(3n + 2) {
	margin-left: 0;
	margin-right: 0;
}

.team-member-box:nth-child(2n) {
	margin-left: 1%;
}

/********************
single-team-nav
********************/
.single-team-nav .team-member-box {
	
}



.single-team-nav .nav-button.prev {
	left: 10px;
}

.single-team-nav .nav-button.next {
	right: 10px;
}


.single-team-nav .team-member-box:nth-child(3n + 2) {
	margin: 0 10px;
}

.single-team-nav .team-member-box:nth-child(2n) {
	margin: 0 10px;
}





/********************
our partners
********************/

.our-partners .vc_grid.vc_row .vc_grid-item {
	width: 25%;
}

.our-partners-details .nav-button {
	display: none;
}

/********************
our-partners-details
********************/

.vc_row.our-partners-details .wpb_column.vc_column_container.vc_col-sm-12 {
	max-height: none;
	height: 90%;
}

.our-partners-details-info .wpb_single_image {
	display: none;
}


/********************
counter box
********************/

.platinum-countbox .counter-box {
	padding: 0;
}

.dark-bg .counter {
	font-size: 2em;
}

.dark-bg .counter-box p {
	font-size: 1em;
}


/********************
job listing box
********************/
.job-list > li a.button,
.job-spotlight a.button {
	font-size: 0.85em;
}

/********************
page banner
********************/
.workscout-search-banner.medium-header > .container {
	width: 80%;
}

.workscout-search-banner.medium-header > .container .columns {
	width: 100%;
}

#banner.workscout-search-banner.medium-header .search-container h2 {
	font-size: 2.2em;
}

#banner.workscout-search-banner.medium-header .search-container h3 {
	font-size: 1.3em;
}

#banner.workscout-search-banner.medium-header .search-container p {
	font-size: 1em;
}

/********************
single job listing
********************/

.single-job_listing .ten.columns {
	width: 100% !important;
}

.single-job_listing .six.columns {
	width: 100% !important;
	margin-bottom: 3em;
}

/********************
main-contact-form
********************/
.main-contact-form {
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	right: auto;
	width: 80%;
	max-width: 460px;
}

body.main-contact-form-open .main-menu-list {
	display: none;
}

/********************
blog
********************/

.page-template-template-platinum-blog .container .eleven.columns {
	width: 100% !important;
	float: none !important;
	margin: 0;
}

.page-template-template-platinum-blog .container .five.columns {
	width: 100%;
	float: none;
}


/********************
footer
********************/

#footer {
	position: relative;
}





}


/****************************************************************************************************
Breakpoint 767px
****************************************************************************************************/
@media only screen and (max-width: 767px) {
	
	
body.mobile.page-template-template-platinum-candidates-php #wrapper > .container,
body.home.mobile #wrapper > .container  {
	margin-top: 220px !important;
}

.workscout-search-banner #search_location {
    width: 70%;
}

.workscout-search-banner select.radius_type {
	width: 30%;
}

.search-container form button {
	clear: left;
	width: 4em;
	height: auto;
	padding: 6px 0px;
	margin-left: 0;
}

.menu-list a.edit-profile-notice {
	position: absolute;
	right: 29px;
	top: 78px;
	font-size: 0.7em;
	padding: 0 0.6em;
}

.menu-list a.edit-profile-notice.scrolled {
	display: none;
}



.blog-posts-container .grid-item {
  width: 50%;
}




	
	
}

/********************
size5
********************/

/****************************************************************************************************
Breakpoint 660px
****************************************************************************************************/
@media only screen and (max-width: 660px) {
	
	
.single-team-nav .team-member-box {
    width: 30%;
}

.single-team-nav .team-member-box.center-member {
	
}


.blog-posts-container .grid-item {
  width: 100%;
}


	
	
}

/****************************************************************************************************
Breakpoint 600px
****************************************************************************************************/
@media only screen and (max-width: 600px) {


/********************
common
********************/

.wpb_wrapper h2,
.wpb_wrapper h3 {
	font-size: 3em;
}

body.main-overlay-open #wrapper {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	
}

.no-padding-left .vc_column-inner,
.no-padding-right .vc_column-inner {
	padding: 0 !important;
}


#wrapper:after {
   
}


.menu-list a.edit-profile-notice {
	right: 15px;
	top: 60px;
}

/********************
page banner
********************/

.search-container form {
	left: 15px;
	top: 210px;
}

body.home .workscout-search-banner .container {
	left: 0;
}

.workscout-search-banner .container {
	left: 15px;
}

.page-template-template-platinum-candidates-php .workscout-search-banner .search-container form {
	top: 250px;
}

body.home #wrapper > .container {
	margin-top: 520px !important;
	
}

.page-template-template-platinum-candidates-php #wrapper > .container {
	margin-top: 565px;
}

#titlebar.photo-bg .container {
	transform: none;
	top: 110px;
}


#titlebar.photo-bg h2 {
	font-size: 1.5em;
}

#titlebar.photo-bg span a {
    font-size: 0.7em;
}

.single-share-job-container .social-links > div {
    width: 20px;
	height: 25px;
}

.single-share-job-container .social-links a {
    width: 20px;
	height: 25px;
    background-size: 16px;
}

.single-share-job-container .social-links > div:last-child:before {
	right: -10px;
}

#titlebar.photo-bg a.button.bookmark-notice,
#titlebar.photo-bg a.button.remove-bookmark
 {
	font-size: 0.82em;
	padding: 0.2em 1em;
}



/********************
general page layout
********************/

.vc_row.platinum-padding {
	padding: 2em 15px;
}

/********************
platinum-menu
********************/

.main-logo {
	width: 120px;
	margin-left: 15px;
	margin-top: 15px;
}

body.scrolled .main-logo {
    margin-left: 15px;
}

.main-logo svg {
	width: 120px;
	height: 30.66px;
}

body.scrolled .main-logo svg {
	width: 120px;
}

.menu-list {
	margin: 16px 60px 0 0;
}

.menu-list a {
	font-size: 14px;
}

/********************
main-menu-icon
********************/

.main-menu-icon {
	top: 20px;
	right: 15px;
}

/********************
main header
********************/

header#main-header {
	overflow: auto;
}

header#main-header .contact-info {
    position: static;
    text-align: left;
    margin: 30px 0 0 30px;
    transform: none;
	font-size: 1em;
}

body.main-overlay-open header#main-header .contact-info {
	margin: 30px 0 0 30px;
}

header#main-header .contact-info p {
	margin-bottom: 0;
}

/********************
main-menu-list
********************/

.main-menu-list {
	position: static;
	margin: 60px 0 0 30px;
	width: 10em;
	transform: none;
	font-size: 1.6em;
}

body.main-overlay-open .main-menu-list {
	margin-top: 40px;
	transform: none;
}

/********************
home
********************/

#rev_slider_1_1_wrapper {
	transition: height 0.5s ease;
}

.home-testimonials .wpb_text_column {
	padding: 0 15px;
}

/********************
social links
********************/

.social-links {
	float: left;
	margin: 20px 0px 0px 0;
}

.social-links > div {
	margin: 0 20px 0 0;
	width: 24px;
}

.social-links > div:after {
	left: -10px;
}

.social-links a {
	width: 24px;
}

header .subscribe-newsletter {
  clear: left;
  padding-top: 20px;
}

/********************
menu-bg
********************/

.menu-bg {
	top: 40px;
	right: 29px;
	background: rgba(0, 47, 135, 1);
}

/********************
jobs page
********************/

body.post-type-archive-job_listing #titlebar {
	height: 200px;
}

body.post-type-archive-job_listing #wrapper > .container {
	
}

#titlebar.photo-bg .job-count {
	font-size: 1.4em;
	top: 60%;
}

.container.page-container.right-sidebar .eleven.columns {
	width: 100%;
}

.container.page-container.right-sidebar .eleven.columns .padding-right {
	padding-right: 0;
}

.container.page-container.right-sidebar .five.columns {
	width: 95%;
}

/********************
job_filters
********************/

.job_filters .widget {
	margin-bottom: 1em;
}

.job_filters .widget h4 {
	font-size: 1.475em;
}

.filters-toggle {
	display: block;
}

/********************
job listings
********************/

.platinum-recent-jobs ul.job_listings li {
	width: 100%;
	margin-bottom: 15px;
}

.platinum-recent-jobs ul.job_listings li:nth-child(2n + 1) {
	margin-right: 0%;
}

/********************
footer
********************/

#footer {
	padding-top: 1.875em;
}

.end-footer {
	padding: 1.1em 15px;
	width: auto;
	font-size: 0.65em;
}

.rec-member-logo {
    width: 100px;
    margin-top: 1px;
}

#footer .get-in-touch {
	font-size: 2em;
}

#footer .social-links {
	width: 68px;
}

.footer-bottom {
	padding: 0 0 1.875em 0;
}

/********************
page title bar
********************/

#titlebar.photo-bg .container .twelve.columns {
	padding-left: 15px;
}

/********************
single-team-nav
********************/

.single-team-nav .team-member-box {
	  width: 35%;
}

.single-team-nav .team-member-box .social-links {
	display: none;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-info {
	bottom: 10px;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-box h3 {
	font-size: 1.4em;
	line-height: 1;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-box h4 {
	font-size: 1em;
	line-height: 1.4;
}







/********************
meet-the-team
********************/

.team-member-box {
	
	
}

.team-member-info {
	bottom: 10px;
}

.meet-the-team .wpb_wrapper .team-member-box h3 {
	font-size: 1.2em;
	line-height: 1;
}

.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-size: 1em;
	line-height: 1.4;
}


.team-member-box .social-links {
	display: none;
}

.team-member-box:nth-child(2n) {
	
}



body.single-team #banner.workscout-search-banner {
	background-position: 78% 0px !important;
}




}

/****************************************************************************************************
Breakpoint 430px
****************************************************************************************************/
@media only screen and (max-width: 430px) {
	
	
/********************
platinum-menu
********************/
.main-logo {
    width: 100px;
}

.main-logo svg {
    width: 100px;
}

.menu-list {
	margin-right: 52px;
}

.menu-list a {
	font-size: 10px;
	padding: 0 4px;
}

.search-container h2 {
	font-size: 0.9em;
}

/********************
single-team-nav
********************/

.single-team-nav .team-member-photo img {

}

.single-team-nav .team-member-box .team-member-info {

}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-info {
	bottom: 10px;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-box h3 {
	font-size: 1em;
}

.meet-the-team.single-team-nav .wpb_wrapper .team-member-box h4 {
	font-size: 0.7em;
}

.single-team-nav .nav-button {
	
}

.single-team-nav .team-member-box {
    
}

.single-team-nav .team-member-box:last-child {
	
}

.single-team-nav .team-member-box:nth-child(2n + 1) {
	
}

/********************
main-contact-form
********************/

.main-contact-form form {
	font-size: 0.8em;
}

/********************
meet-the-team
********************/
.team-member-info {
	left: 10px;
}

.meet-the-team .wpb_wrapper .team-member-box h3 {
	font-size: 1em;
}

.meet-the-team .wpb_wrapper .team-member-box h4 {
	font-size: 0.72em;
}


	
}	

/****************************************************************************************************
Breakpoint 400px
****************************************************************************************************/
@media only screen and (max-width: 400px) {
	
	
/********************
counter box
********************/

.platinum-fullwidth .vc_row.platinum-countbox {
	padding: 0;
}

.platinum-countbox .wpb_column.vc_col-sm-3 {
	width: 50%;
	border: 0;
	margin: 1em 0;
}

.dark-bg .counter {
	font-size: 1.5em;
	line-height: 1em;
}

.dark-bg .counter-box p {
	font-size: 0.7em;
	line-height: 1em;
}

/********************
login-dialog
********************/
#login-dialog {
	left: 15px;
}

/********************
lost-password-dialog
********************/
#lost-password-dialog {
	left: 15px;
}

/********************
signup-dialog
********************/
#signup-dialog {
	left: 15px;
}


.info_permission {
    font-size: 0.75em;
}
	
.overlay-dialog-container {
	font-size: 10px;
}

.overlay-dialog input[type=text], .overlay-dialog input[type=email], .overlay-dialog input[type=password] {
	height: 32px;
}
	
	
}


/****************************************************************************************************
Breakpoint 375px
****************************************************************************************************/
@media only screen and (max-width: 320px) {

	
.rec-member-logo {
    width: 100px;
    margin-top: 1px;
    clear: right;
    margin-bottom: 9px;
    margin: 1px 10px 9px 0;
}
	
	
}	




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  #banner.workscout-search-banner {
    position: absolute;
  }
  
  .page .wpcf7-form label {
      max-width: none;
  }
  
}


