/*
Theme Name: Explore Health Careers
Theme URI: http://underscores.me/
Author: WP SuperService
Author URI: https://www.wpsuperservice.com/
Description: Custom theme created for WP SuperService by WP SuperService.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: explorehealthcareers
Tags:

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.

Explore Health Careers is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

a {
	outline: none !important;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.3em;
	margin: 0.67em 0;
	color: #ef4d25;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	color: #056571;
	font-weight: normal;
	font-size: 2.2em;
	margin-bottom: 10px;
	outline: none;
}

h3 {
	color: #056571;
	font-weight: normal;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-size: 13.5px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-family: Raleway, sans-serif;
}

p {
	font-family: Roboto, sans-serif;
	margin-bottom: 1.5em;
}

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

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

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
--------------------------------------------------------------*/
.hidden { display: none; }

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em .5em;
	padding: 0 0 0 30px;
}

ul {
	list-style-image: url('images/empty-circle-bullet.png');
}

ol {
	list-style: decimal;
}

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

li {
	padding-left: 15px;
	line-height: 1.7;
}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4abbab;
}

a:visited {
	color: #4abbab;
}

a:hover,
a:focus,
a:active {
	color: #ef4d25;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family: Roboto;
	font-size: 14px;
	color: #333333;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 7px;
	line-height: inherit;
}

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

.main-navigation a:visited {
	color: #333333;
}

.main-navigation a:hover,
.main-navigation a:active {
	color: #ef4e25;
}

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

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

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

.main-navigation ul ul li {
	line-height: 1.5;
    margin: 10px 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	background: rgba(244,242,241,0.95);
	/*margin-top: 54px;*/
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 43.7em) {
	.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

div#primary { width: 80%; margin: 0 auto; }

.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 1.5em;*/
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}

/* Customizations */
.clear {
	clear: both;
}
.pre-head {
	height: 40px;
	background: #e6e6e6;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.pre-head .social-icons {
	padding-left: 15px;
	float: left;
}

.pre-head .social-icons span {
	display: block;
	float: left;
	width: 25px;
	text-align: center;
	margin-right: 10px;
}

.pre-head .social-icons span img {
	height: 20px;
	vertical-align: middle;
}

.pre-head .context-right {
	float: right;
}

.pre-head .context-right .menu-pre-header-menu-container {
	float: left;
}

ul#prehead-menu {
	margin: 0;
	padding: 0;
}

ul#prehead-menu li {
	list-style-type: none;
	list-style-image: none;
	line-height: inherit;
}

ul#prehead-menu li:hover {
	background: #bdbdbd;
}

ul#prehead-menu li a {
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	display: block;
	padding: 0 15px;
}

.pre-head .context-right .search {
	float: left;
	width: 20px;
	height: 40px;
	margin: 0 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
    cursor: pointer;

	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.pre-head .context-right .search.hidden {
    visibility: hidden;
}

.site-branding {
	height: 75px;
	position: relative;
	z-index: 1;
	line-height: 75px;
	background: rgba(244,242,241,0.95);
	box-shadow: 0 20px 25px -20px rgba(0, 0, 0, .5);
}

.site-branding .site-title a {
	display: block;
	height: 36px;
}

.site-branding .site-title img {
	max-height: 100%;
	vertical-align: middle;
	padding-right: 20px;
	outline: none;
}

.site-branding h1.site-title {
	margin: 0;
	padding-left: 20px;
	max-width: 42%;
	float: left;
}

p.site-description {
	display: none;
}

.main-navigation {
	max-width: 65%;
	float: left;
	clear: none;
	width: auto;
}

.press,
.emp-form .btn.btn-primary {
	color: #fff !important;
	background-color: #ef4d25;
	border: none;
	border-radius: 8px;
	box-shadow: 0 5px #b53b23;
	width: 120px;
	height: 35px;
	float: right;
	margin: 18px 15px 0 0;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 35px;
}

.emp-form .btn.btn-primary {
	line-height: 25px;
}

.press:hover,
.press .hover,
.emp-form .btn.btn-primary:hover,
.emp-form .btn.btn-primary .hover {
	background-color: #b53b23 !important;
}

.press:active,
.press .active,
.emp-form .btn.btn-primary:active,
.emp-form .btn.btn-primary .active {
	background-color: #417cb8 !important;
	box-shadow: 0 5px #27496d !important;
	transform: translateY(5px);
}

.hero {
	background-size: cover !important;
	/* margin-bottom: 260px; */
	height: calc( 100vh - 40px );
	margin-top: 40px;
	padding-top: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hero img.hero-image {
	position: relative;
	z-index: -1;
}

.hero-copy {
	/* vertical-align: middle; */
	/* position: absolute; */
	text-align: center;
	/* margin-top: -35%; */
	/* width: 100%; */
	margin-bottom: 35px;
}

.hero-copy h2 {
	color: #f6bd16;
	font-size: 40px;
	margin: 10px 0;
}

.hero-copy p {
	/*width: 60%;*/
	margin: 0 auto;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.hero-boxes {
	/* position: absolute; */
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 15%;
	/* margin-top: -170px; */
}

.hero-box {
	width: 30%;
	height: auto;
	float: left;
	text-align: center;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.hero-box .box-title {
	font-family: Raleway;
	font-weight: bold;
	padding-bottom: 7px;
	font-size: 17px;
}

.hero-box img.box-icon {
	width: 50%;
}

.hero-box .box-description {
	font-size: 13px;
	min-height: 60px !important;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
}

.hero-box .box-button {
	margin: 0 auto;
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	width: 120px;
}

	/* First box button */
	.hero-box.one .box-button {
		color: #fff;
		background-color: #f6bd16;
		border: none;
		box-shadow: 0 5px #ce9a19;
	}

	.hero-box.one .box-button:hover,
	.hero-box.one .box-button .hover {
		background-color: #ce9a19
	}

	.hero-box.one .box-button:active,
	.hero-box.one .box-button .active {
		background-color: #f6bd16;
		box-shadow: 0 5px #ce9a19;
		transform: translateY(5px);
	}

	/*Second box button*/
	.hero-box.two .box-button {
		color: #fff;
		background-color: #4abbab;
		border: none;
		box-shadow: 0 5px #3c9183;
	}

	.hero-box.two .box-button:hover,
	.hero-box.two .box-button .hover {
		background-color: #3c9183
	}

	.hero-box.two .box-button:active,
	.hero-box.two .box-button .active {
		background-color: #4abbab;
		box-shadow: 0 5px #3c9183;
		transform: translateY(5px);
	}

	/*Third box button*/
	.hero-box.three .box-button {
		color: #fff;
		background-color: #ef4d25;
		border: none;
		box-shadow: 0 5px #b53b23;
		/* margin-top: -10px; */
	}

	.hero-box.three .box-button:hover,
	.hero-box.three .box-button .hover {
		background-color: #b53b23
	}

	.hero-box.three .box-button:active,
	.hero-box.three .box-button .active {
		background-color: #ef4d25;
		box-shadow: 0 5px #b53b23;
		transform: translateY(5px);
	}

div#content {
    min-height: calc(100vh - 205px);
}

div#content.site-content {
	background-color: #ffffff;
	margin-top: 115px;
}

body.admin-bar .head-container {
	margin-top: 32px;
}

body.single div#content.site-content,
body.archive div#content.site-content {
	margin-top: 115px;
}

body.home div#content.site-content {
	margin-top: 0px;
}

