/*!
Theme Name: EG Workforce Solutions
Theme URI: http://underscores.me/
Author: Fairly Painless
Author URI: http://fairlypainless.com
Description: Custom Theme for EG Workforce Solutions
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eg-workforce-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EG Workforce Solutions is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/** broken link - probably typekit subscription was canceled
@import url("https://use.typekit.net/rnl2utu.css");
 */
@font-face {
    font-family: 'diodrum';
    src: url('/wp-content/uploads/fonts/indian_type_foundry_-_diodrum-light-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/indian_type_foundry_-_diodrum-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea, a, p, li, ol {
	color: #22323f;
	font-family: diodrum, brandon-grotesque, sans-serif;
	font-weight: 390;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: diodrum, brandon-grotesque, sans-serif;
	font-weight:390;
}
h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: 500;
	text-align: center;
}
h2{
	font-size:40px;
    color: #000000;
	text-align: center;
	margin: 0;
    line-height: 50px;
}
h3{
	font-size:30px;
    text-align: center;
}

h4, h4 a{
	font-size:16px;
	color: #73c5f1;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height:20px;
	letter-spacing: 1px;
}
h4.image-box {
    background-size: cover;
    height: 300px;
    line-height: 300px;
    color: #fff;
}
h4.image-box.team-members {
    background-image: url(/wp-content/uploads/in-page-8.jpg);
}
h4.image-box.better-job {
    background-image: url(/wp-content/uploads/in-page-5.jpg);
}
.heading4, .heading4 a{
	font-size:16px;
	color: #73c5f1;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	line-height:20px
}
h5{
	font-size:18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	line-height:20px
}
p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #73c5f1;
	text-decoration: none;
	transition:0.5s all;
}

a:visited {
	color: #73c5f1;
}

a:focus, a:active {
	color: #73c5f1;
}
a:hover{
	color:#22313f;
}
a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
clear: both;
    display: block;
    position: fixed;
    right: 140px;
    top: 65px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	    left: -30px;
}

.main-navigation li {
	display: inline-block;
    position: relative;
    margin-left: 30px;
	padding-bottom: 37px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 1000;
    font-size: 10px;
    letter-spacing: 1px;
    color: #22313f;
    padding: 0;
}

.main-navigation a:hover{
	color: #73c5f1;
}
.main-navigation ul.sub-menu {
    background-color: #ffffff;
    padding: 10px 0;
}
.main-navigation ul.sub-menu li{
	padding-bottom: 5px;
}
.main-navigation ul.sub-menu li a:hover {
    color: #6fc3f3;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.menu-toggle{
	position:fixed;	
	right:130px;
	top:64px;
    cursor: pointer;
}
.menu-toggle:focus {
    outline: none;
}
.menu-toggle .ham {
display: block;
    width: 30px;
    height: 5px;
    margin-bottom: 5px;
    background-color: #1f3142;
	transition:0.5s all;
}
.main-navigation.toggled ul {
    position: fixed;
    top: 125px;
    width: 100%;
    height: 100vh;
    right: 0;
    background-color: #1f3142;
    padding: 40px 0 0;
}
.main-navigation.toggled a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: normal;
}
.main-navigation.toggled li {
    width: 100%;
    margin: 10px 0;
    padding: 0px;
    text-align: center;
}
.main-navigation.toggled ul ul{
	position: relative;
    top: inherit;
    width: 100%;
    height: auto;
    right: inherit;
	left: inherit;
    background-color: transparent;
	padding:0;
	    box-shadow: none;
}
.main-navigation.toggled ul.sub-menu li {
    width: auto;
	padding-bottom: 0px;
    margin-bottom: 0;
}
.main-navigation.toggled ul li:hover > ul, .main-navigation.toggled ul li.focus > ul {
    left: inherit;
}
.main-navigation.toggled ul.sub-menu li a{
	font-size:12px;
}
.main-navigation.toggled ul ul a {
    width: auto;
	padding-right:10px;
	border-right:1px solid #6fc3f3;
	margin-right:10px;
}
.main-navigation.toggled ul ul li:last-child a {
    width: auto;
	padding-right:0px;
	border-right:none;
	margin-right:0px;
}
.toggled button.menu-toggle .ham-1 {
    transform: rotate(-45deg);
    margin-top: 8px;
}
.toggled button.menu-toggle .ham-2 {
   opacity:0;
}
.toggled button.menu-toggle .ham-3 {
    transform: rotate(45deg);
    margin-top: -19px;
}
@media screen and (min-width: 850px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 20px 0;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 50px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
    /*background-color: #fff;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/
.group:after {
	content: "";
	display: table;
	clear: both;
}
.container {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.btn {
    cursor: pointer;
}
section {
    margin: 0;
    overflow: hidden;
	width:100%;
	padding: 50px 0;
	background-size: cover!important;
}
section.media {
    overflow: visible;
    margin-top: 150px;
	position: relative;
    padding-top: 0;
}
section.column-3 {
    padding-bottom: 0;
}
section.media .media-offset iframe {
    width: 800px;
    height: 450px;
}
section.media .media-offset img, .single section .post-thumbnail img  {
    width: 800px;
    height: auto;
}
.single section .post-thumbnail {
    text-align: center;
    margin: 30px 0;
}
.entry-meta, .entry-meta a {
    font-size: 14px;
	text-align: center;
}
.content-offset {
    background-color: #eef4f8;
    padding: 200px 50px 50px;
    margin-top: -210px;
}
header.entry-header {
    text-align: center;
}
.entry-content section:first-child {
    padding-top: 50px;
}
.entry-content section:last-child {
    padding-bottom: 50px;
}
.entry-content section.padder {
    padding: 100px 0;
}
section.light, section.light p, section.light ul, section.light h2, section.light h3, section.light h4, section.light h5, section.light h6 {
    color: #fff;
}
section.media .container {
    margin-top: -120px;
}
.media-offset {
    text-align: center;
    width: 800px;
    top: -150px;
    position: inherit;
    left: calc((100% - 800px) /2);

}
header#masthead {
    background-color: #eef4f8;
    height: 100px;
    position: fixed;
    width: 100%;
    padding: 0 calc((100% - 1140px) / 2);
    z-index: 10;
	top:25px;
	box-shadow: 1px 1px 5px rgba(31, 49, 70, 0.3);
}
.site-branding {
    margin:25px 0 0 0;
	position: fixed;
    left: 30px;
	top:52px;
}
.site-branding img {
    max-height: 70px;
    width: auto;

}
.secondary-banner {
    height: 30vh;
    width: 100%;
    padding: 220px calc((100% - 1140px) / 2) 0;
    text-align: center;
	min-height: 350px;
    background-size: cover;
}
.secondary-banner h1{
	color:#fff;
}
.secondary-banner h1:before, .secondary-banner h1:after{
	content:"-";
	color:#fff;
	display:inline-block;
}
.secondary-banner h1:before{
	margin-right:5px;
}
.secondary-banner h1:after{
	margin-left:5px;
}
.search-container {
    position: fixed;
    top: 25px;
    right: 0;
    background-color: #72c5f1;
    height: 100px;
    width: 100px;
    padding: 20px 10px 0;
    text-align: center;
}
.search-icon {
    width: 25px;
    margin: 8px auto 0;
}
.search-text {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: 2px;
    color: #fff;
}
.btn a, a.btn, .btn, ul#footer-menu li.btn a, input[type="submit"]{
    display: inline-block;
    background-color: #22313f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px!important;
    letter-spacing: 1px;
    color: #73c5f1;
    padding: 0px 20px 0px 20px;
    transition: 0.5s all;
    position: relative;
    height: 40px;
    line-height: 40px;
	border:none;
	border-radius:0;
	cursor:pointer;
	margin-bottom: 15px;
	min-width: 270px;
}
input[type="submit"]{
	padding: 0px 30px!important;
}
ul#footer-menu li.btn a, ul#footer-menu li.btn.apply-now{
	min-width:0px;
}
.btn a:hover, a.btn:hover, ul#footer-menu li.btn a:hover, input[type="submit"]:hover{
	background-color: #000;
	color: #73c5f1;
}
/*
.btn:after{
    background-image: url(/wp-content/uploads/arrow.png);
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 14px;
	transition: 0.5s all;
}
*/
.btn:hover{
	color: #fff;
	background-color: #000;
}
/*
.btn.alt2:after {
    background-image: url(/wp-content/uploads/arrow.png);
    display: inline-block;
    width: 7px;
    height: 8px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 11px;
    transition: 0.5s all;
}
*/
.home-banner span.btn.alt:hover{
	 background-color: #000000;
	color:#fff;
}
.btn.alt:after{
	right:inherit;
	left:10px;
    transform: rotate(180deg);
}
.btn:hover:after {
	right: 20px;
}
.btn.alt:hover:after{
	left: 20px;
}
.btn.alt2{
	background-color: #73c5f1;
	color: #22313f;
	margin:20px 0;
	height:30px;
	line-height:30px;
	display:block;
	padding:0 20px;
    position: relative;
min-width: 0px;
}
.split-left {
    width: 47%;
    float: left;
}
.split-right {
    width: 47%;
    float: right;
}
.split-left p,.split-right p {
	text-align: center;
}

.home-banner {
	position: absolute;
    top: 0px;
    width: 100%;
    left: 0%;
	right:0%;
	transition:1s all;
}
.home-top-mask {
    position: relative;
    top: 125px;
    width: 100%;
    height: 75vh;
overflow: hidden;
}
.home-banner .left-home {
    position: absolute;
    width: 50%;
    left: -50%;
	transition: 1s all;

}
.home-banner .right-home {
    position: absolute;
    width: 50%;
    right: -50%;
	transition: 1s all;
	
}
.home-banner.employee .left-home {
    position: absolute;
    width: 50%;
}
.home-banner.employer .right-home {
    position: absolute;
    width: 50%;
	    top: 0;
}
.home-banner.employee{
	left:50%;
	right:inherit;
}
.home-banner.employer{
	left:inherit;
	right:50%;
	
}
.home-banner.employee #seekers, .home-banner.employer #biz{
	display:none;	
}
.home-banner .left-home ul, .home-banner .right-home ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.home-banner .left-home ul li, .home-banner .right-home ul li{
    background-color:#fff;
	width:90%;
    margin: 20px 5% 10px;
    padding: 13px 20px;
	box-shadow: 0px 1px 4px rgba(170, 170, 170, 0.5);
	    position: relative;
	font-size:16px;
}
.home-banner .left-home a.btn, .home-banner .right-home a.btn {
    margin-right: 5%;
    text-align: right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 50px;
    float: right;
	position:relative;
}
.home-banner .left-home .apply-now a.btn{
	    margin-right: 0%;
    text-align: right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 50px 0 20px;
    float: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
	min-width: 0;
}
.home-banner .left-home ul li span.Professional{
	color: #6fc3f3;
}
.home-banner .left-home ul li span.Careers{
	color: #ee8e4a;
}
.home-banner .left-home ul li span.General{
	 color: #535eaf;
}
.home-banner .left-home ul li span.Office{
	    color: #ac1d2a;
}
.home-banner.employee .people, .home-banner.employer .people {
    opacity: 0;
}

