/*!
Theme Name: William A Randolph
Theme URI: http://underscores.me/
Author: Connections Marketing
Author URI: https://connectionsmarketing.com/
Description: William A Randolph Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: war
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

William A Randolph is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Custom - General
--------------------------------------------- */
body{
	font-family: "Geologica", sans-serif;
	color:#041D32;
	
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 145%;
}
html,body{
	min-width:375px;
}
.post, .page{
	margin-bottom:0;
}
.wpb-content-wrapper > .vc_row{
	margin-left: 0;
	margin-right: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.mobile-menu{
	display:none;
}
.col-grow{
	flex-grow: 1;
}
.color-white,
.color-white.sub-heading{
	color:#FFF;
}
.color-orange{
	color:#E8690D;
}
.color-navy{
	color:#0A3254;
}
.text-meta,
.meta-text{
	color:#415D74;
}
h1,h2,h3,h4,h5,h6{
	color:#022B4E;
}
h2{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 130%;
}
h3{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
}
h4{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 135%;
}
h5{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;
}
h6{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
}
.margin-lr-5p,
.vc_row.margin-lr-5p{
	margin-left: calc(5% - 15px);
	margin-right: calc(5% - 15px);
}
.margin-l-5p,
.vc_row.margin-l-5p{
	margin-left: calc(5% - 15px);
}
.margin-r-5p,
.vc_row.margin-r-5p{
	margin-right: calc(5% - 15px);
}
.padding-lr-5p,
.vc_row.padding-lr-5p{
	padding-left: calc(5% - 15px);
	padding-right: calc(5% - 15px);
}
.padding-l-5p,
.vc_row.padding-l-5p{
	padding-left: calc(5% - 15px);
}
.padding-r-5p,
.vc_row.padding-r-5p{
	padding-right: calc(5% - 15px);
}

.margin-lr-16-5p,
.vc_row.margin-lr-16-5p{
	margin-left: calc(16.5% - 15px);
	margin-right: calc(16.5% - 15px);
}
.margin-l-16-5p,
.vc_row.margin-l-16-5p{
	margin-left: calc(16.5% - 15px);
}
.margin-r-16-5p,
.vc_row.margin-r-16-5p{
	margin-right: calc(16.5% - 15px);
}
.padding-lr-16-5p,
.vc_row.padding-lr-16-5p{
	padding-left: calc(16.5% - 15px);
	padding-right: calc(16.5% - 15px);
}
.padding-l-16-5p,
.vc_row.padding-l-16-5p{
	padding-left: calc(16.5% - 15px);
}
.padding-r-16-5p,
.vc_row.padding-r-16-5p{
	padding-right: calc(16.5% - 15px);
}

.margin-lr-22-5p,
.vc_row.margin-lr-22-5p{
	margin-left: calc(22.5% - 15px);
	margin-right: calc(22.5% - 15px);
}
.margin-l-22-5p,
.vc_row.margin-l-22-5p{
	margin-left: calc(22.5% - 15px);
}
.margin-r-22-5p,
.vc_row.margin-r-22-5p{
	margin-right: calc(22.5% - 15px);
}
.padding-lr-22-5p,
.vc_row.padding-lr-22-5p{
	padding-left: calc(22.5% - 15px);
	padding-right: calc(22.5% - 15px);
}
.padding-l-22-5p,
.vc_row.padding-l-22-5p{
	padding-left: calc(22.5% - 15px);
}
.padding-r-22-5p,
.vc_row.padding-r-22-5p{
	padding-right: calc(22.5% - 15px);
}


body.archive.tax-product_tag main,
body.search-results main,
body.search-no-results main,
body.error404 main,
body.single-open_positions main,
body.tag main{
	padding-left: calc(5% - 15px);
	padding-right: calc(5% - 15px);
	padding-top:34px;
	padding-bottom:34px;
}

.btn,
a.btn,
input[type=submit].btn{
	display:inline-block;
	text-decoration:none;
	outline:0;
	padding: 15px 40px;
	border: 2px solid #0A3254;
	border-radius: 2px;

	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;

	color: #022B4E;
}
.btn-white,
a.btn-white,
input[type=submit].btn-white{
	color: #FFF;
	border-color:#FFF;
}

.gform_button,
.gform_next_button{
	display:inline-block !important;
	text-decoration:none !important;
	outline:0 !important;
	padding: 15px 40px !important;
	border: 2px solid #0A3254 !important;
	border-radius: 2px !important;

	font-family: 'Geologica' !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	
	background-color:#fff !important;
	color: #022B4E !important;
}

.btn:hover,
a.btn:hover,
input[type=submit].btn:hover{
	color: #fff;
	background-color: #022B4E;
}
.btn-white:hover,
a.btn-white:hover,
input[type=submit].btn-white:hover{
	background-color: #FFF;
	color: #022B4E;
	border-color:#022B4E;
}
.gform_button:hover{
	color: #fff !important;
	background-color: #022B4E !important;
}

a.link-right-arrow{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0A3254;
	display:inline-block;
	position:relative;
	text-decoration:none;
}
a.link-right-arrow.color-white{
	color: #FFF;
}
a.link-right-arrow:after{
	content: "";
    position: absolute;
	right: -30px;
    top: 5px;
	width:20px;
	height:20px;
	background: no-repeat url(./img/arrow-navy-right.svg);
}
a.link-right-arrow.color-white:after{
	background: no-repeat url(./img/arrow-white-right.svg);
}
.img-full-width,
.img-full-width.wpb_single_image .vc_figure,
.img-full-width.wpb_single_image .vc_single_image-wrapper,
.img-full-width.wpb_single_image img{
	width: 100%;
}
.sub-heading{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #415D74;
}
.text-lbl{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 145%;
	color: #415D74;
}
.text-narrow-center{
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
}
.text-p-small{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #041D32;
}
.text-button-link a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 10px;
	text-transform: uppercase;
	color: #022B4E;
	text-decoration:none;
}
@media (max-width:767px){
	.row-reverse-on-one-column{
		flex-direction: column-reverse;
		display: flex;
		flex-wrap: wrap;
	}
}
/* Custom - Header
--------------------------------------------- */
.header-top{
	display:flex;
	margin-top:10px;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:10px;
	border-bottom: 1px solid #F2F4F5;
}
.header-top-col
{
	/*flex-grow: 0;*/
	align-self: center;
}
.header-top-col-logo{
	flex-grow: 0;
}
.header-top-col-logo img{
	max-height: 62.5px;
}
.header-top-col-menu{
	flex-grow: 2;
}
.header-top-col-search{
	flex-grow: 1;
}
.header-top-col-search-button{
	flex-grow: 1;
	padding-right: 21px;
}
.header-top-col-social{
	flex-grow: 0;
}
.header-top-col-contact{
	flex-grow: 0;
	padding-right: 11px;
}
.header-social-items{
	display:flex;
	gap:6px;
	/*margin-top:17px;*/
	justify-content: flex-end;
}
.header-logo{
	text-align:left;
}
.header-top-right{
	display:flex;
	gap:10px;
	/*margin-top:15px;*/
}
.header-call a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #415D74;
	text-decoration:none;
}
.header-top-right-seperator{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #415D74;
	align-content: center;
}
.header-careers a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #022B4E;
	text-decoration:none;
}
#menu-top-menu{
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
	gap:48px;
	/*gap:16%;*/
	justify-content: center;
}
#menu-top-menu li a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;

	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #022B4E;
	text-decoration:none;
}
.header-bottom{
	display:flex;
	justify-content: center;
	padding-left:5%;
	padding-right:5%;
	margin-top:17px;
	margin-bottom:17px;
	gap:60px;
	display: none;
}
.header-search{
	cursor:pointer;
	text-align: right;
}
.header-search img{
	vertical-align: middle;
}
.header-search-form,
#search-form{
	display:none;
	text-align: center;
	margin-bottom:17px;
}
.header-search-form input{
	width:50%;
	text-align: center;
}

#menu-top-menu .sub-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
	margin-left: 0px;
}
.menu-top-menu-container ul ul {
    box-shadow: none;
    border: 1px solid #022B4E;
    /* background: top right no-repeat url(https://1006839156.rsc.cdn77.org/wp-content/themes/waw/img/bg-submenu.svg); */
    background-color: #fff;
    /* background-size: 100%; */
}

.menu-top-menu-container ul ul {
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
    float: left;
    position: absolute;
    /* top: 100%; */
    left: -999em;
    z-index: 99999;
}
.menu-top-menu-container ul{
	list-style: none;
}
.menu-top-menu-container ul li:hover > ul, .menu-top-menu-container ul li.focus > ul {
    width: auto;
    top: auto;
}
.menu-top-menu-container ul li:hover > ul, .menu-top-menu-container ul li.focus > ul {
    left: auto;
}