ul#fieldList {
	margin: 0;
	padding: 0;
	width: 100%;
}

li.fieldList-item {
	width: 33%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	list-style-type: none;
	list-style-image: none;
}

.fieldList-item-container {
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
	height: 150px;
}

.fieldList-item-container a {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-decoration: none;
	color: inherit;
	text-align: center;
}

.fieldList-item-container a img {
	width: 100px;
	display: block;
	margin: 0 auto;
}

body.home .entry-header, body.home .entry-footer {
	display: none;
}

div#homeCTA {
	height: 80px;
	margin: 0px auto 20px auto;
	background: #ef4d25;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	font-family: Raleway, sans-serif;
	font-size: 50px;
}

footer#colophon {
	background: #056571;
	height: 90px;
	font-size: 14px;
	color: #ffffff;
}

footer#colophon a {
	color: #ffffff;
	text-decoration: none;
}

footer#colophon .site-info {
	height: 90px;
	line-height: 90px;
	white-space: nowrap;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

ul#footer-menu li {
	display: inline-block;
	padding: 0 15px;
}

ul#footer-menu {
	margin: 0;
	padding: 0;
	margin-right: 50px;
}

a.liaison-logo {
	float: left;
	width: 200px;
	margin: 0 30px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

a.liaison-logo img {
	vertical-align: middle;
}

footer#colophon span.copyright {
	float: left;
}

.menu-footer-container {
	float: left;
}

footer#colophon .social-icons {
	float: left;
}

footer#colophon .social-icons span {
	float: left;
	padding: 0 5px;
	max-height: 90px;
	display: inline-block;
	height: 100%;
}

footer#colophon .social-icons span img {
	vertical-align: middle;
}

footer#colophon span.facebook {
	width: 30px;
}

footer#colophon .social-icons span.facebook img {
	height: 30px;
	box-sizing: content-box;
}

footer#colophon span.twitter {
	width: 41px;
}

footer#colophon .social-icons span.twitter img {
	height: 25px;
	box-sizing: content-box;
}

div#fieldCover {
	width: 100%;
	background-position: 50% 20% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding-top: 26.446%;
	margin-top: -75px;
}

div#primary {
	padding: 0 25px;
}

ul#breadcrumbs {
	list-style: none;
	margin: 20px 0;
	padding: 0 10%;
}

ul#breadcrumbs li {
	display: inline-block;
	padding-right: 10px;
	font-family: Roboto;
	padding-left: 0;
}

ul#breadcrumbs li.separator {
    font-size: 10px;
}

li.item-current strong.bread-current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
    display: block;
    position: relative;
    top: 6px;
}

.archive-description p:first-of-type {
	font-size: 110%;
}

.career-entry {
	display: table;
	width: 31%;
	float: left;
	height: 200px;
	margin: 1.1%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	text-align: center;
}

.career-entry a {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.career-entry a:hover {
	background-color: transparent;
}

#primary.with-sidebar {
	padding: 0 0 0 10%;
	width: 65%;
	float: left;
	margin-bottom: 35px;
}

aside#secondary {
	width: 35%;
	float: right;
	padding: 0px 4% 0 5%;
}

#secondary .textwidget {
	width: 80%;
	margin: 0 auto;
}

.single-career ul#breadcrumbs {
	margin-top: 50px;
}

.single-career .bread-home, .single-career .separator-home {
	display: none !important;
}

.career-prospects div {
	min-width: 33.33%;
	max-width: 100%;
}

.average-salary {
	background-color: #f4cf73;
}

.higher-ed {
	background-color: #f6bd16;
}

.job-outlook {
	background-color: #f7ad0b;
}

.career-prospects {
	width: 90%;
	display: flex;
	justify-content: space-between;
	height: 85px;
	text-align: center;
}

.career-prospects div span {
	display: block;
	height: 50%;
}

.career-prospects div span.title {
	text-transform: uppercase;
	line-height: 1.2;
	padding-top: 10px;
}

