11/*!
Theme Name: is_two_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: is_two_theme
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.

is_two_theme 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.
 */

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 {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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: #aaa #bbb #bbb;
}

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: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%;
}

.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: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.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 CSS 
--------------------------------------------------------------*/



/*--------------------------------------------------------------
##Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
ul.submenu a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h1.entry-title {
	color: white;
}

p, 
a {
	font-family: 'Montserrat', sans-serif;
}

.feature-content p, 
.feature-content a{
	font-weight: 700;
}

div.career-content h2{
	color: white;
	font-size: 18pt;
	font-weight: 700;
}
div.career-content p{
	color: white;
	font-size: 12pt;
	line-height: 2;
	
}
div.career-content a{
	font-weight: 700;
	color: #b0d034;
	font-size: 16pt;
	display: block;
	margin-bottom: 35pt;
	text-decoration: none;
}

div.career-content a:hover{
	color: rgb(244, 167, 34);
}


div.trademark p {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgb(119, 119, 119);

}



/*--------------------------------------------------------------
## Utility
--------------------------------------------------------------*/
.container{
	width: 95%;
	margin: 0 auto;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
a.content-skip {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.content-skip:focus, a.content-skip:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


header#masthead{
	background-color:rgba(255, 255, 255, .8);
}
/*
Site Logo
*/

div.logo{
	float: left;
    width: 100%;
    height: 150px;
    background-image: url(assets/images/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


div.main-cta-container{
	width: 100%;
	height: 155px;
	position: relative;
	top: -225px;
	background-color: rgba(17, 49, 61, .6);

}

div.main-cta {
	color: white;
}

div.main-cta h1{
font-size: 16pt;
text-transform: uppercase;
text-align: center;
margin-bottom: 5px;
}
div.main-cta p{
	font-size: 14px;
	margin: 0px;
	text-align: center;
}


div.main-cta a {
	color: white;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: 700;
	margin: 5px auto;

}

a.finding-jobs{
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(136,94,18,1) 0%, rgba(172,119,23,1) 20%, rgba(242,167,33,1) 100%);

}



a.finding-employees{
	background: rgb(165,196,43);
	background: linear-gradient(180deg, rgba(165,196,43,1) 0%, rgba(163,192,48,1) 100%);

}

/*
CTA buttons
*/

div.login-buttons {
	float: right;
    width: 100%;
    padding: 10px 0px;
    display: block;
}

div.login-buttons a {
	 margin: 10px 5px 0px 5px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 6px 7px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;

}

.login-buttons a.employee,
a.finding-jobs
{
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(136,94,18,1) 0%, rgba(172,119,23,1) 20%, rgba(242,167,33,1) 100%);

}
.login-buttons a.employee:hover,
a.finding-jobs:hover{
	background: rgb(231,165,40);
    background: linear-gradient(0deg, rgba(245,161,3,1) 0%, rgba(70,49,12,1) 100%);

}


.login-buttons a.client,
a.finding-employees{

	background: rgb(165,196,43);
	background: linear-gradient(180deg, rgba(165,196,43,1) 0%, rgba(163,192,48,1) 100%);

}
.login-buttons a.client:hover,
a.finding-employees:hover{

	background: rgb(85,98,11);
    background: linear-gradient(0deg, rgba(85,98,11,1) 0%, rgba(150,177,43,1) 100%);
}


/*
Banner Video
*/


div.ytp-title-text, {
	display: none !important;
}


	.fullscreen-video-wrap{
				position: relative;
				padding-bottom: 56.25%;
				margin-bottom: 135px;
				margin-top: -60px;
				z-index: -40;

			}
			.fullscreen-video-wrap iframe{
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0px;
			}
		
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {

	.fullscreen-video-wrap iframe{
				position: absolute;
				left: 0px;
			}
 
}}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    @media {
   
	   div.fullscreen-video-wrap{
      display: none;
    }
    .v-header{
    	display: none;	
    }
div.image-background{
	display: block !important;
} 
div.intro{
	margin-top: 75px !important;
}


   

}

}
@media not all and (min-resolution:.001dpcm) { 
    @media {
		   div.fullscreen-video-wrap{
      display: none;
    }
    .v-header{
    	display: none;	
    }
div.image-background{
	display: block !important;
} 
div.intro{
	margin-top: 75px !important;
}

}
}


