/*
Theme Name: creativecircle
Theme URI: http://www.creativecircle.com
Author: Imagistic
Author URI: http://www.imagistic.com
Description: Theme for creativecircle website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creativecircle
*/
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');
/* Freight Fonts */
@import url("https://use.typekit.net/lvp8exm.css");

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/**
 * Fonts
 */
body {
	background-color: #fbfbf8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #152e40;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	width: 100vw;
	-ms-overflow-style: scrollbar;
}

h1, h2, h3 {
	color: #152e40;
	font-family: freight-big-pro, serif;
	font-weight: 900; /* "black" */
	padding: 0;
	margin: 0;
}

h4, h5, h6 {
	color: #152e40;
	font-family: freight-display-pro, serif;
	font-weight: 900;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 110px;
	line-height: 1em;
	letter-spacing: 0.01em;
	color: #152e40;
	text-shadow: none;
	margin-bottom: 20px;
	margin-top: 70px;
}

h1 a,
h1 a:hover {
	color: #152e40;
	line-height: 1.3em;
	text-decoration: none;
}

.font-style-1 {
	font-size: 110px;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	color: #152e40;
	text-shadow: none;
	margin-bottom: 20px;
	margin-top: 70px;
}

.font-style-2 {
	color: #152e40;
	font-family: freight-big-pro, serif;
	font-weight: 900; /* "black" */
	font-size: 60px;
	line-height: 68px;
	letter-spacing: 0.03em;
}

.font-style-3 {
	color: #152e40;
	font-family: freight-big-pro, serif;
	font-weight: 900; /* "black" */
	font-size: 52px;
	line-height: 64px;
	letter-spacing: 0.03em;
}

.font-style-4 {
	color: #152e40;
	font-family: freight-display-pro, serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.02em;
}

.font-style-5 {
	color: #152e40;
	font-family: freight-display-pro, serif;
	font-weight: 900;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.04em;
}

.font-style-6 {
	color: #152e40;
	font-family: freight-display-pro, serif;
	font-weight: 900;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.02em;
	font-style: italic;
}

p,
.content p {
	margin-bottom: 2em;
}

p:last-of-type,
.content p:last-of-type {
	margin-bottom: 0;
}

a {
	color: #152e40;
	text-decoration: underline;
}

a:hover {
	color: #EF7A32;
	text-decoration: underline;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.subhead {
	font-size: 22px;
	letter-spacing: 1.54px;
	line-height: 1;
	margin-bottom: 40px;
}

a.brush-stroke {
	text-decoration: none;
}

.brush-stroke:hover,
.brush-stroke:active,
.brush-stroke:focus {
	/*noinspection CssUnknownTarget*/
	background: url("/wp-content/themes/creativecircle/assets/img/brush-stroke-green.png") no-repeat bottom left;
	background-position-y: 50px;
	background-size: 102% 85px;
	color: #152e40;
}

.red-divider::after {
	content: "";
	display: block;
	width: 66px;
	height: 11px;
	background-color: #d93b3b;
	margin: 40px 0;
}

.red-divider-center::after {
	content: "";
	display: block;
	width: 66px;
	height: 11px;
	background-color: #d93b3b;
	margin: 25px auto;
}

.green-divider::after {
	content: "";
	display: block;
	width: 66px;
	height: 11px;
	background-color: #3c9e87;
	margin: 40px 0;
}

.green-divider-center::after {
	content: "";
	display: block;
	width: 66px;
	height: 11px;
	background-color: #3c9e87;
	margin: 25px auto;
}

/**
 * Animations
 */
.fade {
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

/**
 * Buttons
 */
.btn,
.btn-accent,
.homepage-buttons li a.btn,
.page-subheader .btn-primary {
	display: inline-block;
	background-color: #ffc818 !important;
	border: none;
	border-radius: 0;
	height: auto;
	padding: 0 40px;
	font-family: 'Montserrat', sans-serif;
	color: #1c2b39 !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 70px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-top: 20px;
	text-decoration: none;
}

.btn:hover,
.btn:focus, .btn.focus,
.btn:active, .btn.active,
.btn-accent:hover,
.homepage-buttons li a.btn:hover,
.page-subheader .btn-primary:hover {
	background-color: #1c2b39 !important;
	color: #fbfbf8 !important;
	outline: 0 !important;
}

.btn-secondary {
	background-color: #1c2b39;
	color: #fbfbf8;
	border: 1px solid #1c2b39 !important;
	padding: 0 38px !important;
}

.btn-secondary:hover {
	background-color: #fbfbf8;
	color: #1c2b39;
	border: 1px solid #1c2b39 !important;
	padding: 0 38px !important;
}

.btn-tertiary {
	background-color: #fbfbf8 !important;
	border: 1px solid transparent !important;
	color: #1c2b39 !important;
}

.btn-tertiary:hover {
	background-color: #1c2b39 !important;
	border: 1px solid #fbfbf8 !important;
	color: #fbfbf8 !important;
}

.btn-quaternary {
	background-color: #fbfbf8 !important;
	color: #1c2b39 !important;
}

.btn-quaternary:hover {
	background-color: #1c2b39 !important;
	color: #fbfbf8 !important;
}

.btn-quinary {
	background-color: #ffc818 !important;
	border: 1px solid transparent !important;
	color: #fbfbf8 !important;
}
.btn-quinary:hover {
	background-color: #fbfbf8 !important;
	border: 1px solid #1c2b39 !important;
	color: #1c2b39 !important;
}

.btn.rounded,
.btn.pill {
	font-family: freight-big-pro, serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1.44px;
	line-height: 1;
	padding: 38px 85px 40px;
	border-radius: 58.2px;
	border: solid 2px #e3e3e3;
	background-color: #fff;
	color: #152e40;
	text-transform: none;
	max-width: 100%;
	text-align: center;
}

.btn.rounded:hover,
.btn.pill:hover {
	background-color: #f3f3f3;
}

/**
 * Grid Structure
 */
.container {
	padding-left: 0;
	padding-right: 0;
}

.valign {
	display: flex;
	align-items: center;
}

.valign.stretch {
	align-items: flex-end;
}

.row,
.wpb_wrapper .row {
	margin: 0;
}

/* Bootstrap Flex Spacing */
.container .fluid-spacing {
	display: flex;
	justify-content: space-between;
}

.row.fluid-spacing:before, .row.fluid-spacing:after {
	display: none;
}

.container .fluid-spacing img {
	align-self: center;
}

/* Bootstrap 5ths */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths:first-child,
.col-sm-5ths:first-child,
.col-md-5ths:first-child,
.col-lg-5ths:first-child {
	padding-left: 0;
}

.col-xs-5ths:last-child,
.col-sm-5ths:last-child,
.col-md-5ths:last-child,
.col-lg-5ths:last-child {
	padding-right: 0;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

.col-xs-5ths.span2 {
	width: 40%;
	float: left;
}

.col-xs-5ths.span3 {
	width: 60%;
	float: left;
}

/* do not apply these changes to the blog landing, category pages or the salary guide pages */
/* this CSS needs to be refactored!! */
body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > [class*="col-"]:last-child {
	padding-right: 0;
	padding-left: 10px;
}

body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > [class*="col-"]:first-child {
	padding-left: 0;
	padding-right: 10px;
}

body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > .col-sm-12,
body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > .col-sm-12:first-child {
	padding-left: 0;
	padding-right: 0;
}

body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > .col-xs-12:last-child,
body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > .col-sm-12:last-child,
body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > .col-md-12:last-child,
body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > .col-sm-lg:last-child {
	padding-left: 0;
}

body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > [class*="push-"]:first-child {
	padding-right: 0;
	padding-left: 10px;
}

body:not(.archive):not(.blog):not(.landing-salary):not(.search-salary) .container .row > [class*="pull-"]:last-child {
	padding-left: 0;
	padding-right: 10px;
}

.home .content-header .row > [class*="pull-"]:last-child {
	padding-right: 0 !important;
}

.desktop-only {
	display: block;
}

@media (min-width: 750px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}

	.col-sm-5ths.span2 {
		width: 40%;
		float: left;
	}

	.col-sm-5ths.span3 {
		width: 60%;
		float: left;
	}
}

@media (min-width: 1024px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}

	.col-sm-5ths.span2 {
		width: 40%;
		float: left;
	}

	.col-sm-5ths.span3 {
		width: 60%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}

	.col-lg-5ths.span2 {
		width: 40%;
		float: left;
	}

	.col-lg-5ths.span3 {
		width: 60%;
		float: left;
	}
}

/**
 * Elements (Sections)
 */
section, .section,
.wpb_wrapper .row.section {
	/*margin-top: 70px;*/
	/*margin-bottom: 100px;*/
}

section.equal-padding {
	margin-top: 100px;
}

/**
 * Page Headers
 */
.home .content-header {
	margin-top: 70px;
}

.home .content-header h1 {
	margin-top: 28px;
}
.home .content-header p:last-of-type {
	margin-bottom: 0;
	margin-left: 0;
}
.home .content-header p{
	font-weight: 800; /* Montserrat Extra Bold = 800 */
	margin-bottom: 0;
}

.content-header .row:first-child h1:first-child {
	margin-top: 0;
}

.content-header p:last-of-type {
	margin-bottom: 10px;
}

.content-header .btn {
	margin-top: 20px;
	margin-bottom: 100px;
}

.content-header .btn.top-stacked {
	margin-bottom: 20px;
}

.content-header .btn + h4 {
	margin-top: 0;
}

.content-header img {
	float: right;
	max-width: 479px;
	margin-top: 26px;
}

.content-header.stretch-image img {
	position: relative;
	top: 0;
	margin-top: 0;
}

.content-header.stretch-image {
	margin-top: 0;
}

.content-header.stretch-image .red-divider,
.content-header.stretch-image .green-divider {
	margin-top: 0;
}

/**
 * General
 */
#primary {
	background: #fbfbf8;
	overflow-x: hidden;
}

.entry-header {
	margin-top: 30px;
}

.content {
	padding-top: 0;
	padding-bottom: 100px;
}

.page-template-default .content {
	padding-bottom: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.page-preheader {
	margin-bottom: 0 !important;
}

.blog-connect-us.blue-section {
	margin-top: -40px;
	color: #ffffff;
	background-color: #1b2a39;
}
.blog-connect-us .font-style-4 {
	color: #ffffff;
}

.blog-connect-us.blue-section div.col-sm-12 {
	padding: 0 30px;
}
.blog-connect-us p a.btn {
	width: 280px;
}
.blog-connect-us p:not(:first-of-type) a.btn {
	margin-top: 0;
}
.blog-connect-us p:last-of-type {
	margin-right: 20px;
}

@media (max-width: 1219px) {
	.blog-connect-us p:last-of-type {
		margin-right: 0;
	}
	.blog-connect-us p:not(:first-of-type) a.btn {
		width: 100%;
		margin-top: 1em;
	}
	.blog-connect-us.blue-section div.col-sm-12 {
		padding: 10px;
	}
}
@media (min-width: 1220px) {
	.blog-connect-us p:first-of-type {
		width: 40%;
		display: inline-block;
	}
	.blog-connect-us p:not(:first-of-type) {
		float: right;
	}
}
@media (max-width: 767px) {
	.blog-connect-us .container{
		padding: 0 15px;
	}
}

.showcase_2 .btn {
	margin-top: 0 !important;
}

.white {
	color: #fff !important;
}

.cc-wrapper {
	margin-bottom: 35px;
}

.notebook {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.notebook .notebook__tiles [class*="col-"] {
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-default {
	border-color: #1d252c;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
	border-color: #1d252c;
}

/* for 508 compliance styling */
.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

/**
 * Process
 */
.process__desc {
	margin-bottom: 84px !important;
}

/**
 * Benefits
 */
.equal-padding > .row:first-child > h4:first-child {
	margin-top: 0;
}

.equal-padding .col-sm-6:first-child {
	padding-left: 0;
	padding-right: 25px !important;
}

.equal-padding .col-sm-6:last-child {
	padding-left: 25px;
	padding-right: 0;
}

.red-divider.benefits-fix,
.green-divider.benefits-fix {
	margin-bottom: -50px;
}

.benefits__list .font-style-5 {
	margin: 70px 0 20px;
}

.benefits__list .font-style-5:first-child {
	margin-top: 0;
}

/**
 * VC fixes
 */
[data-vc-stretch-content=true],
.vc_row[data-vc-full-width] {
	opacity: 0;
}

.cc-window-loaded [data-vc-stretch-content=true],
.cc-window-loaded .vc_row[data-vc-full-width] {
	opacity: 1;
}

.jobs-table {
	margin-top: 30px;
}

/* Darken input fields from placeholder color */

textarea,
input {
	color: #333333;
}

::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* WebKit, Blink, Edge, Chrome, Opera, Safari */
	color: #333333;
}

::-moz-placeholder,
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333333;
	opacity: 1;
}

:-ms-input-placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
}