/* Custom - Footer
--------------------------------------------- */
footer.site-footer{
	background: #041D32;
}
.footer-top{
	display:flex;
	justify-content: space-between;
	padding-left:5%;
	padding-right:5%;
	padding-top:138px;
}
.footer-top-col{
	/*margin-bottom:74px;*/
	margin-bottom:0;
}
.footer-top-col.col-grow{
	display:flex;
	justify-content: space-between;
}
.footer-logo{
	margin-right:74px;
}
.footer-middle{
	text-align: right;
}
.btn-to-top{
	padding-bottom:10px;
	padding-right:10px;
	cursor:pointer;
}
.footer-bottom{
	display:flex;
	justify-content: space-between;
	margin-left:5%;
	margin-right:5%;
	
	border-top: 1px solid #E8690D;
	padding-top:58px;
	padding-bottom:92px;
}
.footer-nav-list-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.footer-nav-list-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-nav-list-menu ul li{
	margin-top:20px;
}
.footer-nav-list-menu ul li a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration:none;
}
.footer-address,
.footer-email,
.footer-phone{
	margin-top:25px;
	position:relative;
	padding-left:37px;
}
.footer-address:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
	width:24px;
	height:24px;
	background: no-repeat url(./img/icon-location.svg);
}
.footer-email:before{
	content: "";
    position: absolute;
    left: 0;
    top: -5px;
	width:24px;
	height:24px;
	background: no-repeat url(./img/icon-email.svg);
}
.footer-phone:before{
	content: "";
    position: absolute;
    left: 0;
    top: -5px;
	width:24px;
	height:24px;
	background: no-repeat url(./img/icon-phone.svg);
}
.footer-address a,
.footer-email a,
.footer-phone a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
}
.footer-phone a{
	text-decoration:underline;
}
.footer-contact-us{
	margin-top:35px;
}
.footer-contact-us a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
	position:relative;
	display:inline-block;
}
.footer-contact-us a:after{
	content: "";
    position: absolute;
	right: -32px;
    top: 5px;
	width:24px;
	height:24px;
	background: no-repeat url(./img/arrow-white-right.svg);
}
.footer-copyright-row{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 120%;

	color: #FFFFFF;
}
.footer-social-row{
	min-width:175px;
	margin-left:20px;
}
.footer-social-items{
	display:flex;
	gap:24px;
}
.footer-cta{
	background-color:#FFF;
	margin-left:10%;
	margin-right:10%;
	display:flex;
	padding-top:34px;
	padding-bottom:34px;
}
.footer-cta .footer-cta-col:first-child{
	width:75%;
	padding-right:12.5%;
	padding-left:12.5%;
}
.footer-cta .footer-cta-col:last-child{
	width:25%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cta h5{
	margin:0;
	padding:0;

	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;

	color: #022B4E;
}
.footer-cta p{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 145%;

	color: #041D32;
	margin:0;
	margin-top:10px;
}

/* Custom - Homepage
--------------------------------------------- */

.hp-auto-item-inner{
	position:relative;
}
.hp-auto-item-content{
	opacity: 0;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background: rgba(232, 105, 13, 0.75);
	backdrop-filter: blur(2px);
}
.hp-auto-item:hover .hp-auto-item-content,
.related-project:hover .hp-auto-item-content{
	opacity: 1;
	transition: 1s;
}
a.hp-auto-item-link .hp-auto-item-content,
.related-project a .hp-auto-item-content{
	color:#fff;
}
.hp-auto-item-content{
	padding-top:15px;
	padding-bottom:15px;
	padding-right:26px;
	padding-left:26px;
}
.hp-auto-item-content h2{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;
	color: #FFFFFF;
	margin:0;
}
.hp-auto-item-content p{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 145%;
	color: #FFFFFF;
	margin:0;
}
.hp-auto-item-content .wpb_content_element{
	margin:0;
}
/*
.hp-large-slide-item{
	background-repeat: no-repeat;
	background-size:cover;
	height: 100vh;
}
body.home.admin-bar .hp-large-slide-item{
	height: calc(100vh - 32px);
}
*/

.hp-large-slide-item-inner{
	position:relative;
}
.hp-large-slide-item-img{
	width:100%;
}
.hp-large-slide-item-content{
	position:absolute;
	/*bottom:0;*/
	top: 35%;
	right:5%;
	left:5%;
	max-width: 50%;
}
.next-slide{
	position:absolute;
	bottom:30px;
	right:70px;
}
.next-slide-inner{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	position:relative;
}
.next-slide-inner:after{
	content: "";
    position: absolute;
	right: -40px;
    top: 5px;
	width:30px;
	height:14px;
	background: no-repeat url(./img/arrow-orange-right.svg);
}
.hp-large-slide-item-content h1{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	/*font-size: 32px;
	line-height: 40px;*/
	font-size: 72px;
    line-height: 75px;
	color: #FFFFFF;
	margin-bottom:15px;
}
@media (max-width:767px)
{
	.hp-large-slide-item-content h1{
	font-size: 62px;
    line-height: 68px;
	}
}
@media (max-width:667px)
{
	.hp-large-slide-item-content h1{
	font-size: 42px;
    line-height: 52px;
	}
}
.hp-large-slide-item-content .vc_wp_custommenu{
	margin-bottom:30px;
}
.hp-large-slide-item-content ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	/*gap:38px;
	justify-content: space-between;*/
	flex-wrap: wrap;
	margin-right:32px;
}
.hp-large-slide-item-content ul li{
	margin-right:38px;
}
.hp-large-slide-item-content ul li a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration:none;
}
.hp-stats-outer{
	border: 1px solid #E8690D;
	backdrop-filter: blur(6px);
	border-radius: 2px;
	
	position:relative;
	
	padding-top:104px;
	margin-top:97px;
	
	padding-left:30px;
	padding-right:30px;
	padding-bottom:48px;
}
.hp-stats-img{
	position:absolute;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hp-stats-img img{
	background-color:#F2F4F5;
}
.hp-stats{
	display:flex;
	gap:48px;
	gap:7%;
}
.hp-stat{
	
}
.hp-stat-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #022B4E;
}
.hp-stat-desc{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 145%;
	color: #041D32;
}
.hp-testimonial{
	border: 1px solid #E8690D;
	border-radius: 2px;
	
	position:relative;
	margin-top:72px;
	padding:32px;
	max-width:462px;
}
.hp-testimonial-img{
	position:absolute;
	top:0;
	left: 42px;
	transform: translate(-50%, -50%);
}
.hp-testimonial-img img{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
.hp-testimonial p{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 145%;
	color: #041D32;
	margin:0;
}
.hp-testimonial .hp-testimonial-name{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 145%;
	color: #415D74;
	margin-top:24px;
}
.hp-testimonial .hp-testimonial-company{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 145%;
	color: #415D74;
	margin-top:2px;
}

.bg-blue-photo-overlay{
	background-size:cover;
}
.hp-company-logos{
	display:flex;
	justify-content:space-between;
	
	opacity: 0.5;	
}
.hp-company-logos.vc_row:after,
.hp-company-logos.vc_row:before{
	display:none;
}
.hp-company-logos .wpb_column {
	width:auto;
	float:none;
}
.hp-blog-img-col{
	background-color:#041D32;
}
.hp-blog-list-col{
	margin-top: -22px;
}
.hp-blog-list-col.vc_column_container>.vc_column-inner{
	padding-right: 24%;
    padding-left: 12%;
}
.col-nation-presence.vc_column_container>.vc_column-inner{
	padding-left:79px;
	padding-left: 12%;
}
.hp-blog-item{
	border-bottom: 0.5px solid #E8690D;
	padding-bottom:25px;
	margin-bottom:0;
}
.hp-blog-item.wpb_content_element{
	margin-bottom:0;
}
.hp-blog-item .meta-text{
	margin-top:25px;
	text-transform:uppercase;
}
.hp-blog-item p{
	margin:0;
	margin-top:5px;
}
.hp-blog-item a{
	text-decoration:none;
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 145%;
	color: #041D32;
}
.hp-blog-item .meta-text a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	letter-spacing: 0.2px;
	text-transform: uppercase;

	color: #415D74;
}
.hp-superimposed-img-col{
	
}
.hp-superimposed-img-col .vc_column-inner{
    padding-top: 29% !important;
    padding-left: 50% !important;
    padding-right: 0px !important;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: 80%;

}
.hp-superimposed-img{
	border: solid 3px #fff !important;
    border-radius: 7px !important;
}
.hp-superimposed-img img{
	width: 400px !important;
}
/* Custom - Responsive
--------------------------------------------- */
@media (max-width:1046px){
	.hp-stats{
		flex-wrap:wrap;
	}
	.hp-stats .hp-stat{
		width:46.5%;
	}
	.hp-stats .hp-stat:nth-child(1),
	.hp-stats .hp-stat:nth-child(2){
		margin-bottom:32px;
	}
	.hp-auto-item:hover .hp-auto-item-content{
		opacity:0;
	}
}
@media (max-width:1000px){
	.footer-cta .footer-cta-col:first-child{
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer-cta .footer-cta-col:last-child{
		min-width:200px;
	}
	.footer-top{
		flex-wrap:wrap;
	}
	.footer-top .footer-top-col{
		width:100%;
	}
	.footer-top .footer-top-col:first-child{
		margin-bottom: 0;
	}
	.footer-top-col.col-grow .footer-nav-list{
		margin-top: 70px;
	}
}
@media (max-width:975px){
	.next-slide{
		right:50px;
	}
}
@media (max-width:800px){
	.footer-top-col.col-grow{
		flex-wrap:wrap;
	}
	.footer-top-col.col-grow .footer-nav-list{
		width:50%;
	}
}
@media (max-width:767px){
	body.archive.tax-product_tag main,
	body.search-results main,
	body.search-no-results main,
	body.error404 main,
	body.single-open_positions main,
	body.tag main{
		padding-left: 15px;
		padding-right: 15px;
	}
	.margin-lr-5p,
	.vc_row.margin-lr-5p{
		margin-left: 15px;
		margin-right: 15px;
	}
	.margin-l-5p,
	.vc_row.margin-l-5p{
		margin-left: 15px;
	}
	.margin-r-5p,
	.vc_row.margin-r-5p{
		margin-right: 15px;
	}
	.padding-lr-5p,
	.vc_row.padding-lr-5p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.padding-l-5p,
	.vc_row.padding-l-5p{
		padding-left: 15px;
	}
	.padding-r-5p,
	.vc_row.padding-r-5p{
		padding-right: 15px;
	}

	.margin-lr-16-5p,
	.vc_row.margin-lr-16-5p{
		margin-left: 30px;
		margin-right: 30px;
	}
	.margin-l-16-5p,
	.vc_row.margin-l-16-5p{
		margin-left: 30px;
	}
	.margin-r-16-5p,
	.vc_row.margin-r-16-5p{
		margin-right: 30px;
	}
	.padding-lr-16-5p,
	.vc_row.padding-lr-16-5p{
		padding-left: 30px;
		padding-right: 30px;
	}
	.padding-l-16-5p,
	.vc_row.padding-l-16-5p{
		padding-left: 30px;
	}
	.padding-r-16-5p,
	.vc_row.padding-r-16-5p{
		padding-right: 30px;
	}
	
	.margin-lr-22-5p,
	.vc_row.margin-lr-22-5p{
		margin-left: 35px;
		margin-right: 35px;
	}
	.margin-l-22-5p,
	.vc_row.margin-l-22-5p{
		margin-left: 35px;
	}
	.margin-r-22-5p,
	.vc_row.margin-r-22-5p{
		margin-right: 35px;
	}
	.padding-lr-22-5p,
	.vc_row.padding-lr-22-5p{
		padding-left: 35px;
		padding-right: 35px;
	}
	.padding-l-22-5p,
	.vc_row.padding-l-22-5p{
		padding-left: 35px;
	}
	.padding-r-22-5p,
	.vc_row.padding-r-22-5p{
		padding-right: 35px;
	}

	.col-nation-presence.vc_column_container>.vc_column-inner{
		padding-left: 15px;
	}
	.hp-blog-list-col.vc_column_container>.vc_column-inner{
		padding-left: 30px;
		padding-right: 30px;
	}
	.vc_column_container>.vc_column-inner.vc_custom_1741310285909 {
		padding-right: 15px !important;
	}
	.footer-cta{
		flex-wrap:wrap;
		justify-content: space-around;
	}
	.footer-cta .footer-cta-col{
		width:100%;
	}
	.footer-cta .footer-cta-col:first-child{
		margin-bottom:32px;
	}
}
@media (max-width:1030px){ /*was 690px*/
	.header-top{
		flex-wrap:wrap;
		justify-content: center/*space-between*/;
		margin-top: 0;
	}
	/*.header-top .header-top-col:nth-child(1){
		order: 1;
	}
	.header-top .header-top-col:nth-child(2){
		order: 3;
		width:100%;
		margin-top:10px;
	}
	.header-top .header-top-col:nth-child(3){
		order: 2;
	}*/
	.header-top .header-top-col:nth-child(1){
		order: 1;
		width:100%;
	}
	.header-top .header-top-col:nth-child(2){
		order: 5;
	}
	.header-top .header-top-col:nth-child(3){
		order: 4;
		width:100%;
	}
	.header-top .header-top-col:nth-child(4){
		order: 2;
	}
	.header-top .header-top-col:nth-child(5){
		order: 3;
	}
	.header-search{
		text-align: center;
	}
	.header-top-col
	{
		/*flex-grow: 0;*/
		align-self: center;
	}
	.header-top-col-logo{
		flex-grow: 0;
	}
	.header-top-col-menu{
		flex-grow: 0;
	}
	.header-top-col-search{
		flex-grow: 0;
	}
	.header-top-col-search-button{
		flex-grow: 0;
	}
	.header-top-col-social{
		flex-grow: 0;
		margin-top: 15px;
	}
	.header-top-col-contact{
		flex-grow: 2;
		margin-top: 11px;
	}
}
@media (max-width:1250px){
	.header-call-phone-label{display:none;}
	#menu-top-menu{gap:24px;}
}
@media (max-width:1070px){
	#menu-top-menu{gap:12px;}
}
@media (max-width:616px){
	#menu-top-menu{
		/*gap:24px;*/
	}
	.hp-company-logos{
		flex-wrap:wrap;
		justify-content: space-around;
	}
}
@media (max-width:535px){
	.hp-large-slide-item-content{
		position:initial;
		padding-right:15px;
		padding-left:15px;
		max-width: 100%;
	}
	.hp-large-slide-item-content h1{
		color:#022B4E;
		margin-top:32px;
	}
	.hp-large-slide-item-content ul{
		margin-right: auto;
		gap:15px;
	}
	.hp-large-slide-item-content ul li {
		margin-right: 0;
		width: calc(50% - 7.5px);
	}
	.hp-large-slide-item-content ul li a{
		color:#022B4E;
	}
	.hp-large-slides-slider .next-slide{
		position:relative;
		display: block;
		right: auto;
		bottom: auto;
		text-align:center;
	}
	.hp-large-slides-slider .next-slide-inner{
		color:#022B4E;
		position: relative;
		display: inline-block;
	}
}
@media (max-width:520px){
	.header-top{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-search-form input{
		width:90%;
	}
	.header-social-items{
		gap: 12px
	}
	.header-top-right{
		gap: 5px;
	}
	#menu-top-menu{
		gap:0;
		flex-wrap:wrap;
	}
	#menu-top-menu .menu-item{
		width:50%;
		text-align:center;
	}
	.header-bottom{
		flex-wrap:wrap;
		gap:0;
	}
	.header-bottom > div{
		width:100%;
	}
}
@media (max-width:470px){
	.footer-top-col.col-grow .footer-nav-list{
		width:100%;
	}
}
@media (max-width:420px){
	h2 {
		font-size: 48px;
	}
}