/*
Main CTA styling
*/



#carousel {
margin-bottom: 40px;
position: relative;

}
div#carousel {
	width: 100%;
	position: absolute;
	top: 230px;
	padding-bottom: 40px;

}

#slides {
overflow: hidden;
position: relative;
width: 100%;
}

#slides ul {
list-style: none;
width:100%;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:400px;
float:left;
text-align: center;
position: relative;
	
}
div.quoteContainer, div.authorContainer{
 width: 100%;
 margin-left: 0%;
}
div.quoteContainer p {
	color: white ;
	font-family: 'loto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 1);


}
p.quote-author{
	font-family: 'loto', sans-serif;
	color: white;
	text-decoration: none;
	} 
p.quote-author a {
	color: white;
	text-decoration: none;
	padding: 10px;

}
p.quote-author a:hover {
color: rgb(191, 30, 46);
background-color: white;
}		






@media(max-width:959px){

   div.fullscreen-video-wrap{
      display: none;
    }
    .v-header{
    	display: none;	
    }


}







/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/

div.intro {
	background-image: url(assets/images/intro-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	height: 640px;

}
@media screen and (min-width: 350px ) and (max-width: 450px ){
	div.intro {
		margin-top: -165px
	}

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

div.intro{
	margin-top: -215px !important;
}
}
@media screen and (max-width: 760px) and (min-width: 600px){

div.intro{
	margin-top: -257px !important;
	height: 530px;

}
}
@media screen and (min-width: 760px) and (max-width: 840px){

div.intro{
	margin-top: -227px !important;
	height: 530px;

}
}

@media screen and (min-width: 841px){

div.intro{
	margin-top: -247px;
	height: 620px;

}
}

@media not all and (min-resolution:.001dpcm) { @media {

    div.intro { 
        margin-top: -180px !important;

    }
}}

div.intro p { 
	color: white;
	font-size: 14pt;
	width: 100%;
	margin: 0px;
 }



div.intro span {
	font-weight: 700;
	font-size: 16pt;
	line-height: 1.2;
}

 /*--------------------------------------------------------------
## Features
--------------------------------------------------------------*/

div.feature{
	text-align: center;
}



div.feature-icon {
	display: inline-block;
	width: 95px;
	height: 95px;
	background-image: url(assets/images/feature-icons.png);
}

div.feature-content h3 {
	text-transform: uppercase;
}

div.feature-content p, 
.feature-content a {
	color: rgb(42 127 155);
}

div.feature-content a {
	text-decoration: none;
}


div.positions{
 background-position: 6px 10px;
}

div.sectors{
	background-position: -97px 12px;
}

div.staffing{
	background-position: -198px 15px;
}

div.placements{
	background-position: 118px 1px;
}


div.feature:hover{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 38%, rgba(250,232,98,1) 100%);
}
div.feature:hover p, 
div.feature:hover a{
	color: black;
}

div.feature-bottom-icon{
	width: 56px;
	height: 56px;
	background-image: url(assets/images/feature-bottom-icons.png);
	position: relative;
	left: 83%;
	bottom: 2px;
}


div.bottom-icon-one{
	background-position: 0px 0px;
}
div.bottom-icon-two{
	background-position: -63px 0px;
}
div.bottom-icon-three{
	background-position: -252px 0px;
}
div.bottom-icon-four{
	background-position: -127px 0px;
}

div.feature:hover div.feature-bottom-icon{
	background-position: -190px 0px;
}


 /*--------------------------------------------------------------
## Career
--------------------------------------------------------------*/

section.about-cta {
	display: flex;
} 