.career-prospects div span.prospect {
	font-size: 23px;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	line-height: 1;
}

img.career-featured-image {
	float: left;
	margin-right: 20px;
	max-width: 150px;
}

.single-career .entry-content p:first-of-type {
	margin-top: 0px;
	font-size: 110%;
}

ul.resource-list {
	overflow: hidden;
}

ul.resource-list li {
	float: left;
	width: 45%;
	margin-right: 5%;
}

ul.resource-list li a {
	text-decoration: none;
}

.entry-content a {
	/*display: table-cell;
	vertical-align: middle;
	text-align: center;*/
	text-decoration: none;
}

.career-jumplinks {
	text-align: center;
	margin: 60px 0 40px 0;
	color: #cccccc;
}

.career-jumplinks a {
	font-size: 15px;
	margin: 0 5px;
	font-weight: bold;
}

.main-nav-scrolled {
	position: fixed;
	width: 100%;
	top: 0;
}

.page-template-template-blog h3.latest-posts,
body.archive h3.latest-posts,
h3.comments-title,
#latestPostswidget h3.latest-posts,
body.search-results h3.search-list {
	text-transform: uppercase;
	color: #808080;
	border-bottom: 1px solid rgba(165,165,165,.3);
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.page-template-template-blog .entry-container,
body.archive .entry-container,
body.search-results .entry-container {
	border-bottom: 1px solid rgba(165,165,165,.3);
	padding-bottom: 40px;
}

.page-template-template-blog .entry-container h4 a,
body.archive .entry-container h4 a,
body.search-results .entry-container h4 a {
	color: #056571;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

.page-template-template-blog .entry-container h4 a:hover,
body.archive .entry-container h4 a:hover {
	color: #4abbab;
}

.page-template-template-blog span.blog-info,
body.archive span.blog-info,
body.search-results span.blog-info {
	color: #808080;
	font-size: 13px;
	display: block;
	margin-bottom: 15px;
}

.page-template-template-blog .blog-entry,
body.archive .blog-entry {
	height: 150px;
	position: relative;
}

body.search-results .blog-entry {
	height: auto;
}

.page-template-template-blog .blog-entry img,
body.archive .blog-entry img,
body.search-results .blog-entry img {
	float: left;
	margin: 0 15px 25px 0;
}

.page-template-template-blog .blog-entry a.read-more,
body.archive .blog-entry a.read-more,
body.search-results .blog-entry a.read-more {
	display: block;
	position: absolute;
	bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	margin-left: 165px;
}

body.single ul#breadcrumbs {
	padding: 0;
	margin: 50px 0 25px 0;
}

body.single-career ul#breadcrumbs,
body.page-template-template-fo-filter ul#breadcrumbs,
body.single-funding_opportunity ul#breadcrumbs,
body.page-template-template-eo-filter ul#breadcrumbs,
body.single-enrichment ul#breadcrumbs,
body.post-template-default.single.single-post ul#breadcrumbs {
    padding: 0 10%;
}

body.single span.blog-info {
	float: left;
}

body.single span.social-icons-single {
	float: right;
}

body.single span.social-icons-single i {
	font-size: 23px;
	margin-left: 5px;
	color: #b3b3b3;
}

body.single .entry-content img.blog-thumbnail {
	float: left;
	margin: 20px 15px 15px 0;
}

body.single .entry-content p:first-of-type {
	margin-top: -4px;
}

body.single aside#secondary {
	padding: 75px 4% 0 5%;
}

body.single nav.navigation.post-navigation {
	display: none;
}

body.single b.fn a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}

body.single b.fn a:before {
	content: 'By ';
}

body.single span.says {
	display: none;
}

body.single .comment-author.vcard {
	display: inline;
	float: left;
	margin-right: 5px;
}

body.single .comment-metadata span.edit-link {
	display: none;
}

body.single .comment-metadata a {
	color: inherit;
	text-decoration: none;
}

body.single .comment-author.vcard,
body.single .comment-metadata {
	font-style: italic;
}

body.single div.comment.byuser {
	padding: 15px 0;
	border-bottom: 1px solid rgba(165,165,165,.3);
}

body.single h3.comments-title {
	margin-bottom: 0;
}

body.single div.comment a {
	text-decoration: none;
}

body.single .comment.list {
	font-size: 13px;
	line-height: 1.4;
}

.head-container {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}

.bubble {
	position: absolute;
	width: 80%;
	height: auto;
	left: 10%;
	padding: 0px;
	background: #056571;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
	-webkit-box-shadow: 6px 6px 0px 0px rgba(145,143,143,0.75);
	-moz-box-shadow: 6px 6px 0px 0px rgba(145,143,143,0.75);
	box-shadow: 6px 6px 0px 0px rgba(145,143,143,0.75);
	z-index: 99;
	text-align: left;
}
.bubble .closeButton{display:none;}

.fieldList-item-container > a{position: relative; height: 160px;}
.fieldList-item-container > a:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #056571 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: 0px;
	left: 50%;
	display: none;
}