.header-logo{
	transform:scale(1.0);
	transition-duration: 0.5s;
	transform-origin: top;
}
.header-top-col.col-grow.shrink .header-logo{
	transform:scale(0.42);
}
.header-top-col.col-grow{
	max-height: 156.09px;
    transition: max-height 0.25s ease-out;
}
.header-top-col.col-grow.shrink {
    max-height: 62.58px;
	
}
@media (max-width:1030px){/*was 988px*/
	.header-logo{
		transform:scale(1.0);
		height:60px;
		width:201px;
		margin-left: auto;
        margin-right: auto;
	}
	.header-top-col.col-grow.shrink .header-logo{
		transform:scale(1.0);
	}
}






@keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}
.video-wrap{
	position:relative;
}
.btn-video-wrap {
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.pxl-flex-center{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.pxl-btn-video{
	box-shadow: none;
    text-decoration: none;
}
.pxl-btn-video {
    position: relative;
    z-index: 99
}
.pxl-btn-video.style1 {
    width: 189px;
    height: 189px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    border: 1px solid rgba(255,255,255,.6);
    background-color: rgba(255,255,255,.3)
}
.pxl-video-btn-effect:before,
.pxl-btn-video.style1:before,
.pxl-btn-video.style2:before,
.pxl-video-player1:hover .pxl-btn-video.style3:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.63);
    border-radius: 50%;
    animation: pxl_pulse_border 1500ms ease-out infinite;
    -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
    z-index: 0;
    border-radius: inherit
}

.pxl-video-btn-effect::after,
.pxl-btn-video.style1::after,
.pxl-btn-video.style2::after,
.pxl-video-player1:hover .pxl-btn-video.style3::after {
    position: absolute;
    content: "";
    inset: 0;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: -1
}