div.career-image {
	width: 50%;
	float: left;
	display: none;
}
div.career-image img {
	width: 100%;
	height: 100%;
}
div.career-content {
	background-image: url(assets/images/footer-CTA-bg-image.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	padding-top: 35px;
	padding: 0px 5px;

}



 /*--------------------------------------------------------------
## Partner Companies
--------------------------------------------------------------*/
section.partners{
	margin: 50px 0; 
}

section.partners h2 {
	text-align: center;
	font-weight: 700;
	color: rgb(41 123 150);
}


div.partner{
	width: 48%;
	height: 100px;
	float: left;
	margin: 10px 0px;
	text-align: center;
}




div.canada-post,
div.ae{
	margin-left: 5px;
}
 
div.k-and-n{
	padding-top: 20px;
}
div.canada-post{
	padding-top: 10px;

}

#wpls-logo-showcase-slider-1 .wp-post-image{
    border: none !important;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
 
    border: none !important;
}

/*--------------------------------------------------------------
## Get Connected
--------------------------------------------------------------*/

section.get-connected{
	background-image: url(assets/images/Career-Opportunities.jpg);
	background-position:center;
	background-size: cover;
	padding-bottom: 25px;

}

div.get-connected-cta{
	width: 100%;
	border-bottom: 5px solid white;
	padding-top: 10px;

}

div.get-connected-cta a {
	font-weight: 600;
	display: block;
	padding-bottom: 10px !important;
	width: 50%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: white;
}

div.get-connected-cta a:nth-child(3){
	border-left: 5px solid white;
	padding-left: 5px;
}
	div.get-connected-cta a:first-child{
		padding-right: 5px;

}
div.get-connected-cta a:hover{
	color: black;

}

div.notch {
	display: none;
}

div.get-connected-cta a:hover + div.notch-one,
div.get-connected-cta a:hover + div.notch-two {
	background-position: 30px 0px !important; 
}

div.notch{
	width: 25px;
	height: 23px;
	position: relative;
	background-image: url(assets/images/notch-icons.png);
	
}

div.notch-one{
background-position: 0px 0px;
    top: 100px;
    left: 310px;
}



div.notch-two{
background-position: 0px 0px;
    top: 212px;
    left: 310px;
}






@media screen and (max-width: 372px){
	div.get-connected-cta a:first-child{
		margin-top: 12px;

	}
} 

.get-connected .content span{
	 color: white;
	 font-weight: 700;
	 font-family: 'Montserrat', sans-serif;
	 font-size: 20pt;
}

.get-connected .content p{
	color: white;
	font-weight: 600;

}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/


div.contact{
	background-color: rgb(244, 167, 34);
	margin-bottom:-5px;
	 _::-webkit-full-page-media, _:future, :root .panel {
     background-color: rgb(244, 167, 34);
}

 
  }