.home-banner h3 {
    text-align: left;
    color: #1f3142;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.home-banner .close-option {
    color: #fff;
    font-size: 70px;
    position: absolute;
    right: -100%;
    top: 0px;
	opacity:0;
}

.home-banner.employer .close-option {
   right: inherit;
	opacity:1;
    cursor: pointer;
	    left: calc(50% + 33px);
	    z-index: 9;
}
.home-banner .close-option:hover {
    color: #6fc3f3;
}
.home-banner.employee .close-option {
   right: calc(50% + 33px);
	opacity:1;
    cursor: pointer;
    z-index: 8;
}
.employee-hero-left {
    position: absolute;
    bottom: 50px;
    left: -50%;
    width: 40%;
	transition:1s all;
	opacity:0;
}
.employee .employee-hero-left {
	left:3%;
	opacity:1;
}
.employer-hero-right {
    position: absolute;
    bottom: 50px;
    right: -50%;
    width: 40%;
	transition:1s all;
	opacity:0;
}
.employer .employer-hero-right {
	right:3%;
	opacity:1;
}
.employee-hero-left p, .employee-hero-left h1, .employee-hero-left h2, .employee-hero-left h3{
	color:#fff;
	text-align:left;
}
.employer-hero-right p, .employer-hero-right h1, .employer-hero-right h2, .employer-hero-right h3{
	color:#fff;
	text-align:left;
}
.employee-hero-left h4, .employer-hero-right h4{
	text-align:left;
    margin: 5px 0;
}
.employer-hero-right h2, .employee-hero-right h2{
	margin:0;
}
.employee-hero-left p, .employer-hero-right p{
    margin: 5px 0;
}

.banner {
    height: 800px;
    overflow: hidden;
}
.home-content {
    margin-top: 15vh;
}
.people {
    position: absolute;
    bottom: 21.5%;
    width: 60%;
    margin: 0 auto;
    left: 20%;
    transition: 1s all;
}
.home-banner span.btn {
    position: absolute;
    bottom: calc(21.5% - 18px);
    width: 18%;
    left: 50%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
}
.home-banner span.btn.alt{
	position: absolute;
    left: initial;
	right:50%;
    background-color: #fff;
    color: #213140;
    text-align: right;
    padding: 0 20px;
    line-height: 40px;
}
.home-carousel ul li {
    opacity: 0;
    -webkit-transition: opacity .75s; 
    transition: opacity .75s;
	width:100%;
    height: 70vh;
    background-size: cover;
    background-position: top center;
}

.home-carousel ul li.unslider-active {
    opacity: 1;
}

.btn.alt {
    text-align: center;
    padding: 0 50px;
    line-height: 40px;
}
.content-offset .btn.alt {
    display: table;
	margin: 50px auto 0;
}
.home-banner .left-home ul.featured-job-list h5, .home-banner .right-home ul h5{
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 11px;
}
.home-banner .left-home ul.featured-job-list h3 a, .home-banner .right-home ul h3{
font-weight:500;
}
.home-banner .right-home ul h3{
	color:#6fc3f3;
}
.home-banner .right-home ul p {
    margin: 0;
}
.home-banner.employer span.btn.alt{
	opacity:0;
}
body.home {
    background: #eef4f8;
}
section.about.container {
    background-color: #fff;
    margin: 30px auto 0;
    padding: 30px 50px 50px;
    text-align: center;
	padding-left:0;
	padding-right:0;
}
section.services {
    background-color: #203141;
    padding: 80px 0;
    text-align: center;
}
section.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.staffing {
    min-height:60vh;
    background-position: top;
    background-size: cover;
	padding: 80px 0;
}
section.staffing .container {
    width: 592px;
    margin: 0 calc((100% - 1140px) /2);
    text-align: left;
}
section.staffing .container h2, section.staffing .container h3, section.staffing .container p {
    color: #ffffff;
    text-align: left;
}
section.services p, section.services li, section.services h3{
	color:#fff;
}
section.services li {
    width: 25%;
    display: block;
    float: left;
    padding: 0 25px;
}
section.services li img, img.icon-services {
    max-width: 100px;
    max-height: 100px;
}
section.services li h4 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}
section.services li:nth-child(1) h4 {
    color: #eb6d4f;
}
section.services li:nth-child(2) h4 {
   color: #535eaf;
}
section.services li:nth-child(3) h4 {
    color: #ee8e4a;
}
section.services li:nth-child(4) h4 {
    color: #ac1d2a;
}
section.staffing-locations ul, section.corporate-locations ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.staffing-locations ul li{
width: 49%;
    display: inline-block;
    text-align: center;
    padding: 25px;
	background-color: #1f3142;
    border: 2px solid #fff;
	color:#fff;
	font-size: 16px;
}
section.corporate-locations ul li{
	width:25%;
	display: table-cell;
    text-align: center;
    padding: 0 25px 25px;
	border: 2px solid #fff;
	background-color: #1f3142;
	color:#fff;
	font-size: 16px;
}
.download-icon {
    width: auto;
    height: 40px;
}
section.corporate-locations {
    padding-top: 0;
}
.staff-info {
    width: 50%;
    float: right;
}
.staff-info h2, .staff-info h3, .staff-info h4, .staff-info p, .staff-info h5{
	text-align:left;	
}
.staff-info h5{
	text-transform: none;
	margin-top: 10px;
	color: #74777b;
}
.staff-image {
    width: 45%;
    float: left;
}
.staff-archive article{
    display: block;
    float: left;
    width: 32%;
    text-align: center;
    padding: 20px 20px 20px;
    background-color: #eef4f8;
    box-shadow: 1px 1px 5px rgba(31, 49, 66, 0.3);
	position: relative;
	margin: 0 0 35px;
}
.staff-archive article:nth-child(3n){
	/* margin:0 1.3333%; */
}
.container.group.staff-archive h2 {
    margin-bottom: 30px;
}
.list-staff-image {
    background-size: cover;
    background-position: center top;
    padding-bottom: 100%;
}
.list-staff-info {
	padding-top: 20px;
   /* position: absolute;
    bottom: -10px;
    width: calc(100% - 50px);
    left: 25px;
    */
}
.list-staff-info p{
    margin: 0 0 10px;
    font-weight: 500;
    color: #74777b;
	font-size:17px;
}


.list-staff-info a.btn{
	min-width: 150px;
}

.list-staff-info h4, .list-staff-info h4 a{
    margin: 0 0 10px;
    font-weight: 700;
    color: #000;
    font-size: 32px;
}
section.full.single-staff {
	background-color: #eef4f8;
	    text-align: center;
}