::-ms-input-placeholder,
input::-ms-input-placeholder { /* Microsoft Edge */
	color: #333333;
}

/**
 * Forms
 */
form,
form label,
form .form-control {
	font-size: 16px;
	text-transform: none;
}

form .form-control,
.form-control {
	height: 6.8rem;
	border: 1px solid #c6c6c6;
}

.form-control:focus {
	outline: 0;
	border-color: #c6c6c6;
}

select, textarea, input {
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

select {
	/*noinspection CssUnknownTarget*/
	background-image: url(/wp-content/themes/creativecircle/assets/img/select-arrow.png) !important;
	background-position: right 28px center;
	background-repeat: no-repeat;
}

select,
select option,
select option:disabled {
	color: #152e40 !important;
}

.form-group:focus {
	outline: none;
}

/* Talent Search Form */
#talent-form-search {
	padding: 20px 0 0 0;
}

#talent-form-search .form-group {
	margin-bottom: 0;
	position: relative;
}

#talent-form-search .form-group:not(:last-child) {
	max-width: unset;
	padding: 0;
	margin-right: 60px;
}

#talent-form-search button {
	margin-top: 0;
	max-width: 240px;
	margin-bottom: 0;
}

#talent-form-search button.select2-selection__clear {
    width: auto;
    padding: 0;
}

#talent-form-search .search-group input{
    padding: 10px 30px 10px 70px;
}
#talent-form-search .search-where input{padding-left: 80px;}
#talent-form-search .search-group input::-webkit-input-placeholder {
  	color: #666;
}
#talent-form-search .search-group input::-moz-placeholder {
  	color: #666;
}
#talent-form-search .search-group label{
	position: absolute;
    z-index: 1;
    margin: 2.17rem 0 0 12px;
	color: #152e40;
	font-weight: bold;
}
#talent-form-search .search-group span.input-group-addon {
    display: inline-block;
    padding: 0;
    position: absolute;
    border: 0;
    width: auto;
    background: transparent;
    right: 14px;
    top: 27px;
}
#talent-form-search .search-group input:focus + span.input-group-addon {
    opacity: 0;
}
.search-group ul.ui-autocomplete {
    background: #fff;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: -1px 0 0 0px;
    border: 1px solid #c6c6c6;
    width: 100% !important;
    position: absolute !important;
    top: 70px !important;
    z-index: 2;
	display: none;
}
.search-group ul.ui-autocomplete li {
    padding: 8px 10px;
}
.search-group ul.ui-autocomplete li.ui-state-focus,
.search-group ul.ui-autocomplete li:hover {
    background: #f7f7f7;
    cursor: pointer;
}


.cc-form-search-results {
	margin-top: 40px;
	max-width: 1080px;
}

/* header row */
.cc-form-search-results .table > tbody > tr:first-of-type:hover {
	background: none;
}

.cc-form-search-results .table > tbody > tr > td a,
.cc-form-search-results .table > tbody > tr > td {
	line-height: 1.4;
}

.cc-form-search-results .table > tbody > tr > td,
.cc-form-search-results .table > tbody > tr > td:last-child {
	padding: 22px 26px;
	vertical-align: middle;
}

.cc-form-search-results a {
	text-decoration: none;
}

.cc-form-search-results .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.cc-form-search-results .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 0;
}

.cc-form-search-results .table > tbody > tr > td,
.cc-form-search-results .table > tbody > tr > td:last-child {
	padding: 22px 26px;
	vertical-align: middle;
}


.cc-form-search-results .table > thead > tr > th a, .cc-form-search-results .table > thead > tr > td a, .cc-form-search-results .table > tbody > tr > th a,
.cc-form-search-results .table > tbody > tr > td a, .cc-form-search-results .table > tfoot > tr > th a, .cc-form-search-results .table > tfoot > tr > td a {
	display: block;
	width: 100%;
	padding: 0 30px;
}

.cc-form-search-results .table > thead > tr > th a:hover,
.cc-form-search-results .table > thead > tr > td a:hover,
.cc-form-search-results .table > tbody > tr > th a:hover,
.cc-form-search-results .table > tbody > tr > td a:hover,
.cc-form-search-results .table > tfoot > tr > th a:hover,
.cc-form-search-results .table > tfoot > tr > td a:hover,
.cc-form-search-results .table > thead > th:hover,
.cc-form-search-results .table > tbody > tr:hover,
.cc-form-search-results .table > tfoot > tr:hover,
.cc-form-search-results .table > thead > tr > th:hover,
.cc-form-search-results .table > tbody > tr > td:hover,
.cc-form-search-results .table > tfoot > tr > td:hover {
	background: #f7f7f7;
}

.cc-form-search-results .table > tbody > tr > td:last-child {
	padding: 0 30px 0 20px;
}
.cc-form-search-results .custom-message {
	margin-bottom: 20px;
}
.cc-form-search-results .custom-message.error {
	font-size: 20px;
}
.cc-form-search-results .suggested-jobs p {
	margin-bottom: 0;
}

@media (min-width: 1220px) {
	.cc-form-search-results .table > tbody > tr > td:first-child,
	.cc-form-search-results .table > thead > tr > th:first-child {
		width: 520px;
	}
}

@media (max-width: 577px) {
	.cc-form-search-results .table  {
		border: none !important;
	}

	.cc-form-search-results .table > tbody > tr  {
		border-top: 1px solid gray;
		margin-top: 1rem;
	}

	.cc-form-search-results .table > tbody > tr > td {
		display: table-row;
		border: none;
		height: 2rem;
	}

	.cc-form-search-results .table > tbody > tr > td a {
		padding: 0;
	}

	.cc-form-search-results .table > tbody > tr > td .job-position-result {
		font-weight: bold;
		margin-top: 1rem;
	}

	.cc-form-search-results .table > tbody > tr > td .job-location-date {
		font-style: italic;
		margin-bottom: 1rem;
	}

}

/* Tables (and Search Form Results) */
.table {
	margin-bottom: 40px;
}