div.contact-edge{
	width: 100%;
	background-image:url(assets/images/contact-background-edge.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 182px;
}

div.contact-links a {
	color: white;
	display: block;
	margin: 15px 0px;
	text-decoration: none;
	font-weight: 700;
}

div.contact-links a:hover{
	color: black;
}


div.contact-cta {
	float: right;
	color: black;
	text-align: right; 
}

div.contact-cta h2 {
	border-bottom: 2px solid white;
	font-size: 24pt;
	margin-bottom: 0px;
}


div.contact-cta h2 span{
	font-size: 14pt;
}


div.contact-cta h3 {
	margin-top: 0px;
	color: white;
	font-size: 22pt;
	font-weight: 700;
}
div.contact-cta:hover h2 {
	color: white; 
}
div.contact-cta:hover h3 {
	color: black; 
}


/*--------------------------------------------------------------
## Footer menu 
--------------------------------------------------------------*/
/*  
Mobile menu Toggle
*/

div.subpage{
	margin-bottom: -25px;
}

div.bottom-menu-desktop {
	display: none;
}
div.bottom-submenu-desktop{
	display: none;
}


@media screen and (min-width: 760px){

div.bottom-menu-moblie {
	display: none;
}

div.bottom-menu-desktop {
	display: block;

}

div.sub-header{
	background-image: url(assets/images/subpage-header.png);
	background-position: center;
	background-size: cover;
	height: 300px;
}


    div.banner-section{
	position: relative;

}
div.bottom-submenu-desktop ul.submenu{
	width: 18%;
	float: left;
	min-width: 1px;
	min-height: 200px;
	margin: 0px;
	padding: 0px;
}
ul.submenu li{
	display: block;
	list-style: none;
}

div.footer-logo{
	margin-left: 12px;
}

ul.mega-menu-menu-3 li.mega-menu-item:first-child a 
{
	padding-left: 0px !important;

}
li.mega-menu-item:last-child a 
{
	padding-right: 0px !important;

}

}


section.contact,
div.contact-edge,
body.home section.hide{
	display: none;
}


body.home section.contact,
body.home div.contact-edge{
	display: block;
}


/*--------------------------------------------------------------
## Social Media Icons
--------------------------------------------------------------*/

div.footer-logo{
	margin-bottom: -50px;
	width: 230px;
}

div.footer-social{
	height: 140px;
}

div.social-links {
    width: 115px;
    position: relative;
    top: -33px;
    left: 240px;
}


div.social-links a{
    width: 50px;
    height: 50px;
    background-image: url(assets/images/social-media-icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    margin-right: 0px;
    margin-top: 10px;
}
a.facebook {
 background-position: 0px 0px;

}

a.linkedin {
	background-position: -70px -1px;
	margin-right: 0px !important;
}

 /*--------------------------------------------------------------
## Contact page 
--------------------------------------------------------------*/


div.contact-form input[type='submit']{

    padding: 10px 50px 10px 50px;
    background: rgb(196,222,171);
    background: linear-gradient(180deg, rgba(196,222,171,1) 6%, rgba(139,159,27,1) 100%);
    color: white;
    text-transform: uppercase;
    font-weight: 600;

	
}


body.quiz-template-default div#comments {

	display: none;

}

body.quiz-template-default aside#secondary {

	display: none;

	}

div.qsm-quiz-container{
	padding: 0 10px;
}

div.qsm-before-message {
 	text-align: center;

}

div.qsm-before-message h1{
 	color: #448fa7;

}