section.full.single-staff .post-navigation .nav-previous {
    position: absolute;
    top: 40%;
    left: 0;
	transform:rotate(-180deg);
	width: 5%;
}
section.full.single-staff .post-navigation .nav-previous a{
	background-image:url(https://www.egnow.com//wp-content/uploads/arrow.png);
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:contain;
    display: block;
	transition:0.5s all;
}
section.full.single-staff .post-navigation .nav-next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 5%;
}
.site-main section.full.single-staff .post-navigation {
    margin: 0 0 20px 0;
    padding-top: 0px;
}
section.full.single-staff .post-navigation .nav-next a{
	background-image:url(https://www.egnow.com//wp-content/uploads/arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right;
	text-indent:-9999px;
    display: block;
    text-align: left;
	transition:0.5s all;
}
.staff-wrap.group {
    width: 90%;
    margin: 30px auto;
    background-color: #fff;
    padding: 30px 30px 10px;
    box-shadow: none;
/* 	box-shadow: 1px 1px 5px rgba(31, 49, 66, 0.3); */
}
section.full.single-staff .post-navigation .nav-next a:hover, section.full.single-staff .post-navigation .nav-previous a:hover{
	opacity:0.3;	
}

.staff-wrap.group a.linkedin-link{
	display: inline-block;
	background: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.staff-wrap.group a.linkedin-link img{
	width: 15px;
	height: auto;
}

img.profile-image {
    width: 100%;
}
img.small-icon {
    max-height: 75px;
}
section.leadership ul{
	padding:0;
	margin:0;
	list-style: none;
    width: 68%;
}
section.leadership{
	padding-top:0;
}
section.leadership .container{
	position:relative;
}
section.leadership ul li{
    display: inline-block;
    width: 31%;
    margin: 0px 1% 10px 0;
    text-align: center;
    cursor: pointer;
    height: 320px;
    overflow: hidden;
}
section.leadership ul li .staff-image{ 
    width: 100%;
    height: 100%;
    background-size: cover;
    float: none;
    z-index: 1;
    background-position: center top;
    position: relative;
    mix-blend-mode: luminosity;
	transition:0.6s all;
}

section.leadership ul li .staff-info {
    width: 90%;
    float: none;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 5%;
}
section.leadership ul li .staff-info h4{
	margin:0;
	color: #fff;
}
section.leadership ul li .staff-info p{
	margin:0;	
	font-size: 15px;
	
}
section.leadership ul li p{
	color:#fff;
}
section.leadership .staff-bio-hover{
    background-color: #fff;
    padding: 30px 30px 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    margin: 0;
    opacity: 0;
    height: 658px;
	transition:0.6s all;
}
section.leadership .active .staff-bio-hover{
    opacity: 1;
}
section.leadership ul li.active  .staff-image{ 
    mix-blend-mode: normal;
}
section.leadership .staff-bio-hover h4, section.leadership .staff-bio-hover p{
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 24px;
color:#22323f;
}
.knowledge-item {
    background-color: #fff;
    padding: 30px 30px 20px;
    box-shadow: 1px 1px 5px rgba(33, 49, 64, 0.3);
    margin-bottom: 30px;
}
.knowledge-item .knowledge-item-image{
	padding-right:30px;
}
.culture-box{
    background-color: #22323f;
    padding: 20px;
    margin: 0 0 20px 0;
    min-height: 325px;
    position: relative;
	box-shadow: 1px 1px 5px rgba(34, 50, 63, 0.3);
}
.culture-box p {
    font-size: 14px;
    color: #fff;
}
.culture-box.culture-6 {
    background-color: #fff;
}
.icon-cover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #213141;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
	transition:0.7s all;
	cursor:pointer;
}
.culture-box.culture-6, .culture-6 .icon-cover  {
    background-color: #fff;
}
.culture-1 .icon-cover {
	background-image: url(https://www.egnow.com//wp-content/uploads/Culture-CV-RightThing.jpg);	
}
.culture-2 .icon-cover {
	background-image: url(https://www.egnow.com//wp-content/uploads/Culture-CV-Healthy.jpg);	
}
.culture-3 .icon-cover {
		background-image: url(https://www.egnow.com//wp-content/uploads/Culture-CV-Attitude.jpg);	
}
.culture-4 .icon-cover {
	background-image: url(https://www.egnow.com//wp-content/uploads/Culture-CV-Individual.jpg);	
}
.culture-5 .icon-cover {
	background-image: url(https://www.egnow.com//wp-content/uploads/Culture-CV-Urgency.jpg);	
}
.culture-6 .icon-cover {
	background-image: url(https://www.egnow.com//wp-content/uploads/EG-Mission.jpg);	
}
.icon-cover:hover {
    opacity: 0;
}
.culture-6 .icon-cover:hover{
	opacity:1;
}
nav#toolbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #203141;
    width: 100%;
    height: 25px;
    z-index: 1000001;

}
nav#toolbar ul{
	text-align:right;
	list-style:none;
	margin:0;
    padding: 0 0px 0 0;
    height: 25px;
	position: fixed;
    right: 175px;
    top: -2px;
}
nav#toolbar ul li{
	display:inline-block;
    margin-left: 30px;
	line-height:25px;
}
nav#toolbar ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 9px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0;
	line-height:25px;
}
nav#toolbar .social-menu ul {
    height: 20px;
	position: fixed;
    right: 30px;
    top: 1px;
}
nav#toolbar .social-menu ul li img {
    width: 15px;
}
.gform_wrapper form {
    text-align: center!important;
}
.gform_wrapper .ginput_container{
    width: 100%!important;
    margin-left: 0!important;
}
.gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 0!important;
}
.gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 0!important;
    width: 100%!important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0!important;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    margin: 9px 0 0 9px;
    font-size: 20px;
}
form#gform_2 {
    max-width: 500px!important;
}
footer#colophon {
    width: 100%;
    background-color: #fff;
	padding: 0 calc((100% - 1140px) / 2);
    border-top: 20px solid #fff;
}
.footer-container {
    background-color: #eef4f8;
    padding: 30px;
    position: relative;
}
.footer-logo {
    width: 140px;
    float: left;
}
.footer-nav {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.social-menu {
    float: right;
}
.social-menu ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
.social-menu ul li{
	display:inline;
	margin-left: 15px;
}
.social-menu ul li img {
    width: 18px;
}
ul#footer-menu {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px;
}
ul#footer-menu li{
	display: inline-block;
    margin-right: 50px;
}
ul#footer-menu li a {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: 1000;
    font-size: 13px;
    letter-spacing: 1px;
    color: #22313f;
    padding: 0;
}
ul#footer-menu li a:hover{
	color: #73c5f1;
}
ul#footer-menu li.btn.apply-now{
	position:absolute;
	right: 30px;
	top:30px;
    margin-right: 0px;
}
ul#footer-menu li ul.sub-menu{
	margin:20px 0 0 0;
	padding:0;
	display:block;
}
ul#footer-menu li ul.sub-menu li {
    display: table;
    margin: 0;
}
ul#footer-menu li ul.sub-menu li a{
	text-transform:none;
	font-weight:500;
}
.copyright {
    margin: 30px 0;
    font-size: 12px;
    float: left;
    height: 18px;
    display: block;
}
.home-banner .banner img {
    width: 100%;
}
.column-4-1, .column-4-2, .column-4-3, .column-4-4 {
    width: 25%;
    text-align: center;
    padding: 0 15px 50px;
    float: left;
}
.column-3-1, .column-3-2, .column-3-3 {
    width: 33.333%;
    text-align: center;
    padding: 0 20px 50px;
    float: left;
}
.home-news{
	margin:0;
	padding: 40px 0;
	list-style: none;
}
.home-news li {
    width: 49%;
    float: left;
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(31, 49, 66, 0.3);
    margin-bottom: 20px;
}
.home-news li h4{
	text-align:left;
	margin:10px 0 5px 0;
}
.home-news li:nth-child(even) {
    float: right;
}
.home-news li p{
	text-align:left;
	margin:5px 0 10px 0;
}
.home-news li a.btn {
    float: right;
min-width: 0px;
}
.home-news li .featured-image {
    margin: 0 0 20px;
    padding: 0;
}
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
 .unslider .carouseller ul li{
    padding: 0 75px 0 75px;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
    background-image: url(/wp-content/uploads/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: center right;
    width: 40px;
    top: 49%;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
a.unslider-arrow.prev {
    transform: rotate(-180deg);
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.carouseller table td {
    color: #fff;
    padding: 20px;
    vertical-align: top;
}
section.carousel {
    position: relative;
}

@media screen and (max-width: 1450px) {

.home-banner .left-home ul li, .home-banner .right-home ul li {
    width: 90%;
    margin: 5px 5% 5px;
    padding: 9px 20px;
    font-size: 13px;
}
.home-banner span.btn {
    bottom: calc(21.5% - 22px);
    width: 13%;
    min-width: 200px;
}

}
@media screen and (max-width: 1240px) {
.list-staff-image.group .btn {
    min-width: 0;
}
header#masthead, footer#colophon {
    padding: 0 calc((100% - 950px) / 2);
}
.main-navigation li {
    margin-left: 20px;
}

.container {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
section.staffing .container {
    width: 500px;
    margin: 0 calc((100% - 950px) /2);
}
section.services li {
    width: 25%;
    padding: 0 15px;
}
.home-banner span.btn {
	right:initial;
    left: 50%;
    min-width: 160px;
}
.home-banner span.btn.alt {
    left: initial;
	right:50%;
    min-width: 160px;
}

ul#footer-menu li.btn a, input[type="submit"] {
    min-width: 170px;
}
section.leadership .staff-bio-hover p {
    line-height: 22px;
    font-size: 15px;
}
.culture-box {
    padding: 10px;
    margin: 0 0 10px 0;
    min-height: 340px;
}
.home-banner .left-home ul li, .home-banner .right-home ul li {
    width: 90%;
    margin: 5px 5% 5px;
    padding: 5px 10px;
    font-size: 13px;
}
}
@media screen and (max-width: 1080px) {
h4.image-box {
    height: auto;
    line-height: 20px;
    padding: 130px 20px;
    width: 100%;
}	
header#masthead, footer#colophon {
    padding: 0 5%;
}
.people {
    width: 84%;
    left: 7%;
}
.home-content {
    margin-top: 20vh;
}
section.staffing .container {
    width: 45%;
    margin: 0 5%;
}
.container {
    width: 90%;
}
.employee .employee-hero-left {
    left: 3%;
    opacity: 1;
    width: 45%;
}
section.services li {
    width: 50%;
    padding: 0 15px;
}
section.leadership ul li {
    width: 48%;
    margin: 0px 1% 0px 0;
    height: 250px;
}
section.leadership .staff-bio-hover {
    padding: 20px 20px 10px;
    margin: 0;
    height: auto;
}
section.leadership ul {
    width: 67%;
}
.main-navigation {
    right: 120px;
}
.main-navigation li {
    margin-left: 18px;
}
.home-banner .left-home .apply-now a.btn {
    height: 25px;
    line-height: 25px;
    padding: 0 25px 0 10px;
}
.home-banner .left-home .apply-now a.btn:after {
    width: 7px;
    height: 7px;
    right: 5px;
    top: 9px;
}
.employee-hero-left {
    position: absolute;
    bottom: 20px;
}

}
@media screen and (max-width: 850px) {
	.icon-cover {
    background-size: contain;
}

h2 {
    font-size: 34px;
    line-height: 42px;
}
h3 {
    font-size: 25px;
    line-height: 30px;
}
.column-4-1, .column-4-2, .column-4-3, .column-4-4 {
    width: 49%;
    padding: 0 15px 30px;
}

		.column-3-1, .column-3-2, .column-3-3 {
    width: 100%;
    text-align: center;
    padding: 0 0px 0px;
    float: none;
}
section.media .media-offset img, .single section .post-thumbnail img {
    width: 80%;
}
.media-offset {
    width: 80%;
    top: -150px;
    left: 10%;
}
section.leadership ul {
    width: 100%;
}
section.leadership ul li {
    width: 32%;
    margin: 0px 0.5% 0px 0;
    height: 200px;
}
section.leadership .staff-bio-hover {
    padding: 20px 20px 10px;
    width: 98%;
    margin: 0;
    opacity: 0;
    height: 300px;
    top: 420px;
    left: 0;
}
section.leadership ul {
    width: 100%;
    height: 720px;
}
ul#footer-menu li.btn a, ul#footer-menu li.btn.apply-now {
    min-width: 0px;
}
section.staffing-locations ul li {
    width: 100%;
    padding: 20px;
}
section.corporate-locations ul li {
    width: 100%;
    padding: 0 20px 25px;
	display:block;
    font-size: 16px;
}
.staff-archive article {
    display: inline-block;
    float: none;
    width: 49%;
    text-align: center;
    padding: 20px 20px 20px;
    position: relative;
    margin: 0;
}
.list-staff-image {
	padding-bottom: 100%;
}
.staff-archive article:nth-child(3n) {
    margin: 0;
}
ul#footer-menu li {
    margin-right: 40px;
}
ul#footer-menu li.btn.apply-now {
    position: relative;
    right: inherit;
    top: inherit;
    margin: 30px 0 0;
}
}
@media screen and (max-width: 650px) {
.footer-nav {
    width: 100%;
    float: left;
    margin: 20px 0 0px;
}
ul#footer-menu {
    margin: 0;
    padding: 0;
}
ul#footer-menu li {
    margin-right: 20px;
}
	ul#footer-menu li:nth-child(3){
		margin-right:0;
	}