.table-bordered {
	border: 1px solid #c6c6c6;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border: 1px solid #d0d0d0;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.table-bordered th,
.table-bordered td {
	padding: 0 25px;
	line-height: 50px;
}

/**
* Gravity forms
*/
div.gform_wrapper {
	margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield:first-child,
.gform_wrapper ul.gform_fields li.gfield:first-child div.ginput_container {
	margin-top: 0;
}

.ginput_container_text input,
.ginput_container_email input,
.gform_wrapper textarea,
.ginput_container_phone input,
.ginput_container_date input,
.gfield_select {
	height: 62px;
	border: 1px solid #ccc;
	border-radius: 0;
	text-transform: none;
	box-shadow: none !important;
	display: block;
	width: 100% !important;
	padding: 19px 30px !important;
	line-height: 1.75;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gfield_label {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.gfield.input-type-checkbox {
	margin-bottom: 35px;
}

.gfield_checkbox {
	padding-left: 5px;
}

.gform_wrapper textarea {
	min-height: 198px !important
}

.gform_wrapper .gfield_checkbox li label {
	font-size: 14px !important;
}

.exec-talent-field-input-type-checkbox {
	margin-top: 21px !important;
	margin-bottom: 23px !important;
}

.gform_footer button,
.content-header .gform_footer .btn {
	margin: 0;
}

.gfield_label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.input-type-checkbox .gfield_label {
	display: block !important;
}

h2.gsection_title {
	font-size: 2rem !important;
}

.gsection_description {
	font-size: 1.5rem !important;
	margin-top: 5px;
}

.gform_wrapper div.validation_error {
	color: #c64a45 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	text-align: left !important;
	font-weight: 400 !important;
}

.gform_wrapper .validation_message {
	color: #c64a45 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-top: 0 !important;
	border-bottom: 0 !important;
	background-color: transparent !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error textarea {
	border: 2px solid #ea4035 !important;
	background-color: #fcf0ef !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description.validation_message {
	display: none !important;
}

/* Checkboxes */
.gform_wrapper .gfield_checkbox li {
	display: flex;
	align-items: flex-end;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:focus, .gform_wrapper ul.gfield_radio li input[type=radio]:focus {
	outline: none;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
	font-weight: 400 !important;
}

input[type=checkbox] label,
.gform_wrapper .gfield_checkbox li input[type=checkbox] + label {
	line-height: 28px;
}

input[type=checkbox]::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #acacac;
	margin: 0 15px 0 0 !important;
}

input[type=checkbox]:hover,
select:hover {
	cursor: pointer;
}

input[type=checkbox]:checked::before {
	content: '\2713';
	/*font-family: 'Zapf Dingbats', Wingdings, sans-serif;*/
	/*border-color: #c64a45;*/
	/*color: #c64a45;*/
	padding: 0 0 0 6px;
	font-size: 18px;
}

/* Checkboxes */
input[type=radio],
div.gform_wrapper ul.gfield_radio li input[type=radio] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
	margin: 4px 16px 4px 1px;
	vertical-align: text-top !important;
}

div.gform_wrapper ul.gfield_radio li label {
	vertical-align: bottom;
}
/* unify select list styles across all browsers.
 * .send-form is for rp. pages
 */
.gform_wrapper ul.gform_fields li.gfield select,
.send-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 19px 28px !important;
	background: #ffffff;
	position: relative;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a3aaae%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

@media (max-width: 767px) {
	.gform_footer {
		text-align: center;
	}
}

/* override Bootstrap alert design */
.alert {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	border-radius: 0;
	min-height: 69px;
	line-height: 1em;
	padding: 28px 25px 27px 46px;
	position: relative;
}

.alert .close,
.alert-dismissable .close {
	font-size: 27px;
	font-weight: normal;
	opacity: 0.9;
	color: #c64a45;
	text-decoration: none;
	line-height: 0;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.alert .close:hover,
.alert-dismissable .close:hover {
	opacity: 1;
}

.alert-danger {
	background-color: #fff;
	border: solid 0.2px #c64a45;
	color: #c64a45;
}
.job-table-info{
	margin-top: 40px;
}
.job-table-info table {
	margin-bottom: 35px;
}
.job-table-header {
	width: 200px;
}

.job-location-result:hover,
.job-location-result a:hover,
.job-location-date:hover,
.job-location-date a:hover {
	color: initial;
}

@media (max-width: 767px) {
	.job-table-header {
		width: 100px;
	}
}

.job-details .job-position {
	font-weight: bold;
	font-size: 40px;
	display: block;
	margin-top: 20px;
	border-bottom: 2px solid #EF7A32;
}

.job-details .job-position h4 {
	margin-bottom: 29px;
}

.job-description p {
	margin-bottom: 15px;
}

.pagination li.disabled > span {
	border: none;
	padding: 0;
	line-height: inherit;
	position: static;
	display: inline-block;
	margin: 5px 0 0;
}

ul.sidebar.sidebar-category {
	list-style-type: none;
	padding: 20px 10px;
}

ul.sidebar.sidebar-category .widget {
	margin-bottom: 50px;
}

ul.sidebar.sidebar-category .widgettitle {
	color: #1d252c;
	margin-top: 0;
	font-size: 25px;
	margin-bottom: 10px;
}

.sidebar-blog-post .widgettitle {
	margin-top: 70px;
}

.sidebar-blog-post {
	list-style: none;
	padding-left: 10px;
	margin-top: 20px !important;
}

.widget_recent_entries ul {
	padding-left: 10px;
}


/** Comment Form */
.comment-form-comment textarea {
	min-height: 200px;
}

.form-group.comment-form-url {
	max-width: 50%;
}

p.form-submit {
	margin-top: 35px;
}

.checkboxes-start {
	margin-top: 35px;
}

ol.comment-list {
	list-style: none;
	padding: 0;
	text-indent: 0;
	margin: 0 0 75px;
}

ol.comment-list li {
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

ol.comment-list li.alt {
}

ol.comment-list li.bypostauthor {
}

ol.comment-list li.byuser {
}

ol.comment-list li.comment-author-admin {
}

ol.comment-list li.comment {
	padding: 1em;
}

ol.comment-list li.comment div.comment-author {
}

ol.comment-list li.comment div.vcard {
}

ol.comment-list li.comment div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.comment-list li.comment div.vcard cite.fn a.url {
	cursor: default;
    pointer-events: none;
    text-decoration: none;
}

ol.comment-list li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: right;
	margin: 0 0 1em 1em;
}

ol.comment-list li.comment div.vcard img.avatar-32 {
}

ol.comment-list li.comment div.vcard img.photo {
}

ol.comment-list li.comment div.vcard span.says {
}

ol.comment-list li.comment div.commentmetadata {
}

ol.comment-list li.comment div.comment-meta {
}

ol.comment-list li.comment div.comment-meta a {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

ol.comment-list li.comment p {
	margin: 0 0 1em;
}

ol.comment-list li.comment ul {
	list-style: square;
	margin: 0 0 1em 2em;
}

ol.comment-list li.comment div.reply {
}

ol.comment-list li.comment div.reply a {
	font-weight: bold;
}

ol.comment-list li.comment ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}

ol.comment-list li.comment ul.children li {
}

ol.comment-list li.comment ul.children li.alt {
}

ol.comment-list li.comment ul.children li.bypostauthor {
}

ol.comment-list li.comment ul.children li.byuser {
}

ol.comment-list li.comment ul.children li.comment {
}

ol.comment-list li.comment ul.children li.comment-author-admin {
}

ol.comment-list li.comment ul.children li.depth-2 {
	border-left: 5px solid #555;
	margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-5 {
}

ol.comment-list li.comment ul.children li.odd {
}

ol.comment-list li.even {
	background: #fff;
}

ol.comment-list li.odd {
}

ol.comment-list li.parent {
	border-left: 5px solid #cecece;
}

ol.comment-list li.thread-alt {
}

ol.comment-list li.thread-even {
}

ol.comment-list li.thread-odd {
}

/**
 Header
 */
.banner__video > iframe, .banner__video > img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 101%;
	min-width: 100%;
	width: auto;
	height: auto;
}

/**
 Navbar
 */
nav .collapse, .navbar-collapse.collapse {
	display: none !important;
}

nav .collapse.in, .navbar-collapse.collapse.in {
	display: block !important;
}

.container > .navbar-collapse {
	float: left;
}

.navbar-header {
	float: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand,
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar-default {
	padding-top: 33px; /* + 44 (logo) + 20 (padding-bottom) = 97px (navbar) */
/*	border-bottom: 2px solid rgba(138, 138, 138, 0.3); */
	background: #fbfbf8;
	z-index: 999;
}

.navbar-default .menu-main-menu-container {
	display: inline-block;
	float: left;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text,
.top-header-additional-links li a {
	font-size: 14px;
	font-weight: 700; /* Montserrat Bold = 700 */
	letter-spacing: 0;
	color: #152e40;
	padding: 8px 40px 8px 37px;
	margin-left: -0.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #152e40;
}

.navbar-nav > li > a:before {
	border-top: 4px solid #3c9e87;
}

.navbar-nav:hover > li > a:before,
.navbar-nav:hover > li.current-page-ancestor > a:before,
.navbar-nav:hover > li.current_page_parent > a:before,
.blog .navbar-nav:hover > li.menu-item-213 > a:before {
	display: none;
}

.navbar-nav:hover > li:hover > a:before,
.blog .navbar-nav:hover > li.menu-item-213:hover > a:before {
	display: block;
}

.navbar-nav > li.current-page-ancestor > a:before,
.navbar-nav > li.current_page_parent > a:before,
.blog .navbar-nav > li.menu-item-213 > a:before {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.navbar-default .navbar-text {
	margin: 0;
	padding-right: 0;
	padding-left: 33px;
}

.navbar-default .navbar-text a {
	font-weight: 600;
	color: #c64a45;
}

.navbar-default .navbar-text a:hover {
	text-decoration: none;
}

.navbar-toggle {
	display: block;
}

.navbar-toggle {
	width: 38px;
	margin-right: 15px;
}

.navbar-toggle .icon-bar {
	height: 2px;
}

@media (min-width: 992px) {
	.navbar-nav > li > a:before {
		bottom: 2px;
	}
}

.navbar-brand {
	max-height: 64px;
	padding: 0;
	margin: 0 40px 0 0;
}

.navbar-brand > img {
	height: 110px;
	width: auto;
	margin-left: -15px;
	margin-top : -23px;
}

@media (max-width: 1199px) {
	.navbar-right {
		padding-right: 0;
	}

	.navbar-brand {
		padding-right: 4px;
	}

	.navbar-nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.navbar_alt__links > li.current > a {
	color: #ee2a37;
	text-decoration: none;
}

/* sub menu current item color */

.navbar_alt__links a.active {
	color: #ee2a37;
}

/**
 WP Bakery Elements
 */
.vc_row .wpb_content_element {
	margin-bottom: 0;
}

.vc_row .wpb_text_column {
	/*margin-bottom: 20px;*/
}

.vc_row.dark-background,
.wpb_column.dark-background {
	color: #fff;
}

/**
 Footer
 */
/*.home footer.section_footer {*/
/*	margin-top: 70px;*/
/*}*/

footer.section_footer {
	background-color: #fbfbf8;
	border-top: 1px solid #fbffff;
	padding-top: 44px;
}

.search-salary footer.section_footer {
	border-top: none;
}

footer.section_footer .section_footer__copyright,
footer.section_footer p {
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0;
	color: #152e40 !important;
	text-align: justify;
}

footer.section_footer .section_footer__copyright {
	float: right;
}

footer.section_footer .section_footer__links {
	margin-top: 15px;
	float: none;
}

footer.section_footer .section_footer__links > li > a,
.section_footer__links > li + li::before {
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0;
	color: #152e40;
	font-weight: 700; /* Montserrat Bold = 700 */
	text-transform: uppercase;
	text-decoration: none;
}

.section_footer__links > li + li::before {
	margin: 0 20px;
}

.search-salary div.section_footer {
	padding-top: 30px;
}


footer.section_footer .section_footer__links > li > a:hover,
footer.section_footer .section_footer__links > li > a:focus {
	text-decoration: underline;
}

.social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #152e40;
	color: #fff;
}
.social a:hover,
.social a:focus{
	color: #152e40;
	background-color: #fff;
}

.social td {
	padding: 0 10px !important;
}

.social td:last-child {
	padding-right: 0 !important;
}

.social a .fa {
	width: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}

.social a .fa-facebook-square:before {
	content: "\f09a";
}

.social a .fa-twitter-square:before {
	content: "\f099";
}

.social a .fa-linkedin-square:before {
	content: "\f0e1";
}

footer.section_footer .eeoe {
	margin-top: 44px;
}

/**
 * MC Job list
 */
.jobs-mc-list-wrapper .jobs-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	line-height: 26px;
	color: #4a4f52;
}

.jobs-mc-list-wrapper .jobs-list li {
	overflow: hidden;
	line-height: 50px;
	padding: 0 10px 0 30px;
}

.jobs-mc-list-wrapper .jobs-list .title {
	float: left;
	width: 50%;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 1px 1px #fff;
	display: block;
	max-width: 100%;
}

.jobs-mc-list-wrapper .jobs-list .separator {
	border-top: none;
	line-height: normal;
}

.jobs-mc-list-wrapper .jobs-list li.color {
	background: #edeeef;
}

.jobs-mc-list-wrapper .jobs-mc-list-title {
	color: #4A4F52;
}

.jobs-mc-list-wrapper .jobs-list .manage-block {
	float: right;
}

.jobs-mc-list-wrapper .jobs-list .city {
	float: left;
	text-shadow: 0 1px 1px #fff;
}

.jobs-mc-list-wrapper .btn-apply {
	float: left;
	background-color: #00778B;
	border-color: #00677B;
	padding: 0 21px;
	margin: 12px 0 0 19px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 28px;
	text-decoration: none !important;
}

.jobs-mc-list-wrapper .btn-apply:focus,
.jobs-mc-list-wrapper .btn-apply:hover {
	background-color: #004F58;
	border-color: #003F48;
}

.jobs-mc-list-wrapper .btn-apply:visited {
	cursor: pointer;
}

.jobs-mc-list-wrapper .btn-apply:link {
	cursor: pointer;
}

@media (max-width: 767px) {
	.jobs-mc-list-wrapper .jobs-list .title {
		font-size: 14px;
		width: 100%;
	}

	.jobs-mc-list-wrapper .jobs-list li {
		padding: 0 10px;
	}
}

/**
 * 404 page
 */
.error-404 {
	min-height: 560px;
}

@media (max-width: 768px) {
	.content .wpb_single_image .vc_figure,
	.content .wpb_single_image .vc_figure .vc_single_image-wrapper {
		width: 100%;
	}

	.content img {
		display: block;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
}

/*
 Notebook fixes
 */
.owl-item .col-xs-4 {
	height: 500px;
}

@media (min-width: 991px) and (max-width: 1200px) {
	.owl-item .col-xs-4 {
		height: 450px;
	}
}

@media (min-width: 481px) and (max-width: 991px) {
	.owl-item .col-xs-4 {
		height: 424px;
		width: 50%;
	}
}

@media (max-width: 480px) {
	.home .content-header h1 {
		font-size: 58px !important;
	}

	.owl-item .col-xs-4 {
		height: auto;
		width: 100%;
	}

	.notebook .notebook__tiles__arrow {
		display: none;
	}
}

/* columnar sort contact office list */
ul.map__list {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}

ul.map__list li {
	float: none;
	width: inherit;
}

@media (max-width: 991px) {
	ul.map__list {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
}

@media (max-width: 768px) {
	ul.map__list {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}

	ul.map__list.executive__positions {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.sticky {
		position: static !important;
	}

	.sticky-stopper {
		display: none;
	}
}

.gform_confirmation_wrapper div.gform_confirmation_message {
	color: #007900;
	font-size: 1em;
	margin-bottom: 25px;
	border-top: 2px solid #007900;
	border-bottom: 2px solid #007900;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}

/*
 Single page header
 */
.style-dark {
	color: #fff;
}

.header-wrapper {
	display: table;
	table-layout: fixed;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.header-wrapper {
	-webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
	-moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
	-o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
	transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
}

.header-blog {
	height: 370px;
}

.header-wrapper .header-bg-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.header-wrapper .header-bg {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.no-touch .header-parallax > .header-bg-wrapper > .header-bg:not(.header-carousel-wrapper), .no-touch .header-parallax > .header-bg-wrapper > .header-bg.header-carousel-wrapper .t-background-cover {
	/*noinspection CssOverwrittenProperties*/
	height: 130%;
	/*noinspection CssOverwrittenProperties*/
	height: calc(100% + 30vh);
}

.header-wrapper .header-main-container {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}

.block-bg-overlay {
	opacity: 0.50;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
}

@media (min-width: 960px) {
	.limit-width {
		max-width: 1200px;
		margin: auto;
	}
}

.header-wrapper .header-content {
	position: relative;
	z-index: 5;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.header-wrapper .header-content-inner {
	margin: 0 auto;
	padding: 54px 36px 54px 36px !important;
}

.header-wrapper .header-content-inner > *:first-child, .header-wrapper .heading-text > *:first-child {
	margin-top: 0 !important;
}

.header-wrapper .header-content-inner > .header-title > span {
	display: block;
}

/**
 * Style the search page
 */
.screen-reader-text {
	display: none;
}

.search .nav-links {
	margin-bottom: 50px;
	margin-top: 50px;
}

.search .nav-links a {
	background: #ee2a37;
	padding: 10px 20px;
	color: #fff;
}

/**
 * Map
 */
.map .map__canvas {
	position: relative;
	margin-bottom: 5px;
}

.map__lists.initial {
	margin-top: 40px;
}

.map__list > li > a:hover {
	text-decoration: underline;
}

.map-restore p {
	margin-bottom: 0;
	margin-top: 15px;
}
#view-all-locations {
	border: 1px solid #d93b3b;
	padding: 5px 15px;
	color: #d93b3b;
	text-decoration: none;
}

#view-all-locations:hover,
#view-all-locations:focus,
#view-all-locations:active {
	cursor: pointer;
}

#map__contact__phone a {
	text-decoration: none;
	font-weight: bold;
}

/* maps button in responsive */
@media (min-width: 768px) {
	#view-all-locations {
		position: absolute;
		right: 15px;
	}
}

/**
 * WordPress Image Alignment Support
 */

.aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

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

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

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

a img.alignnone {
	margin: 5px 20px 20px 0;
}

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

/**
 * WordPress Gallery
 */
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/*

/**
 * Blog
 */

#blog-cta {
	line-height: 1.5em;
	list-style: none;
	margin-bottom: 60px;
	margin-top: 60px;
	padding: 0;
}

.single-post .article {
	padding: 0;
}

.single-post h1 {
	font-size: 50px;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	color: #111111;
	margin-bottom: 30px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

@media (max-width: 768px) {
	.single-post h1 {
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.single-post .post-meta-section {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 80px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.post-meta-left {
	/* padding-left: 100px; */
	float: left;
}

.post-meta-right {
	padding-right: 100px;
	float: right;
}

@media (max-width: 767px) {
	.single-post .post-meta-section {
		font-size: 12px;
		margin-bottom: 10px;
		text-align: left;
	}

	.post-meta-left {
		padding-left: 30px;
		float: inherit;
		margin-bottom: 20px;
	}

	.post-meta-right {
		padding-left: 30px !important;
		padding-right: 0px;
		margin-bottom: 20px;
		float: inherit;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.single-post .post-meta-section {
		font-size: 12px;
	}

	.post-meta-left {
		padding-left: 0px;
		float: left;
		margin-bottom: 20px;
	}

	.post-meta-right {
		padding-right: 0px;
		margin-bottom: 20px;
		float: right;
	}
}

.single-post .author {
	display: inline-block;
}

.single-post .author a{
	text-decoration: none;
}

.post-updated {
	margin-top: 5px;
	display: inline-block;
}

.single-post .author::after {
	content: "•";
	margin: 0 5px;
}

.post-read-time {
	margin-top: 5px;
	display: inline-block;
}

.post-updated::after {
	content: "•";
	margin: 0 5px;
}

.post-category {
	display: inline-block;
}

.post-category a {
	text-decoration: none;
}

.post-header-social-share {
	margin-bottom: 20px;
	float: left;
	margin-top: 100px;
}
.post-header-social-share > ul > li {
	font-size: 24px;
	display: block;
	margin-top: 20px;
	margin-left: 150px;
}

/* iPad Pro Portrait and Landscape */
@media only screen
  and (min-width: 1024px) and (max-width: 1366px) {
	.post-header-social-share {
		margin-bottom: 20px;
		float: inherit;
		margin-top: 0px;
	}

	.post-header-social-share > ul > li {
		font-size: 18px;
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}

	.social__links > li + li {
		margin-left: 15px;
	}
}

/* iPad Air Portrait and Landscape */
@media only screen
  and (min-width: 768px) and (max-width: 1024px) {
	.post-header-social-share {
		margin-bottom: 20px;
		float: inherit;
		margin-top: 0px;
	}

	.post-header-social-share > ul > li {
		font-size: 18px;
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}

	.social__links > li + li {
		margin-left: 15px;
	}
}

@media only screen and (min-width: 481px) and (max-width:767px) {
	.post-header-social-share {
		margin-bottom: 20px;
		float: inherit;
		margin-top: 0px;
	}

	.post-header-social-share {
		margin-bottom: 20px;
	}
	.post-header-social-share > ul > li {
		font-size: 18px;
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}

	.social__links > li + li {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 481px) {
	.post-header-social-share {
		margin-bottom: 20px;
		float: inherit;
		margin-top: 0px;
	}

	.post-header-social-share {
		margin-bottom: 20px;
	}
	.post-header-social-share > ul > li {
		font-size: 18px;
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}

	.social__links > li + li {
		margin-left: 15px;
	}
}

.copy-url {
	position: relative;
	display: flex;
}
.copy-url a {
	cursor: pointer;
}

.copy-url a:active {
	background: #d3d3d3;
}
.copy-url a:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: -27px;
	background: #d3d3d3;
	padding: 6px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-url a:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #d3d3d3;
	transform: rotate(45deg);
	display: none;
}

.copy-url.active a:before,
.copy-url.active a:after {
	display: block;
}

.post-subtitle {
	font-size: 1.5rem;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
	max-width: 70ch;
	margin-left: auto;
	margin-right: auto;
}

.post-subtitle h3 {
	font-size: 22px;
}

.post-subtitle h4 {
	font-size: 19px;
}

.post-subtitle p {
	font-size: 18px;
}

@media (max-width: 767px) {
	.post-subtitle {
		margin-bottom: 15px;
	}
}

.single-post .entry-content {
	margin-top: 0px;
	max-width: 70ch;
	margin-left: auto;
	margin-right: auto;
}

.single-post .entry-content p {
	margin-bottom: 16px;
	margin-top: 0px;
}

.single-post .entry-content h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.single-post .entry-content h3 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.single-post .entry-content h4 {
	margin-bottom: 10px;
	margin-top: 0px;
}

@media (max-width: 767px) {
	.single-post .entry-content p {
		margin-bottom: 15px;
		margin-top: 0px;
		text-align: justify;
	}

}

.single-post .featured-image img {
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

@media (min-width: 768px) and (max-width: 893px) {
	.single-post .featured-image img {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
    .single-post .featured-image img {
        max-width: 100%;
    }
}

.single-post .sidebar-blog-post h2,
.single-post h2.widgettitle {
	line-height: 28px;
	margin-bottom: 30px;
}


#blog-cta h2,
.sidebar-blog-post h2 {
	margin-top: 0;
	font-size: 28px;
	font-weight: normal;
	color: #323e48;
}

#blog-cta .btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.sidebar-blog-post ul {
	padding-left: 0;
	list-style: none;
}
.sidebar-blog-post ul a {
	font-size: 15px;
	display: block;
	line-height: 1.5;
	margin-bottom: 15px;
}

.sidebar-blog-post ul a:hover {
	text-decoration: underline;
}

.sticky {
	z-index: 9999;
}

/**
 * E-verify, Cyber Security buttons, Job Detail buttons
 */
a.cyber-security {
	height: 62px;
	line-height: 1.5em;
	font-size: 14px;
	padding: 7px 25px 0 25px;
	width: auto;
}

a.cyber-security .first-line {
	font-size: 9px;
}

.share-job-link {
	display: inline-block;
	margin-right: 3rem;
	margin-top: 40px;
}

.job-detail-footer {
	display: flex;
	float: right;
	margin-top: 2em;
}

.e-verify {
	text-align: center;
	padding: 25px;
}

.e-verify p {
	font-size: 10px;
	margin-bottom: 0;
}


@media (max-width: 767px) {
	.job-detail-footer {
		display: block;
		float: none;
		text-align: left;
	}

	.job-detail-footer .e-verify {
		padding-left: 0;
		text-align: left;
	}

	.job-detail-footer .e-verify img {
		text-align: left;
		margin-left: 0;
	}

	#gform_wrapper_2 .gform_footer {
		display: inline-block;
	}

	.e-verify {
		padding: 2em;
	}

	div#gform_wrapper_2 ~ div.wpb_raw_code div.e-verify {
		padding: 1em;
	}
}


@media (min-width: 768px) {
	div#gform_wrapper_2 ~ div.wpb_raw_code div.e-verify {
		padding: 0 180px;
		text-align: right;
	}
}

/* Job buttons in responsive */
@media (max-width: 767px) {
	.job-buttons .btn-primary {
		margin: 1em 1em 1em 0;
	}
	.share-job-link {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

/* Fix spacing for list on candidate cyber security page */
#post-47897 ul {
	margin-top: -1.5em;
}

/**
 * Blog
 */
/* Notebook Carousel */
.notebook .notebook__tiles__arrow[data-slide="next"] {
	left: 100%;
}

.notebook .notebook__tiles__arrow[data-slide="prev"] {
	right: 100%;
}

.notebook .notebook__tiles__arrow {
	font-size: 70px;
	color: #dedede;
	font-weight: 600;
	top: 140px;
	height: 48px;
	line-height: 38px;
	overflow: hidden;
	-webkit-transform: translateY(0); /* reset */
	transform: translateY(0);
}

.notebook .notebook__tiles__arrow:hover {
	color: #c64a45;
}

.notebook .notebook__tiles__arrow:hover,
.notebook .notebook__tiles__arrow:focus {
	text-decoration: none;
}

.notebook .notebook__tiles__arrow img {
	display: none;
}

.notebook .notebook__tiles__arrow::after {
	content: "⟨";
}

.notebook .notebook__tiles__arrow[data-slide="next"] {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.stories__item__heading {
	margin: 20px 0;
}

.stories__item__heading > a {
	display: block;
	font-family: freight-big-pro, serif;
	font-weight: 900; /* "black" */
	font-size: 22px;
	color: #1b2a39;
	text-transform: none;
	line-height: 1.55;
	letter-spacing: 0.88px;
	text-decoration: none;
}

.stories__item__heading > a:hover {
	text-decoration: underline;
}

.stories__item__categories > a {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}

.stories__item__categories > a:hover {
	text-decoration: underline;
}

.stories > .row {
	margin-bottom: 70px;
}

/* Media Queries */
@media (min-width: 1300px) {
	.notebook .notebook__tiles__arrow[data-slide="next"] {
		left: calc(100% + -10px);
		text-align: right;
	}

	.notebook .notebook__tiles__arrow {
		z-index: 999999;
		width: 50px;
	}
}

@media (min-width: 1200px) {
	.showcase_3 {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.stories {
		padding-top: 60px;
	}
}

@media (min-width: 750px) {
	.blog-sidebar {
		padding-left: 20px;
	}

	.blog-sidebar #blog-cta {
		margin-top: 60px;
	}

	.category .blog-sidebar #blog-cta {
		margin-top: 55px;
	}
}

/**
 * Pagination on the Talent Search
 */
.jobs-pagination ul li:last-child {
	margin-right: 0;
}

.jobs-pagination ul li {
	display: inline-block;
	margin-right: 15px;
}

.jobs-pagination ul {
	text-align: center;
}

.jobs-pagination .active-page {
	color: #d93b3b;
}

/**
 * Is mobile helper.
 */
.is-mobile {
	display: none;
}

@media (max-width: 768px) {
	.is-mobile {
		display: block !important;
	}
}

/**
 * Accordion Panel fixes
 */
.panel-group {
	margin-bottom: 0;
}

.panel-group .panel {
	background-color: #f9f9f9;
	border: 1px solid #b1b1b1;
	padding: 36px 65px 36px 56px;
	margin-bottom: 20px;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-group .panel:last-child {
	margin-bottom: 0;
}

.panel-group .panel-heading {
	padding: 0;
	background-color: transparent;
	border: 0;
}

.panel-group .panel-title {
	line-height: 1em;
	position: relative;
}

.panel-heading .panel-title a,
.panel-heading .panel-title button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #1b2a39;
	width: 100%;
	display: block;
	background-color: transparent;
	border: 0;
	text-align: left;
}

.panel-heading .panel-title button {
	line-height: 26px;
	padding: 0 75px 0 0;
}

.panel-heading .panel-title button:not(.collapsed) {
	margin-bottom: 38px;
}

.panel-body p {
	margin-bottom: 22px;
}

#talent_faq .red-divider,
#talent_faq .green-divider {
	margin-top: 0;
}

#talent_faq .red-divider::after,
#talent_faq .green-divider::after {
	margin: 40px 0 50px;
}

/*#talent_faq, #client_faq {*/
/*	margin-bottom: 170px;*/
/*}*/

/* accordion styling for 508 */
.panel-group .panel-title > button:hover,
.panel-group .panel-title > button:active,
.panel-group .panel-title > button:focus {
	text-decoration: underline;
	outline: none;
}

.panel-group .panel-title > button:after {
	content: '+';
	color: #959595;
	font-size: 56px;
	font-weight: 300;
	float: right;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: calc(50% - 13px);
}

.panel-group .panel-title > button.collapsed:after {
	/*noinspection CssOverwrittenProperties*/
	transform: none;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	/*noinspection CssOverwrittenProperties*/
	transform: rotate(0);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	padding: 0 95px 0 0;
}


/**
 * Contact overlay text
 */

.cc-overlay,
.cc-overlay img {
	background-color: #7E868C;
	height: 350px !important;
	max-width: 775px !important;
	margin-bottom: 5px;
}

.map-nashville .cc-overlay,
.map-nashville .cc-overlay img,
.map-las-vegas .cc-overlay,
.map-las-vegas .cc-overlay img {
	float: none;
	max-width: 100% !important;
	margin-bottom: 15px;
}

.cc-overlay-text {
	text-align: center;
}

.cc-overlay-text .title {
	font-family: "Montserrat", helvetica, arial, serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.cc-overlay-text .subtitle {
	color: #fff;
	font-size: 30px;
	margin-top: 0;
	font-weight: 100;
	margin-bottom: 10px;
}

.cc-overlay-text .caption {
	font-family: "Montserrat", helvetica, arial, serif;
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

.cc-overlay-text .caption a {
	color: #fff;
}

.cc-overlay-text .get-talent {
	background: #ee2a37;
	color: #fff;
	padding: 10px 40px;
	text-transform: uppercase;
	text-decoration: none;
}

.cc-overlay-text .get-talent:hover,
.cc-overlay-text .get-talent:focus,
.cc-overlay-text .get-talent:active {
	opacity: 0.9;
}

.cc-overlay > img {
	/*position: absolute;*/
	color: #fff;
	left: 0;
}

.cc-overlay {
	position: relative;
	width: 100%;
	float: left;
}

.cc-overlay-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.cc-overlay-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 1199px) {
	.cc-overlay {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.cc-overlay,
	.cc-overlay img {
		height: inherit !important;
	}

	.map-las-vegas,
	.map-nashville,
	.map-executive {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.map-restore {
		float: left;
		width: 100%;
	}

	.cc-overlay-text {
		font-size: 16px;
	}

	.cc-overlay-text .subtitle {
		font-size: 24px;
	}
}

@media (max-width: 481px) {
	.get-talent {
		background: none !important;
	}

	.cc-overlay-text .caption {
		margin-bottom: 0;
	}

	.cc-overlay-text .title,
	.cc-overlay-text .caption {
		font-size: 14px;
	}

	.cc-overlay-text .subtitle {
		font-size: 18px;
	}

	.map-las-vegas,
	.map-nashville,
	.map-executive {
		margin-bottom: 35px;
	}
}

@media (max-width: 768px) and (min-width: 650px) {
	.cc-overlay, .cc-overlay img {
		height: 337px !important;
		max-width: 100%;
	}

	.map-las-vegas .cc-overlay,
	.map-las-vegas .cc-overlay img,
	.map-nashville .cc-overlay,
	.map-nashville .cc-overlay img {
		height: auto !important;
		max-width: 100%;
	}

}

@media (max-width: 650px) and (min-width: 550px) {
	.cc-overlay, .cc-overlay img {
		height: 270px !important;
		max-width: 100%;
	}

	.map-las-vegas .cc-overlay,
	.map-las-vegas .cc-overlay img,
	.map-nashville .cc-overlay,
	.map-nashville .cc-overlay img {
		height: auto !important;
		max-width: 100%;
	}

}

@media (max-width: 550px) {
	.cc-overlay, .cc-overlay img {
		height: 230px !important;
		max-width: 100%;
	}

	.map-las-vegas .cc-overlay,
	.map-las-vegas .cc-overlay img
	.map-nashville .cc-overlay,
	.map-nashville .cc-overlay img {
		height: auto !important;
		max-width: 100%;
	}

}


/**
 * Text widget
 */
.cc-enhanced-text-subtitle h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px !important;
	margin-top: 0 !important;
}

/**
 * Maintenance
 */

h1.maintenance-title {
	font-weight: 300;
}

#maintenance-body {
	padding-top: 40px;
	padding-bottom: 20px;
}

html.maintenance {
	margin-top: 0 !important;
}

.maintenance-header-top {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.maintenance-header-top img {
	height: 57px;
	margin-left: 0;
	margin-top: 0;
}

ul.maintenance-social-icons li:last-child {
	margin-right: 0;
}

ul.maintenance-social-icons li a span {
	font-size: 40px;
	color: #152e40;
}

ul.maintenance-social-icons li a:hover span,
ul.maintenance-social-icons li a:active span,
ul.maintenance-social-icons li a:focus span {
	opacity: 0.8;
}

ul.maintenance-social-icons li {
	display: inline-block;
	margin-right: 10%;
}

ul.maintenance-social-icons {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 990px) {
	h1.maintenance-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	h1.maintenance-title {
		font-size: 30px;
	}
}

.btn-transparent {
	background-color: transparent;
	border-color: #9fa2a3;
	color: #a3aaae;
}

.btn-transparent:hover,
.btn-transparent:focus {
	background-color: #ffffff;
	border-color: #9fa2a3;
	color: #323e48;
}

@media (max-width: 1299px) {
	.notebook .notebook__tiles__arrow {
		z-index: 999999 !important;
	}
}

/**
 * Page: Home
 */
/* Element: Photo Image Links */
.photo-image-links > div {
	text-align: center;
}

.photo-image-links > div:first-child a {
	float: left;
}

.photo-image-links > div:last-child a {
	float: right;
}

.photo-image-links a {
	max-width: 360px;
	display: inline-block;
	position: relative;
}

.photo-image-links a img {
	width: 100%;
}

.photo-image-links a .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 275px;
	margin: 0;
	background-color: rgba(21, 46, 63, 0.75);
	color: #fff;
	opacity: 0;
	font-size: 34px;
}

.photo-image-links a:hover .overlay {
	opacity: 1;
}

/* Element: Feature Box: .feature-box */
.feature-box {
	margin: 100px 0;
}

.feature-box img {
	float: left;
	margin-right: 76px;
	width: 100%;
	max-width: 479px;
}

.feature-box h2 {
	margin: 0 0 12px;
}

.feature-box .font-style-2 {
	margin: 0 0 9px;
}

.feature-box h2.clearfix::after {
	clear: none;
}

/* Element: Blue Section: .blue-section */
.blue-section {
	background-color: #cbebf2;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.blue-section .col-sm-5ths {
	text-align: center;
}

.blue-section .font-style-2,
.blue-section .font-style-4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.content .blue-section p:last-child {
	margin-bottom: 0;
}


/* Element: Dark blue Section: .dark-blue-section */
.dark-blue-section {
	background-color: #1b2a39;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.dark-blue-section h2,
.dark-blue-section p,
.dark-blue-section div,
.dark-blue-section a {
	color: #ffffff;
}

.dark-blue-section a:hover {
	color: #EF7A32;
}

.dark-blue-section .col-sm-5ths {
	text-align: center;
}

.dark-blue-section .font-style-2,
.dark-blue-section .font-style-4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.content .dark-blue-section p:last-child {
	margin-bottom: 0;
}


/* Element: Eggshell Section: .eggshell-section */
.eggshell-section {
	background-color: #fbfbf8;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.eggshell-section .col-sm-5ths {
	text-align: center;
}

.eggshell-section .font-style-2,
.eggshell-section .font-style-4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.content .eggshell-section p:last-child {
	margin-bottom: 0;
}


/* Element: Light gray Section: .light-gray-section */
.light-gray-section {
	background-color: #D0D3D4;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.light-gray-section .col-sm-5ths {
	text-align: center;
}

.light-gray-section .font-style-2,
.light-gray-section .font-style-4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.content .light-gray-section p:last-child {
	margin-bottom: 0;
}


#awards img {
	margin-right: 17px;
	max-width: 95px;
}

#awards img:last-child {
	margin-right: 0;
}

#candidate-resources {
	padding-bottom: 0;
}

.stretch-image-bottom .image-wrap {
	float: right;
}

.stretch-image-bottom img {
	max-height: 370px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	display: block;
	margin-bottom: 35px;
}

/* Element: Overflow Image Left: .image-overflow-left */
.image-overflow-left + .col-md-6,
.image-overflow-left + .col-xs-6,
.image-overflow-left + .col-sm-6,
.image-overflow-left + .col-lg-6 {
	max-width: 600px;
	padding: 0 0 0 60px;
}

.image-overflow-left img {
	max-width: none;
	max-height: 594px;
	margin-right: 19px;
}

#locations-map .image-overflow-left img {
	max-height: 685px;
	margin-right: 40px;
	position: absolute;
	top: -212px;
	right: 0;
}

@media (min-width: 1280px) {
	.image-overflow-left img {
		float: right;
	}
}

@media (min-width: 1570px) {
	.image-overflow-left img {
		float: right;
	}
}

#locations-map {
	margin-top: 0;
}

#locations-map .col-md-6:last-child {
	margin-left: 0;
	padding-left: 0;
}

#locations-map .font-style-4 {
	margin-top: calc(100px - 27px);
	margin-bottom: 20px;
}

.two-col-list ul,
.cc-list-group ul,
ul.cc-list-group {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	column-gap: 0;
}

.two-col-list li,
.cc-list-group li {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 40px;
	font-weight: 600;
}

.cc-list-group li {
	text-transform: uppercase;
}

.two-col-list li:nth-child(n+11):nth-last-child(n+10),
.cc-list-group li:nth-child(n+11):nth-last-child(n+10) {
	position: relative;
	left: -20px;
}

/* Safari 7.1+ */
/*noinspection CssInvalidPseudoSelector,CssInvalidHtmlTagReference*/
_::-webkit-full-page-media, _:future, :root .cc-list-group li:nth-child(n+11):nth-last-child(n+10) {
	left: 0;
}

/*.two-col-list [class*="col-"]:last-child {*/
/*	padding-right: 0;*/
/*	padding-left: 10px;*/
/*}*/

.two-col-list [class*="col-"]:first-child {
	padding-left: 0;
	padding-right: 10px;
}

.two-col-list .col-sm-12:first-child {
	padding-left: 0;
	padding-right: 0;
}

.two-col-list .col-xs-12:last-child,
.two-col-list .col-sm-12:last-child,
.two-col-list .col-md-12:last-child,
.two-col-list .col-sm-lg:last-child {
	padding-left: 0;
}

/* Video Row Widget  */
.video-row-item {
	height: 100%;
	position: relative;
}

.video-row-container {
	overflow: hidden;
	cursor: default;
	z-index: 99;
	width: 360px;
	height: 293px;
}

.video-row-item img {
	display: block;
	position: relative;
	-webkit-transition: all 1.3s ease-out;
	transition: all 1.3s ease-out;
}

.video-row-item .overlay {
	position: relative;
	overflow: hidden;
	left: 0;
	top: -293px;
	height: 293px;
}

.overlay .video-play-button img {
	opacity: 0.7;
	position: relative;
}

.video-row-item .overlay .video-title {
	position: relative;
	color: white;
	text-align: left;
	left: 20px;
	padding-right: 40px;
	top: -63px;
	margin-bottom: -63px;
}

.video-row .red-bar-underline {
	display: block;
	height: 11px;
	background-color: #d93b3b;
	position: relative;
	visibility: hidden;
	opacity: 0;
	transition: visibility 1.3s, opacity 1.3s ease-out;
	-webkit-transition: visibility 1.3s, opacity 1.3s ease-out;
	width: 360px;
	top: 323px;
}

.page-id-53689 .video-row .red-bar-underline {
display: none;
}

.page-id-53689 .video-row {
margin-bottom: 40px;
}

.video-row-item:nth-of-type(1) .video-row-container {
	float: left;
}
.video-row-item:nth-of-type(1) .red-bar-underline {
}

.video-row-item:nth-of-type(2) .video-row-container {
	margin: auto;
}
.video-row-item:nth-of-type(2) .red-bar-underline {
	top: 30px;
	right: -10px;
}

.video-row-item:nth-of-type(3) .video-row-container {
	float: right;
}
.video-row-item:nth-of-type(3) .red-bar-underline {
	right: -30px;
}


.video-row-container:hover {
	cursor: pointer;
}
.video-row-container:hover > img {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}
.video-row-container:hover > .overlay .video-play-button img {
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 1;
}
.video-row-container:hover ~ .red-bar-underline {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 1219px) {
	.video-row-container {
		width: 265px;
		height: 216px;
	}
	.video-row-item .overlay {
		top: -215px;
		height: 215px;
	}
	.video-row-item .overlay .video-play-button img {
		width: 90%;
		margin: 13px;
	}
	.video-row-item .overlay .video-title {
		left: 15px;
		padding-right: 30px;
	}

	.video-row .red-bar-underline {
		width: 265px;
	}
	.video-row-item:nth-of-type(1) .red-bar-underline {
		top: 241px;
	}
	.video-row-item:nth-of-type(2) .red-bar-underline {
		top: 25px;
		right: -0;
	}
	.video-row-item:nth-of-type(3) .red-bar-underline {
		top: 241px;
		right: -10px;
	}
}

@media (max-width: 893px) {
	.video-row-container {
		width: 230px;
		height: 186px;
	}
	.video-row-item .overlay {
		top: -186px;
		height: 186px;
	}
	.video-row-item .overlay .video-play-button img {
		top: -5px;
	}
	.video-row-item .overlay .video-title {
		left: 10px;
		padding-right: 20px;
		font-size: 14px;
		line-height: 1.5em;
	}

	.video-row .red-bar-underline {
		width: 230px;
	}
	.video-row-item:nth-of-type(1) .red-bar-underline {
		top: 210px;
	}
	.video-row-item:nth-of-type(2) .red-bar-underline {
		top: 24px;
		right: 0;
	}
	.video-row-item:nth-of-type(3) .red-bar-underline {
		top: 210px;
		right: -3px;
	}
}

@media (max-width: 767px) {
	.video-row-item {
		width: 100%;
		padding: 0 !important;
		margin: 50px 0 !important;
	}

	.video-row-container {
		width: 400px;
		height: 325px;
		float: none !important;
		margin: auto !important;
		padding: 0 !important;
	}

	.video-row-item .overlay {
		top: -325px;
		height: 325px;
	}

	.video-row-item .overlay .video-play-button img {
		width: 100%;
		margin: 0;
		top: 0;
	}

	.video-row-item .overlay .video-title {
		left: 20px;
		padding-right: 40px;
		font-size: initial;
		line-height: initial;
	}

	.video-row .red-bar-underline {
		width: 400px;
		top: 25px !important;
		left: 0 !important;
		margin: 0 auto 125px;
	}
}

@media (max-width: 481px) {
	.video-row-container {
		width: 300px;
		height: 243px;
	}

	.video-row-item .overlay {
		top: -243px;
		height: 243px;
	}

	.video-row-item .overlay .video-title {
		left: 15px;
		padding-right: 30px;
		top: -53px;
	}

	.video-row .red-bar-underline {
		width: 300px;
		top: 25px !important;
		margin: 0 auto 75px;
	}
}

@media (max-width: 350px) {
	.video-row-container {
		width: 200px;
		height: 162px;
	}

	.video-row-item .overlay {
		top: -162px;
		height: 162px;
	}

	.video-row-item .overlay .video-play-button img {
		width: 90%;
		margin: 13px;
	}

	.video-row-item .overlay .video-title {
		left: 10px;
		padding-right: 20px;
		top: -53px;
		font-size: 14px;
		line-height: 1.5em;
	}

	.video-row .red-bar-underline {
		width: 200px;
		top: 25px !important;
		margin: 0 auto 50px;
	}
}

.video-row .modal-content {
	background-color: initial;
	border: 1px solid #656565;
	border-radius: 0;
}

.video-row .modal-body {
	padding: 1px;
}

@media (min-width: 768px) {
	.video-row .modal-dialog {
		width: 730px;
	}
}
@media (min-width: 962px) {
	.video-row .modal-dialog {
		width: 900px;
	}
}
@media (min-width: 1200px) {
	.video-row .modal-dialog {
		width: 1150px;
	}
}

/* Gallery with Hover */
.gallery-with-hover .item {
	padding: 0 !important;
}

.gallery-with-hover .item img {
	width: 100%;
}

.gallery-with-hover .item .overlay {
	position: absolute;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	transition: opacity .63s, transform .63s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	text-align: center;
}

.gallery-with-hover .item .overlay * {
	opacity: 0;
	color: #fff;
	margin-left: 0;
}

.gallery-with-hover .item .overlay h2 {
	-webkit-transition: opacity .63s, -webkit-transform .63s;
	transition: opacity .63s, transform .63s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	padding: 0.65em 0;
}

.gallery-with-hover .item .overlay div {
	transition: opacity .63s, transform .63s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.gallery-with-hover .item:hover img {
    cursor: pointer;
	filter: brightness(.6);
	-webkit-filter: brightness(.4);
}

.gallery-with-hover .item:hover .overlay {
    cursor: pointer;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery-with-hover .item:hover .overlay * {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.gallery-with-hover .modal-dialog {
  width: 800px;
}

.gallery-with-hover .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.gallery-with-hover .modal-body {
  padding: 0 25px 15px 25px;
}

@media (max-width: 962px) {
  .gallery-with-hover .modal-dialog {
    width: 600px;
  }
  .gallery-with-hover .modal-body {
    padding: 15px;
  }

}
@media (max-width: 768px) {
  .gallery-with-hover .modal-dialog {
    width: auto;
  }
}


/* Responsive text sizes */
@media (max-width: 1219px) {
  .gallery-with-hover .item .overlay {
    font-size: 14px;
  }
  .gallery-with-hover .item .overlay h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .gallery-with-hover .item .overlay {
    font-size: 16px;
  }
  .gallery-with-hover .item .overlay h2 {
    font-size: 34px;
  }
}

@media (max-width: 893px) {
  .gallery-with-hover .item .overlay {
    font-size: 14px;
  }
  .gallery-with-hover .item .overlay h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .gallery-with-hover .item .overlay {
    font-size: 18px;
  }
  .gallery-with-hover .item .overlay h2 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .gallery-with-hover .item .overlay {
    font-size: 14px;
  }
  .gallery-with-hover .item .overlay h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px), (hover:none) {
  .gallery-with-hover .item .overlay,
  .gallery-with-hover .item .overlay * {
    opacity: 1;
    transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  .gallery-with-hover .item img {
    cursor: pointer;
    filter: brightness(.6);
    -webkit-filter: brightness(.4);
  }
}


.gallery-with-hover .modal .challenge,
.gallery-with-hover .modal .solution,
.gallery-with-hover .modal .results {
  margin-bottom: 2em;
}

/**
* Page: Marketing
*/

#text-image-header {
	margin-bottom: 0;
}

#text-image-header .row:first-child h1:first-child {
	margin-top: 70px;
}

#problem-process-solution.blue-section {
	padding-bottom: 170px;
}

/**
 * Page: Talent (Job Search)
 */
/* Element: Steps 1 2 3 */
section.steps {
	margin: 0;
	/*padding: 100px 0;*/
}

.steps .row > [class*="col-"] {
	display: flex;
}

.steps .row > [class*="col-"] {
	padding-left: 3px;
	padding-right: 3px;
}

.steps .row > [class*="col-"]:first-child {
	padding-left: 0;
	padding-right: 6px;
}

.steps .row > [class*="col-"]:last-child {
	padding-left: 6px;
	padding-right: 0;
}

.step-number {
	display: inline-block;
	float: left;
	font-size: 200px;
	font-weight: 600;
	line-height: 158px;
	letter-spacing: 0;
	margin-right: 40px;
}

/*.steps h4 {*/
/*	margin-top: 0;*/
/*}*/

/*.steps h5 {*/
/*	margin-top: 0;*/
/*}*/

.steps .font-style-5 {
	margin-bottom: 14px;
}

.steps ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.steps ul > li::before {
	content: "-";
	margin-right: 5px;
}

/**
* Page: Clients (Talent Search)
*/
#clients-header {
	margin-bottom: 0;
}

#clients-header h1 {
	font-size: 109px;
	margin-bottom: 40px;
}

#clients-header p {
	margin-bottom: 40px;
}

#clients-header h5 {
	margin-top: 0;
	margin-bottom: 40px;
}

.two-col-list ul,
.blue-section .cc-list-group ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

#problems-we-solve.stretch-image-bottom img {
	max-width: 736px;
	max-height: none;
	float: right;
}

/*#problem-process-solution:not(.blue-section) {*/
/*	margin: 70px 0 100px;*/
/*}*/

#problem-process-solution:not(.blue-section) .image-overflow-left img {
	margin-right: 44px;
}

ul#gform_fields_2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-gap: 58px;
}