body.quiz-template-default nav.post-navigation{
	display: none;
}

 /*--------------------------------------------------------------
}
}
## Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 450px){



div.main-cta-container{
height: 205px;
top: -235px;

}

div.main-cta {
	color: white;
}

div.main-cta h1{
font-size: 16pt;
text-align: center;
margin-bottom: 5px;
}




div.main-cta a {
	color: white;
	text-align: center;
	display: inline-block; 
	text-decoration: none;
	width: 49%;
	margin: 5px auto;
}


	div.feature{
		width: 350px;
		margin: 0 auto;

	}

	div.career-content {
	padding: 0px 10px;
	}
	div.career-content h2 {
	font-size: 20pt;

	}


}


@media screen and (min-width: 600px){
	div.logo{
		width: 280px;

	}

	div.login-buttons{
		width: 300px;
	}
	div.main-cta-container {
	height: 250px;
	top: -305px;
}

	div.main-cta {
	width: 80%;
	margin:0 auto;
}
	div.main-cta p {
	font-size: 14pt
	}
	
	div.main-cta p.hide{
	font-size: 10pt;
	line-height: 2;
}

div.main-cta-link-container{
	margin-top: 10px;

}
div.main-cta a {
	width: 46%;
	padding: 5px;

}
a.finding-employees{
	float: right;
}



@media not all and (min-resolution:.001dpcm) { @media {

    div.intro { 
        margin-top: -260px !important;

    }
}}



div.get-connected-cta a:nth-child(3){
	padding: 0px 50px;
}
div.get-connected-cta a:first-child{
	padding: 0px 60px;

}


}

@media screen and (min-width: 660px){



	div.login-buttons{
		width: 325px;
		margin-top: 30px;

	}
	div.login-buttons a{
		float: left;
		width: 27%;
		font-size: 12px;


		
	}
	div.login-buttons a.employee {
		margin-right: 32px;
	}


	div.main-cta-container {
	height: 240px;
	top: -315px;
}

	div.main-cta h1 {
 	font-size: 24pt;
}
	div.main-cta p {
	font-size: 16pt
	font-weight:700;
	}
	
	div.main-cta p.hide{
	font-size: 10pt;
	line-height: 2;
}

div.main-cta-link-container{
	margin-top: 10px;

}


	div.intro p {
	 color: white;
    font-size: 14pt;
    line-height: 2;
	}
   


	div.feature{
		width: 50%;
		float: left;
	
	}

	div.first-feature,
	div.third-feature{
		border-right: 1px solid lightgray;

	}
div.feature-content {
	padding: 0px 5px; 
}

	div.career-content {
	padding: 0px 25px;
	}
	div.career-content p {
	margin-top: 25px;
	}
	div.career-content h2 {
	font-size: 22pt;

	}


	div.partner{
	width: 25%;
	margin-left: 0px;
}

 
div.k-and-n{
	padding-top: 20px;
}
div.canada-post{
	padding-top: 40px;
}

div.fedex {
	padding-top: 30px;
}

div.get-connected-cta a:nth-child(3), 
div.get-connected-cta a:first-child{
	padding: 0px 70px;
}

section.contact {
    padding-top: 50px;

}

div.contact-links {
	width: 50%;
	float: left;
}





}


@media screen and (min-width: 760px){
div.main-cta-container{
	height: 220px;
    top: -260px;
}


}


@media screen and (min-width: 768px){

div.qsm-quiz-container{
	margin-top: 230px;
	padding: 0 20px;

}

div.qsm-before-message{
	text-align: left;
}

header#masthead {
    position: absolute;
    width: 100%;
    z-index: 45;
}

div.intro span {
	font-size: 18pt;
}
div.intro div.entry-content{
	margin-top: 40px;
}
div.entry-content{
	margin-top: -110px;
}

div.openMenu{
	position: relative;
	height: 300px !important;
}

div.banner-section {
  -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
}

div.site-branding{
	height: 140px;
    -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
}


}



@media screen and (min-width: 810px){

	.wpcf7-form-control-wrap.your-first-name,
	.wpcf7-form-control-wrap.your-email{
		float: left;
		margin-right: 60px
	}

	span.wpcf7-form-control-wrap.your-subject input,
	textarea.wpcf7-form-control.wpcf7-textarea{
		width: 785px;

	}
	div.contact-form input[type='submit']{
	margin-left: 330px;
}
}

@media screen and (min-width: 840px){
div.container{
	width: 90%;
}

div.main-cta-container{
	height: 240px;
    top: -280px;
}

div.main-cta-link-container {
    padding: 0 60px;
}

div.main-cta-link-container a  {
 width: 40%;   
 }

div.intro span {
	font-size: 18pt;
}


	div.career-image {
	background-image: url(assets/images/why-work-with-is2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 50%;
	float: left;
}

div.career-content {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 50%;
	padding-top: 50px;
	padding-left: 5%;

}

section.partners h2{
	font-size: 28pt;
}

div.k-and-n{
	padding-top: 10px;
}
div.canada-post{
	padding-top: 35px;
}

div.fedex {
	padding-top: 30px;
}

section.get-connected {
	padding-top: 15px;
}

div.get-connected-cta{
	width: 310px;
	float: left;
	border-bottom: none;
}


div.get-connected-cta a {
 width: 100%;
}

div.get-connected-cta a:nth-child(3), 
div.get-connected-cta a:first-child{
	border:none;
	padding-top: 35px !important;
	padding-bottom: 35px !important;
    padding-right: 40px;
    padding-left: 0px;
    text-align: right;
}
div.get-connected-cta a {
	font-size: 18pt;
	width: 300px;
}

div.get-connected-cta a:first-child{
	border-bottom: 5px solid white;
	border-right: 5px solid white;
}
div.get-connected-cta a:nth-child(3){
	border-top: : 5px solid white;
	border-right: 5px solid white;
}


.get-connected .content span {
    display: block;
    width: 650px;
}

div.notch{
	display: block;
}
div.notch-one {
    top: 75px;
    left: 265px;
}

div.notch-two{
	top: 160px;
    left: 265px;

}

section.contact {
    padding-top: 10px;

}


div.contact-links {
	width: 52%;
	float: left;
	text-align: right;
}
div.contact-links a {
	margin: 40px 0px;
	font-size: 14pt

}


div.contact-cta {
	width: 35%;
}

div.contact-cta h2 {
font-size: 30pt;
}
div.contact-cta h3 {
font-size: 28pt;


}





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

	section.get-connected .content p {
		max-width: 325px;
	}

}





@media screen and (min-width: 940px){


	div.main-cta-container {
    top: -310px;
}

	div.feature{
		width: 25%;	
		padding: 0px 5px;
	}
	div.second-feature {
		border-right: 1px solid lightgray;
	}

div.feature-bottom-icon{
	left: 77%;

}
	.feature-content span::before {
 	content: "\A";
  	white-space: pre;
}


div.career-content p{
	width: 80%;
	font-size: 14pt
}


div.get-connected-cta{
 	margin-left: 10%;
 	width: 320px;

}


div.get-connected-cta a {
	font-size: 18pt;
	width: 300px;
}

.get-connected .content span {
    display: block;
    width: 750px;
}

div.contact-cta{
	text-align: left;
}

div.footer-logo {
    margin-left: 0px;
}

}

@media screen and (min-width: 960px){


div.subpage .entry-content{
	margin-top: -150px;
}
/*Header navigation styles*/