@font-face {
	font-family: caseicon;
    src: url(./font/caseicon.eot);
    src: url(./font/caseicon.eot?#iefix)format("embedded-opentype"),url(./font/caseicon.woff2)format("woff2"),url(./font/caseicon.woff)format("woff"),url(./font/caseicon.ttf)format("truetype"),url(./font/caseicon.svg#caseicon)format("svg");
    font-weight: 400;
    font-style: normal
}
[class^=caseicon-], [class*=" caseicon-"] {
    display: inline-flex;
}
.caseicon-play1:before {
    content: "\f10b";
}
[class^=caseicon-]:before, [class*=" caseicon-"]:before, [class^=caseicon-]:after, [class*=" caseicon-"]:after {
    font-family: Caseicon;
    font-style: normal;
    font-weight: 400;
}






.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 998;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  
  background: rgba(4, 29, 50, 0.5);
  backdrop-filter: blur(12px);
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.yoe{
	display:flex;
	align-items: end;
	margin-right:110px;
	margin-left:5%;
}
.yoe-1{
	display:inline-block;
	max-width:140px;
}
.yoe-2{
	display:inline-block;
	max-width:150px;
}
.yoe-3{
	display:inline-block;
	max-width:300px;
}
.yoe-number{
	display:inline-block;
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 115px;
	
	color: #0A3254;
}
.yoe-desc{
	display:inline-block;
	font-family: 'Geologica';
	font-style: italic;
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	color: #0A3254;
	padding-right:24px;
}


.leaders:not(.leadership-slider){
	display: flex;
    gap: 24px;
	flex-wrap:wrap;
}
.leaders:not(.leadership-slider) .leader{
	/*width:calc(33.333% - ((24px * 2) / 3));*/
	width:calc(25% - ((24px * 3) / 4));
}
.leader-inner{
	position:relative;
	cursor:pointer;
}
.leader-img{
	width:100%;
}
.leader-bottom{
	position:absolute;
	bottom: 6px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
	padding: 20px 24px;	
}
.leadership-slider .leader-bottom{
	bottom: 0;
}
.leader-bottom-inner{
	display:flex;
}
.leader-bottom-left{
	flex-grow: 1;
}
.leader-bottom-job-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #022B4E;
}
.leader-bottom-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;
	color: #022B4E;
	margin-top:10px;
}
.leader-bottom-right{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.leader-bottom-arrow{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.leaders .leader:hover .leader-bottom{
	display:none;
}
.leader-hover{
	display: none;
	
	position:absolute;
	top: 0;
	bottom: 6px;
    right: 0;
    left: 0;
	padding: 20px 24px;
	background: rgba(232, 105, 13, 0.5);
	backdrop-filter: blur(20px);
	color:#fff;
	
    align-items: center;
    justify-content: center;
}
.leadership-slider .leader-hover{
	bottom: 0;
}
.leaders .leader:hover .leader-hover{
	display: inline-flex;
}
.leader-hover-desc{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 145%;
}
.leader-hover-job-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
}
.leader-hover-title{
	margin-top:11px;
	
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;
}
.leader-hover-inner-bottom{
	margin-top:35px;
	display:flex;
}
.leader-hover-inner-bottom-left{
	flex-grow: 1;
}
.leader-hover-inner-bottom-right{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.leader-hover-arrow{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*Testing start
.leaders .leader-bottom{
	display:none;
}
.leader-hover{
	display: inline-flex;
}*/
/*Testing end*/










.pxl-history.timeline-alternating {
    width: 100%
}

.pxl-history.timeline-alternating .pxl-item--container {
    width: 100%;
    display: flex
}

@media screen and (max-width: 767px) {
    .pxl-history.timeline-alternating .pxl-item--container {
        padding-left:35px
    }

    .pxl-history.timeline-alternating .pxl-item--container .pxl-item--inner {
        width: 100%
    }
}

.pxl-history.timeline-alternating .pxl-item--container:last-child .pxl-item--info {
    padding-bottom: 0
}

.pxl-history.timeline-alternating .pxl-item--container:last-child .pxl-item--info::after {
    display: none
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(even) {
    justify-content: flex-end
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(even) .pxl-item--index {
    left: 0;
    transform: translate(-50%,12px)
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(even) .pxl-item--info {
    padding-left: 110px;
    text-align: start
}

@media screen and (max-width: 1024px) {
    .pxl-history.timeline-alternating .pxl-item--container:nth-child(even) .pxl-item--info {
        padding-left:60px
    }
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(even) .pxl-item--info::after {
    left: 0;
    transform: translateX(-50%)
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) {
    justify-content: flex-start
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--index {
    right: 0;
    transform: translate(50%,12px)
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--info {
    padding-right: 110px;
    text-align: end
}

@media screen and (max-width: 1024px) {
    .pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--info {
        padding-right:60px
    }
}

.pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--info::after {
    right: 0;
    transform: translateX(50%)
}

@media screen and (max-width: 767px) {
    .pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) {
        justify-content:flex-end
    }

    .pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--index {
        left: 0;
        transform: translate(-50%,12px)
    }

    .pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--info {
        padding-left: 60px;
        padding-right: 0;
        text-align: start
    }

    .pxl-history.timeline-alternating .pxl-item--container:nth-child(odd) .pxl-item--info::after {
        left: 0;
        transform: translateX(-50%)
    }
}

.pxl-history.timeline-alternating .pxl-item--inner {
    position: relative;
    width: 50%;
    padding-bottom: 70px;
}

.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--index {
    position: absolute;
    top: 0;
    transform: translate(50%,12px);
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(151,186,199,.3);
    transition: background-color .25s linear
}

@media screen and (max-width: 575px) {
    .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--index {
        width:64px;
        height: 64px;
        min-width: 64px
    }
}

.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number {
    position: relative;
    font-family: inter,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    min-width: 66px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    transition: background-color .25s linear
}

.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translate(-7px,-7px);
    width: 80px;
    height: 80px;
    background-color: rgba(65,93,116,.6);
    transition: all .25s ease-in-out;
    z-index: -1;
    border-radius: 50%
}

@media screen and (max-width: 575px) {
    .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number {
        min-width:50px;
        width: 50px;
        height: 50px;
    }

    .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number::before {
        width: 64px;
        height: 64px;
    }
}

.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--title {
    margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--title {
        font-size:24px;
    }
}

@media screen and (max-width: 575px) {
    .pxl-history.timeline-alternating .pxl-item--inner .pxl-item--title {
        font-size:20px;
    }
}

.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--info::after {
    content: "";
    position: absolute;
    top: 40px;
    width: 0;
    height: calc(100% - 20px);
    border: 1px solid #E8690D;
    border-style: solid;
    z-index: -1
}

.pxl-history.timeline-alternating .pxl-item--inner:hover .pxl-item--number {
    background-color: #022B4E;
}

.pxl-history.timeline-alternating .pxl-item--inner:hover .pxl-item--number::before {
    transform: scale(1.5);
    opacity: 0
}

.pxl-history.timeline-single-side .pxl-item--container:last-child .pxl-item--inner,.pxl-history.timeline-single-side2 .pxl-item--container:last-child .pxl-item--inner {
    padding-bottom: 0
}

.pxl-history.timeline-single-side .pxl-item--container:last-child .pxl-item--inner::after,.pxl-history.timeline-single-side2 .pxl-item--container:last-child .pxl-item--inner::after {
    display: none
}

.pxl-history.timeline-single-side .pxl-item--inner,.pxl-history.timeline-single-side2 .pxl-item--inner {
    position: relative;
    display: flex;
    gap: 23px;
    align-items: start;
    padding-bottom: 58px
}

.pxl-history.timeline-single-side .pxl-item--inner::after,.pxl-history.timeline-single-side2 .pxl-item--inner::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 5px;
    width: 0;
    height: 100%;
    border-width: 1px;
    border-style: dashed;
    border-color: #636363;
    z-index: 1
}

.pxl-history.timeline-single-side .pxl-item--inner .pxl-item--number,.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--number {
    font-family: inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    min-width: 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    color: #223035;
    transition: background-color .25s linear;
    margin-top: 4px;
    z-index: 2
}

.pxl-history.timeline-single-side .pxl-item--inner .pxl-item--title,.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--title {
    color: #223035;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.2px;
    margin-bottom: 10px
}

.pxl-history.timeline-single-side .pxl-item--inner .pxl-item--content,.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--content {
    color: #223035;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.15px;
    max-width: 420px
}

.pxl-history.timeline-single-side2 .pxl-item--inner {
    padding-bottom: 84px
}

.pxl-history.timeline-single-side2 .pxl-item--inner::after {
    border-color: #19272b
}

.pxl-history.timeline-single-side2 .pxl-item--inner .pxl-item--number {
    border: 1px solid #38464a;
    background: #dfecec;
    color: #223035
}


p.pxl-item--number{
	margin:0;
}
.pxl-white{
	color: #fff;
}
.pxl-bg-blue-1{
	background-color: #627a8e;
}

.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--number::before{
	
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--info::after{
	z-index:0;
}
.pxl-history.timeline-alternating .pxl-item--inner .pxl-item--index{
	z-index:1;
}




.absolute-column-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:1;
}
.row-two-col-r-logo-middle > .wpb_column  > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner{
	padding-left:150px;
	padding-right:150px;
	padding-top:144px;
	padding-bottom:144px;
}

.capabilities-two-col-below-img{
	display:flex;
	gap:30px;
}
.capabilities-two-col-below-img > *{
	width:50%;
}
.capabilities-two-col-below-img h3{
	margin-top:0;
}

.related-projects-slider-pagination{
	padding-left:15px;
}
.leadership-slider-pagination,
.related-projects-slider-pagination{
	margin-bottom:24px;
}

.leadership-slider-pagination-current,
.related-projects-slider-pagination-current,
.featured-projects-slider-pagination-current,
.all-blog-posts-slider-pagination-current,
.all-projects-slider-pagination-current{
	display:inline-block;
}
.leadership-slider-pagination-spacer,
.related-projects-slider-pagination-spacer,
.featured-projects-slider-pagination-spacer,
.all-blog-posts-slider-pagination-spacer,
.all-projects-slider-pagination-spacer{
	display:inline-block;
}
.leadership-slider-pagination-total,
.related-projects-slider-pagination-total,
.featured-projects-slider-pagination-total,
.all-blog-posts-slider-pagination-total,
.all-projects-slider-pagination-total{
	display:inline-block;
}
.leadership-slider-pagination,
.related-projects-slider-pagination,
.featured-projects-slider-pagination,
.all-blog-posts-slider-pagination,
.all-projects-slider-pagination{
	position:relative;
	display: inline-block;
}
.leadership-slider-pagination-prev,
.related-projects-slider-pagination-prev,
.featured-projects-slider-pagination-prev,
.all-blog-posts-slider-pagination-prev,
.all-projects-slider-pagination-prev{
	display:inline-block;
	cursor:pointer;
}
.leadership-slider-pagination-next,
.related-projects-slider-pagination-next,
.featured-projects-slider-pagination-next,
.all-blog-posts-slider-pagination-next,
.all-projects-slider-pagination-next{
	display:inline-block;
	cursor:pointer;
}

/*
.leadership-slider-pagination:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 5px;
    width: 30px;
    height: 14px;
    background: no-repeat url(./img/arrow-orange-right.svg);
}
.leadership-slider-pagination:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 30px;
    height: 14px;
    background: no-repeat url(./img/arrow-orange-left.svg);
}
*/

.capabilities-list{
	
}
.capabilities-list-item{
	display:flex;
	border-left: 1px solid rgba(232, 105, 13, 0.25);
	border-bottom: 1px solid rgba(232, 105, 13, 0.25);
	padding-left:70px;
	padding-top:35px;
	padding-bottom:35px;
}
.capabilities-list a{
	text-decoration:none;
}
.capabilities-list a:first-child .capabilities-list-item{
	padding-top:0;
}
.capabilities-list a:last-child .capabilities-list-item{
	border-bottom-width: 0;
	padding-bottom:19px;
}
.capabilities-list-item-col-1{
	
}
.capabilities-list-item-col-2{
	padding-left:24px;
}
.capabilities-list-item-col-3{
	display: inline-flex;
    align-items: center;
    margin-left: auto;
}
.capabilities-list-item-number{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 145%;
	text-align: right;
	color: #415D74;
}
.capabilities-list-item-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 125%;
	color: #022B4E;
	word-break: break-word;
}
.capabilities-list-item-desc{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #041D32;
	margin-top:7px;
	padding-right:5px;
	max-width:305px;
}
.capabilities-list-item-arrow a{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}
.sticky-col{
	position: sticky !important;
    top: 0;
}
body.admin-bar .sticky-col{
    top: 32px;
}
body.page-id-16 .sticky-col > .vc_column-inner{
	padding-right:60px;
}
@media (max-width:767px){
	body.page-id-16 .sticky-col > .vc_column-inner{
		padding-right:15px;
	}
}

.vc_row.row-projects-slider-and-links-list > .wpb_column:last-child > .vc_column-inner{
	padding-top:125px;
	padding-bottom:40px;
	padding-left:8%;
	padding-right:8%;
}

.project-image-slider-item-img{
	width:100%;
}

.projects-links-list{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	max-height: 200px;
	margin-top:40px;
}
.projects-links-list-item{
	width:50%;
	margin-bottom:12px;
}
.projects-links-list-item a{
	background-color:transparent;
	text-decoration:none;
	
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 10px;
	text-transform: uppercase;
	/*color:#0A3254;*/
	color:#FFF;
	padding-right:35px;
	padding-left:10px;
	position: relative;
}

.projects-links-list-item a:after{
	content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 24px;
    height: 24px;
	/*background: no-repeat url(./img/arrow-navy-right.svg);*/
	background: no-repeat url(./img/arrow-white-right.svg);
}

.col-right-shift-down{
	bottom: -78px;
    right: 0;
	/*padding-right: calc(16.5% - 15px) !important;*/
    background-color: #F2F4F5;
	z-index: 99;
}
.col-right-shift-down .vc_column-inner .wpb_wrapper{
	max-width:415px;
}
@media (max-width: 767px) {
	.col-right-shift-down.vc_column_container >  .vc_column-inner{
		padding-left: 30px;
        padding-right: 30px;
	}
}
.row-parallax-capability > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:first-child > .vc_column-inner{
	padding-right:50px;
}
@media (max-width:767px){
	.row-parallax-capability > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:first-child > .vc_column-inner{
		padding-right:15px;
	}
}
.parallax-capability > .vc_column-inner > .wpb_wrapper {
  background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/792-copy.jpg"); /*./img/entranceway-photo.jpg*/
  min-height: 942px !important;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}
/*Panelized*/
body.page-id-711 .parallax-capability > .vc_column-inner > .wpb_wrapper {
	/*background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/05/Panelized-Construction-Vertical.jpg");*/
	background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/Westin-Gwinett-037.jpg");
}
/*Design/Build*/
body.page-id-702 .parallax-capability > .vc_column-inner > .wpb_wrapper {
	/*background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/05/Design-Build-Vertical.jpg");*/
	background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/Interior-Library3-scaled.jpg");
}
/*Construction Managementt*/
body.page-id-698 .parallax-capability > .vc_column-inner > .wpb_wrapper {
/*background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/05/Construction-Mgmt-Vertical.jpg");*/
	background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/zMDP-0197z-cropped.jpg");
}
/*General Contracting*/
body.page-id-692 .parallax-capability > .vc_column-inner > .wpb_wrapper {
/*background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/05/General-Contracting-Vertical.jpg");*/
	background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/5-3-Bank-scaled.jpg");
}
/*Preconstruction*/
body.page-id-38 .parallax-capability > .vc_column-inner > .wpb_wrapper {
/*background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/05/Preconstruction-Vertical.jpg");*/
	background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/U-Haul-Grayslake.jpg");
}
/*Expansions/Renovations*/
body.page-id-707 .parallax-capability > .vc_column-inner > .wpb_wrapper {
/*background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/05/Expansions-Reno-Vertical.jpg");*/
	background-image: url("https://war25.cmdev.io/wp-content/uploads/2025/10/CVS-Caremark-Office.jpg");
}
.capabilities-subpage-quote{
	border-left: 1px solid #E8690D;
}
.capabilities-subpage-quote-desc{
	font-family: 'Geologica';
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	line-height: 145%;
	color: #0A3254;
}
.capabilities-subpage-quote-name{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 145%;
	color: #415D74;
}

#gform_1 .gfield_checkbox{
	display:flex;
	flex-wrap:wrap !important;
	flex-direction: row !important;
	gap:0 !important;
}
#gform_1 .gfield_checkbox .gchoice{
	width:50% !important;
	margin-bottom:16px;
}
#gform_wrapper_1.gform-theme #gform_1 label,
#gform_wrapper_1.gform-theme #gform_1 legend
{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
}
#gform_wrapper_1.gform-theme #gform_1 legend{
	margin-bottom: 16px;
}
#gform_wrapper_1.gform-theme #gform_1 input[type=text]::placeholder,
#gform_wrapper_1.gform-theme #gform_1 input[type=tel]::placeholder,
#gform_wrapper_1.gform-theme #gform_1 input[type=email]::placeholder,
#gform_wrapper_1.gform-theme #gform_1 textarea::placeholder{
	color: #828282;
}
#gform_wrapper_1.gform-theme #gform_1 input[type=text],
#gform_wrapper_1.gform-theme #gform_1 input[type=tel],
#gform_wrapper_1.gform-theme #gform_1 input[type=email],
#gform_wrapper_1.gform-theme #gform_1 textarea{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
	border-radius: 2px;
}
#gform_wrapper_1.gform-theme #gform_1 input[type=checkbox]{
	border: 1px solid #E0E0E0;
	box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
	border-radius: 2px;
}
#gform_wrapper_1.gform-theme #gform_1 .gfield_required_text{
	display:none;
}
#gform_wrapper_1.gform-theme--foundation .gform_fields{
	row-gap: 24px;
}
.pulse-icon-outer{
	text-align:center;
}
.pulse-icon{
	display: inline-block;
}
.pulse-icon .pxl-item--number::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    transform: translate(-7px, -7px);
    width: 80px;
    height: 80px;
    background-color: rgba(151, 186, 199, 0.3);
    z-index: -1;
    transition: 0.25s ease-in-out;
    border-radius: 50%;
}
.pulse-icon .pxl-item--number {
    position: relative;
    font-family: inter, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    min-width: 66px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    transition: background-color 0.25s linear;
}
.pulse-icon .pxl-item--index {
    z-index: 1;
}
.pulse-icon .pxl-item--index {
    /*position: absolute;
    top: 0px;
    transform: translate(50%, 12px);*/
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: rgba(151, 186, 199, 0.3);
    border-radius: 50%;
    transition: background-color 0.25s linear;
}