#gform_wrapper_2 .gform_footer button, .content-header .gform_footer .btn {
	float: right;
}

/* Talent Request Form */
.gform_wrapper ul#gform_fields_2 li.gfield {
	padding: 0;
}

#field_2_13 {
	margin-top: 25px;
	margin-bottom: 16px;
}

/* hide fields: */
#field_2_20, #field_2_7, #field_2_8, #field_2_10, #field_2_11, #field_2_21, #field_2_14,
#field_2_16, #field_2_18, #field_2_19 {
	display: none;
}


/**
* Mobile Menu / Header
*/
@media (max-width: 1219px) {
	/* Content */
	.content .vc_row:first-child .wpb_column:first-child section:first-child {
		margin-top: 20px;
	}

	.navbar-nav > li {
		float: none !important;
	}

	.navbar-default {
		padding: 15px 0;
		border-bottom: 0;
	}

	.navbar-brand > img {
		width: 150px;
		margin-left: 15px;
	}

	.navbar-default .navbar-text {
		display: none;
	}

	.nav > li {
		/*text-align: right;*/
	}

	.top-header-additional-links li {
		/*text-align: right;*/
	}

	.top-header-additional-links li a {
		margin-left: -13px;
	}

	ul.list-unstyled.top-header-additional-links {
		margin-bottom: 30px;
	}

	.section_footer__links > li {
		display: block;
	}
}