ul#fieldList{position: relative;}
.bubble { display: none;}
.bubble ul{margin: 0; padding: 20px; list-style: none;}
.bubble ul li{padding: 0; width: 33%; display: inline-block; vertical-align: top;}
.bubble a{text-align: left;}
.bubble a:hover{color: #4abbab;}
.select-dropdown{display: none;}

.fieldList-item-container:hover .bubble { display: block; }
.fieldList-item-container:hover > a:after {display: block;}
.fieldList-item-container:hover > a{color: #4abbab;}

li.fieldList-item.single-item{position: relative;}
li.fieldList-item.single-item .bubble{width: 60%; left: 20%;}
li.fieldList-item.single-item .bubble ul li{display: block; width: auto;}

li.fieldList-item.two-item .bubble{width: 60%;}
li.fieldList-item.two-item .bubble ul li{width: 49%;}
li.fieldList-item.two-item .bubble ul li:nth-child(2n+2){left: 20%;}
li.fieldList-item.two-item.middle .bubble{left: 20%;}
li.fieldList-item.two-item.last .bubble{left: auto; right: 10%;}

/*#careerDropdown select.target,
#fieldDropdown select.target,
#postDropdown select.target,
#categoryDropdown select.target {
	display: none;
}

body.single-career section#careerDropdown {
	display: block;
	margin: 0 auto 40px auto;
	text-align: center;
}

body.tax-field section#fieldDropdown {
	display: block;
}

body.single-post section#postDropdown {
	display: block;
}

body.page-template-template-blog section#categoryDropdown,
body.archive section#categoryDropdown {
	display: block;
}*/

body.single-post aside.left-sidebar,
body.single-career aside.left-sidebar,
body.tax-field aside.left-sidebar,
body.page-template-default aside.left-sidebar,
body.page-template-template-blog aside.left-sidebar,
body.archive aside.left-sidebar {
    padding: 0 25px 0 10%;
    width: 29.5%;
    float: left;
}
body.single-post #primary.with-sidebar,
body.single-career #primary.with-sidebar,
body.tax-field #primary.with-sidebar,
body.page-template-default #primary.with-sidebar,
body.page-template-template-blog #primary.with-sidebar,
body.archive #primary.with-sidebar {
    padding: 0;
    width: calc(40% - 50px);
    float: left;
    margin-bottom: 35px;
}

body.single-post #main.site-main.with-left-sidebar,
body.single-career #main.site-main.with-left-sidebar,
body.tax-field #main.site-main.with-left-sidebar,
body.page-template-default #main.site-main.with-left-sidebar,
body.page-template-template-blog #main.site-main.with-left-sidebar,
body.archive #main.site-main.with-left-sidebar {
    width: 100%;
}
body.single aside#secondary,
body.career aside#secondary,
body.tax-field aside#secondary,
body.page-template-default aside#secondary,
body.page-template-template-blog aside#secondary,
body.archive aside#secondary {
    padding: 0 10% 0 25px;
	width: 29.5%;
}
/*aside .widget_text .widget-title {
    color: #ffffff;
}
aside .widget_text .widget-title:after {
    content: "\A ADVERTISEMENT";
    color: #e6e6e6;
}*/

#careerDropdown select.target,
#fieldDropdown select.target,
#postDropdown select.target,
#categoryDropdown select.target {
	background-color: #056571;
	color: #ffffff;
	/*padding: 5px 0 5px 50px;*/
	padding: 5px 0 5px 5px;
	width: 100%;
	min-width: 250px;
	height: 55px;
	text-align: center;
	font-size: 15px;
	/*background-image: url(images/compass.png), url(images/select-down-arrow.png);
	background-repeat: no-repeat;
	background-size: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-position: 4% 50%, 95% 52%;*/
	border: none;
}
#categoryDropdown select.target { min-width: 180px; width: 100%; }
#relatedArticles {
    display: block;
    margin-top: 40px;
}

#relatedArticles h2 {
    font-size: 23px;
}

#relatedArticles ul {
    padding: 0;
    margin: 0;
}

#relatedArticles li {
    list-style-image: none;
    list-style: none;
    padding: 0;
}

#relatedArticles a {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
}

#relatedArticles a:hover {
    color: #cf4d25;
}

#rssAnnouncement {
    background-color: #f2f2f2;
    padding: 15px;
    text-align: center;
}

#rssAnnouncement h3 {
    text-transform: uppercase;
    color: #ef4d25;
    font-weight: bold;
    margin: 0;
}

#rssAnnouncement p {
    font-size: 13px;
    color: #666666;
    line-height: 1.2;
    display: none;
}

#rssAnnouncement img {
    width: 150px;
}

#applyNow img {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

body.page-template-apply-page .wpb_wrapper {
	width: 30%;
    float: left;
    text-align: center;
    min-height: 180px;
    overflow: hidden;
}

body.page-template-apply-page .wpb_wrapper img {
	max-width: 150px;
	margin-top: 15px;
}

body.page-template-apply-page .program-label {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
}
body.page-template-apply-page .program-label a {
	color: #056571;
}
body.page-template-apply-page h3 {
    color: #056571;
    font-weight: normal;
    font-size: 17px;
}

#filterForm input#keyword {
    display: block;
    width: 100%;
    margin: 15px 0;
    font-size: 13px;
    padding: 10px;
}

.half-col {
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: inherit;
}

.rangeslider__fill {
    background: #4abbab !important;
}

#filterForm output {
    font-size: 18px;
}

.range-desc {
    text-align: center;
    margin: 15px 0;
}

#filterForm label {
    display: block;
    text-align: center;
    font-size: 20px;
    padding-bottom: 13px;
}

#filterForm input[type="submit"],
#filterForm a.reset {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    width: 120px;
    color: #fff;
    border: none;
    height: 44px;
    text-align: center;
    line-height: 44px;
    padding: 0;
}

#filterForm input[type="submit"] {
	background-color: #4abbab;
	box-shadow: 0 5px #3c9183;
}

#filterForm input[type="submit"]:hover {
	background-color: #3c9183;
}

#filterForm a.reset {
	background-color: #f6bd16;
    box-shadow: 0 5px #ce9a19;
}

#filterForm a.reset:hover {
	background-color: #ce9a19;
}

#filterForm .filter-buttons {
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}

#filterForm select#field {
    display: none;
    /*display: block;*/
    margin: 0 auto 40px auto;
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
}