ul#footer-menu li a {
    font-size: 11px;
    letter-spacing: 1px;
}
section.services li {
    width: 100%;
    padding: 0;
}
.home-news li {
    width: 100%;
}
.split-left, .split-right {
    width: 100%;
    float: none;
}
section.about.container {
    padding: 30px 30px 50px;
}
section.staffing .container {
    width: 90%;
    margin: 0 5%;
}
.column-4-1, .column-4-2, .column-4-3, .column-4-4 {
    width: 100%;
    padding: 0 0px 30px;
    float: none;
}
li.slide td {
    width: 100%;
    display: block;
}
.carouseller ul li {
    padding: 0 50px 0;
}
.staff-archive article {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px 20px 20px;
    position: relative;
    margin: 20px 0;
}
.home-banner span.btn.alt {
    min-width: 160px;
	height: 30px;
    line-height: 31px;
}
.home-banner span.btn {
    min-width: 160px;
	height: 30px;
    line-height: 31px;
}
.home-content .about h2 img {
    width: 50%;
}
section.staffing {
    min-height: 0;
    background-position: top;
    background-size: cover;
    padding: 60px 0;
}
.home-banner span.btn:after{
	    width: 7px;
    height: 7px;
    right: 10px;
    top: 12px;	
}
.home-banner span.btn.alt:after{
    width: 7px;
    height: 7px;
    left: 10px;
	right:inherit;
    top: 12px;
}
.home-banner .left-home .apply-now a.btn {
    text-indent: -99999px;
    display: block;
    text-align: left;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    padding: 0;
    top: 0;
    right: 0;
    height: 100%;
}
.home-banner .left-home .apply-now a.btn:after {
    top: 9px;
}
.staff-image {
    width: 100%;
    float: none;
}	
	.staff-info {
    width: 100%;
    float: none;
}
}
@media screen and (max-width: 600px) {
.home-carousel ul li, .home-top-mask{
	min-height:400px;
}
.home-banner.employee {
    left: 0;
    right: inherit;
    width: 200%;
}
.home-banner.employee .left-home .featured-job-list {
    display: none;
}

}
@media screen and (max-width: 452px) {
ul#footer-menu li ul.sub-menu {
    display: none;
}
ul#footer-menu li {
    margin-right: 0px;
	display:block;
}
ul#footer-menu li.btn.apply-now {
    margin: 15px 0 0;
    width: 145px;
    padding: 0;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 25px;
}
body, button, input, select, optgroup, textarea, a, p, li, ol {
    font-size: 16px;
    line-height: 20px;
}
.home-banner span.btn.alt, .home-banner span.btn {
    height: 30px;
    line-height: 30px;
}
.site-branding {
    margin: 20px 0 0 0;
    left: 5%;
    top: 30px;
}
.site-branding img {
    max-height: 40px;
}
header#masthead {
    height: 80px;
}
.search-container {
    top: 25px;
    right: 0;
    height: 80px;
    width: 80px;
    padding: 3px 10px 0;
}
.main-navigation.toggled ul {
    top: 105px;
    padding: 29px 0 0;
}
.menu-toggle {
    position: fixed;
    right: 100px;
    top: 55px;
}
nav#toolbar ul li {
    margin-left: 15px;
    line-height: 25px;
}
nav#toolbar ul {
    height: 25px;
    right: 130px;
}
.secondary-banner {
    height: 20vh;
    width: 100%;
    padding: 150px 5% 0;
    min-height: 250px;
}
h1 {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 500;
}
.home-top-mask {
    top: 105px;
}
.home-carousel ul li, .home-top-mask{
	min-height:300px;
	height:300px;
}
.home-banner.employee .close-option {
    right: calc(50% + 15px);
    font-size:45px;
    top: 10px;
}
.home-banner.employer .close-option {
    font-size:45px;
    left: calc(50% + 10px);
    top: 10px;
}
.home-banner.employer {
    left: inherit;
    right: 0;
    width: 200%;
}
.employer .employer-hero-right {
    right: 2%;
    opacity: 1;
    width: 45%;
}
section.about.container {
    padding: 21px 20px 40px;
}
.search-text {
    line-height: 14px;
}
}



h1 {
	clear: both;
	font-family: diodrum, brandon-grotesque, sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 200;
	text-align: center;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea, a, p, li, ol {
	font-size: 18px;
	line-height: 1.3;
	color:#74777b;
}
h1 {
    text-transform: none;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: 500;
	text-align: center;
}
h2{
	font-size:40px;
}
h3{
	font-size:30px;
	color: #000000;
}
.home-content p, .home-content h2, .home-content h3, .home-content h4 {
	margin-top:.6em;
	margin-bottom:.6em;
	
}
h4, h4 a{
	font-size:22px;
	color: #000;
	text-transform: none;
	font-weight: 390;
	text-align: center;
	line-height:26px;
	letter-spacing: 1px;
}

h4 {
margin-top: 1em;
margin-bottom: 1em;
}

h4.image-box {
    background-size: cover;
    height: 300px;
    line-height: 300px;
    color: #fff;
	text-transform: none;
    font-size: 30px;
	font-weight:400;
}
h4.image-box.team-members {
    background-image: url(/wp-content/uploads/in-page-8.jpg);
}
h4.image-box.better-job {
    background-image: url(/wp-content/uploads/in-page-5.jpg);
}
.heading4, .heading4 a{
	font-size:22px;
	color: #000000;
	text-transform: none;
	font-weight: 500;
	text-align: left;
	line-height:26px
}
h5{
	font-size:18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	line-height:20px
}
p {
	margin-bottom: 1.0em;
}
.home-top-mask {
    top: 220px;
}


.home-content {
    margin-top: 16.6vh;
}

	.home-banner span.btn:after {
		background-image: url(/wp-content/uploads/arrow-red.png);
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 14px;
	transition: 0.5s all;
	}

	.home-banner span.btn:hover {
		background-color: #424242;
	}

.home-banner span.btn:hover:after {
	right: 20px;
}
.home-banner span.btn.alt:hover:after{
	left: 20px;
}
.home-banner span.btn {
	background-image: none;
		background-color: #000;
		color:#fff;
    position: absolute;
    bottom: calc(21.5% - 18px);
    width: 220px;
    left: 50%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
	font-size:16px!important;
	text-transform:none;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s all;
	border:none;
	border-radius:0;
	cursor:pointer;
	margin-bottom: 15px;
}
.home-banner span.btn.alt{
	position: absolute;
    left: initial;
	right:50%;
    background-color: #fff;
    color: #213140;
    text-align: right;
    padding: 0 20px;
    line-height: 40px;
}

@media screen and (max-width: 1450px) {
.home-banner span.btn {
    bottom: calc(21.5% - 22px);
    width: 13%;
    min-width: 200px;
}
}

@media screen and (max-width: 1240px) {
.home-banner span.btn {
	right:initial;
    left: 50%;
    min-width: 160px;
}
.home-banner span.btn.alt {
    left: initial;
	right:50%;
    min-width: 160px;
}
}

@media screen and (max-width: 650px) {

.home-banner span.btn.alt {
    min-width: 160px;
	height: 30px;
    line-height: 31px;
}
.home-banner span.btn {
    min-width: 160px;
	height: 30px;
    line-height: 31px;
}
.home-banner span.btn:after{
	    width: 7px;
    height: 7px;
    right: 10px;
    top: 12px;	
}
.home-banner span.btn.alt:after{
    width: 7px;
    height: 7px;
    left: 10px;
	right:inherit;
    top: 12px;
}
}
@media screen and (max-width: 452px) {

.home-banner span.btn.alt, .home-banner span.btn {
    height: 30px;
    line-height: 30px;
}
}
.people {
    position: absolute;
    bottom: 21.5%;
    width: 70%;
    left: 15%;
}
.unslider {
	background-color: gray;
}
.ul#footer-menu li.btn a {

  padding:0px 30px 0px 30px;
	min-width:0px;
    display: inline-block;
	background-color:#29a6cd;
    text-transform: none;
    font-weight: 300;
    font-size: 16px!important;
    letter-spacing: 0px;
    color: #fff;
    transition: 0.5s all;
    position: relative;
    height: 40px;
    line-height: 40px;
	border:none;
	border-radius:0;
	cursor:pointer;
	margin-bottom: 15px;
}

.about a.btn {
	
	background-color:#29a6cd;
  transition:0.5s all;
  padding:0px 30px 0px 30px;
  color:#fff;
	min-width:0px;
	margin-top:10px;
		font-weight:300;
	font-size:16px!important;
	text-transform:none;
	}
	.about a.btn:hover {

	background-color:#1896bd;
		color:#fff;
	}

	.about a.btn:after {
		display:none;
	}

	.about .btn:after {
		display:none;
	}

	
	.staffing a.btn {
  background-color:#29a6cd;
  transition:0.5s all;
  padding:0px 20px 0px 20px;
  color:#fff;
  margin-top:10px;
		font-weight:300;
	font-size:16px!important;
	text-transform:none;
}
	.staffing a.btn:hover {
  background-color:#1896bd;
  color:#fff;
	}

	.staffing a.btn:after {
		display:none;
	}

	.staffing .btn:after {
		display:none;
	}
	.news h2 {
		color:#1a1919;
	}
	.home-news li h4 {
		text-transform:none;
	}
	.home-news li h4, .home-news li h4 a {
		color: #1a1919;
		text-transform:none;
		font-weight: normal;
		font-size: 20px;
		line-height: 1.3;
	}
	.home-news li a.btn {
		background-color:#29a6cd;
		padding:0px 20px 0px 20px;
		color:#fff;
		text-align:left;
	}
	.home-news li a.btn:hover {
		background-color:#1896bd;
	}

	.home-news li a.btn:after {
		display:none;
	}

	.home-news li .btn:after {
		display:none;
	}
	body.home {
		background-color:#ffffff;
		background-image: url(/wp-content/uploads/bug-bg-home.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.home section.news {
		background-color:#f8f8f8;
	}
	section.services {
		background-color:#eeeded;

	}

nav#toolbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #203141;
    width: 100%;
    height: 50px;
    z-index: 1000001;

}
nav#toolbar ul{
	text-align:right;
	list-style:none;
	margin:0;
    padding: 0 0px 0 0;
    height: 50px;
	position: fixed;
    right: 175px;
    top: -2px;
}
nav#toolbar ul li{
	display:inline-block;
    margin-left: 30px;
	line-height:50px;
	height:50px;
}
nav#toolbar ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 9px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0;
	line-height:50px;
	height:50px;
}
nav#toolbar .social-menu ul {
    height: 50px;
	position: fixed;
    right: 0px;
    top: 0px;
}
nav#toolbar .social-menu ul li {
	margin-left: -5px;
	background-color:#939598;
}
nav#toolbar .social-menu ul li:nth-child(even) {
	background-color:#bcbebd;
}