div.logo {
    width: 220px;
}

div.intro {
    height: 520px;
}

div.login-buttons {
    margin-top: 0px;
}
.main-navigation {
    clear: none;
 	float: right;
    width: 553px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 12pt

}




#mega-menu-wrap-menu-3 #mega-menu-menu-3 > li.mega-menu-item {
	width: 20%;
}









div.get-connected-cta {
    height: 260px;
    margin-top: 25px;
}



.get-connected .content span {
	width: 860px;
    font-size: 25pt;
}

div.main-cta-container {
    top: 430px;
}

div.main-cta {
    width: 520px;
}

div.main-cta h1 {
    font-size: 26pt;
}
div.main-cta p {
    font-size: 16pt;
    margin-top: -5px;
}


div.main-cta p.hide {
    font-size: 10pt;
    line-height: 2;
    margin-top: 14px;
}

div.main-cta-link-container a {
    width: 45%;
   padding: 12px;
   font-size: 10pt;
}


div.main-cta-link-container {
    padding: 0px 25px;
}

/*
Menu toggle styles
*/

div.openMenu{
	position: relative;
	height: 300px !important;
}

div.banner-section {
  -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
  margin-top: -230px;
}

div.site-branding{
	height: 140px;
    -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
}

div.bottom-submenu-desktop{
	display: block;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    padding-bottom: 15px;
}

div.bottom-submenu-desktop ul.submenu{
	 margin-left: 13px;
    margin-top: 15px;
    padding: 0px;
    font-size: 10pt;
    line-height: 2.3;
}

ul.submenu li:hover a {
	color: rgb(244, 167, 34);


}
div.bottom-submenu-desktop ul.locations{
margin-left: 30px;
}

ul.submenu a{
text-decoration: none;
color: rgb(119 119 119); 
}

ul.submenu a:hover{
 
}

div.bottom-submenu-desktop ul.submenu ul.about-submenu{
	margin-left: 5px;
}





  
}

@media screen and (min-width: 1050px){
 .get-connected .content span {
    display: block;
    width: 880px;
}
}


@media screen and (min-width: 1160px){

	div.logo {
    width: 280px;
}
	.main-navigation {
		width:615px;
	}

	    @media not all and (min-resolution:.001dpcm) { @media {

 		.main-navigation {
 			width: 740px !important;
 		}
}}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14pt;

}

div.banner-section {
    margin-top: -285px;
 }

div.main-cta-container {
    top: 520px;
    height: 310px;
}

div.main-cta {
    width: 740px;
}
div.main-cta h1 {
    font-size: 34pt;
}

div.main-cta p {
    font-size: 20pt;
    font-weight: 700;
}

div.main-cta p.hide {
    font-size: 14pt;
    margin-top: 14px;
    font-weight: 400;
}