.no-results {
    margin: 40px 0;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    font-style: italic;
}

#latestPostswidget .latest-post-entry {
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(165,165,165,.3);
    margin: 0 0 10px 0;
}

#latestPostswidget .latest-post-entry:last-child {
    border-bottom: 0px !important;
}

.latest-post-entry .latest-post-entry-meta {
    font-size: 12px;
    color: #808080;
}

.latest-post-entry span.title a {
	font-family: Raleway, sans-serif;
    text-decoration: none;

}

.single-post #latestPostswidget h3.latest-posts {
	/*margin-bottom: 0px;*/
}

.single-post #latestPostswidget span.category-label {
	display: block;
    margin: 5px 0 10px 0;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    color: #808080;
}

/* ========== Search Styling ========== */
.search-box {
    position: fixed;
    z-index: 999999;
    top: 0px;
    width: 100%;
    text-align: center;
    padding: 0px;
    background-color: rgba(0,0,0,0.8);
    right: -101%;

	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

 .search-box input[type="text"] {
    width: 80%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: transparent;
    border: none;
    color: #ffffff;
    outline: none;
}

.search-box .fa-search, .search-box .fa-times {
    color: #ffffff;
}

.search-box.active {
	right: 0;
}

.search-box.active .fa-times {
    cursor: pointer;
}

body.archive.category section#applyNow { display: none; }
/* ========== Search Styling ========== */

/* ========== Funding Opportunity & Enrichment Opportunity ========== */
body.single-funding_opportunity h1.entry-title,
body.single-enrichment h1.entry-title {
	margin-bottom: 0px;
}

.fo-organization,
.eo-organization {
	margin: 0 0 20px 0;
	font-size: 17px;
	font-style: italic;
	border-top: 1px dotted #a1a1a1;
	float: left;
}

span.fo-amount-note,
span.fo-duration-note {
	display: block;
    height: auto !important;
    font-style: italic;
    font-size: 15px;
	margin-top: 10px;
}

body.single-funding_opportunity h3 {
	margin: 15px 0 12px 0;
	border-bottom: 1px dotted #a1a1a1;
}

span.fo-amount-note p,
span.fo-duration-note p {
	margin: 0;
	padding: 0;
}

body.single-funding_opportunity .average-salary, body.single-funding_opportunity .higher-ed, body.single-funding_opportunity .job-outlook {
    min-width: initial;
    min-height: initial;
    width: auto;
    height: auto;
    padding: 15px;
}

body.single-funding_opportunity .career-prospects {
    width: 100%;
    display: block;
    height: auto;
    text-align: initial;
}

body.single-enrichment .higher-ed .prospect {
    font-size: 17px;
}
body.single-funding_opportunity .average-salary, body.single-funding_opportunity .higher-ed, body.single-funding_opportunity .job-outlook {
    min-width: initial;
    min-height: initial;
    width: auto;
    height: auto;
    padding: 15px;
}

body.single-funding_opportunity .career-prospects {
    width: 100%;
    display: block;
    height: auto;
    text-align: initial;
}

body.single-funding_opportunity span.title {
	width: 100px;
	display: block;
	float: left;
	font-family: Raleway, sans-serif;
	text-transform: none;
	font-size: 20px;
	line-height: normal;
	padding: 0;
}

body.single-funding_opportunity span.prospect {
	width: calc(100% - 100px);
    float: left;
    font-family: Raleway, sans-serif;
    display: block;
    font-size: 20px;
    color: #5b5b5b;
    font-style: italic;
    font-weight: normal;
    padding: 0;
}
.eo-type {
    background-color: #f4cf73;
    padding: 10px 15px;
    font-size: 20px;
}
.eo-type span.prospect {
    float: right;
    width: calc(100% - 105px);
}
.eo-dates {
    background-color: #f6bd16;
    padding: 10px 15px;
    font-size: 20px;
}
.eo-deadline {
    background-color: #f7ad0b;
    font-size: 20px;
    padding: 10px 15px;
}
.eo-data {
    font-family: Raleway, sans-serif;
}
.eo-data .title {
    width: 90px;
    display: block;
    float: left;
    margin-right: 15px;
}
.eo-data span.prospect {
    color: #5b5b5b;
    font-style: italic;
}
body.single-enrichment h3 {
    border-bottom: 1px dotted #cccccc;
    margin-top: 35px;
}
.fo-filter-form {
	width: 25%;
    float: left;
}
.fo-filter-results {
    float: left;
    padding-left: 15px;
	width: 75%;
}
.fo-filter-form select, .fo-filter-form input {
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    display: block;
    width: 100%;
    margin: 15px 0;
    font-size: 13px;
    padding: 10px;
}
.fo-filter-form select:first-child {
    margin-top: 0px;
}
.fo-filter-form input[type="submit"] {
	margin: 0;
    background-color: #4abbab;
    box-shadow: 0 5px #3c9183;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    width: 120px;
    color: #fff;
    border: none;
    height: 44px;
    text-align: center;
    line-height: 44px;
    padding: 0;
	width: calc(50% - 2.5px);
}
.fo-filter-form input[type="submit"]:hover {
    background-color: #3c9183;
}
.fo-filter-form a.reset {
	display: inline-block;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    width: 120px;
    color: #fff;
    border: none;
    height: 44px;
    text-align: center;
    line-height: 44px;
    padding: 0;
    background-color: #f6bd16;
    box-shadow: 0 5px #ce9a19;
	width: calc(50% - 2.5px);
}
.fo-filter-form a.reset:hover {
    background: #ce9a19;
}
ul.fo-results-lists {
    margin: 0;
    padding: 0;
}
ul.fo-results-lists li {
    width: 100%;
    list-style: none;
    margin: 15px 0;
    padding: 10px;
	border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.25);
}
ul.fo-results-lists li:first-child {
    margin-top: 0px;
}
.fo-item-title {
    display: block;
    font-size: 23px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}