/**************************************************
 * Mobile
 **************************************************/
.mobile-only {
	display: none;
}

@media (max-width: 767px) {

	.mobile-only {
		display: block;
	}

	.tablet-only {
		display: none;
	}

	.desktop-only {
		display: none;
	}

	/* Grid */
	.container {
		width: 100%;
		max-width: 626px;
	}

	.vc_row,
	.vc_row-fluid,
	.single-post .article,
	.single-post header,
	.single-post #blog-cta,
	.single-post .sidebar-blog-post,
	footer.section_footer {
		padding-left: 30px !important;
		padding-right: 30px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}


	.post-updated::after {
		content: "";
		margin: 0px;
		display: block;
	}

	.single-post .author::after {
		content: "";
		margin: 0px;
	}
	.post-updated {
		display: block;
	}

	.single-post .author {
		display: block;
	}
	.post-read-time {
		display: block;
	}

	.blue-section .vc_row.vc_inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	section, .section, .wpb_wrapper .row.section,
	section.steps, section.equal-padding {
		/*
		margin: 60px 0;
		*/
	}

	body:not(.home) .vc_row:first-child .vc_column-inner > .wpb_wrapper:first-child .wpb_wrapper > section:first-child {
		margin-top: 0;
	}

	.col-sm-1, .col-md-1, .col-lg-1,
	.col-sm-2, .col-md-2, .col-lg-2,
	.col-sm-3, .col-md-3, .col-lg-3,
	.col-sm-4, .col-md-4, .col-lg-4,
	.col-sm-5, .col-md-5, .col-lg-5,
	.col-sm-6, .col-md-6, .col-lg-6,
	.col-sm-7, .col-md-7, .col-lg-7,
	.col-sm-8, .col-md-8, .col-lg-8,
	.col-sm-9, .col-md-9, .col-lg-9,
	.col-sm-10, .col-md-10, .col-lg-10,
	.col-sm-11, .col-md-11, .col-lg-11,
	.col-sm-12, .col-md-12, .col-lg-12,
	.container .row > [class*="col-"]:first-child,
	.container .row > [class*="col-"]:last-child {
		padding-left: 0;
		padding-right: 0;
	}

	.valign {
		flex-direction: column;
	}

	.container .fluid-spacing {
		display: block;
	}

	/* Fonts */
	body {
		font-size: 17px;
		line-height: 1.53;
	}

	h1, .home .content-header h1, #clients-header h1 {
		font-size: 64px;
	}

	.home .content-header h1 a::before {
		content: ' \00BB';
		margin-right: 10px;
	}

	#text-only-header {
		margin: 0 30px 20px 30px;
	}

	body:not(.home) .vc_row:first-child .vc_column-inner > .wpb_wrapper:first-child .wpb_wrapper > section:first-child h1:first-child,
	.page-id-10 .vc_row:first-child h1:first-child {
		margin-top: 20px;
		line-height: 1.3;
	}

	.font-style-2 {

	}

	.font-style-3 {

	}

	.font-style-4 {
		font-size: 26px;
		line-height: 1.5;
	}

	.font-style-5 {
		font-size: 24px;
		line-height: 1.4;
	}

	.font-style-6 {

	}

	.red-divider::after,
	.green-divider::after {
		margin: 22px 0;
	}

	/* Buttons */
	.btn {
		width: 100%;
	}

	.content-header .btn {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.btn.rounded {
		font-size: 24px;
		margin-top: 0;
		padding: 28px 32px 30px;
		width: 100%;
	}

	/* Navigation */
	.vc_column_container > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.navbar-header {
		/* padding-left: 10px; */
	}

	.content .vc_row:first-child .wpb_column:first-child section:first-child > .row [class*="col-"]:first-child h1 {
		margin-top: 0;
	}

	/* Page: Home */
	.subhead {
		line-height: 1.3;
	}

	.content-header {
		/*margin-bottom: 45px;*/
	}

	.content-header img {
		float: none;
		margin: 30px auto 20px;
		max-width: 300px;
	}

	.home .content-header p.subhead {
		margin-bottom: 20px;
	}

	.home .content-header h1 {
		margin: 0;
	}

	.brush-stroke:hover {
		background-size: 100% 45px;
	}

	.photo-image-links > div:not(:last-child) {
		margin-bottom: 30px;
	}

	.photo-image-links > div,
	.photo-image-links > div a,
	.photo-image-links > div:first-child a,
	.photo-image-links > div:last-child a {
		float: none;
		margin: 0 auto;
	}

	.photo-image-links a {
		width: 100%;
		max-width: none;
	}

	.photo-image-links a .overlay {
		opacity: 1;
		height: 72px;
		line-height: 72px;
		font-size: 42px;
	}

	.home .btn.rounded {
		font-size: 20px;
	}

	.blue-section {
		padding: 60px 0 70px;
	}

	.blue-section .font-style-2,
	.blue-section .font-style-4 {
		margin-bottom: 26px;
	}

	.blue-section .row > div {
		width: 100%;
	}

	.blue-section [class*="col-"] + [class*="col-"] {
		margin-top: 40px;
	}

	#awards .row > div:last-child img {
		display: inline;
		float: left;
		margin: 0;
		width: 18%;
		height: auto;
	}

	#awards .row > div:last-child img + img {
		margin-left: 2.5%;
	}

	#problem-process-solution.blue-section {
		padding-bottom: 100px;
	}

	.stretch-image-bottom img.v-image {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.image-overflow-left {
		left: -30px;
	}

	.image-wrap img,
	.image-overflow-left img {
		width: 100%;
		margin: 0;
	}

	.image-overflow-left + .col-md-6, .image-overflow-left + .col-xs-6, .image-overflow-left + .col-sm-6, .image-overflow-left + .col-lg-6 {
		max-width: 100%;
		padding: 0;
	}

	#locations-map {
		margin-bottom: 20px;
	}

	#locations-map .image-overflow-left {
		position: static;
		margin-top: -144px;
		margin-bottom: 40px;
	}

	#locations-map .image-overflow-left img {
		position: relative;
		width: 125%;
		left: -25%;
		margin: 0;
		top: 0;
	}

	#locations-map h2 {
		/*display: none;*/
	}

	.two-col-list-group ul,
	.cc-list-group ul,
	 ul.cc-list-group {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 20px;
	}

	.two-col-list li:nth-child(n+11):nth-last-child(n+10),
	.cc-list-group li:nth-child(n+11):nth-last-child(n+10) {
		position: static;
	}

	/* Page: Marketing */
	#text-image-header {
		margin-left: 30px;
		margin-right: 30px;
	}

	.content-header.stretch-image img {
		margin-bottom: 10px;
	}

	.two-col-list > ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	#companies-that-love-us .fluid-spacing img {
		display: inline;
		max-width: 33%;
		padding-left: 20px;
	}

	#companies-that-love-us .fluid-spacing img:nth-child(3n+1) {
		padding-left: 0;
	}

	#companies-that-love-us .fluid-spacing img:nth-child(n+4):nth-child(-n+6) {
		margin-top: 30px;
	}

	.feature-box {
		margin: 60px 0;
	}

	.feature-box img {
		max-width: 33%;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.feature-box .font-style-6 {
		font-size: 17px;
		font-style: italic;
		line-height: 1;
		margin-top: 5px;
		margin-bottom: 0;
	}

	.feature-box .font-style-2 {
		font-size: 40px;
	}

	.feature-box p:first-of-type {
		clear: both;
	}

	.feature-box .btn {
		margin-top: 45px;
	}

	/* Page: Talent (Start Your Search) */
	.form-group,
	#talent-form-search .form-group,
	#talent-form-search .form-group:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px;
	}

	#talent-form-search button {
		max-width: none;
	}

	.cc-form-search-results {
		margin-top: 0;
	}

	.cc-form-search-results .table > tbody > tr > td,
	.cc-form-search-results .table > tbody > tr > td:last-child {
		padding: 12px 0;
	}

	.alert {
		padding-right: 42px;
		line-height: 1.4;
	}

	.alert .close, .alert-dismissable .close {
		font-size: 45px;
	}

	.search-footer {
		margin-bottom: 15px;
	}

	section.steps {
		padding: 0;
	}

	.step-number {
		font-size: 170px;
		margin-right: 20px;
		min-width: 30%;
	}

	.steps .row > [class*="col-"] {
		margin-bottom: 60px;
	}

	.steps .row > [class*="col-"]:last-child {
		margin-bottom: 30px;
	}

	.steps h4, .steps h2 {
		margin-bottom: 60px;
	}

	.stretch-image-bottom .image-wrap {
		margin-top: 10px !important;
	}

	.stretch-image-bottom img {
		margin-left: 0;
		margin-bottom: 45px;
	}

	.stretch-image-bottom .row:last-child .btn:last-child {
		margin-bottom: 70px;
		margin-top: 30px;
	}

	#problems-we-solve.stretch-image-bottom img {
		float: none;
	}

	.block-list .red-divider::after,
	.block-list .green-divider::after {
		margin-bottom: 50px;
	}

	.benefits__list .font-style-5,
	.benefits__list [class*="col-"]:not(:first-child) .font-style-5:first-child {
		margin-top: 50px;
	}

	.equal-padding .col-sm-6:first-child {
		padding-right: 0 !important;
	}

	/* Accordions */
	.panel-group .panel {
		padding: 25px 20px 27px 25px;
	}

	.panel-heading .panel-title button {
		padding: 0 40px 0 0;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		padding-right: 20px;
	}

	.panel-group .panel-title > button:after {
		top: 10px;
	}

	#talent_faq {
		margin-bottom: 70px;
	}

	/* Page: Blog / Notebook */
	.notebook .notebook__tiles [class*="col-"] {
		max-width: 50%;
	}

	/* Footer */
	footer.section_footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	footer.section_footer .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#footer-menu.hidden-xs {
		display: block !important;
	}

	.section_footer table {
		float: none;
		width: 100%;
	}

	.section_footer table td {
		padding: 0 !important;
		text-align: center;
	}

	.social {
		margin-bottom: 36px;
	}

	.social a {
		width: 60px;
		height: 60px;
	}

	.social a .fa {
		line-height: 60px;
		font-size: 32px;
	}

	footer.section_footer .section_footer__copyright {
		float: none;
		text-align: center;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #b7b7b7;
	}

	.section_footer__links > li + li::before {
		display: none;
	}

	#footer-menu {
		padding-left: 30px;
		padding-right: 30px;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 48px;
	}

	#footer-menu li {
		margin-bottom: 30px;
	}

	footer.section_footer .eeoe {
		margin-top: 35px;
	}

	/* Client Form / Gravity Forms */
	ul#gform_fields_2 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	#field_2_13 {
		margin-top: 16px;
	}

	.gform_wrapper.gf_browser_safari .gfield_checkbox li input,
	.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
	.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
	.gform_wrapper .gfield_checkbox li input,
	.gform_wrapper .gfield_checkbox li input[type=checkbox],
	.gform_wrapper .gfield_radio li input[type=radio] {
		margin-top: 0 !important;
		height: 28px;
		width: 28px !important;
		box-shadow: none !important;
		outline: none !important;
		margin-right: 15px;
		border: 0;
	}

	input[type=checkbox]:checked::before {
		padding: 1px 0 0 7px;
	}

	/* Blog */
	.stories > .row {
		margin-bottom: 0;
	}

	.stories > .row > .col-xs-12 {
		margin-bottom: 70px;
	}


}