nav#toolbar .social-menu ul li img {
    width: 50px;
	padding:14px
}
	nav#toolbar {
    background-color: #000;
}
	nav#toolbar ul li a {
		font-size:10px;
	}

	header#masthead {
	top:50px;
		height: 132px;
			background-color: transparent;
			box-shadow:none;
	}

.navbar-fixed-top {
  background-color: transparent !important;
  transition: background-color 200ms linear;
	box-shadow: 0px 0px 0px rgba(31, 49, 70, 0.3);
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
	box-shadow: 1px 1px 5px rgba(31, 49, 70, 0.3) !important;
}

.navbar-fixed-top .nav-link {
  color:#555;
}
.main-navigation {
    right: 190px;
    top: 102px;
}

.main-navigation a {
    font-size: 13px;
	font-weight:300;
	letter-spacing:normal;
}


.main-navigation li {
	padding-bottom: 15px;
}
.menu-toggle{
	left:40px;
	top:104px;
}
.main-navigation.toggled ul {
    top: 182px;
}

.search-container {
		background-color: #bab9ba;
}

section.about.container {
    background-color: transparent;
	padding-left:0;
	padding-right:0;
	max-width: 100%;
}
@media screen and (max-width: 1050px) {
.main-navigation a {
    letter-spacing: 0px;
}

.main-navigation li {
	padding-bottom: 7px;
}
}

@media screen and (max-width: 1180px) {
.main-navigation {
    top: 142px;
}
}

@media screen and (max-width: 1080px) {
.main-navigation {
    right: 190px;
}
.main-navigation li {
    margin-left: 18px;
}
	
.services .btn.alt2, .services a.btn.alt2 {
		display:block;
	margin-left:20%;
	margin-right:20%;
}
h4.image-box {
    height: auto;
    line-height: 20px;
    padding: 130px 20px;
    width: 100%;
}
}

.site-branding {
    margin:25px 0 0 0;
	position: fixed;
    left: 30px;
	top:52px;
}
.site-branding img {
    max-height: 70px;
    width: auto;
}

@media screen and (max-width: 452px) {

.home-top-mask {
    top: 140px;
}
.site-branding {
    margin: 20px 0 0 0;
    left: 5%;
    top: 30px;
}
.site-branding img {
    max-height: 40px;
}

header#masthead {
	top:40px;
	height: 170px;
}

nav#toolbar {
    height: 40px;

}
nav#toolbar ul{
    height: 40px;
    right: 135px;
}
nav#toolbar ul li{
    margin-left: 30px;
	line-height:40px;
	height:40px;
}
nav#toolbar ul li a {
	line-height:40px;
	height:40px;
}
nav#toolbar .social-menu ul {
    height: 40px;
}
	.menu-toggle{
	left:5%;
	top:102px;
}

nav#toolbar .social-menu ul li img {
    width: 40px;
	padding:10px
}


	header#masthead {
		height: 100px;
	}

h1 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 200;
}
}


	section.services .services-bug {
		margin-top:-40px;
		width:100%;
		float:none;
	}
	section.services .services-bug p {
		text-align:center;
	}
	section.services .services-bug p img {
		padding:0px 20px 0px 0px; max-width:100px; height:auto;
	}
	section.services .services-blurb {
		width:100%;
		float:none;
	}
	section.services .services-blurb h2 {
		text-align:center;
		color:#1a1919;
		margin-top: 10px;
		margin-bottom: 10px;
		
	}
	section.services .services-blurb h3 {
		text-align:center;
		color:#777779;
		font-size: 24px;
		margin-top: 0;
		
	}

	section.services li {
		color:#777779;
		padding-top:50px;
	}

section.services li img, img.icon-services {
    max-width: 130px;
    max-height: 130px;
	padding:10px;
}
section.services li img:hover, img.icon-services:hover {
    max-width: 130px;
    max-height: 130px;
	padding:0px;
}
section.services li h4 {
    text-transform: none;
	font-size: 20px;
	font-weight:500;
	line-height:1.3;
}

section.services li img, img.icon-services
{
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    position: relative;
	opacity:0.5;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

section.services li img:hover, img.icon-services:hover
{
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.06);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.06);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.06);
    transition: all 200ms ease-in;
    transform: scale(1.06);  

}
section.services li:nth-child(1) h4 {
    color: #777779;
}
section.services li:nth-child(2) h4 {
   color: #777779;
}
section.services li:nth-child(3) h4 {
    color: #777779;
}
section.services li:nth-child(4) h4 {
    color: #777779;
}
section.services p, section.services li, section.services h3{
	color:#777779;
}
	
	.services .btn.alt2 {
	background-color:#29a6cd;
	transition:0.5s all;
	margin-top: 10px;
		font-weight:300;
	font-size:16px!important;
	text-transform:none;
	}
	.services .btn.alt2:hover {
	background-color:#1896bd;
  color:#fff;
	}
	.services .btn, .services a.btn {
		color:#ffffff;
		display:inline-block;
		margin:0;
	}
	.services .btn:hover, .services a.btn:hover {
		color:#ffffff;
	}
	.services a.btn.alt2:after {
		display:none;
	}


section.staffing2 {
    min-height:60vh;
    background-position: top;
    background-size: cover;
	padding: 80px 0;
}
section.staffing2 .container {
    width: 592px;
    margin: 0 calc((100% - 1140px) /2);
    text-align: left;
}
section.staffing2 .container h2, section.staffing2 .container h3, section.staffing2 .container p {
    color: #777779;
    text-align: left;
}

@media screen and (max-width: 1240px) {
section.staffing2 .container {
    width: 500px;
    margin: 0 calc((100% - 950px) /2);
}
}

@media screen and (max-width: 1080px) {
section.staffing2 .container {
    width: 45%;
    margin: 0 5%;
}
}

@media screen and (max-width: 650px) {
section.staffing2 .container {
    width: 90%;
    margin: 0 5%;
}
	
section.staffing2 {
    min-height: 0;
    background-position: top;
    background-size: cover;
    padding: 60px 0;
}
}

.search-container {
    position: fixed;
    top: 50px;
    right: 0;
    background-color: transparent;
    height: 112px;
    width: 148px;
    padding: 0;
    text-align: center;
}
	
.search-container-find {
	background-image:none;
  background-color: #29a6cd !important;
    height: 46px;
	margin-top:20px;
    width: 148px;
    padding: 0;
	transition:0.5s all;
	border-top-left-radius: 5px;
}
	
.search-container-find:hover {
  background-color: #1896bd !important;
}
	
.search-container-apply {
	background-image:none;
  background-color: #ff9933 !important;
    height: 46px;
	margin-top:0px;
    width: 148px;
    padding: 0;
	transition:0.5s all;
	border-bottom-left-radius: 5px;
}

.search-container-apply:hover {
  background-color: #e6832a !important;
  color:#fff;
}


.search-container-find img, .search-container-apply img {
    width:100%;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
}

@media screen and (max-width: 452px) {
.search-container {
    top: 40px;
    right: 0;
    height: 80px;
    width: 80px;
    padding: 0;
}
	
.search-container-find {
    height: 40px;
    width: 80px;
    padding: 0;
}
	
.search-container-apply {
    background-color: #48698d;
    height: 40px;
    width: 80px;
    padding: 0;
}
}
input.es_subscription_form_submit[type="submit"] {
	min-width:0;
	margin-top:20px;
	background-color:#e80029;
	color:#fff;
}

input.es_subscription_form_submit:hover[type="submit"] {
	background-color:#a9252a;
}

.home-news-3col .featured-image img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.home-news.home-news-3col li {
    width: 33.33333%;
    float: left;
    background-color: #d8d8d8;
    padding: 20px;
    box-shadow: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.home-news.home-news-3col li:nth-child(even) {
    float: left;
    background-color: #e8e8e8;
}
.home-news.home-news-3col li .featured-image {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}
.home-news.home-news-3col li {
    opacity: 1.0;
    transition: 0.5s all;
}
.home-news.home-news-3col li:hover {
    opacity: 0.8;
    transition: 0.5s all;
}
.home-content .news .btn:after {
    display: none;
}
.home-content .news .btn {
  transition:0.5s all;
  padding:0px 40px 0px 40px;
  color:#fff;
    background-color: #29a6cd;
	min-width:0px;
	margin-top:10px;
		font-weight:300;
	font-size:16px!important;
	text-transform:none;
}
.home-content .news .btn:hover {
    background-color: #1896bd;
}


.home-content .about p {
    font-size:24px;
}

@media screen and (max-width: 950px) {
.home-news.home-news-3col li {
    width: 100%;
}
}

	section.staffing.staffing2 {
		background-color:#fff;
		padding:0px;
		min-height: 0px;
	}
	.staffing-bg {
		background-position: top;
		background-size: cover;
	}
	section.staffing.staffing2, section.staffing.staffing2 p, section.staffing.staffing2 h2, section.staffing.staffing2 h3, section.staffing.staffing2 h4 {
		text-align:left;
		color:#22323f;
	}
	section.staffing.staffing2 h2 {
		color: rgb(115, 197, 241);
	}
	.staffing-left {
		width:50%;
		float:left;
		background-color:rgba(255,255,255,1.0);
		padding: 60px 0 60px 0;
	}
	.staffing-left-cont {
		width: 100%;
		max-width: 570px;
		float: right;
		padding-right: 5%;
		padding-left: 0;
		
	}
	.staffing-right {
		width:50%;
		display:block;
		float:left;
	}
	@media screen and (max-width: 1240px) {
	.staffing-left-cont {
		max-width: 475px;
		
	}
		
	}
	@media screen and (max-width: 1080px) {
	.staffing-left {
		width:100%;
		background-color:rgba(255,255,255,0.80);
	}
	.staffing-left-cont {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
		float: none;
		max-width: 100%;
		
	}
	.staffing-right {
		display:none;
	}
	}

	ul#footer-menu li.btn.apply-now a {
	transition:0.5s all;
background-color: #29a6cd;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 16px!important;
		text-transform:none;
		font-weight:300;
	}
	ul#footer-menu li.btn.apply-now a:hover {
  