.vc_row .vc_row .vc_column-inner:hover .pulse-icon .pxl-item--number {
    background-color: rgb(102, 126, 171);
}
.vc_row .vc_row .vc_column-inner:hover .pulse-icon .pxl-item--number::before {
    transform: scale(1.5);
    opacity: 0;
}
.pulse-icon .zap-icon {
	background-image: url("./img/icon-zap.svg");
	width:20px;
	height:22px;
}


.open-positions-filter{
	background-color:#F2F4F5;
	display:flex;
	padding: 4px;
	gap: 3px;
	border-radius: 2px;
	justify-content: space-around;
}
.open-positions-filter-item{
	padding: 2px 10px;
	border-radius: 2px;
	cursor:pointer;
}
.open-positions-filter-item.active{
	background: rgba(232, 105, 13, 0.1);
}
.open-positions-list-area{
	
}
.open-positions-list{
	margin-top:20px;
	margin-bottom:76px;
}
.open-position{
	padding: 24px 24px 28px;
	border: 1px solid #E8690D;
	border-radius: 2px;
	margin-bottom:24px;
}
.open-position-top{
	display:flex;
}
.open-position-top-col-1{
	
}
.open-position-top-col-2{
	flex-grow: 1;
    text-align: right;
    padding-right: 15px;
}
.open-position-link{
	
}
.open-position-categories{
	
}
.open-position-category{
	
}
.open-position-title{
	margin-top:12px;
	margin-bottom:0;
}
.open-position-options{
	display:flex;
	margin-top:15px;
}
.open-position-option{
	position:relative;
	padding-right:24px;
}
.open-positions-not-found{
	display:none;
	padding:50px;
	text-align:center;
}
.open-position-option.remote{
	padding-left:26px;
}
.open-position-option.remote:before{
	content: "";
    position: absolute;
    left: 0;
    top: 3px;
	width:18px;
	height:20px;
	background: no-repeat url(./img/icon-location-navy.svg);
}
.open-position-option.full-time{
	padding-left:28px;
}
.open-position-option.full-time:before{
	content: "";
    position: absolute;
    left: 0;
    top: 3px;
	width:20px;
	height:20px;
	background: no-repeat url(./img/icon-clock-navy.svg);
}