/* Old Phones */
@media (max-width: 374px) {

	.navbar-brand {
		max-height: 58px;
	}

}


/****************************************************
 * Tablet
 ***************************************************/
.tablet-only {
	display: none;
}

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

	.mobile-only {
		display: none;
	}

	.tablet-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.hide-on-tablet {
		display: none;
	}

	/* Grid */
	.container {
		width: 854px;
	}

	section, .section, .wpb_wrapper .row.section {
		/*margin-bottom: 70px;*/
	}

	/* Fonts */
	body {
		font-size: 16px;
		letter-spacing: 0.36px;
	}

	p {
		margin: 0 0 12px;
	}

	h1 {
		font-size: 80px;
		line-height: 1.05em;
		margin-top: 10px;
	}

	.font-style-2 {
		font-size: 48px;
		letter-spacing: 1.43px;
		line-height: 1.43;
	}

	.font-style-3 {

	}

	.font-style-4 {
		font-size: 26px;
		line-height: 1.5;
	}

	.blue-section .font-style-4 {
		font-size: 30px;
	}

	.font-style-5 {
		font-size: 24px;
		line-height: 1.4;
	}

	.font-style-6 {
		font-size: 18px;
		line-height: 1.87;
		letter-spacing: 0.36px;
	}

	/* Buttons */
	.btn.rounded {
		font-size: 30px;
		letter-spacing: 1.22px;
		padding: 30px 46px;
	}

	/* Navigation */
	.navbar-header {
		padding-left: 0;
	}

	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		overflow: hidden !important;
		float: none !important;
		height: 0 !important;
		opacity: 0;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}

	nav .collapse.in, .navbar-collapse.collapse.in {
		display: block !important;
		width: 100%;
		/*text-align: center;*/
		height: 0 !important;
		overflow: visible !important;
		opacity: 1;
		margin-left: -10px;
		margin-top: 10px;
	}

	.navbar-collapse:before, .navbar-collapse:after {
		display: none !important;
	}

	.navbar-toggle {
		margin-top: 19px;
	}

	/* Page Headers */
	.content-header h1 {
		margin-top: 30px;
	}

	.content-header img {
		max-width: 297px;
	}

	#text-image-header .row:first-child h1:first-child {
		margin-top: 10px;
	}

	/* Page: Home */
	.home .content-header .row:nth-child(2) .col-sm-6:last-child {
		width: 60%;
		right: 40%;
	}

	.home .content-header .row:nth-child(2) .col-sm-6:first-child {
		width: 40%;
		left: 60%;
	}

	.brush-stroke:hover, .brush-stroke:active, .brush-stroke:focus {
		background-size: 100% 55px;
	}

	.home .content-header h1 {
		margin-bottom: 0;
	}

	.home .content-header h1 a::before {
		content: ' \00BB';
		margin-right: 20px;
	}

	.home .content-header img {
		margin-top: 60px;
	}

	.photo-image-links a {
		max-width: 256px;
	}

	.photo-image-links a .overlay {
		opacity: 1;
		height: 53px;
		line-height: 53px;
		font-size: 30px;
	}

	#awards {
		padding-bottom: 80px;
	}

	#awards .col-sm-6:last-child {
		text-align: right;
	}

	#awards img {
		display: inline;
		max-width: 70px;
		margin-right: 8px;
	}

	#awards img:first-child {
		margin-left: 10px;
	}

	#locations-map {
		/*margin-bottom: 40px;*/
	}

	#locations-map h2 {
		/*font-size: 48px;*/
		/*margin-top: 43px;*/
		/*margin-bottom: 18px;*/
	}

	.map-las-vegas .cc-overlay,
	.map-las-vegas .cc-overlay img
	.map-nashville .cc-overlay,
	.map-nashville .cc-overlay img {
		height: 211px !important;
	}

	.two-col-list li,
	.cc-list-group li {
		font-size: 16px;
		line-height: 2.4;
	}

	#locations-map .cc-list-group li:nth-child(n+11):nth-last-child(n+10) {
		position: relative;
		left: -12px;
	}

	#locations-map .row:first-child .col-sm-6:first-child {
		width: 44%;
	}

	#locations-map .row:first-child .col-sm-6:last-child {
		width: 56%;
		padding-left: 10px;
		max-width: none;
	}

	#locations-map .image-overflow-left img {
		max-height: 395px;
		top: 55px;
		margin-right: 10px;
	}

	/* Page: Marketing */
	.two-col-list > .row:first-child .col-sm-6:first-child {
		padding-right: 0;
	}

	.content-header.stretch-image h1 {
		margin-top: 30px;
	}

	.content-header.stretch-image img {
		max-width: 390px;
		top: 0;
	}

	.content-header.stretch-image .red-divider,
	.content-header.stretch-image .green-divider {
		margin-top: 20px;
	}

	.two-col-list li {
		font-size: 18px;
	}

	.two-col-list .col-sm-7 {
		padding-left: 60px;
	}

	#companies-that-love-us .fluid-spacing img {
		max-height: 63px;
		max-width: 155px;
	}

	.feature-box {
		margin: 60px 0;
	}

	.feature-box img {
		max-width: 343px;
		margin-right: 44px;
	}

	.feature-box h6, .feature-box h2, .feature-box p, .feature-box .btn {
		margin-left: 387px;
	}

	.feature-box h6 {
		line-height: 1;
		margin-bottom: 14px;
	}

	.feature-box .btn {
		margin-top: 54px;
	}

	.image-overflow-left img {
		max-height: 429px;
		float: right;
	}

	.valign.stretch {
		align-items: center;
	}

	.container .row .image-overflow-left + .col-sm-6 {
		padding-left: 64px;
		max-width: 427px;
	}

	#problem-process-solution .col-sm-6 h2:not(:first-child) {
		margin-top: 40px;
	}

	#problem-process-solution.blue-section {
		padding-bottom: 90px;
	}

	/* Page: Talent / Forms */
	.about__form__selects {
		display: flex;
		justify-content: space-between;
	}

	#talent-form-search .form-group:not(:last-child) {
		margin-right: 36px;
	}

	.cc-form-search-results .table > tbody > tr > td a,
	.table > tbody > tr > td {
		line-height: 1.4;
	}

	.cc-form-search-results .table > tbody > tr > td,
	.cc-form-search-results .table > tbody > tr > td:last-child {
		padding: 22px 26px;
		vertical-align: middle;
	}

	.cc-form-search-results .table > tbody > tr > td:last-child {
		min-width: 280px;
	}

	.cc-form-search-results .table > tbody > tr > td a {
		padding: 0;
	}

	.cc-form-search-results .table > tbody > tr > td a:hover {
		background: transparent;
	}

	section.steps {
		/*padding-top: 90px;*/
	}

	.step-number {
		font-size: 170px;
		display: block;
		float: none;
		text-align: center;
	}

	.steps .row > [class*="col-"] {
		flex-direction: column;
		padding: 0 25px;
	}

	.steps .row > [class*="col-"]:first-child {
		padding-right: 25px;
	}

	.steps .row > [class*="col-"]:last-child {
		padding-left: 25px;
	}

	/*.steps h4 {*/
	/*	margin-bottom: 50px;*/
	/*}*/

	/*.steps h5 {*/
	/*	margin-top: 30px;*/
	/*}*/

	.stretch-image-bottom img {
		margin-bottom: 67px;
		margin-top: 20px;
		max-height: 320px;
	}

	#problems-we-solve.stretch-image-bottom img {
		margin-top: 35px;
		max-height: 260px;
	}

	#problems-we-solve.stretch-image-bottom img.h-image {
		margin-top: 95px;
		max-height: 200px;
	}

	.blue-section .btn {
		margin-top: 30px;
	}

	#candidate-resources .btn {
		margin-bottom: 75px;
	}

	/* Talent Request Form*/
	#field_2_13 ul#input_2_13 {
		display: inline-block;
		clear: both;
	}

	#field_2_13 .ginput_container_checkbox {
		margin-top: -10px;
	}

	/* Footer */
	.section_footer .row {
		margin-left: 0;
		margin-right: 0;
	}

	.section_footer .container .row > .col-sm-12:last-child {
		padding: 0;
	}

	.section_footer__links > li + li::before {
		display: none;
	}

	#footer-menu {
		display: flex !important;
		flex-wrap: wrap;
	}

	#footer-menu li {
		flex: 0 0 33.333333%;
	}

	footer.section_footer .section_footer__links > li > a, .section_footer__links > li + li::before {
		font-size: 12px;
	}

	footer.section_footer .section_footer__copyright {
		font-size: 10px;
	}

}