background-color: #1896bd;
		color:#fff;
	}

	ul#footer-menu li.btn.apply-now  {
	background:none;
  background-image: none;
background-color: transparent;
	}
	ul#footer-menu li.btn.apply-now:hover {
	background:none;
  background-image: none;
background-color: transparent;
	}

	ul#footer-menu li.btn.apply-now a:after {
		display:none;
	}
	ul#footer-menu li.btn:after {
		display:none;
	}
	footer#colophon {
		background-color: #bab9ba;
		border-top: 20px solid #bab9ba;
	}


	footer#colophon .copyright {
		margin-left: calc(15% + 40px);
	}
.footer-container {
    background-color: transparent;
    padding: 30px;
    position: relative;
}
.footer-logo {
    width: 15%;
    float: left;
}
.footer-nav {
    width: 85%;
    float: left;
    margin: 30px 0;
}
.sub-footer-container {
    position:relative;
	z-index:90;
}
.sub-footer-container .social-menu {
    float: right;
	padding-right:30px;
	width: 18.5%;
	margin-top:-90px;
}
.sub-footer-container .social-menu ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
.sub-footer-container .social-menu ul li {
	display:inline-block;
background: #000;
	margin-left: 10px;
	width: 32px;
height: 32px;
	transition:0.5s all;
}
.sub-footer-container .social-menu ul li:hover {
background: #999;
	transition:0.5s all;
}
.sub-footer-container .social-menu ul li a {
	display:inline-block;
	padding:8px;
}
.sub-footer-container .social-menu ul li img {
	height: 16px;
width: 16px;
}
.footer-logo img {
	padding: 40px;
}
ul#footer-menu {
    margin: 0;
    list-style: none;
    padding: 0 0 0 0px;
	margin-left:20px;
}
ul#footer-menu li{
	display: inline-block;
    margin-right: 2%;
	width:23%;
}
ul#footer-menu li ul.sub-menu li {
	width:100%;
}
ul#footer-menu li ul.sub-menu {
	margin: 10px 0 0 0;
}

ul#footer-menu li a {
	display: block;
	text-decoration: none;
    text-transform: none;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    padding: 0;
}

ul#footer-menu li ul.sub-menu li a {
    color: #fff;
    font-weight: 300;
}

ul#footer-menu li ul.sub-menu li a:hover {
    color: #000;
}
ul#footer-menu li a:hover{
	color: #fff;
}

ul#footer-menu li.btn.apply-now {
position: relative;
right: initial;
top: initial;
margin-right: 0px;
text-align: center;
	padding:0px;
}

@media screen and (max-width: 1240px) {
	
.footer-logo img {
	padding: 20px;
}
.footer-nav {
    width: 100%;
    float: left;
    margin: 30px 0;
}
	
	footer#colophon .copyright {
		margin-left: 50px;
}
	
.sub-footer-container .social-menu {
    float: right;
	padding-right:30px;
	width: 22%;
	margin-top:-90px;
}
ul#footer-menu li.btn {

  padding:0px 0px 0px 0px;
	
}
}

@media screen and (max-width: 1200px) {	
.sub-footer-container .social-menu {
    float: right;
	padding-right:30px;
	width: 25%;
	margin-top:-90px;
}
	.footer-nav {
    margin-top:0px;
}
	
	ul#footer-menu {
		margin-left:0px;
}
}

@media screen and (max-width: 850px) {	
ul#footer-menu li{
	display: inline-block;
    margin-right: 2%;
	width:46%;
}
.sub-footer-container .social-menu {
    width: 52.5%;
}
	
	ul#footer-menu li.btn.apply-now {
		text-align:left;
}
}

@media screen and (max-width: 550px) {	
ul#footer-menu li{
	display: block;
    margin-right: 0%;
	width:100%;
	margin-top:20px;
}
.sub-footer-container .social-menu {
    width: 100%;
	margin-top:0px;
	padding-left: 20px;
}
	.footer-nav {
		margin-bottom:0px;
	}
	footer#colophon .copyright {
		margin-left:30px;
	}	
	ul#footer-menu li.btn.apply-now {
		text-align:left;
}
.footer-logo img {
	padding: 0px;
}
}


.secondary-banner h1:before, .secondary-banner h1:after{
	content:"";
	color:#fff;
	display:inline-block;
}
.secondary-banner {
    height: initial;
    width: 100%;
    padding: 0;
    text-align: center;
	min-height: 0px;
    background-size: cover;
	margin-top:220px;
}
.secondary-banner h1{
	color:#fff;
	padding:90px 0px 90px 0px;
	margin:0;

}
.secondary-banner h1:before, .secondary-banner h1:after{
	content:"";
	color:#fff;
	display:inline-block;
}
.secondary-banner h1:before{
	margin-right:5px;
}
.secondary-banner h1:after{
	margin-left:5px;
}

@media screen and (max-width: 850px) {


h1 {
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 200;
}
button,
input,
select,
optgroup,
textarea, a, p, li, ol {
	font-size: 16px;
	line-height: 1.3;
}
h2{
	font-size:34px;
	line-height:39px;
}
h3{
	font-size:26px;
	line-height:29px;
}
h4, h4 a{
	font-size:18px;
	line-height:22px;
	letter-spacing: 1px;
}
h4.image-box {
    background-size: cover;
    height: 300px;
    line-height: 300px;
    color: #fff;
	padding:0 20px;
	font-size:20px;
}
.heading4, .heading4 a{
	font-size:18px;
	line-height:22px
}
h5{
	font-size:16px;
	line-height:20px
}
.secondary-banner {
    height: initial;
    width: 100%;
    padding: 0;
    min-height: 0px;
	margin-top:140px;
}
.secondary-banner h1{
	color:#fff;
	padding:40px 0px 40px 0px;
	margin:0;
}
}


@media screen and (max-width: 452px) {


h1 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 200;
}
button,
input,
select,
optgroup,
textarea, a, p, li, ol {
	font-size: 14px;
	line-height: 1.3;
}
h2{
	font-size:28px;
	line-height:36px;
}
h3{
	font-size:22px;
	line-height:25px;
}
h4, h4 a{
	font-size:16px;
	line-height:20px;
	letter-spacing: 1px;
}
h4.image-box {
    background-size: cover;
    height: 300px;
    line-height: 300px;
    color: #fff;
	padding:0 20px;
	font-size:15px;
}
.heading4, .heading4 a{
	font-size:16px;
	line-height:20px
}
	
h5{
	font-size:16px;
	line-height:20px
}
.secondary-banner {
    height: initial;
    width: 100%;
    padding: 0;
    min-height: 0px;
	margin-top:140px;
}
.secondary-banner h1{
	color:#fff;
	padding:40px 0px 40px 0px;
	margin:0;
}
}

	ul#footer-menu li.btn.apply-now a {

	
background-color: #29a6cd;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 16px!important;
		text-transform:none;
		font-weight:300;
		border-radius: 5px;
	}
	ul#footer-menu li.btn.apply-now a:hover {
		background-color: #1896bd;
	}

.btn a, a.btn, .btn, input[type="submit"]{
    display: inline-block;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px!important;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 20px 0px 20px;
    transition: 0.5s all;
    position: relative;
    height: 40px;
    line-height: 40px;
	border:none;
	border-radius: 5px;
	cursor:pointer;
	margin-bottom: 15px;
	min-width: 270px;
	background-color: #29a6cd;
}
.btn.alt2 {
	color:#fff;
}
.btn a:hover, a.btn:hover, input[type="submit"]:hover{
  background-color: #1896bd;
	color: #fff;
}
/*
.btn:after{
    background-image: url(/wp-content/uploads/arrow-white.png);
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 14px;
	transition: 0.5s all;
}
*/
.btn:hover{
	color: #fff;
  background-color: #1896bd;
}
.ege650 {
	max-width: 650px;
margin-left: auto;
margin-right: auto;
}
.ege750 {
	max-width: 750px;
margin-left: auto;
margin-right: auto;
}
.column-3-1, .column-3-2, .column-3-3 {
    padding: 0 20px 20px;
}

section.staffing-locations ul li{
	background-color: #fff;
}
section.corporate-locations ul li{
	background-color: #fff;
}

section.staffing-locations ul li h4 {
	color:#fff;
	background:#000;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
}
section.corporate-locations ul li h4 {
	color:#fff;
	background:#000;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
}

section.staffing-locations ul li .location-info {
	color:#fff;
	background:#000;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	margin-top:-5px;
}
section.corporate-locations ul li .location-info {
	color:#fff;
	background:#000;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	margin-top:-5px;
}
section.leadership {
	background-color: #000000!important;
}

section.full.single-staff {
	background-color: transparent;
	    text-align: center;
}