.fo-item-datum {
	float: left;
    font-size: 12px;
    background: #999999;
    padding: 5px 10px;
    margin: 5px 20px 5px 5px;
    border-radius: 3px;
    color: #fff;
	text-align: center;
}
ul.fo-results-lists span {
    float: left;
    font-size: 12px;
    margin-top: 10px;
}
#fofilterForm label.amount-label {
    padding-bottom: 10px;
    display: block;
}
.eo-item-datum-container span,
.fo-item-datum-container span {
    width: 75px;
}

.eo-item-datum-container {
    width: 100%;
    clear: both;
}

body.page-template-template-eo-filter ul.fo-results-lists li {
    height: auto !important;
}

.eo-item-datum-container .fo-item-datum,
.fo-item-datum-container .fo-item-datum {
    width: calc(100% - 100px);
    text-align: left;
}

.fo-results-lists a.readmore {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    width: 140px;
    margin-left: 80px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 5px;
    border: none;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    background-color: #ef4d25;
    box-shadow: 0 5px #b53b23;
}
.fo-results-lists a.readmore:hover {
	background: #b53b23;
}
/* ========== Media Queries ==========
   Breakpoints:
	   	1280px - 1400px
	   	1170px
	   	959px
	   	826px
	   	699px
	   	43.7em
*/

@media screen and (min-width: 1400px) {
	/*.hero-box {
		width: 23.33%;
		height: auto;
	}

	.hero-boxes {
		margin-top: -350px;
	}*/
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .hero {
        /* background-size: cover !important; */
        /* margin-bottom: 0; */
        /* padding-top: 0; */
        /* margin-top: 0; */
        /* height: 100vh; */
    }

    .hero-copy {
	    /* vertical-align: middle; */
	    /* position: relative; */
	    /* text-align: center; */
	    /* margin-top: 0; */
	    /* width: 100%; */
	    /* top: 150px; */
	}

	.hero-boxes {
	    /* position: relative; */
	    /* width: 100%; */
	    /* display: flex; */
	    /* justify-content: space-between; */
	    /* padding: 0 20%; */
	    /* margin-top: 0; */
	    /* top: 200px; */
	}
}


@media screen and (max-width: 1170px) {
	.site-branding h1.site-title {
		max-width: 30%;
	}

	.main-navigation ul li {
		font-size: 14px;
		padding: 0 5px;
	}

	.fieldList-item-container {
		max-width: 100%;
	}

	.footer-left,
	.footer-right,
	a.liaison-logo,
	footer#colophon span.copyright,
	.menu-footer-container,
	footer#colophon .social-icons {
		float: none !important;
		margin: 0 auto;
		text-align: center;
		display: block;
		background-color: #056571;
	}

	footer#colophon .social-icons span {
		float: none;
	}

	ul#footer-menu {
		margin-right: 0px;
	}

	.hero-boxes {
		/* padding: 0 5%; */
	}

	.bubble ul li{width: 32%}

	.fo-filter-form,
	.fo-filter-results {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
}

@media screen and (max-width: 1228px) {
	/*aside.left-sidebar { display: none; }*/
	#main.site-main.with-left-sidebar { width: 100% !important; }

	/*aside#secondary {
		display: none;
	}*/

	aside#secondary {
	    width: 100%;
	    text-align: center;
	}
	aside#secondary #text-21 .textwidget {
		margin: 0 auto;
		width: 100%;
	}
	#primary.with-sidebar {
		width: 100% !important;
		padding: 0 25px;
	}
	body.single-post aside.left-sidebar,
	body.single-career aside.left-sidebar,
	body.tax-field aside.left-sidebar,
	body.page-template-default aside.left-sidebar,
	body.page-template-template-blog aside.left-sidebar,
	body.archive aside.left-sidebar {
		/*display: none;*/
	}
	body.single-post #primary.with-sidebar,
	body.single-career #primary.with-sidebar,
	body.tax-field #primary.with-sidebar,
	body.page-template-default #primary.with-sidebar,
	body.page-template-template-blog #primary.with-sidebar,
	body.archive #primary.with-sidebar {
		padding-left: 10%;
		width: calc(60% - 25px) !important;
	}
	body.single aside#secondary,
	body.career aside#secondary,
	body.tax-field aside#secondary,
	body.page-template-default aside#secondary,
	body.page-template-template-blog aside#secondary,
	body.archive aside#secondary {
		padding: 0 10% 0 25px;
		width: 40%;
	}
}

@media screen and (max-width: 959px) {
	.press {
		display: none;
	}

	#rssAnnouncement .press { display: block !important; }

	.career-entry {
		width: 48%;
		margin: .5%;
	}

	.bubble{font-size: 12px;}
	li.fieldList-item.single-item .bubble{left: 0; width: 100%;}
}

@media screen and (max-width: 860px) {
	.page-template-template-blog .blog-entry a.read-more,
	body.archive .blog-entry a.read-more,
	body.search-results .blog-entry a.read-more {
	    position: relative;
		margin-left: 0;
	}
	.page-template-template-blog .blog-entry,
	body.archive .blog-entry {
		height: auto;
	}
}