div.main-cta-link-container a {
	padding: 10px;
    font-size: 14pt;
}


.get-connected .content span {
	font-size: 30pt;
    width: 950px;
}
div.get-connected-cta a:nth-child(3), 
div.get-connected-cta a:first-child{
    padding: 25px 0px;
    padding-right: 40px;

}

div.notch-one {
    top: 75px;
}
div.notch-two {
    top: 160px;
}




div.bottom-submenu-desktop ul.submenu {
    margin-left: 17px;
}
div.bottom-submenu-desktop ul.locations {
    margin-left: 30px;
}


/*Quiz styling overwrites*/



div.qsm-quiz-container{
	margin: 0 auto;
	margin-top: 230px;
    width: 1024px;
}





}

@media screen and (min-width: 1250px){

.container{
	width: 90%;
}
.feature-container{
	width: 100%;
	margin: 0 auto;
}




div.feature {
	padding: 0px 25px;
}
div.feature-bottom-icon{
	left: 87%;

}
div.career-content h2{
	font-size: 28pt;
}



div.career-content a{
	color: #b0d034;
	font-size: 20pt;
	display: block;
	margin-bottom: 45px;
}

div.career-content p{
	width: 90%;
	font-size: 14pt
}

div.get-connected-cta{
	margin-left: 12%;
    width: 375px;

}
section.get-connected div.get-connected-cta a{
    width: 360px; 
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20pt;

}


section.get-connected .content span {
	font-size: 30pt;
	line-height: 1.2;

}
	

	section.get-connected .content p {
		font-size: 14pt;
	}


	.get-connected .content span {
    width: 1020px;
}

.get-connected .content p {
    margin-top: 25px;
    line-height: 2;
}

div.notch-one {
    left: 325px
}

div.notch-two {
    top: 170px;
    left: 325px
}


div.contact-links {
	width: 52%;
}

div.contact-links a {
	 margin: 33px 0px;
    font-size: 20pt;
}

div.contact {
	padding-top: 30px;
}

div.contact-cta{
	width: 400px;
}
div.contact-cta h2{ 
    font-size: 36pt;
    font-weight: 700;
    margin-top: 25px;
    line-height: 1.1;
    padding-bottom: 10px;
 }

 div.contact-cta h3{
 	margin-left: 10px;
 }
div.bottom-submenu-desktop ul.submenu {
    margin-left: 18px;
}
div.bottom-submenu-desktop ul.locations {
    margin-left: 30px;
}

div.social-links {
    top: 95px;
    left: 95%;
}

}

@media screen and (min-width: 1440px){

div.container{
	width: 80%;
}

.feature-container{
	width: 90%;
}

div.main-cta-container {
    top: 650px;
    height: 320px;
}

div.career-content p{
	width: 76%;
	margin-top: 50px;
}

.get-connected .content span {
    width: 1070px;
}

div.contact-edge{
	height: 205px;

}
div.bottom-submenu-desktop ul.about-submenu {
	margin-left: 25px;
}

div.bottom-submenu-desktop ul.locations {
	margin-left: 40px;
}

}

@media screen and (min-width: 1600px){

.main-navigation {
   clear: both;
   margin-top: -60px;
    width: 800px;
}


div.main-cta-container {
    top: 760px;
}

div.career-content p{
	width: 60%;
}

div.career-link-two {
	margin-bottom: 0px;
}

div.contact-links {
	width: 48%;
}

div.contact-edge{
	height: 230px;
	margin-top: -25px;
	
}


}

@media screen and (min-width: 1800px){



div.main-cta-container {
    top: 860px;
}

div.career-content {
	padding-top: 75px;
}




div.contact-edge{
	height: 270px;
	margin-top: -25px;
	
}

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

div.banner-section{
	height: 618px !important;
}
}
	.core-values {
		padding-bottom:50px;
		padding-top:40px;
		background-color:#ededed;
	}
body:not(.home) .core-values {
		display: none;
	}
	body.home .get-connected {
		display:none;
	}
	
	.site-main .post-navigation, #comments {
		display:none;
	}