body.single-post .entry-title{
	margin-top: 20px;
	margin-bottom: 105px;
	max-width:745px;
}

body.single-post .site-main{
	padding-left: calc(5% - 15px);
	padding-right: calc(5% - 15px);
}
@media (max-width:767px){
	body.single-post .site-main{
		padding-left: 15px;
		padding-right: 15px;
	}
}
body.single-post .post-thumbnail img{
	width:100%;
}

body.single-post .entry-content>.wpb-content-wrapper>.vc_row>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.blog-content-area{
	display:flex;
	gap:96px;
	margin-top:65px;
	margin-bottom:100px;
}
.blog-sidebar{
	
}
.blog-sidebar-tags{
	width: 384px;
	background-color:#F2F4F5;
	padding-top:32px;
	padding-right:32px;
	padding-left:32px;
	padding-bottom:40px;
}
.blog-sidebar-tags h4{
	margin:0;
	margin-bottom:17px;
}
.blog-sidebar-tags-list{
	display:flex;
	flex-wrap:wrap;
}
.blog-sidebar-tag{
	background: rgba(232, 105, 13, 0.1);
	padding: 2px 10px;
    border-radius: 2px;
	margin-right:10px;
	margin-top:15px;
}
.blog-sidebar-tag a{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 145%;
	color: #415D74;
	text-decoration:none;
}
.entry-top{
	margin-top:105px;
	display: inline-block;
}
.entry-top-inner{
	display:flex;
	gap:10px;
	padding:4px;
	background-color:#F2F4F5;
}
.entry-top-tag{
	background: rgba(232, 105, 13, 0.1);
    padding: 2px 10px;
    border-radius: 2px;
}
.entry-top-tag a {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    color: #415D74;
    text-decoration: none;
}
.entry-top-reading-time{
	padding: 2px 10px;
	padding-top: 5px;
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 145%;
	color: #415D74;
}
.entry-bottom{
	display:flex;
	justify-content: space-between;
	margin-top:25px;
}
.posted-on-lbl{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #415D74;
}
.posted-on-date{
	margin-top:12px;
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #415D74;
}
.copy-link{
	cursor:pointer;
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #415D74;
	
	padding: 10px 16px;
	padding-left: 44px;
	border: 1px solid #F2F4F5;
	border-radius: 2px;
	
	background: no-repeat url(./img/icon-copy.svg);
	background-position: 15px 7px;
}
.copy-link-btn{
	cursor:pointer;
}
.entry-bottom-col-2 img{
	margin-left:9px;
}

.related-blog-posts{
	border-top: 1px solid #E8690D;
	border-bottom: 1px solid #E8690D;
	padding-top:100px;
	padding-bottom:100px;
	margin-bottom:100px;
}
.related-blog-posts-top{
	display:flex;
	justify-content:space-between;
}
.related-blog-posts-top-col-1{
	
}
.related-blog-posts-top-col-1 h3{
	margin:0;
}
.related-blog-posts-top-col-2{
	
}
.related-blog-posts-list{
	display:flex;
	gap:24px;
	margin-top:32px;
}
.item-blog-post{
	
}
.item-blog-post-img{
	
}
.item-blog-post-img img{
	width:100%;
}
.item-blog-post-date{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #415D74;
	margin-top:20px;
}
.item-blog-post-title-link{
	text-decoration:none;
}
.item-blog-post-title{
	position:relative;
	padding-right:40px;
	margin-top:12px;
	margin-bottom:0;
}
.item-blog-post-title:after{
	content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 24px;
    height: 24px;
	background: no-repeat url(./img/arrow-navy-right.svg);
}
.item-blog-post-excerpt{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #041D32;
	margin-top:10px;
}
.item-blog-post-tags{
	display: flex;
    flex-wrap: wrap;
	margin-top:6px;
}
.item-blog-post-tag{
	background: rgba(232, 105, 13, 0.1);
    padding: 2px 10px;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 15px;
}
.item-blog-post-tag a{
	font-family: 'Geologica';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    color: #415D74;
    text-decoration: none;
}

/*
.blog-content-area {
	display: grid;
	grid-template-columns: 1fr 384px;
	grid-template-rows: 1fr 1fr;
	grid-column-gap: 96px;
	grid-row-gap: 0px;
}

.entry-content { grid-area: 1 / 1 / 2 / 2; }
.blog-sidebar { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 3; }
*/