@media screen and (max-width: 826px) {
	nav.main-navigation ul li {
		font-size: 12px;
		padding: 0 4px;
	}
	.event-item-wrapper {
		flex-direction: column;
		text-align: center;
	}
	.event-item-wrapper div {
		width: auto;
		padding: 5px 0;
	}
	.event-details-button a {
	    font-size: 20px;
	}

	body.single-post #primary.with-sidebar,
	body.single-post #secondary,

	body.single-career #primary.with-sidebar,
	body.single aside#secondary,

	body.tax-field #primary.with-sidebar,
	body.tax-field #secondary,

	body.page-template-default #primary.with-sidebar,
	body.page-template-default #secondary,

	body.page-template-template-blog #primary.with-sidebar,
	body.page-template-template-blog #secondary,

	body.archive #primary.with-sidebar,
	body.archive #secondary  {
		padding: 25px;
		width: 100% !important;
	}

	body.single-post div#content.site-content,
	body.single-career div#content.site-content,
	body.tax-field div#content.site-content,
	body.page-template-default div#content.site-content,
	body.page-template-template-blog div#content.site-content,
	body.archive div#content.site-content {
		-ms-box-orient: vertical;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -moz-flex;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
	}
	body.single-post aside.left-sidebar,
	body.single-career aside.left-sidebar,
	body.tax-field aside.left-sidebar,
	body.page-template-default aside.left-sidebar,
	body.page-template-template-blog aside.left-sidebar,
	body.archive aside.left-sidebar {
		order: 2;
	    padding: 25px;
	    margin: 0;
	    width: 100% !important;
	}
}



@media screen and (max-width: 768px) {
	.bubble ul li{width: 100%;}
	.bubble ul li a{padding-top: 0px; border:0px; font-size: 1.2em }
	.bubble .closeButton{float: right;font-size: 25px;background: white;color: #056571;border-radius: 50px;padding: 0px;width: 30px;text-align: center;height: 30px;line-height: 25px;font-weight: bold;display: block;top: 5px;right: 5px;position: relative;}
	a.fo-item-title {
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
@media screen and (max-width: 360px) { 	.hero-boxes { padding: 0 5%; } }
@media screen and (max-width: 857px) {
	.hero {
		/*margin-bottom: 0;*/
		overflow: hidden;
		/*position: relative;
		width: 100%;*/
		height: auto;
		background-position: 50% 50% !important;
		padding-top: 115px;
	}
	.hero-copy {
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
	}

	.hero-copy p {
		padding: 25px;
	}

	.hero-boxes {
		position: relative;
		top: 0px;
		display: block;
	}
	.hero-box {
		width: 270px;
		margin: 20px auto;
		float: none;
		height: auto;
	}

	.hero-box img.box-icon {
		width: 100px;
	}
}
@media screen and (max-width: 699px) {
	.main-navigation ul ul a {
    	width: 100%;
	}

	ul.submenu {
		background: #4d4d4d;
		width: 100%;
	}

	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		left: auto;
		background: #4d4d4d;
		margin-top: 54px;
		width: 100%;
	}

	.main-navigation a:hover, .main-navigation a:visited {
		color: #f4bd1f;
		background-color: #646464;
		width: 100%;
	}

	.main-navigation a:hover,
	.main-navigation a:visited {
		color: #f4bd1f;
    		background-color: #4d4d4d;
	}

	div#content.site-content {
		margin-top: 155px;
	}

	body.single-career div#content.site-content {
		margin-top: 155px;
	}

	ul#footer-menu li {
		display: block;
		padding: 0 15px;
		line-height: 30px;
	}

	.bubble {
		font-size: 14px;
		display: none!important;
	}

	li.fieldList-item {
		margin-top: 10px;
	}

	.fieldList-item-container {
		position: relative;
	}

	.fieldList-item-container a {
		padding: 30px 0 0 0!important;
	}

	.select-dropdown {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		opacity: 0;
	}

	.fieldList-item-container:hover > a:after {
		display: none;
	}

	.bubble {
		position: relative;
		left: 0;
		width: 100%;
		z-index: 0;
	}

	.fieldList-item-container,
	.fieldList-item-container > a {
		height: auto;
	}

	.fieldList-item-container > a {
		padding-bottom: 15px;
	}

	body.single div#content.site-content,
	body.archive div#content.site-content {
		margin-top: 155px;
	}

	.career-prospects div span.title {
    	font-size: 11px;
	}

	.career-prospects div span.prospect {
		font-size: 16px;
	}

	.main-navigation ul ul {
	    display: block;
	    float:none;
	    clear:both;
	    left: 0;
	    position: relative;
	}
	.main-navigation ul ul ul {
	    left: 100%;
	    top: 0;
	}

	/*.main-navigation a, .main-navigation a {
	    line-height: 28px;
	    height: 28px;
	}

	li.menu-item-has-children {
	    padding-top: 20px !important;
	}*/

	ul.sub-menu {
	    display: none !important;
	}

	li.focus ul.sub-menu {
		display: block !important;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		margin-top: -15px !important;
	}

	li.focus ul.sub-menu li a {
		color: #ffffff;
	}

	li.item-current strong.bread-current {
		white-space: normal;
	    overflow: visible;
	    text-overflow: initial;
	    max-width: 999999999px;
	    display: initial;
	    position: relative;
	    top: 0px;
	}
	ul#breadcrumbs {
	    padding-left: 15px !important;
	}
	.career-checkboxes { display: none; }
}