/* Grid Helper (Portrait) */
@media (min-width: 768px) and (max-width: 893px) {

	.container {
		width: 728px;
	}

	.navbar-default .menu-main-menu-container {
		display: block;
		float: left;
	}

	#navbar_main .widget_text {
		float: left;
	}

	ul.top-header-additional-links {
		margin-top: 19px;
	}

	.nav > li {
		/*display: inline-block;*/
	}

	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text, .top-header-additional-links li a {
		padding: 8px 24px;
	}

	h1 {
		font-size: 64px;
	}

	.btn, .btn-accent, .homepage-buttons li a.btn, .page-subheader .btn-primary {
		font-size: 16px;
	}

	.brush-stroke:hover, .brush-stroke:active, .brush-stroke:focus {
		background-size: 100% 44px;
	}

	.subhead {
		font-size: 18px;
	}

	.photo-image-links a {
		max-width: 220px;
	}

	.btn.rounded {
		font-size: 24px;
		margin-top: 0;
	}

	.blue-section .font-style-4 {
		font-size: 26px;
	}

	#awards img {
		max-width: 58px;
	}

	#locations-map h2 {
		font-size: 40px;
	}

	.two-col-list li,
	.cc-list-group li {
		font-size: 14px;
	}

	#locations-map .cc-list-group li:nth-child(n+11):nth-last-child(n+10) {
		left: -15px;
	}

	.stretch-image .row:first-child [class*="col-"]:first-child {
		z-index: 1;
	}

	.two-col-list li {
		font-size: 16px;
	}

	#companies-that-love-us .fluid-spacing img {
		max-width: 115px;
	}

	.container .row .image-overflow-left + .col-sm-6 {
		padding-left: 0;
		padding-right: 10px;
		max-width: 364px;
	}

	.about__form__selects {
		flex-direction: row;
	}

	#talent-form-search .form-group:not(:last-child) {
		width: 100%;
		margin-right: 30px;
	}

	.form-control {
		padding: 12px 20px;
	}

	select {
		background-position: right 20px center;
		background-size: 10px;
	}

	#candidate-resources .btn {
		width: 100%;
		max-width: 355px;
	}

	.job-detail-footer {
		display: block;
		float: none;
		text-align: left;
	}

	.job-detail-footer .e-verify {
		padding-left: 0;
		text-align: left;
	}

	.job-detail-footer .e-verify img {
		text-align: left;
		margin-left: 0;
	}

}