section.full.single-staff .post-navigation .nav-previous {
    position: absolute;
    top: 40%;
    left: -5%;
	transform:rotate(-180deg);
	width: 5%;
}
section.full.single-staff .post-navigation .nav-previous a{
	background-image:url(/wp-content/uploads/arrow-black.png);
	background-position: center center;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:contain;
    display: block;
	transition:0.5s all;
}
section.full.single-staff .post-navigation .nav-next {
    position: absolute;
    top: 40%;
    right: -5%;
    width: 5%;
}
.site-main section.full.single-staff .post-navigation {
    margin: 0 0 20px 0;
    padding-top: 0px;
}
section.full.single-staff .post-navigation .nav-next a{
	background-image:url(/wp-content/uploads/arrow-black.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center center;
	text-indent:-9999px;
    display: block;
    text-align: left;
	transition:0.5s all;
}
.staff-wrap.group {
	/*box-shadow: none;*/
}

/* begin styles for FOR EMPLOYERS page */		

	h4.for-emp-icon-title {
		height:40px;
	}
	p.for-emp-icon-text {
		height:125px;
	}
	
@media screen and (max-width: 1240px) {
	h4.for-emp-icon-title {
		height:60px;
	}
	p.for-emp-icon-text {
		height:175px;
	}
	}
	
@media screen and (max-width: 850px) {
	h4.for-emp-icon-title {
		height:40px;
	}
	p.for-emp-icon-text {
		height:90px;
	}
	}
	
@media screen and (max-width: 500px) {
	h4.for-emp-icon-title {
		height:40px;
	}
	p.for-emp-icon-text {
		height:60px;
	}
	}
/* end styles for FOR EMPLOYERS page */	

.knowledge-item {
    background-color: #fff;
    box-shadow: none;
	border-bottom: solid 2px #eee;
	padding: 30px 0px 20px 0px;
}
.container.staff-archive{
	max-width: 1240px;
	width: 100%;
}
.content-offset {
    background-color: #ffffff;
}
.staff-archive article{
    padding: 10px 15px 20px 15px;
    background-color: transparent;
    box-shadow: none;
}
.list-staff-image {
	border: 0px solid #eee;
    
}
.culture-box{
    background-color: #000;
	box-shadow: none;
}
.culture-box p {
    font-size: 14px;
    color: #fff;
}
.culture-box h4 {
    color: #fff;
}
.culture-box.culture-6 {
    background-color: #eeeded;
}
.culture-box .icon-cover {
    background-color: #000;
	cursor:pointer;
}
.culture-box.culture-6, .culture-6 .icon-cover  {
    background-color: #eeeded;
	cursor:default;
}
.culture-1 .icon-cover {
	background-image: url(/wp-content/uploads/Culture-CV-RightThing.jpg);	
}
.culture-2 .icon-cover {
	background-image: url(/wp-content/uploads/Culture-CV-Healthy.jpg);	
}
.culture-3 .icon-cover {
		background-image: url(/wp-content/uploads/Culture-CV-Attitude.jpg);	
}
.culture-4 .icon-cover {
	background-image: url(/wp-content/uploads/Culture-CV-Individual.jpg);	
}
.culture-5 .icon-cover {
	background-image: url(/wp-content/uploads/Culture-CV-Urgency.jpg);	
}
.culture-6 .icon-cover {
	background-image: url(/wp-content/uploads/EG-Mission.jpg);	
}
.icon-cover:hover {
    opacity: 0;
}
.culture-6 .icon-cover:hover{
	opacity:1;
}

/* begin styles for forcing full width sections */	
	.full-width-row-hack, .single section .post-thumbnail {
		width:100vw;
		margin: 0 calc((100vw - 1140px) / -2);
	}
	.single section .post-thumbnail img {
		object-fit: cover;
    width: 100%;
    height: 350px;
	object-position: center center;
		margin-top:25px;
	}



.full-width-row-hack h4.image-box {
    height: 500px;
    line-height: 500px;
}	
	@media screen and (max-width: 1240px) {
	.full-width-row-hack, .single section .post-thumbnail {
		width:100vw;
		margin: 0 calc((100vw - 950px) / -2);
	}


.full-width-row-hack h4.image-box {
    height: 300px;
    line-height: 300px;
}	
	}
	
	@media screen and (max-width: 1080px) {
	.full-width-row-hack, .single section .post-thumbnail {
		width:100vw;
		margin: 0 calc((90vw + 10%) / -2);
	}	
	}
	
	@media screen and (max-width: 1080px) {
		
.container {
    width: 90vw;
}
.full-width-row-hack, .single section .post-thumbnail {
    width:100vw;
    margin: 0 -5vw 0 -5vw;
}
.full-width-row-hack h4.image-box {
height: auto;
line-height: 20px;
padding: 130px 20px;
width: 100%;
}	
}
	
	@media screen and (max-width: 850px) {
	.single section .post-thumbnail img {
    width: 100%;
}
}

	.interior {
		padding-left:20px;
		padding-right:20px;
	}

/* end styles for forcing full width sections */
.main-navigation ul ul a {
	width: 180px;
}
.home-content section.news {
				padding-bottom:0px;
			}
div.container.group div.unslider {
	overflow:hidden;
}
article.post-233.hentry, article.post-39.hentry {
	margin-bottom:0px;
}
/* begin styles for updated carousel work WITH For Employers subPAGES ADDED */
.page-template-home .unslider .carouseller table, .page-id-1869 .unslider .carouseller table, .page-id-233 .unslider .carouseller table, .page-id-343 .unslider .carouseller table, .page-id-231 .unslider .carouseller table, .page-id-341 .unslider .carouseller table {
    margin:0px;
}
.page-template-home .unslider .carouseller table td, .page-id-1869 .unslider .carouseller table td, .page-id-233 .unslider .carouseller table td, .page-id-343 .unslider .carouseller table td, .page-id-231 .unslider .carouseller table td, .page-id-341 .unslider .carouseller table td {
    text-align:center;
	font-size: 22px;
	color:#a5a5a5;
}
.page-template-home .unslider .carouseller table td p, .page-id-1869 .unslider .carouseller table td p, .page-id-233 .unslider .carouseller table td p, .page-id-343 .unslider .carouseller table td p, .page-id-231 .unslider .carouseller table td p, .page-id-341 .unslider .carouseller table td p {
    text-align:center;
	font-size: 22px;
	color:#a5a5a5;
	padding-top:10px;
	margin:0px;
}
.page-template-home .unslider .unslider-arrow, .page-id-1869 .unslider .unslider-arrow, .page-id-233 .unslider .unslider-arrow, .page-id-343 .unslider .unslider-arrow, .page-id-231 .unslider .unslider-arrow, .page-id-341 .unslider .unslider-arrow {
	background-color: #fff;
    left: 0px;
	background-image: url(/wp-content/uploads/arrow-gray-200x272.png);
	height: 100%;
    top: 0px;
	background-size: 20px 30px;
	margin-top: 0px;	
}
.page-template-home .unslider .unslider-arrow.next, .page-id-1869 .unslider .unslider-arrow.next, .page-id-233 .unslider .unslider-arrow.next, .page-id-343 .unslider .unslider-arrow.next, .page-id-231 .unslider .unslider-arrow.next, .page-id-341 .unslider .unslider-arrow.next {
	left: auto;
	right: 0px;
}
.page-template-home section.carousel, .page-id-1869 section.carousel, .page-id-233 section.carousel, .page-id-343 section.carousel, .page-id-231 section.carousel, .page-id-341 section.carousel {
	padding-bottom:0px;
	padding-top:0px;
}
.page-id-1869 section.carousel div.container.group, .page-id-233 section.carousel div.container.group, .page-id-343 section.carousel div.container.group, .page-id-231 section.carousel div.container.group, .page-id-341 section.carousel div.container.group {
	margin-bottom:-50px;
}
.page-template-home section.carousel div.container.group {
	margin-bottom:0px;
}
.page-template-home section.carousel .unslider, .page-id-1869 section.carousel .unslider, .page-id-233 section.carousel .unslider, .page-id-343 section.carousel .unslider, .page-id-231 section.carousel .unslider, .page-id-341 section.carousel .unslider {
	background-color:#fff;
}
.page-template-home section.carousel .unslider .unslider-nav ol li, .page-id-1869 section.carousel .unslider .unslider-nav ol li, .page-id-233 section.carousel .unslider .unslider-nav ol li, .page-id-343 section.carousel .unslider .unslider-nav ol li, .page-id-231 section.carousel .unslider .unslider-nav ol li, .page-id-341 section.carousel .unslider .unslider-nav ol li {
	border: 1px solid #eee;
}
.page-template-home section.carousel .unslider .unslider-nav ol li.unslider-active, .page-id-1869 section.carousel .unslider .unslider-nav ol li.unslider-active, .page-id-233 section.carousel .unslider .unslider-nav ol li.unslider-active, .page-id-343 section.carousel .unslider .unslider-nav ol li.unslider-active, .page-id-231 section.carousel .unslider .unslider-nav ol li.unslider-active, .page-id-341 section.carousel .unslider .unslider-nav ol li.unslider-active {
	background:#eee;
}
/* end styles for updated carousel work */

.page-id-1943 nav#toolbar {
	display:none;
}
.page-id-1943 header.site-header {
	display:none;
}
.page-id-1943 footer.site-footer {
	display:none;
}
.page-id-1943 div.secondary-banner {
	display:none;
}

	.tri-counter-holder {
		margin-top:-20px;
		margin-bottom:-20px;
	}
	.tri-counter-table {
		margin:0;
		width:100%;
	}
	.tri-counter-table tr td {
		width:33.33333%;
		background-color:gray;
		vertical-align: top;
		text-align: center;
		background-position: center;
		background-size:cover;
	}
	.tri-counter-table tr td.count-one {
		background-image: url('/wp-content/uploads/home-counter01.jpg');
	}
	.tri-counter-table tr td.count-two {
		background-image: url('/wp-content/uploads/home-counter02.jpg');
	}
	.tri-counter-table tr td.count-three {
		background-image: url('/wp-content/uploads/home-counter03.jpg');
	}
	.tri-counter-table tr td div.count-pad {
		padding:7vw 20px 7vw 20px;
	}
	.tri-counter-table tr td div.count-pad h3 {
		color:#fff;
		font-size:8vw;
		margin:0;
		line-height:1.2;
	}
	.tri-counter-table tr td div.count-pad p {
		color:#fff;
		font-size:2vw;
		margin:0;
	}
	.tri-counter-table tr td.count-one div.count-pad p {
		padding:0 21% 0 21%;
	}
	.tri-counter-table tr td.count-two div.count-pad p {
		padding:0 5% 0 5%;
	}
	.tri-counter-table tr td.count-three div.count-pad p {
		padding:0 21% 0 21%;
	}
	
.unslider .carouseller ul li {
	padding: 0 75px 0 75px;
}