@media screen and (max-width: 43.7em) {
	.main-navigation button.menu-toggle {
		margin: 0px auto 15px auto;
	}
	.site-branding {
		text-align: center;
	}

	ul#primary-menu {
		width: 100%;
	}

	.main-navigation li {
		width: 100%;
		clear: both;
		background: #4d4d4d;
		padding: 2px 10px;
		line-height: 50px;
	}

	.main-navigation a {
		color: #4bbbaa;
		font-size: 15px;
	}

	.main-navigation a:hover,
	.main-navigation a:visited {
		color: #f4bd1f;
		/* background-color: #646464;*/
	}

	.site-branding h1.site-title {
		width: 100%;
		float: none;
		max-width: 100%;
	}

	.main-navigation {
		float: none;
		max-width: 100%;
		margin-top: 25px;
	}

	.site-branding {
		height: 115px;
	}

	div.site-branding h1.site-title {
		max-width: 100%;
	}

	li.fieldList-item {
		width: 100%;
		float: none;
	}

	.fieldList-item-container {
		height: 382px;
	}

	.fieldList-item-container a {
		font-size: 1.5em;
		border-top: 1px solid #eaeaea;
		padding-top: 50px;
	}

	.fieldList-item-container a img {
		width: 282px;
	}

	.career-entry {
		width: 99.5% !important;
	}

	div#primary {
		width: 100% !important;
		float: none;
		padding: 0 15px 0 15px !important;
	}

	/*aside#secondary {
		display: none;
	}*/

	aside#secondary {
	    width: 100%;
	    text-align: center;
	}
	aside#secondary #text-21 .textwidget {
		margin: 0 auto;
		width: 100%;
	}

	/*ul#breadcrumbs { display: none; }*/

	.page-template-template-blog .blog-entry a.read-more {
		position: relative;
		margin: 15px 0;
	}

	.page-template-template-blog .blog-entry {
		height: auto;
	}

	.page-template-template-blog .entry-container {
		padding-bottom: 20px;
	}
}
.emp-form .btn-primary {
    background-image: none !important;
    color: #fff !important;
    background-color: #ef4d25 !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px #b53b23;
    width: 120px;
    height: 35px;
    float: right;
    margin: 18px 15px 0 0;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 35px;
}

table.roadmap td.icons img { max-width: 75px; margin: 10px 0px; }
table.roadmap td { padding: 4px 8px; }

h2.jump:before {
  display: block;
  content: " ";
  margin-top: -115px;
  height: 115px;
  visibility: hidden;
  outline: none;
}
span.jump {
    margin-top: 300px;
    visibility: hidden;
}
body.home h2.jump { margin-bottom: -25px; }
body.home h2.jump:before { margin-top: -100px; height: 100px; }

h2.wsp-posts-title, ul.wsp-posts-list { display: none; }

.blog-pagination {
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-pagination a {
    text-decoration: none;
}
.blog-pagination i {
    font-size: 11px;
    position: relative;
    top: -1px;
}
.blog-pagination .page-numbers {
    border: 1px solid #4abbab;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 2px;
    color: #4abbab;
}
.blog-pagination .page-numbers.dots {
    border: none;
}
.blog-pagination .page-numbers.dots:hover{
    background-color:transparent;
    border: 0px;
    color: #4abbab;
}
.blog-pagination .page-numbers:hover {
    color: #ffffff;
    background-color: #ef4d25;
    border: 1px solid #ef4d25;
}
.blog-pagination span.page-numbers.current {
    color: #ffffff;
    background-color: #ef4d25;
    border: 1px solid #ef4d25;
}
#relatedCareers {
	position: relative;
	height: 150px;
	top: -150px;
	margin-bottom: -150px;
	z-index: 9999;
	visibility: hidden;
}
h2.widget-title {
	font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    color: #e6e6e6;
}

.career-checkboxes {
    max-height: calc(100vh - 495px);
    overflow-y: scroll;
    margin-bottom: 15px;
}
.career-checkbox {
	width: 100%;
    margin: 3px 0px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.career-checkbox input[type=checkbox] {
	visibility: hidden;
	display: none;
}
.career-checkbox label {
	cursor: pointer;
    position: relative;
	width: 30px;
    height: 30px;
    top: 0px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
}
.career-checkbox label:after {
	opacity: 0.2;
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background: transparent;
    top: 10px;
    left: 9px;
    border: 3px solid #4abbab;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.career-checkbox label:hover::after {
	opacity: 0.5;
}
.career-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: #ef4d25;
}
span.custom-label {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
	font-size: 13px;
    color: #666;
	max-width: calc(100% - 50px);
}
ins.adsbygoogle { background: transparent !important; }

/* events calendar plugin styling */
.type-tribe_events {
    background-color: #e6e6e6;
    padding: 15px !important;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
	max-width: 100%;
}
.event-item-wrapper {
	display: flex;
	align-items: center;
}
.event-date {
    width: 10%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 1%;
}
.event-details-container {
    width: calc(80% - 125px);
}
.event-organizer-image {
    width: 125px !important;
	padding: 0 1.5%;
}
.event-details-button {
    width: 7%;
}
h2.tribe-events-list-event-title,
.event-excerpt p {
    margin: 0;
}
.event-details-button a.tribe-event-url {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #a1a1a1;
    padding: 5px 7px;
}
.event-details-button a:hover {
    background: #4abbab;
}
.event-details-button {
    width: 10%;
    text-align: center;
}
.tribe-bar-date-filter {
    display: none;
}
.tribe-bar-search-filter {
    width: 58.3333%;
}
.tribe_events-template-default ul#breadcrumbs {
    display: none;
}
.tribe_events-template-default .tribe-events-schedule h2 {
    margin: 0px;
    font-size: 20px;
}
h1.tribe-events-single-event-title {
    font-size: 2.3em !important;
}
.tribe-events-list-event-title .tribe-event-url {
	color: #ef4d25;
	font-family: Raleway;
	font-size: 1.3em;
	line-height: normal;
}
.tribe-event-schedule-details {
	color: #4abbab;
	font-family: Roboto;
	font-size: 1em;
	text-align: left;
}
#tribe-events-content.tribe-events-list {
    margin-bottom: 120px;
}
broadstreet-zone-container { text-align: center; }

#mvpopup { display: none !important; }