/* Footer Helper */
@media (min-width: 768px) and (max-width: 894px) {

	footer.section_footer .section_footer__copyright {
		margin-left: -50px;
	}

}

/* Steps Helper */
@media (min-width: 768px) and (max-width: 1023px) {

	/*.steps .row > [class*="col-"] {*/
	/*	flex-direction: column;*/
	/*	padding: 0 25px;*/
	/*}*/

	/*.steps h4 {*/
	/*	margin-bottom: 50px;*/
	/*}*/

	/*.steps h5 {*/
	/*	margin-top: 30px;*/
	/*}*/

	/*.steps .row > [class*="col-"] {*/
	/*	padding: 0 10px;*/
	/*}*/

	/*.steps .row > [class*="col-"]:first-child {*/
	/*	padding-right: 10px;*/
	/*}*/

}


/****************************************************
 * Desktop (NOTE - 1220, not 1200)
 ***************************************************/
@media (min-width: 1220px) {

	.container {
		width: 1200px;
	}

	.navbar-header {
		float: left;
	}

	.navbar-toggle {
		display: none;
	}

	nav .collapse, .navbar-collapse.collapse {
		display: block !important;
	}

	.navbar-collapse.collapse, .navbar-collapse.collapsing {
		opacity: 1;
		float: right !important;
		height: auto !important;
	}

	.feature-box h6, .feature-box h2, .feature-box p, .feature-box .btn {
		margin-left: 555px;
	}

	/* Talent Request Form*/
	#field_2_13 ul#input_2_13 li {
		width: 50%;
		display: inline-flex;
	}
	.gform_wrapper #field_2_17 textarea.medium {
		height: 232px;
	}
	@-moz-document url-prefix() {
		.gform_wrapper #field_2_17 textarea.medium {
			height: 238px;
		}
	}

	#field_2_13 input[type=checkbox] {
		margin-right: 20px;
	}
	#field_2_13 input[type=checkbox]::before {
		display: table-caption;
		margin-right: 0 !important;
	}
}

@media (max-width: 1219px) and (min-width: 768px) {
	.gform_wrapper #field_2_17 textarea.medium {
		min-height: unset !important;
		height: 94px;
	}
	@-moz-document url-prefix() {
		.gform_wrapper #field_2_17 textarea.medium {
			min-height: unset !important;
			height: 106px;
		}
	}
}


/* Blog responsive fix */
@media (max-width: 991px) {
	.single-post .article,
	.single-post header,
	.single-post div.author,
	.single-post #blog-cta,
	.single-post .sidebar-blog-post {
		padding: 0;
	}

	.single-post .article {
		margin-bottom: 40px;
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 30px;
	}
}

@media (max-width: 750px) {
	.single-post #blog-cta {
		margin-top: 0;
	}
}

form#talent-form-search .cc-form-search-results .custom-message.error {
    color: #d93b3b;
    font-weight: bold;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
	background-color: #FBFBF8 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
	color: #1C2B39 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::after {
	border-color: #1C2B39;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover {
	background-color: #1C2B39 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-title>a:hover {
	color: #FBFBF8 !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover .vc_tta-controls-icon::after {
	border-color: #FBFBF8;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
	border-width: 1px !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-body {
	border-width: 1px !important;
	border-top: none !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-body {
	border-bottom: none !important;
}

/* Override new WP CSS causing titles to wrap incorrectly. */
h1 {
	overflow-wrap: normal;
}

@media (min-width: 768px) {
	.cta-blog {
		display:flex;
		align-items: center;
	}
}

.sidebar-blog-post-recent {
	display:flex;
	align-items: flex-start;
}

.sidebar-blog-post-recent div {
	margin-bottom: 50px;
}

.post-recent-image img {
	width: 250px;
	height: 170px;
	object-fit: cover;
	vertical-align: middle;
}

.post-recent-details div {
	margin-bottom: 10px;
}

.post-recent-category a {
	text-decoration: none;
	display: inline!important;
}

.post-recent-title a {
	text-decoration: none;
	font-size: 28px!important;
	color: #152e40;
    font-family: freight-big-pro, serif;
    font-weight: 900;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {

	.sidebar-blog-post-recent {
		padding: 0 30px;
		display: block;
		margin-bottom: 30px;
	}

	.sidebar-blog-post-recent div {
		margin-bottom: 10px;
	}

	.post-recent-details div {
		margin-bottom: 0px;
	}

	.post-recent-image {
		text-align: center;
	}

	.post-recent-image img {
		width: 320px;
		height: 320px;
		object-fit: cover;
		max-width: 100%;
	}
	.post-recent-category a {
		font-size: 12px!important;
	}

	.post-recent-title a {
		font-size: 15px!important;
	}

	.post-recent-subtitle {
		font-size: 12px;
		text-align: left;
	}
}

@media (min-width : 768px) and (max-width : 893px) {
	.post-recent-image img {
		width: 230px;
		height: 170px;
	}
}