button#euCookieAcceptWP {	font-weight:normal !important;}
#eu-cookie-bar {	padding-top:10px !important;	padding-bottom:10px !important;}
	section.video-home { background-color:#eeeded; margin-top:30px;	}	.video-home-table { display:table; width:100%;	}	.video-home-row { display:table-row; width:100%;	}	.video-home-col1 { display:table-cell; width:64%; vertical-align: middle;	}	.video-home-col2 { display:table-cell; width:36%; vertical-align: middle;	}	.video-home-col2-interior { padding-left:30px;	}	.video-home-col2-interior h2 { text-align: left; margin-top:20px; line-height:1.1;	}	.video-home-col2-interior p { font-size:22px;	}
@media screen and (max-width: 800px) {
	.video-home-table { display:block; width:100%;	}	.video-home-row { display:block; width:100%;	}	.video-home-col1 { display:block; width:100%;	}	.video-home-col2 { display:block; width:100%;	}	.video-home-col2-interior { padding-left:0px;	}}
	section.services { padding-bottom:0; background-color:#fff;	}	.services-alternating-row { display:inline-block; width:100%; vertical-align: middle; position: relative; background-color:#eeeded;	}	.services-alternating-row img { width:50%; height:auto; max-width: 50%; display:inline-block; float:right; vertical-align: middle;	}	.services-alternating-row:nth-child(2n) img { float:left;	}	section.services div.services-alternating-row div.services-alternating-row-text { display:inline-block; margin-left:-25%; margin-right:initial; float:left; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:40%; padding-bottom:0px;	}	section.services div.services-alternating-row:nth-child(2n) div.services-alternating-row-text { margin-left:25%; float:right;	}	@media screen and (max-width: 700px) { 	.services-alternating-row img { width:100%; max-width: 100%; display:block; float:none;	}	.services-alternating-row:nth-child(2n) img { float:none;	}	section.services div.services-alternating-row div.services-alternating-row-text { display:block; margin-left:auto; margin-right:auto; float:none; position: relative; top: auto; left: auto; transform: none; width:90%; padding-bottom:60px;	}	section.services div.services-alternating-row:nth-child(2n) div.services-alternating-row-text { margin-left:auto; margin-right:auto; float:none;	}	}
.resources_sec .home-news-3col .featured-image img {height: 335px;object-fit: contain!important;}
.blog-left img {border: 1px solid #ddd;}/*the below rule fixes a Safari bug*/.lifeeg_md:nth-of-type(1) {margin-left: -1px;}
.blog-right a h4 {margin-bottom: 1em!important;}.resources_sec .home-news li .featured-txt h4 {	min-height:80px;}@media only screen and (max-width: 767px){	.resources_sec .home-news li .featured-txt h4 {	min-height:30px;}}.inn_banner a.btn {	width:330px!important;}body.term-videos div.rescat_sec {	background-color:#f8f8f8;}.anchortwofixholder {	position:relative;	min-width:1px;	min-height:1px;	display:inline-block;	/* width:100%; */	padding:0;	margin:0;}.anchortwofix {	padding-top: 160px;	margin-top: -160px;	padding-bottom: 0px;	margin-bottom: 0px;	position:absolute;	z-index:-1;	display:inline-block;	height:1px;}.scroll-button-holder {width:40px;height:40px; margin:auto; margin-top:30px; margin-bottom: 60px;margin-left: 49%;	} html {scroll-behavior: smooth;}.scroll-button {width:40px; height:40px; border:0;}.people {bottom: 1.5%;}.people-base {margin-bottom:150px;}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {font-weight:300!important;}.type_sec li ul li.blog-main {	padding-bottom: 0px;}.type_sec li ul li a { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;} 

@media screen and (max-width: 850px) {
.unslider .carouseller ul li {
	padding: 0 35px 0 35px;
}
}
@media screen and (min-width: 851px) {
#defpage1{
	margin-top: -20px;
}
	#sbt1{
		min-width: 222px;
	}
	#ofresources_categories{
		min-width: 223px;
	}
}
@media screen and (max-width: 850px) {
#defpage1{
	margin-top: -14px;
}
	#sbt1{
		min-width: 222px;
	}
	#ofresources_categories{
		min-width: 223px;
	}
}
#ofresources_categories{
	width: 114px;
    height: 37px;
}
section.services  {
					padding:0;
				}
				section.services .services-holder  {
					
					background-color:#000;
				}
				section.services .services-table  {
					display:table;
					margin:auto;
				}
				section.services .services-row  {
					padding-bottom:30px;
					max-width: 90%;
					margin-left: auto;
					margin-right: auto;
					display:table-row;
				}
				section.services .services-cell-bug  {
					display:table-cell;
					width:120px;
					vertical-align: middle;
				}
				section.services .services-cell-bug img  {
					width:65px;
					margin:20px;
				}
				section.services .services-cell-blurb {
					display:table-cell;
					vertical-align: middle;
					padding-right:20px;
				}
				section.services .services-cell-blurb h2 {
					text-align:left;
					color:#fff;
					margin-bottom: 0;
				}
				section.services .services-cell-blurb h3 {
					text-align:left;
					color:#fff;
					font-size:20px;
					margin-top: 0;
					margin-bottom: 30px;
				}
/* BEGIN STYLES FOR HOME GRID*/
.home-grid {
			width:85%;
			margin-left:auto;
			margin-right:auto;
	margin-top: 50px;
		}
		.home-grid h1 {
			text-align: center;
			color:#000000;
			margin-top: 0;
			margin-bottom: 80px;
			font-size: 50px;
			letter-spacing: 0;
		}
		.home-grid-row-one .home-grid-twin-holder, .home-grid-row-two .home-grid-twin-holder {
			width:79.1666666%; float:left; margin-right:4.166666%;
		}
		.home-grid-row-one .home-grid-twin-first {
			width:47.368421%; float:left; margin-right:5.26315789%; margin-bottom:3.1vw;
		}
		.home-grid-row-two .home-grid-twin-first {
			width:47.368421%; float:left; margin-right:5.26315789%; margin-bottom:3.1vw;
		}
		.home-grid-row-one .home-grid-twin-second {
			width:47.368421%; float:left; margin-right:0%; margin-bottom:3.1vw;
		}
		.home-grid-row-two .home-grid-twin-second {
			width:47.368421%; float:left; margin-right:0%; margin-bottom:3.1vw;
		}
		.home-grid-row-one .home-grid-twin-one, .home-grid-row-two .home-grid-twin-one {
			width:44.444444%; float:left; margin-right:11.11111%;
		}
		.home-grid-row-one .home-grid-twin-two, .home-grid-row-two .home-grid-twin-two {
			width:44.444444%; float:left; margin-right:0%;
		}
		.home-grid img {
			display:block; width:100%; height:auto; border-radius: 5px;
		}
		.home-grid-row-one img {
			display:block; width:100%; height:auto; border-radius: 5px;
		}
		.home-grid-row-two img {
			display:block; width:100%; height:auto; border-radius: 5px;
		}
		.home-grid-row-one .home-grid-icon {
			width:16.66666%; float:left; margin-bottom:3.1vw;
		}
		.home-grid-row-two .home-grid-icon {
			width:16.66666%; float:left; margin-bottom:3.1vw;
		}
		
		
		
		@media screen and (max-width: 600px) {

.home-grid {
			width:90%;
		}
		.home-grid h1 {
			margin-bottom: 30px;
			font-size: 32px;
		}
			
		.home-grid-row-one .home-grid-twin-holder, .home-grid-row-two .home-grid-twin-holder {
			width:52.6315789%; float:left; margin-right:0%;
		}
		.home-grid-row-one .home-grid-twin-first {
			width:100%; float:left; margin-right:0%; margin-bottom:5.1vw;
		}
		.home-grid-row-two .home-grid-twin-first {
			width:100%; float:left; margin-right:0%; margin-bottom:5.1vw;
		}
		.home-grid-row-one .home-grid-twin-second {
			width:100%; float:left; margin-right:0%; margin-bottom:5.1vw;
		}
		.home-grid-row-two .home-grid-twin-second {
			width:100%; float:left; margin-right:0%; margin-bottom:5.1vw;
		}
		.home-grid-row-one .home-grid-twin-one, .home-grid-row-two .home-grid-twin-one {
			width:40%; float:left; margin-right:10%;
		}
		.home-grid-row-one .home-grid-twin-two, .home-grid-row-two .home-grid-twin-two {
			width:40%; float:left; margin-right:10%;
		}
		.home-grid-row-one .home-grid-icon {
			width:47.368421%; float:left; margin-bottom:5.1vw;
		}
		.home-grid-row-two .home-grid-icon {
			width:47.368421%; float:left; margin-bottom:5.1vw;
		}
		
		}
		
		/* for filter */
.filter-row {display:flex; flex-wrap:wrap;justify-content: center;}	
.blog-box {width:25%; padding:0 15px; text-align:center; margin-bottom:50px;position: relative;}
.blog-box  .blog-left {float:none; margin-right:0px; width:100%;}
.blog-box .bimg{margin-bottom:15px;}
.filter-row .blog-right1 a h4{min-height: auto;padding: 0 10px;}
.filter-row .blog-box .blog-left{height: 250px;}
.filter-row .blog-box .blog-left img{height: 100%;margin:0 auto;}
.filter-row img.img-responsive{margin-top:0;}
.filter-row .blog-right1{padding-bottom:55px;}
.filter-row .blog-right1 a.pdbtn.btn{margin-bottom:0;position: absolute;bottom:0;left: 15px;right:15px;}
.filter-row .blog-left.bimg p{margin:0;display: block;height:100%;}
.filter-row .blog-left.bimg p iframe{width:100%;height:100%;object-fit: cover;}
.filter-row .blog-left.bimg > div{height: 100%;padding: 0 !important;}
.filter-row .blog-left.bimg > div iframe{position: relative !important;top:0 !important;left: auto !important;}

@media screen and (max-width: 991px) {
    .blog-box {width:33.33%;}
    }
@media screen and (max-width: 850px) {
   .filter-row .blog-right1 a.pdbtn.btn{width: 210px;min-width: auto;}
    }    
   
@media screen and (max-width: 767px) {
    .blog-box {width:50%; margin-bottom:0px;}
    }
@media screen and (max-width: 480px) {
    .blog-box {width:80%; margin-bottom:30px; height: auto !important;}
    .filter-row .blog-right1 a.pdbtn.btn{width: 210px;min-width: auto;margin: 0 auto;position: relative;left: 0;right: 0;}
    .filter-row .blog-right1{padding-bottom:0;margin-bottom: 30px;}
    } 