.blog-header{
	background-image: url("./img/r-bg.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	background-color:#F2F4F5;
	min-height:693px;
	padding-top:182px;
	padding-bottom:79px;
}
.blog-header-subtitle{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #415D74;
}
.blog-header-title{
	margin-top:25px;
	margin-bottom:0;
}
.bottom-border-orange{
	border-bottom: 1px solid #E8690D;
}
.left-border-orange{
	border-left: 1px solid #E8690D;
}

.capabilities-subpage-quote{
	border-left: 1px solid #E8690D;
}
.quote-desc{
	font-family: 'Geologica';
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	line-height: 145%;
	color: #0A3254;
}
.quote-name{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 145%;
	color: #415D74;
}
.blog-recent-blog-posts{
	margin-top:64px;
}
.blog-recent-blog-posts-title{
	margin:0;
}
.recent-blog-posts-list{
	margin-top:32px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.recent-blog-posts-list .item-blog-post:nth-child(1) { 
	grid-area: 1 / 1 / 3 / 2; 
}
.recent-blog-posts-list .item-blog-post:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
	display:flex;
	gap: 24px;
}
.recent-blog-posts-list .item-blog-post:nth-child(2) > * {
	width:50%;
}
.recent-blog-posts-list .item-blog-post:nth-child(3) {
	grid-area: 2 / 2 / 3 / 3;
	display:flex;
	gap: 24px;
}
.recent-blog-posts-list .item-blog-post:nth-child(3) > *{
	width:50%;
}
.recent-blog-posts-list .item-blog-post:nth-child(2) .item-blog-post-date,
.recent-blog-posts-list .item-blog-post:nth-child(3) .item-blog-post-date{
	margin-top:0;
}
.recent-blog-posts-list .item-blog-post-title{
	padding-right: 0;
}
.recent-blog-posts-list .item-blog-post-title:after{
	display:none;
}
.blog-all-blog-posts{
	margin-top:96px;
	margin-bottom:100px;
}
.blog-all-blog-posts-title{
	margin:0;
}
.all-blog-posts-slider{
	margin-top:32px;
}
.all-blog-posts-slider section,
.all-projects-slider section{
	border-bottom: 1px solid #E8690D;
	padding-bottom:64px;
	margin-bottom:14px;
}
.project-item{
	display:flex;
	gap:30px;
	margin-bottom:100px;
}
.project-item > *{
	width:50%;
}
.project-item-col-1{
	padding-right:50px;
}
@media (max-width:767px){
	.project-item-col-1{
		padding-right:15px;
	}
}
.project-item-col-2{
	
}
.project-item-subtitle{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #415D74;
}
.project-item-title{
	margin-top:20px;
	margin-bottom:20px;
}
.project-item-excerpt{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 145%;
	color: #041D32;
}
.project-item-btn{
	margin-top:24px;
}
.project-item-img img{
	width:100%;
}

.leaders .lightbox{
	display:block;
}
.under-popup {
	position:relative;
	z-index: -1;
}
.splide__list.hasPopup{
	transform: none !important;
}
.leaders .lightbox .lightbox-content{
	background-color:#fff;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:1px;
}

.leaders .lightbox .leader-close{
	width:35px;
	height:35px;
	background-image: url("./img/icon-close.svg");
	margin-left: auto;
	cursor:pointer;
}
.leaders .lightbox .leader-container{
	display:flex;
	padding-top:11.25px;
	padding-bottom:11.25px;
	gap:26px;
}
.leader-popup-col-1{
	width:40%
}
.leader-popup-col-2{
	width:60%
}
.leader-popup-img img{
	width:100%;
}
.leader-popup-title{
	margin:0;
}
.leader-popup-job-title{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #022B4E;
	margin-top:10px;
}
.leader-popup-desc{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	color: #041D32;
}
.leader-popup-socials{
	display:flex;
	gap:24px;
}
.leader-popup-social{
	
}

.display-none{
	display:none;
}
.row-r-bg{
    background-image: url(./img/r-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #F2F4F5;
    min-height: 693px;
}

body.page-id-14 .row-r-bg{
	padding-bottom:110px;
}
.row-page-header-two-columns{
	padding-top:110px;
	padding-bottom:79px;
	min-height:469px;
}
.row-page-header-two-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:first-child{
	
}
.row-page-header-two-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:first-child h2{
	margin-top:25px;
}
.row-page-header-two-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child{
	
}
.row-page-header-two-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner{
	padding-top:55px;
	padding-left:75px;
}
@media (max-width:767px){
	.row-page-header-two-columns > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner{
		padding-left:15px;
	}
}



.company-who-we-are-img-col{
	margin-top: -78px;
}
.company-who-we-are-list-col{
	position: relative;
    background-color: #041D32;
}
.company-who-we-are-list-col .wpb_text_column:not(.sub-heading) p{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
}
.company-who-we-are-list-col.vc_column_container>.vc_column-inner{
	padding-right: 10%;
    padding-left: 12%;
	
	position:absolute;
	left: -86px;
	height: 100%;
}
.company-who-we-are-item{
	border-left: 0.5px solid #E8690D;
	padding-left:25px;
	
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
}
.company-who-we-are-item .meta-text{
	padding-top:0;
	margin-top:30px;
	/*text-transform:uppercase;*/
	color:#fff;
	
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
}
.company-who-we-are-list-col > .vc_column-inner > .wpb_wrapper > .company-who-we-are-item ~ .company-who-we-are-item .meta-text{
	padding-top:25px;
	margin-top:0;
}
.company-who-we-are-item p{
	margin:0;
	margin-top:5px;
	color:#fff;
}

.col-text-next-to-img-move-down{
	padding-top:98px;
}
@media (max-width:767px){
	.col-text-next-to-img-move-down{
		padding-top:0;
	}
}
.col-middle-right{
	align-self: center;
	text-align: right;
}
@media (max-width:767px){
	.col-middle-right{
		margin-top:32px;
		text-align: left;
	}
}
.wpb-content-wrapper > .vc_row.row-bottom-leadership{
	border-radius: 50px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: -25px;
    height: 50px;
}

.wpb_text_column ol{
	margin:0;
	padding:0;
	padding-left:18px;
}

.row-contact-form > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner{
	padding-left:50px;
}



@media (max-width:1091px){
	.yoe {
		flex-wrap:wrap;
		row-gap: 20px;
	}
	.company-who-we-are-list-col.vc_column_container>.vc_column-inner{
		position: initial;
		left: auto;
	}
}
@media (max-width:933px){
	.row-company-video .wpb_column{
		width:100%;
	}
	.company-who-we-are-img-col{
		margin-top: 0;
	}
	.company-who-we-are-list-col{
		margin-top:34px;
	}
	.yoe {
		margin-right: 5%;
	}
	.company-who-we-are-list-col.vc_column_container>.vc_column-inner{
		padding-right: 5%;
		padding-left: 5%;
	}
}
@media (max-width:477px){
	.row-r-bg{
		background-image: none;
	}
}

@media (max-width:1086px){
	.leader-bottom{
		position: initial;
		background: none;
		backdrop-filter: none;
		bottom:auto;
		padding: 0;
	}
	.leaders .leader:hover .leader-hover{
		display:none;
	}
	.leaders .leader:hover .leader-bottom {
		display: block;
	}
}

@media (max-width:767px){
	.leaders:not(.leadership-slider) .leader {
		width: calc(50% - 12px);
	}
}
@media (max-width:615px){
	.leaders:not(.leadership-slider) .leader {
		width: 100%;
	}
}
@media (max-width:533px){
	.leaders .lightbox .leader-container{
		flex-wrap:wrap;
	}
	.leader-popup-col-1,
	.leader-popup-col-2{
		width: 100%;
	}
	.leaders .lightbox .lightbox-content{
		padding-left: 20px;
	}
}

@media (max-width:1180px){
	.row-two-col-r-logo-middle > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner{
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (max-width:495px){
	.row-two-col-r-logo-middle > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner{
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width:992px){
	.capabilities-list-item{
		padding-left: 5%;
	}

}
@media (max-width:1384px){
	.projects-links-list{
		max-height: none;
	}
	.projects-links-list-item{
		width:100%;
	}
}
@media (max-width:767px){
	.sticky-col {
		position: initial !important;
	}
	.capabilities-list-item{
		border-left-width:0;
        padding-left: 0;
    }
}
@media (max-width:487px){
	.capabilities-two-col-below-img{
		flex-wrap:wrap;
		gap:0;
		padding-bottom:76px;
	}
	.capabilities-two-col-below-img > *{
		width:100%;
	}
}

@media (max-width: 872px) {
	#gform_1 .gfield_checkbox .gchoice{
		width: 100% !important;
	}
}


@media (max-width: 898px) {
	.vc_row.row-contact-icons{
		margin-top: 25px !important;
	}
	.row-contact-icons .wpb_column{
		width: 100% !important;
		padding-top:50px;
	}
}
@media (max-width:767px){
	.row-contact-form > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner{
		padding-left: 15px;
	}
	.row-contact-form{
		margin-right:0 !important;
	}
	.row-contact-form > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:first-child > .vc_column-inner{
		padding-right: 0;
		
	}
}
@media (max-width:1407px){
	.open-positions-filter{
		justify-content: center;
		flex-wrap:wrap;
	}
}
@media (max-width:767px){
	.project-item{
		flex-wrap:wrap;
	}
	.project-item > *{
		width:100%;
	}
}
@media (max-width:500px){
	.open-position-top{
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.open-position-top > *{
		width:100%;
	}
	.open-positions-list .open-position{
		padding-top:10px
	}
	.open-position-top-col-1{
		padding-top:15px
	}
}
@media (max-width:421px){
	.open-position-options{
		flex-wrap:wrap;
		gap: 5px;
	}
	.open-position-options > *{
		width:100%;
	}
}
.align-self-center{
	align-self: center;
}
.col-content-padding-left.vc_column_container > .vc_column-inner{
	padding-left: 50px;
}
.col-content-padding-right.vc_column_container > .vc_column-inner{
	padding-right: 50px;
}
@media (max-width:767px){
	.col-content-padding-left.vc_column_container > .vc_column-inner{
		padding-left: 15px;
	}
	.col-content-padding-right.vc_column_container > .vc_column-inner{
		padding-right: 15px;
	}
}

@media (max-width:1056px){
	.recent-blog-posts-list{
		display:flex;
		flex-wrap:wrap;
		gap:76px;
	}
}
@media (max-width:670px){
	.recent-blog-posts-list .item-blog-post{
		flex-wrap:wrap;
	}
	.recent-blog-posts-list .item-blog-post > *{
		width:100% !important;
	}
}

.all-blog-posts-slider-pagination.grid,
.all-projects-slider-pagination.grid{
	
}
.all-projects-slider-pagination.three-slides{
	display:none;
}
.all-blog-posts-slider-pagination.two-slides,
.all-projects-slider-pagination.two-slides{
	display:none;
}
.all-blog-posts-slider-pagination.one-slide,
.all-projects-slider-pagination.one-slide{
	display:none;
}
@media (max-width:917px){
	.all-projects-slider-pagination.grid{
		display:none;
	}
	.all-projects-slider-pagination.two-slides{
		display:block;
	}
	.all-projects-slider-pagination.one-slide{
		display:none;
	}
}
@media (max-width:917px){
	.all-blog-posts-slider-pagination.grid{
		display:none;
	}
	.all-blog-posts-slider-pagination.two-slides{
		display:block;
	}
	.all-blog-posts-slider-pagination.one-slide{
		display:none;
	}
}
@media (max-width:685px){
	.all-projects-slider-pagination.grid{
		display:none;
	}
	.all-projects-slider-pagination.two-slides{
		display:none;
	}
	.all-projects-slider-pagination.one-slide{
		display:block;
	}
}
@media (max-width:620px){
	.all-blog-posts-slider-pagination.grid{
		display:none;
	}
	.all-blog-posts-slider-pagination.two-slides{
		display:none;
	}
	.all-blog-posts-slider-pagination.one-slide{
		display:block;
	}
}

@media (max-width:992px){
	.blog-content-area{
		flex-wrap:wrap;
	}
	.blog-sidebar-tags{
		width:auto;
	}
}

@media (max-width:767px){
	.related-blog-posts-list{
		flex-wrap:wrap;
		gap:76px;
	}
}
@media (max-width:418px){
	.entry-bottom{
		flex-wrap:wrap;
	}
	.entry-bottom .entry-bottom-col-1{
		width:100%;
	}
	.entry-bottom .entry-bottom-col-2{
		margin-top:50px;
		width:100%;
		text-align:center;
	}
	img.copy-link-btn{
		margin-left: 0;
	}
}

.blog-archive-list{
	display:flex;
	flex-wrap:wrap;
	gap: 24px;
	margin-top: 24px;
}
.blog-archive-list > *{
	width:calc(33.333% - ((24px * 2) / 3));
	margin-top: 50px;
}
@media (max-width:890px){
	.blog-archive-list > *{
		width:calc(50% - 14px);
		gap: 0;
	}
}
@media (max-width:614px){
	.blog-archive-list > *{
		width:100%;
	}
}

.item-project{
	position:relative;
    /*padding: 11px 11px;*/
}
.item-project-img{
	
}
.item-project-img img{
	width:100%;
}
.item-project-text{
	opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(232, 105, 13, 0.75);
    backdrop-filter: blur(2px);
	
	padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
}
.item-project:hover .item-project-text {
    opacity: 1;
    transition: 1s;
}
a.item-project-link{
	text-decoration:none;
	color:#fff;
}
.item-project-text-inner{
	background: no-repeat url(./img/arrow-white-right-long.svg);
	background-position:center right;
	padding-right:40px;
}
h6.item-project-title{
	color:#fff;
	margin:0;
}
.item-project-text-inner-bottom{
	margin-top:15px;
}
.item-project-location{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	display:inline-block;
}
.item-project-text-inner-bottom-spacer{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
.item-project-client-name{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	display:inline-block;
}

body.single-post .entry-title{
	margin-top: 20px;
	margin-bottom: 105px;
	max-width:745px;
}

body.single-project .entry-header{
	padding-left: calc(16.5% - 15px);
	padding-right: calc(16.5% - 15px);
	/*padding-top:182px;
	padding-bottom:131px;*/
	padding-top: 61px;
    padding-bottom: 35px;
	background-color:#F2F4F5;
}
body.single-project .entry-content{
	padding-left: calc(5% - 15px);
	padding-right: calc(5% - 15px);
}
@media (max-width:767px){
	body.single-project .entry-header{
		padding-left: 30px;
		padding-right: 30px;
	}
	body.single-project .entry-content{
		padding-left: 15px;
		padding-right: 15px;
	}
}
body.single-project .entry-title{
	margin:0;
	margin-top:25px;
}
.project-single-header-bottom{
	margin-top:25px;
}
.project-single-location{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #041D32;
	display:inline-block;
}
.project-single-header-bottom-spacer{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #041D32;
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
}
.project-single-client-name{
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color: #041D32;
	display:inline-block;
	
}
body.single-project .project-single-banner-img img{
	width:100%;
}
.related-project-inner img{
	width:100%;
}
.project-single-related-row{
	margin-top:100px;
	margin-bottom:100px;
}
.project-single-related-title{
	padding-left: calc(5% - 15px);
	padding-right: calc(5% - 15px);
	margin-top:0;
	margin-bottom:46px;
}
@media (max-width:767px){
	.project-single-related-title{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.project-single-related-row .related-projects-slider-pagination{
	padding-left: 0;
}
.project-single-image-row{
	display:flex;
	gap:82px;
	margin-top:100px;
}
.project-single-image-row-col-1{
	width:50%;
}
.project-single-image-row-col-1 img{
	width:100%;
	margin-bottom:24px;
}
.project-single-image-row-col-1 img:last-child{
	margin-bottom:0;
}
.project-single-image-row-col-2{
	width:50%;
	
}
.project-single-image-row-col-2-inner{
	position:sticky;
	top: 0;
}
.project-single-image-row-col-2 img{
	width:100%;
}

.featured-project{
	display:flex;
}
.featured-project-col-1{
	width:50%;
	padding-bottom:50px;
	padding-right:30px;
}
.featured-project-col-2{
	width:50%;
}
.featured-project-col-2 img{
	width:100%;
}
.featured-projects-slider-pagination{
	position: absolute;
    bottom: 0;
    background-color: #fff;
}
.featured-project-desc{
	margin-top:30px;
}
.featured-project-title{
	margin-top:20px;
	margin-bottom:20px;
}
.featured-project-location{
	margin-bottom:3px;
}
.featured-project-client{
	
}
.featured-project-link{
	margin-top:34px;
}

.projects-filter{
	background-color:#F2F4F5;
	display:flex;
	flex-wrap:wrap;
	padding: 4px;
	gap: 3px;
	border-radius: 2px;
	justify-content: space-around;
	margin-bottom:20px;
}

.projects-filter-item{
	padding: 2px 10px;
	border-radius: 2px;
	cursor:pointer;
}
.projects-filter-item.active{
	background: rgba(232, 105, 13, 0.1);
}

@media (max-width:1440px){
	.projects-filter{
		justify-content: center;
	}
}
@media (max-width:767px){
	.featured-project{
		flex-wrap:wrap;
	}
	.featured-project-col-1{
		width:100%;
	}
	.featured-project-col-2{
		width:100%;
	}
	.featured-projects-slider-pagination{
		position:initial;
		margin-top:24px;
	}
	.featured-project-col-2{
		padding-right:30px;
	}
	.project-single-image-row{
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.project-single-image-row-col-1{
		width:100%;
	}
	.project-single-image-row-col-2{
		width:100%;
	}
}

.primary-large-paragraph-text p
{
	font-size: 18px !important;
	line-height: 145% !important;
}

.menu-toggle
{
	display:none;
	float: left;
    background-color: #041D32;
    color: transparent;
    border-width: 0;
    height: 40px;
    width: 40px;
	text-align: center;
    padding: 0px;
	padding: 0px;
}
.menu-toggle b {
    background-color: #fff !important;
    display: block !important;
    height: 4px !important;
	margin: 5px auto 5px auto;
    margin-bottom: 5px;
    width: 20px !important;
}
@media screen and (max-width: 667px) {
	.menu-toggle{display: block;}
  #menu-location-menu-top {
    display: none !important;
  }
	.header-bottom {
		margin-top: 7px;
		margin-bottom: 7px;
	}
}
body.page-id-56 .row-page-header-two-columns
{
	padding-top: 50px !important;
    padding-bottom: 50px !important;
    min-height: auto;
}

.site-header
{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

body.search-results{
	
}
body.search-results article
{
	width: 50%;
}

body.search-results article .entry-title
{
	font-size: 22px;
	
}