/*
	Theme Name: Earle Theme
	Author: FieldWrk
*/

/* Login Screen */

.login {
	background: #F1A91C;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/wp-content/themes/earle/images/logo.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
	background-color: #00332A;
}

.login #login_error, .login .message, .login .success {
	background: #00332A;
	color: #ffffff;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: #00332A;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-bottom: 0;
}

.login label {
	color: #ffffff;
	font-weight: bold;
	font-family: 'Archivo';
	text-transform: uppercase;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border-radius: 0;
	margin-bottom: 1em;
	font-family: 'Inter';
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-family: 'Archivo';
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	border-radius: 60px;
	background: #F1A91C;
	color: #00332A;
	border: 2px solid #F1A91C;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: transparent;
	text-decoration: none;
	color: #F1A91C;
	border: 2px solid #F1A91C;
}

.wp-core-ui .button.button-large {
    background: #00332A;
    color: #ffffff;
}

.login #backtoblog a, .login #nav a {
	color: #ffffff;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #ffffff;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: #00332A;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-radius: 0;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Font References */

@font-face {
  	font-family: 'Archivo';
  	src: url(library/fonts/Archivo-Regular.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-weight: bold;
  	src: url(library/fonts/Archivo-Bold.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-style: italic;
  	src: url(library/fonts/Archivo-Italic.ttf);
}

@font-face {
  	font-family: 'Inter';
  	src: url(library/fonts/Inter-Regular.ttf);
}

@font-face {
  	font-family: 'Inter';
  	font-weight: bold;
  	src: url(library/fonts/Inter-Bold.ttf);
}

@font-face {
  	font-family: 'Denominary';
  	src: url(library/fonts/Denominary-Bold.ttf);
}

@font-face {
  	font-family: 'Grafinco';
  	src: url(library/fonts/Grafinco.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	color: rgba(255,255,255,0.85);
	position: relative;
	background-image: url(/wp-content/themes/earle/images/bg-green-square.svg);
	background-repeat: repeat;
}

.container {
	width: 90%;
	max-width: 1800px;
}

.container-fluid {
	position: relative;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

.ml-container {
	margin-left: 5%;
}

.mr-container {
	margin-right: 5%;
}

/* Typography */

h1 {
	font-family: 'Denominary';
	font-size: 5.7em;
	text-transform: uppercase;
}

h1.smaller {
	font-family: 'Archivo', sans-serif;
	font-size: 2.3em;
	font-weight: bold;
}

h1.jumbo {
	font-size: 14em;
	line-height: 0.8;
	margin: 0;
	z-index: 1;
	position: relative;
}

h1.jumbo:before, h1.jumbo:after {
	content: attr(data-text);
	font-size: 14em;
	position: relative;
	left: 0;
	color: transparent;
  	-webkit-text-stroke-width: 2px;
  	-webkit-text-stroke-color: #A97614;
  	font-family: 'Denominary';
  	font-size: 1em;
  	text-transform: uppercase;
  	display: block;
  	opacity: 0.5;
}

.grafinco h1 {
	font-family: 'Grafinco';
	font-size: 6em;
	line-height: 0.8;
}

h2, .h2 {
	font-family: 'Denominary';
	text-transform: uppercase;
	font-size: 7.5em;
	color: #ffffff;
	line-height: 1;
}

.page-template-projects h2 {
	font-size: 4.5em;
}

.grafinco h2 {
	font-family: 'Grafinco';
	font-size: 5em;
}

.grafinco .bg-light-gray h2 {
	color: #016B52;
}

.bg-light-gray h2 {
	color: #00332A;
}

h3, .h3 {
	font-family: 'Archivo', sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1;
}

#content h3 {
	margin-top: 1em;
}

#header .h3 {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.5s all;
	z-index: 2;
}

#header .h3.in {
	opacity: 1;
}

h4, .h4 {
	font-family: 'Archivo', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.bg-left-tab #stats .h4 {
	color: #ffffff;
}

h5 {
	font-family: 'Archivo', sans-serif;
}

h6 {
	font-family: 'FONT NAME GOES HERE', sans-serif;
}

.display {
	font-family: 'Denominary';
	text-transform: uppercase;
	font-size: 9em;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
}

.display.grafinco {
	font-family: 'Grafinco';
	font-size: 3em;
	white-space: nowrap;
}

#header .display {
	font-size: 15em;
}

.outline {
	color: transparent;
  	-webkit-text-stroke-width: 2px;
  	-webkit-text-stroke-color: #F1A91C;
  	font-family: 'Denominary';
  	font-size: 6em;
  	text-transform: uppercase;
  	text-align: center;
  	position: relative;
}

.grafinco h1 .line:first-of-type .word {
	font-size: 1em;
	font-family: 'Grafinco';
	-webkit-text-stroke-color: #016B52;
	-webkit-text-stroke-width: 2px;
	color: transparent;
	margin-left: -10px;
}

.grafinco h2 .line:first-of-type .word {
	margin-left: -10px;
}

.blockquote, blockquote {
	font-weight: bold;
	font-size: 1.8em;
	font-family: 'Archivo';
	line-height: 1.3;
}

.by-line {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Archivo';
	font-size: 1.3em;
}

.number {
	font-family: 'Denominary';
  	font-size: 8em;
  	text-transform: uppercase;
  	line-height: 1;
  	color: #F1A91C;
}

.bg-yellow .number {
	color: #00332A;
}

.grafinco .number {
	font-family: 'Grafinco';
	font-size: 6em;
}

a {
	color: #000000;
	transition: 0.5s all;
}

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

#header a:not(.btn-primary):not(.btn-secondary) {
	color: #ffffff;
}

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

hr {
	border-top: 2px solid #E7EBED;
	margin-top: 3em;
	margin-bottom: 3em;
	width: 100%;
}

.bg-yellow hr {
	border-top: 2px solid #A97614;
	max-width: 0;
	transition: 0.5s all;
}

.bg-light-gray hr {
	border-color: #999999;
}

.bg-yellow hr.in {
	max-width: 100%;
}

b, strong {
	font-weight: 900;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff !important;
}

.color-black {
	color: #000000;
}

.color-yellow, .bg-light-gray .bg-left-tab .color-yellow:not(.number) {
	color: #F1A91C;
}

.bg-light-gray .color-yellow:not(.number) {
	color: #00332A;
}

.color-green {
	color: #00332A;
}

.color-lighter-green {
	color: #016B52;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary, li.btn-primary a, .gform_next_button, .gform_previous_button {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-family: 'Archivo';
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	border-radius: 60px;
}

.btn-primary, li.btn-primary a, .gform_next_button, .gform_previous_button {
	background: #F1A91C;
	color: #00332A;
	border: 2px solid #F1A91C;
}

.bg-yellow .btn-primary {
	color: #00332A;
	border: 2px solid #00332A;
	background: transparent;
}

.bg-light-gray .btn-primary:hover, .bg-light-gray .btn-primary:active,
.bg-yellow .btn-primary:hover, .bg-yellow .btn-primary:not(:disabled):not(.disabled).active, .bg-yellow .btn-primary:not(:disabled):not(.disabled):active,
.gform_next_button:hover, .gform_next_button:focus, .gform_next_button:active,
.gform_previous_button:hover, .gform_previous_button:focus, .gform_previous_button:active  {
	background: #00332A;
	color: #F1A91C;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle, 
li.btn-primary a:hover, li.btn-primary a:focus, li.btn-primary a:active {
	background: transparent;
	text-decoration: none;
	color: #F1A91C;
	border: 2px solid #F1A91C;
	box-shadow: unset;
}

.btn-secondary {
	border: 2px solid #F1A91C;
    color: #F1A91C;
    background: transparent;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background: #F1A91C;
	color: #00332A;
	border: 2px solid #F1A91C;
	text-decoration: none;
	box-shadow: unset;
}


/* Helpers */

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-light-gray .drop-shadow {
	text-shadow: 0px 4px 4px #E9EBF8;
}

.bg-white {
	background-color: #ffffff;
}

.bg-light-green {
	background-color: #014B39;
}

.bg-green {
	background-image: url(/wp-content/themes/earle/images/bg-green-square.svg);
	background-repeat: repeat;
}

.bg-lighter-green, .grafinco .bg-green {
	background-color: #016B52;
}

.bg-dark-green {
	background-color: #00271C;
}

.bg-yellow {
	background-color: #F1A91C;
	color: rgba(0,51,42,0.8);
}

.bg-yellow h1, .bg-yellow h2, .bg-yellow h3, .bg-yellow .h2, .bg-yellow .h3 {
	color: #00332A;
}

.bg-light-gray {
	background-color: #DFDFDF;
	color: rgba(0,51,42,0.8);
}

.bg-light-gray h2, .bg-light-gray .h2 .bg-light-gray h3, .bg-light-gray .h3 {
	color: #00332A;
}

.bg-light-gray + .bg-light-gray > .container > .row:first-of-type {
    padding-top: 0;
}

.bg-left-tab {
	background-image: url(/wp-content/themes/earle/images/bg-left-tab.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.grafinco .bg-left-tab {
	margin-top: -8em;
	position: relative;
	width: calc(100% + 30px);
	left: -15px;
}

.grafinco .bg-left-tab .row {
	padding-top: 12em;
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full, .h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container, .h-full .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row, .h-full .row {
	height: 100%;
}

.bg-image .bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

#header .bg-video .bg-image {
	width: calc(100% - 30px);
	left: 15px;
}

.bg-image .bg-image.in {
	opacity: 1;
}

.bg-video {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.bg-video .bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
}

.bg-video .bg-image.in {
	opacity: 1;
}

.bg-video .container {
	z-index: 4;
	position: relative;
}

.bg-video .container, .bg-video .row {
	height: 100%;
}

.bg-video .video {
    height: 100%;
    width: calc(100% + 12px);
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
    opacity: 0;
    transition: 0.3s all;
}

.bg-video .video.in {
	opacity: 1;
}

.page-template-careers .bg-video .video {
	width: calc(100% - 30px);
	left: 15px;
}

.bg-video .video video {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
	z-index: 2;
	left: 0;
    width: 100%;
    top: 13px;
}

.page-template-careers .bg-video .video video {
	top: 0;
	min-width: 100%;
}

.bg-video .overlay {
	z-index: 2;
}

.bg-video {
	z-index: 1;
}

.bg-video + .row {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(33, 53, 60, 0.8);
	pointer-events: none;
}

.overlay.earle {
	background-image: url(/wp-content/themes/earle/images/EARLE.png);
	background-size: cover;
	background-position: center;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: transparent;
}

.overlay.earle:before,
.overlay.earle:after {
	content: '';
	background: #00332A;
	height: 10px;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
}

.overlay.earle:before {
	top: -2.5px;
}

.overlay.earle:after {
	bottom: -2.5px;
}

.multiply .overlay {
	width: calc(100% - 30px);
	left: 15px;
}

#header.bg-light-gray .overlay {
	background: linear-gradient(to right, rgba(223,223,223,1) 5%, transparent 40%);
	left: 15px;
}

.bg-light-gray .overlay.from-bottom {
	background: linear-gradient(to top, rgba(223,223,223,0.3), transparent);
}

.bg-yellow .overlay.from-bottom {
	background: linear-gradient(to top, rgba(241,169,28,0.3), transparent);
}

.bg-green .overlay.from-bottom {
	background: linear-gradient(to top, rgba(0,51,42,0.8), transparent);
}

.overlay.to-right {
	background: linear-gradient(to right, transparent, rgba(0,51,42,0.8));
}

/* HTML Video */

.video {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.video .icon {
	position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    transition: 0.5s all;
}

.video:hover .icon {
	transform: scale(1.1);
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/* Google Maps */

#map-container {
	width: 100%;
	height: 100%;
}

#map-container .headline {
	position: absolute;
	z-index: 2;
}
 
#map {
	height: 100%;
	min-height: 600px;
	width: 100%;
}

.gm-style .gm-style-iw-d {
	font-size: 1em;
	padding: 2em;
	color: #ffffff;
	background: #00332A;
	border-radius: 10px;
	overflow: unset !important;
}

.gm-style-iw-chr {
	background: #00332A;
}

.gm-style .gm-style-iw-t {
	bottom: 15px !important;
}

.gm-style-iw-tc {
	display: none;
}

.gm-style .gm-style-iw-t::after {
	border: 1px solid #070F49;
	z-index: 1;
    border-right: 0;
    border-top: 0;
}
  
.gm-style .gm-style-iw-d .btn-text {
	font-size: 0.7em;
}

.gm-style .gm-style-iw-d .btn-text img {
	height: 15px;
	width: 20px;
}

.gm-style .gm-style-iw-d img {
	height: 25px;
	width: 20px;
}

.gm-style .gm-style-iw-c {
	border-radius: 15px;
	padding: 0;
	box-shadow: unset;
	background: #2E6084;
}
 
.gm-style .gm-style-iw-c h2 {
	color: #FEDA00;
}

.gm-style .gm-style-iw-c a {
	color: #ffffff;
	text-decoration: underline;
}

.gm-style .gm-style-iw-c button {
	top: 0.5em !important;
	right: 0.5em !important;
	margin: 0 !important;
	height: 25px !important;
	width: 25px !important;
}
 
.gm-ui-hover-effect>span {
	height: 25px !important;
	width: 25px !important;
	background: #ffffff !important;
	margin: 0 !important;
}

.gm-style .gm-style-iw-c button:focus {
	outline: unset;
}

.gm-style .gm-style-iw-c button img {
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.gm-style .gm-style-iw-tc::after {
	height: 35px;
	width: 40px;
	left: -8px;
	background: #2E6084;
	display: none !important;
}

/* Images */

img {
	max-width: 100%;
}

.icon {
	height: 75px;
	width: 75px;
	margin-bottom: 1em;
}

.small-icon {
	height: 20px;
	width: 20px;
}

/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 90px;
	background: #00332A;
	border-bottom: 1px solid #014B39;
}

.logged-in header.container-fluid {
	top: 32px;
}

header .container {
	height: 100%;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	height: 80%;
}

#logo a {
	display: block;
	height: 100%
}

#logo img {
	width: auto;
	margin: 0;
	height: 100%;
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 0.9em;
	width: auto;
	line-height: 1.5;
}

#menu-primary-navigation li {
	position: relative;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation li.btn-primary {
	padding: 0;
	background: transparent;
	border: 0;
}

#menu-primary-navigation li:not(.btn-primary) a {
	color: #ffffff;
	font-family: 'Archivo';
	font-weight: bold;
	font-size: 0.9em;
	transition: 0.5s color;
	text-decoration: none;
	z-index: 2;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

#menu-primary-navigation li:not(.btn-primary) > a:before {
	content: '';
	height: 100%;
	width: 100%;
	background: #F1A91C;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -1;
	width: 0;
	transition: 0.5s all;
}

#menu-primary-navigation li:not(.btn-primary):hover > a,
#menu-primary-navigation li.current-menu-item > a,
#menu-primary-navigation li.current-menu-parent > a {
	color: #00332A;
}

#menu-primary-navigation li:not(.btn-primary):hover > a:before,
#menu-primary-navigation li.current-menu-item > a:before,
#menu-primary-navigation li.current-menu-parent > a:before {
	width: 100%;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/wp-content/themes/earle/images/icon-dropdown.svg);
	height: 10px;
	width: 14px;
	margin-left: 0.5em;
	display: block;
	position: relative;
	transition: 0.5s all;
}

#menu-primary-navigation li:not(.btn-primary):hover > a:after,
#menu-primary-navigation li.current-menu-item > a:after,
#menu-primary-navigation li.current-menu-parent > a:after {
	background-image: url(/wp-content/themes/earle/images/icon-dropdown-dark-green.svg);
}

#menu-primary-navigation .menu-item-has-children > a {
	cursor: default;
}

#menu-primary-navigation .sub-menu {
	position: absolute;
    pointer-events: none;
    transition: 0s max-height 0s, 0s opacity;
    z-index: 1;
    left: 1em;
    display: flex;
    flex-wrap: wrap;
    width: 0;
    background: #F1A91C;
    overflow: hidden;
    margin: 0;
    top: 62px;
    width: auto;
    height: auto;
    max-height: 0;
    opacity: 0;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	max-height: 500px;
	opacity: 1;
	pointer-events: auto;
	transition: 1.5s max-height 0.25s, 0s opacity;
}

#menu-primary-navigation .sub-menu li {
    border: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding-left: 1em;
	padding-right: 1em;
}

#menu-primary-navigation .sub-menu li:first-child {
	margin-top: 1em;
}

#menu-primary-navigation .sub-menu li:last-child {
	margin-bottom: 1em;
}

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	color: #00332A;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	justify-content: flex-start;
}

#menu-primary-navigation .sub-menu a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #00332A;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: 0.5s all;
}

#menu-primary-navigation .sub-menu a:hover:after,
#menu-primary-navigation .sub-menu li.current-menu-item a:after {
	width: 100%;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	width: 30px;
  	margin-right: 15px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 5px 0;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(9px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-9px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

/* Special Layouts */

.position {
	padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #999999;
}

.position:last-of-type {
	border-bottom: 1px solid #999999;
}

#header {
	margin-top: 90px;
	height: 600px;
}

.page-template-locations #map-container {
	margin-top: 90px;
}

#header.h-auto {
	height: auto;
}

#header .container {
	z-index: 2;
	position: relative;
}

#header .image-container {
	height: 30vw;
}

#header .image-container .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}

#header .image img {
	position: absolute;
	left: 0;
}

.grafinco #header .headline {
	position: absolute;
	z-index: 2;
}

.page-template-home #header-graphic {
	height: 37vw;
	transform: translateY(100%);
	transition: 0.5s transform 0.5s;
	margin-top: -2px;
	z-index: 4;
	overflow: visible;
}

.page-template-home #header-graphic.in {
	transform: translateY(0);
}

.image-text .headline, .testimonials .headline {
	position: absolute;
	z-index: 2;
	top: 20%;
}

h2[style*="--line-total: 2"] .line:last-of-type,
h1[style*="--line-total: 2"] .line:last-of-type {
	text-align: right;
}

h2[style*="--line-total: 2"] .line:first-of-type,
h1[style*="--line-total: 2"] .line:first-of-type {
	text-align: left;
}

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

#image-hover-container {
	cursor: none;
	z-index: 4;
}

.image-hover {
	opacity: 0.4;
	padding-top: 1em;
	padding-bottom: 1em;
	transition: 0.5s all;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	position: relative;
}

.image-hover:hover {
	opacity: 1;
	color: #ffffff;
	text-decoration: none;
	z-index: 1;
}

.image-hover .h2 {
	position: relative;
	z-index: 2;
}

#image-hover-image {
	position: absolute;
	opacity: 0;
	transition: 0s top, 0s left, 0.5s transform, 0.5s opacity;
	z-index: 3;
	height: 400px;
	width: 400px;
	overflow: hidden;
	pointer-events: none;
	transform: scale(0) translate(-25%, -25%);
	cursor: none;
	filter: grayscale(1);
	mix-blend-mode: luminosity;
	transform-origin: center;
	background-size: cover;
}

#image-hover-image.change-src .image {
	transform: scale(1.1);
}

#image-hover-button {
	position: absolute;
	opacity: 0;
	transform: scale(0);
	transition: 0s top, 0s left, 0.5s transform 0.2s;
	z-index: 5;
	height: 400px;
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	cursor: none;
}

#image-hover-image.visible,
#image-hover-button.visible {
	opacity: 1;
	transform: scale(1) translate(-25%, -25%);
}

#image-hover-button .arrow {
	height: 70px;
	width: 45px;
	background-size: cover;
	background-image: url(/wp-content/themes/earle/images/icon-double-arrows-yellow.svg);
	background-repeat: no-repeat;
}

#bar-chart-header {
	position: absolute;
	top: -8em;
}

#bar-chart #bars {
	height: 600px;
}

#bar-chart #bars .row {
	height: 100%;
}

#bar-chart #bars .col {
	transform: translateY(100%);
	transition: 0.5s all;
	display: flex;
	align-items: flex-end;
	opacity: 0;
}

#bar-chart #bars.in .col {
	transform: translateY(0);
	opacity: 1;
}

#bar-chart #bars.in .col:nth-of-type(1) {
	transition-delay: 0;
}

#bar-chart #bars.in .col:nth-of-type(2) {
	transition-delay: 0.2s;
}

#bar-chart #bars.in .col:nth-of-type(3) {
	transition-delay: 0.4s;
}

#bar-chart #bars.in .col:nth-of-type(4) {
	transition-delay: 0.6s;
}

#bar-chart #bars.in .col:nth-of-type(5) {
	transition-delay: 0.8s;
}

#bar-chart #bars.in .col:nth-of-type(6) {
	transition-delay: 1s;
}

#bar-chart #bars.in .col:nth-of-type(7) {
	transition-delay: 1.2s;
}

#bar-chart #bars.in .col:nth-of-type(8) {
	transition-delay: 1.4s;
}

#bar-chart #bars.in .col:nth-of-type(9) {
	transition-delay: 1.6s;
}

#bar-chart #bars.in .col:nth-of-type(10) {
	transition-delay: 1.8s;
}

#bar-chart .bar {
	position: relative;
	background: #F1A91C;
	width: 100%;
}

#bar-chart .outside-label {
	color: #F1A91C;
	position: absolute;
	top: -2em;
	left: 0;
}

#bar-chart .bar .inside-label {
	position: absolute;
	padding: 0.5em;	
	width: 100%;
	text-align: center;
	font-family: 'Archivo';
	font-weight: bold;
	font-size: 150%;
	color: rgba(0,51,42, 0.85);
}

.page-template-contact #header .headline,
.error404 #header .headline {
	position: absolute;
	z-index: 2;
	align-self: center;
}

/* Cards */

.card-container .outline {
	mix-blend-mode: exclusion;
}

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
}

.card-img {
	overflow: hidden;
	filter: grayscale(1);
	border-radius: 0;
}

.card .overlay, .multiply .overlay {
	background: rgba(1,75,57,0.8);
	mix-blend-mode: multiply;
}

.card.bg-black .overlay {
	background: linear-gradient(to bottom, transparent, #000000);
}

.card-body {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 2em;
}

.card.bg-black .card-body {
	justify-content: flex-end;
}

.bg-light-gray .card .card-body .color-yellow:not(.number) {
	color: #F1A91C;
}

.bg-light-gray .card-container .outline {
	mix-blend-mode: unset;
}

.card-footer {
	position: absolute;
	z-index: 2;
	top: 95%;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #F1A91C;
	transition: 0.5s all;
	padding: 2em;
	color: rgba(0,51,42,0.8);
	border: 0;
	border-radius: 0;
}

.bg-yellow .card-footer {
	background: #ffffff;
}

.card.bg-black .card-footer {
	top: 100%;
	text-align: center;
}

.card .h3 {
	text-align: center;
	color: #ffffff;
}

.col-md-4 .card .h3 {
	font-size: 2.7em;
}

.card.bg-black .h3 {
	color: #F1A91C;
}

.card:hover .card-footer {
	top: 0;
}

.card-footer .h3 {
	color: #00332A;
}

.card.bg-black .card-footer .h3 {
	color: #00332A;
}

.card-footer .h4 {
	color: #016B52;
}

.card-footer .btn-primary {
	color: #00332A;
	border: 2px solid #00332A;
	background: transparent;
}

.card .card-footer .btn-primary:hover {
	background: #00332A;
	color: #F1A91C;
}

/* Swiper */

#logos-carousel,
#banner-carousel,
#card-carousel,
#header-carousel,
#image-slider {
	overflow: hidden;
}

#logos-carousel .swiper-slide,
#hiring-carousel .swiper-slide, 
#banner-carousel .swiper-slide {
	width: auto;
	padding-left: 2em;
	padding-right: 2em;
}

#header-carousel .swiper-slide {
	width: auto;
	padding-left: 4em;
	padding-right: 4em;
	display: flex;
	align-items: center;
}

#card-carousel .swiper-slide {
	padding-right: 4em;
}

#testimonials-slider {
	overflow: hidden;
}

#banner-carousel .swiper-wrapper,
#logos-carousel .swiper-wrapper,
#hiring-carousel .swiper-wrapper,
#header-carousel .swiper-wrapper {
	transition-timing-function: linear;
}

#logos-carousel .swiper-slide img {
	max-height: 400px;
}

.swiper-navigation {
	display: flex;
	align-items: center;
}

.swiper-button-next, .swiper-button-prev {
	position: relative;
	right: unset;
	left: unset;
	top: unset;
	height: 50px;
	width: 50px;
	color: unset;
	margin: unset;
	background-size: cover;
	background-position: center;
	transition: 0.5s background-color;
	border-radius: 50%;
}

#card-carousel .swiper-button-next,
#card-carousel .swiper-button-prev {
	height: 80px;
	width: 80px;
}

#image-slider + .swiper-navigation {
	position: absolute;
	bottom: 2em;
	right: 2em;
}

.bg-yellow .swiper-button-next {
	background-image: url(/wp-content/themes/earle/images/icon-next-green.svg);
}

.bg-yellow .swiper-button-prev {
	background-image: url(/wp-content/themes/earle/images/icon-prev-green.svg);
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-button-next {
	background-image: url(/wp-content/themes/earle/images/icon-next-yellow.svg);
	margin-left: 1em;
}

.bg-light-gray .swiper-button-next {
	background-image: url(/wp-content/themes/earle/images/icon-next-green.svg);
}

#card-carousel .swiper-button-next {
	margin-left: 2em;
}

.swiper-button-prev {
	background-image: url(/wp-content/themes/earle/images/icon-prev-yellow.svg);
}

.bg-light-gray .swiper-button-prev {
	background-image: url(/wp-content/themes/earle/images/icon-prev-green.svg);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: #F1A91C;
}

.swiper-button-next:hover {
	background-image: url(/wp-content/themes/earle/images/icon-next-green.svg);
}

.swiper-button-prev:hover {
	background-image: url(/wp-content/themes/earle/images/icon-prev-green.svg);
}

.swiper-pagination {
	position: relative;
	bottom: unset;
	left: unset;
	width: auto;
	transform: unset;
}

/* Filter */

.filter {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
}

.filter.checkbox {
	padding: 0.8em 1.5em;
    font-size: 1em;
    transition: 0.5s all;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Archivo';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    border-radius: 60px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	border: 2px solid #F1A91C;
	color: #F1A91C;
}

.filter.checkbox.checked {
	background: #F1A91C;
	color: #00332A;
}

/* Isotope */

.hidden-item {
	display: none;
}

.isotope, .isotope-filter {
	padding-left: 15px;
	padding-right: 15px;
}

.isotope .row, .isotope-filter .row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	margin-bottom: 5em;
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item .headline h2 {
	transition: 0.5s all;
	margin-left: -1em;
	position: relative;
}

.grid-item .headline:hover {
	text-decoration: none;
}

.grid-item .headline:hover h2 {
	color: #F1A91C;
}

.isotope-filter .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

.grid-item .card-img {
	width: 100%;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */

.accordion {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	padding-top: 1.5em;
	border-bottom: 1px solid #BCBCBC;
	display: block;
	font-size: 1em;
}

.bg-yellow .accordion li {
	border-bottom: 1px solid #00332A;
}

.accordion li:before {
	display: none;
}

.accordion li.open {
	padding-bottom: 2em;
}

.accordion h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0.5s all;
	line-height: 1.2;
	padding-bottom: 1em;
}

.accordion h4 span {
	width: 80%;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

.accordion li h4 .icon {
	background-image: url(/wp-content/themes/earle/images/icon-plus.svg);
	transition: 0.5s all;
	height: 50px;
	width: 50px;
	background-size: cover;
	border-radius: 50%;
}

.bg-green .accordion li h4 .icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(102%) contrast(105%);
}

.accordion li:hover h4 .icon {
	background-color: rgba(0,0,0,0.1);
}

.accordion li.open h4 .icon {
	background-image: url(/wp-content/themes/earle/images/icon-minus.svg);
	transform: rotate(180deg);
}

/* Lists */

ul, ol {
	padding: 0;
	margin-left: 2.5em;
	margin-top: 1em;
}

ul li:before {
	content: '';
	height: 10px; 
	width: 10px;
	background-color: #00332A;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -1.5em;
}

#content ul li {
	line-height: 1.4;
}

.bg-green ul li:before {
	background-color: #F1A91C;
}

ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
}

ul li, ol li {  
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	line-height: 1;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Gravity Forms */

.gform_confirmation_message {
	color: #00332A;
}

.grafinco h2.gsection_title {
    font-size: 2em;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #999999;
    padding-bottom: 0.5em;
}

.grafinco .bg-light-gray h2.gform_submission_error {
	font-size: 1em;
	font-style: italic;
	font-family: 'Archivo';
	font-weight: normal;
}

.gform_next_button, #gform_submit_button_2 {
    float: right;
    margin-right: 15px;
}

.gform_previous_button {
	margin-left: 15px;
	float: left;
}

.gf_progressbar_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3em;
}

h3.gf_progressbar_title {
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
}

.gf_progressbar {
    background: #999999;
    border-radius: 20px;
}

.gf_progressbar_percentage {
    background: #F1A91C;
    border-radius: 20px;
    padding: 0.5em;
    font-weight: bold;
    text-align: right;
    color: #00332A;
}

.gf_progressbar_percentage.percentbar_custom.percentbar_0 {
    width: 5% !important;
}

.ginput_container_list {
	margin-top: 0.5em;
}

.gfield_list_group td {
	padding: 0.5em;
}

.ginput_container_list thead {
	background: transparent;
}

.ginput_container_list th {
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.gform_submission_error {
	font-size: 1em;
	text-transform: unset;
    font-family: 'Archivo';
}

.gform_wrapper {
	position: relative;
	margin: 0;
	width: 100%;
}

.gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
	list-style-type: none;
	font-size: 1em;
	display: block;
}

.gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield:before {
	display: none;
}

.gfield_label {
	font-family: "Archivo";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

.hidden_label label {
	display: none;
}

.submit-button .gfield_label {
	display: none !important;
}

button#gform_submit_button {
	width: 100%;
}

.hidden_label select {
	margin-top: 0 !important;
}

.gform_wrapper .validation_message {
	color: red;
	font-weight: 300;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	position: relative;
	top: -0.5em;
}

.gform_confirmation_wrapper {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

.gform_wrapper .instruction {
 	display: none;
}

.gform_wrapper div.validation_error {
	color: red;
    font-style: italic;
    position: relative;
    top: -1em;
    font-size: 0.8em;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

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

.gform_wrapper li.gfield_error textarea, .gfield_error select {
	border: 1px solid red !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]) {
	border: 1px solid red !important;
}

.gform_validation_container {
	display: none;
}

.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
	font-size: 1em;
	padding: 0.8em 1.5em;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #B0B0B0;
	box-shadow: none;
	margin-top: 0.5em;
	background-color: transparent;
	margin-bottom: 1em;
	color: #000000;
	border-radius: 0;
}

.gform_wrapper textarea:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper select:focus {
	outline: none;
}

.gform_wrapper select {
	background-image: url(/wp-content/themes/earle/images/icon-select.svg);
	padding: 0.8em 1.5em;
	background-size: 15px;
	background-position: 95% center;
	background-repeat: no-repeat;
}

.gform_wrapper textarea {
	height: 200px;
	resize: vertical !important;
  	overflow: auto;
}

.gform_wrapper .gfield_required {
	color: #f26e24;
}

.gform_footer {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 1em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9D9D9D;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9D9D9D;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #9D9D9D;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9D9D9D;
}

/* Footer */

footer .bg-dark-green:first-of-type {
	border-top-left-radius: 200px;
	overflow: hidden;
}

.page-template-careers footer,
.page-template-veterans footer,
.page-template-safety footer,
.page-template-contact footer,
.page-id-1031 footer {
	background-color: #DFDFDF;
}

.page-template-training-development footer {
	background: #016B52;
}

footer .logo {
	width: 200px;
}

footer p {
	font-size: 0.9em;
}

footer a {
	text-decoration: none;
	font-family: 'Inter';
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	text-shadow: 0 0 0.01px transparent;
}

footer li a:hover {
	text-decoration: none;
	text-shadow: 0 0 0.01px #F1A91C;
	color: #F1A91C;
}

#menu-footer-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#menu-footer-navigation li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: 50%;
    margin-bottom: 1em;
}

#menu-footer-navigation li:before {
	display: none;
}

#menu-footer-secondary-navigation {
	display: flex;
	justify-content: center;
	margin: 0;
}

#menu-footer-secondary-navigation li {
	width: auto;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#menu-footer-secondary-navigation li:before,
#menu-footer-external-sites-navigation li:before {
	display: none;
}

#menu-footer-external-sites-navigation {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

#menu-footer-external-sites-navigation li {
	list-style-type: none;
	width: auto;
}

#menu-footer-external-sites-navigation li {
	margin-right: 0.5em;
}

#menu-footer-external-sites-navigation li:last-child {
	margin-right: 0;
}

footer .h3 {
	font-size: 1.2em;
}

footer .social {
	height: 30px;
	width: 30px;
	position: relative;
}

footer .social img {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}

footer .social:after {
	content: '';
	height: 100%;
	width: 100%;
	background: #ffffff;
	border-radius: 50%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: block;
	transition: 0.5s all;
}

footer .social:hover:after {
	top: 3px;
	left: 3px;
}

.fw img {
	width: 100px;
}

.fw:hover img {	
	filter: brightness(0) saturate(100%) invert(70%) sepia(28%) saturate(1275%) hue-rotate(354deg) brightness(99%) contrast(91%);
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

.clip-in {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	transition: 1.2s all cubic-bezier(0.25,0.46,0.45,0.94) 0.5s;
}

.clip-in.in {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.clip-left {
	clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
	transition: 1.2s all cubic-bezier(0.25,0.46,0.45,0.94) 0.5s;
}

.clip-left.in {
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.clip-right {
	clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
	transition: 1.2s all cubic-bezier(0.25,0.46,0.45,0.94) 0.5s;
}

.clip-right.in {
	clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
}


@media only screen and (min-width: 2000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.video {
		width: calc(1600px - 30px);
		margin: 0 auto;
	}

	.video .container {
		padding-left: 60px;
		padding-right: 60px;
		width: 100%;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 18px;
	}

	/* Header Navigation */

	#menu-primary-navigation .sub-menu {
		top: 60px;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 17px;
	}

	h2, .h2 {
		font-size: 7em;
	}

	.blockquote, blockquote {
		font-size: 1.5em;
	}

	.by-line {
		font-size: 1.1em;
	}

	/* Special Layouts */

	#image-hover-image, #image-hover-button {
		height: 300px;
		width: 300px;
	}

	/* Swiper */

	#card-carousel .swiper-button-next, #card-carousel .swiper-button-prev {
		height: 65px;
		width: 65px;
	}
}

@media only screen and (max-width: 1500px) {
	/* Global */

	html {
		font-size: 16px;
	}

	.container {
		width: 95%;
	}

	.mr-container {
		margin-right: 2.5%;
	}

	.ml-container {
		margin-left: 2.5%;
	}

	/* Images */

	.icon {
		height: 50px;
		width: 50px;
	}

	/* Header Navigation */

	#menu-primary-navigation .sub-menu {
		top: 58px;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 7px;
		width: 10px;
	}

	/* Special Layouts */

	#bar-chart #bars {
		height: 500px;
	}

	/* Swiper */

	#logos-carousel img {
		width: 200px;
	}
}

@media only screen and (max-width: 1400px) {
	/* Global */

	html {
		font-size: 15px;
	}

	/* Header Navigation */

	header.container-fluid {
		height: 70px;
	}

	#menu-primary-navigation .sub-menu {
		top: 48px;
	}

	/* Special Layouts */

	#header, .page-template-locations #map-container {
		margin-top: 70px;
	}

	/* Cards */

	.col-md-4 .card .h3 {
		font-size: 2.4em;
	}

	/* Gravity Forms */

	.gform_wrapper textarea {
		height: 100px;
	}

	/* Accordion */

	.accordion li h4 .icon {
		height: 35px;
		width: 35px;
	}
}

@media only screen and (max-width: 1300px) {
	/* Global */

	/* Typography */


	/* Header */


	/* Header Navigation */


	/* Helpers */

	.bg-image {
		height: 400px;
	}

	.fancybox-content {
		width: 70%;
	}

	/* Special Layouts */

	#bar-chart #bars {
		height: 450px;
	}

	/* Lists */

	ul li:before {
		content: '';
		height: 7px; 
		width: 7px;
	}

	/* Swiper */

	#card-carousel .swiper-button-next, #card-carousel .swiper-button-prev {
		height: 50px;
		width: 50px;
	}

	/* Footer */

	footer .logo {
		width: 150px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */


	/* Typography */

	h1.jumbo {
		font-size: 13em;
	}

	.grafinco h1 {
		font-size: 5em;
	}

	h2, .h2 {
		font-size: 6.5em;
	}

	.page-template-projects h2 {
		font-size: 3em;
	}

	.outline {
		font-size: 4.5em;
	}

	#header .display {
		font-size: 13em;
	}

	.btn-primary, .btn-secondary, li.btn-primary a, .gform_next_button, .gform_previous_button {
		font-size: 0.9em;
	}

	.grafinco .number {
		font-size: 5em;
	} 

	/* Header */


	/* Header Navigation */

	#menu-primary-navigation li:not(.btn-primary) a {
		font-size: 0.7em;
	}

	#menu-primary-navigation .sub-menu {
		top: 45px;
		left: 0.9em;
	}

	/* Special Layouts */

	[data-bottom-top="margin-top[swing]: -100px;"] {
		margin-top: -30px !important;
	}

	[data-bottom-top="margin-top[swing]: -70px;"] {
		margin-top: -50px !important;
	}

	[data-center-bottom="margin-top[swing]: 5.5em;"] {
		margin-top: 4.5em;
	}

	[data-bottom-top="margin-top[swing]: -50px;"] {
		margin-top: -50px;
	}

	[data-bottom-top="margin-top[swing]: 100px;"] {
		margin-top: 100px;
	}

	#bar-chart #bars {
		height: 400px;
	}
	
	.grafinco .bg-left-tab {
		margin-top: -4em;
	}

	/* Cards */

	.card {
		height: 90%;
	}

	.card.bg-black {
		height: 100%;
	}

	.card .card-img {
		display: none;
	}

	.card.bg-black .card-img {
		display: block;
	}

	.card-footer .h3 {
		font-size: 2em;
	}

	.col-md-4 .card .h3 {
		font-size: 2em;
	}

	.card .h3 br {
		display: none;
	}

	.card .card-footer {
		top: 0;
		position: relative;
		padding-top: 8em;
		padding-bottom: 8em;
	}

	.card.bg-black .card-body,
	.card.bg-black .overlay {
		display: none;
	}

	.card.bg-black .card-footer {
		padding: 2em;
		position: absolute;
		top: 0;
		background: rgba(241,169,28,1);
	}

	/* Images */

	.small-icon {
		height: 15px;
		width: 15px;
	}
}


@media only screen and (max-width: 1024px) {
	/* Global */

	html {
		font-size: 16px;
	}

	.container {
		width: 100%;
	}

	.mr-container {
		margin-right: 0%;
	}

	.ml-container {
		margin-left: 0%;
	}

	/* Typography */

	h1.jumbo {
		font-size: 12em;
	}

	h2, .h2 {
		font-size: 6em;
	}

	.grafinco h2 {
		font-size: 4em;
	}

	h3, .h3 {
		font-size: 1.6em;
	}

	.card-footer .h3 {
		font-size: 1.6em;
	}
	
	.display {
		font-size: 7em;
	}

	.display.grafinco {
		font-size: 2.5em;
	}

	.grafinco h1 {
		font-size: 5em;
	}

	#header .display {
		font-size: 10em;
	}

	.outline {
		font-size: 4.5em;
	}

	.number {
		font-size: 6em;
	}

	.grafinco .number {
		font-size: 5em;
	}

	/* Header Navigation */

	#menu-primary-navigation li:not(.btn-primary) a {
		font-size: 0.7em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	#menu-primary-navigation li.btn-primary a {
		font-size: 0.8em;
	}

	#menu-primary-navigation .sub-menu {
		left: 0.4em;
	}

	#menu-primary-navigation .sub-menu li:first-child {
		margin-top: 0.5em;
	}

	#menu-primary-navigation .sub-menu li:last-child {
		margin-bottom: 0.5em;
	}

	#menu-primary-navigation .sub-menu li {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	/* Special Layouts */

	.bg-image.parallax {
		background-attachment: unset;
	}

	.fancybox-content {
		width: 90%;
	}

	[data-center-bottom="margin-top[swing]: 5.5em;"] {
		margin-top: 4.5em !important;
	}

	.grafinco .bg-left-tab {
		margin-top: -3em;
	}

	.grafinco .bg-left-tab {
		margin-top: 2em;
	}

	.grafinco .bg-left-tab .row {
		padding-top: 5em;
	}

	.video .icon {
    	height: 100px;
    	width: 100px;
    }

    #bar-chart-header {
		position: relative;
		top: unset;
		padding-bottom: 3em;
	}

	#bars {
		padding-top: 0;
	}
    
    #bar-chart .bar .inside-label {
    	font-size: 130%;
    }

	/* Cards */

	.col-md-4 .card .h3 {
		font-size: 1.6em;
	}

	.card-body, .card-footer {
		padding: 2em;
	}

	/* Lists */

	ul li:before {
		content: '';
		height: 10px; 
		width: 10px;
		margin-top: 4px;
	}

	/* Isotope */

	.isotope .grid-item {
		margin-bottom: 45px;
	}

	/* Footer */

	footer p {
		font-size: 0.8em;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {

}

@media only screen and (max-width: 992px) {
	/* Global */

	html {
		font-size: 13px;
	}

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */

	h2, .h2 {
		font-size: 4.75em;
	} 

	.display {
		font-size: 5.5em;
	}

	/* Header */


	/* Header Navigation */

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #00332A;
	    height: calc(100vh - 70px);
	    width: 60%;
	    left: -100%;
	    position: fixed;
	    top: 70px;
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	    transition: 0.5s all;
	}

	.logged-in .menu-primary-navigation-container {
		top: calc(70px - 32px);
		height: calc(100vh - 70px - 32px);
	}

	.menu-primary-navigation-container.visible {
		left: 0;
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		padding-top: 2em;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;		
		width: 100%;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#menu-primary-navigation li:not(.btn-primary) a {
		font-size: 2em;
	}

	#menu-primary-navigation li.btn-primary {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}

	#menu-primary-navigation li.btn-primary a {
		font-size: 1.5em;
	}

	#menu-primary-navigation .sub-menu {
		display: none;
		position: relative;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
		padding-left: 2em;
		top: unset;
	}

	#menu-primary-navigation .sub-menu li {
		padding: 0;
		margin: 0;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 1.5em;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
		color: #ffffff;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#menu-primary-navigation .sub-menu li.current-menu-item a {
		color: #F1A91C;
	}
	
	#menu-primary-navigation .sub-menu li.current-menu-item > a:before {		
		display: none;	
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 10px;
		width: 14px;
	}

	#menu-primary-navigation .sub-menu a:before {
		display: none;
	}

	/* Helpers */

	.bg-image.h-full {
		height: 70vh;
	}

	/* Special Layouts */

	[data-top-bottom="transform: translateY(-40%);"] {
		margin-top: 100px;
		transform: unset !important;
	}

	#bar-chart #bars {
		height: 300px;
	}

	#bar-chart .bar .inside-label {
		font-size: 150%;
	}

	.grafinco .bg-left-tab {
		margin-top: -1.5em;
	}

	/* Swiper */

	#card-carousel .swiper-navigation {
		padding-right: 15px;	
	}

	/* Gravity Forms */

	.gform_wrapper div.validation_error {
		position: relative;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gform_wrapper .gform_footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.gform_wrapper li:nth-of-type(even) {
		padding-left: 15px;
	}

	.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
		margin-bottom: 1em;
	}

	.grafinco h2.gsection_title {
		margin: 0;
	}

	/* Lists */

	ul li:before {
		content: '';
		height: 7px; 
		width: 7px;
		margin-top: 2px;
	}
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 46px);
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 46px);
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */

	h1.smaller {
		font-size: 1.5em;
	}

	h1.jumbo {
		font-size: 4.75em;
	}

	.grafinco h1 {
		font-size: 2.5em;
	}

	.grafinco h1 br {
		display: none;
	}

	h2, .h2 {
		font-size: 3.5em;
	}

	.headline h2 {
		padding-left: 15px;
	}

	.testimonials .headline h2,
	.image-text .headline h2 {
		padding-left: 30px;
	}

	#map-container .headline h2,
	.cards .headline h2,
	.no-padding.headline h2 {
		padding-left: 0;
	}

	.grafinco h2 {
		font-size: 2em;
	}

	.single-project .h2,
	.page-template-projects h2 {
		font-size: 2.5em;
	}

	#header .h3 {
		position: relative;
		top: unest;
		left: unset;
		margin-top: 0 !important;
	}

	.grafinco h3 {
		font-size: 1.4em;
	}

	.grafinco h3 br {
		display: none;
	}

	h4, .h4 {
		font-size: 1em;
	}

	.display {
		font-size: 4em;
	}

	.display.grafinco {
		font-size: 1.25em;
	}

	#header .display {
		font-size: 8em;
	}

	.number, .grafinco .number {
		font-size: 3.5em;
	}

	#stats .h4 {
		font-size: 0.9em;
	}

	.blockquote, blockquote {
		font-size: 1.2em;
	}

	.btn-primary, .btn-secondary, .gform_next_button, .gform_previous_button {
		font-size: 0.8em;
	}

	/* Header */


	/* Helpers */

	.overlay.to-right {
		background: linear-gradient(to bottom, transparent, rgba(0,51,42,0.8));
	}

	/* Header Navigation */

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		width: 75%;
	}

	#menu-primary-navigation li:not(.btn-primary) a {
		font-size: 1.1em;
	}

	#menu-primary-navigation li.btn-primary {
		padding-left: 1.75em;
		padding-right: 1.75em;
	}

	#menu-primary-navigation li.btn-primary a {
		font-size: 0.9em;
	}

	#menu-primary-navigation .sub-menu {
		padding-left: 1em;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 1em;
	}

	/* Special Layouts */

	.grafinco #header .headline {
		position: relative;
	}

	.image-text .headline, .testimonials .headline {
		margin-left: -15px;
		top: 10%;
	}

	[data-top-bottom="transform: translateY(-40%);"] {
		margin-top: 0;
	}

	.image-hover {
		height: 350px;
		width: 100%;
		align-items: flex-end;
		justify-content: flex-start;	
		opacity: 1;		
		margin-bottom: 2em;
		padding: 0;
	}

	.image-hover .h2 {
		font-size: 2.5em;
		text-align: left;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.3);
		display: flex;
		align-items: flex-end;
		padding: 0.5em;
		margin-bottom: 0;
	}

	#image-hover-image, #image-hover-button {
		display: none !important;
	}
	
	[data-bottom-top="margin-top[swing]: -50px;"] {
		margin-top: -30px;
	}

	.card[data-bottom-top="margin-top[swing]: -50px;"] {
		margin-top: -50px;
	}

	[data-bottom-top="margin-top[swing]: 100px;"] {
		margin-top: 0;
	}
	
	#map-container .headline {
		position: relative;
	}

	#bar-chart #bars .col {
		transform: translateY(0) translateX(-100%);
	}

	#bar-chart #bars.in .col {
		transform: translateY(0) translateX(0);
	}

	#bar-chart-header {
		position: relative;
		top: unset;
	}

	#bar-chart #bars {
		height: auto;
		margin-bottom: 2em;
	}

	#bar-chart .bar .inside-label {
		font-size: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 2em;
	}

	#bar-chart #bars .row {
		flex-direction: column;
		position: relative;
		left: -25px;
		height: auto;
	}

	#bar-chart #bars .col {
		margin-bottom: 1em;
	}

	#bars .bar {
		height: 50px !important;
		width: var(--width);
	}

	[data-center="margin-top[swing]: -200px;"] {
		margin-top: 0;
	}

	.page-template-contact #header .headline,
	.error404 #header .headline {
		margin-left: 15px;
	}

	.full-width img {
		height: 300px;
		object-fit: cover;
	}

	.image-text .col-md-7 .clip-in {
		height: 300px;
		object-fit: cover;
	}

	.grafinco .bg-left-tab {
		margin-top: -5.5em;
	}
	
	.grafinco .bg-left-tab .row {
		padding-top: 10em;
	}

	/* HTML Video */


	/* Filters  */

	#projects {
		margin-top: 100px;
	}

	.filter-container {
		width: calc(100% - 15px);
	    position: absolute;
	    z-index: 4;
	    -webkit-overflow-scrolling: touch;
	    overflow-x: auto;
	    overflow-y: hidden;
	    height: 75px;
	}

	.filter-container .col {
		display: flex;
	    flex-wrap: nowrap;
	    position: absolute;
	    padding-left: 0;
	}

	.filter.checkbox {
		font-size: 0.7em;
		white-space: nowrap;
		margin-right: 1em;
	}

	.grid-item {
		margin-bottom: 3em;
	}

	.grid-item .headline h2 {
		margin-left: 15px;
		margin-top: -15px;
	}

	/* Cards */

	.card {
		height: auto;
	}

	.col-md-4 .card .h3, 
	.card-footer .h3 {
		font-size: 1.8em;
	}

	/* Swiper */

	#logos-carousel img {
		width: 150px;
	}

	#card-carousel {
		padding-left: 15px;
	}

	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Images */

	.small-icon {
		height: 20px;
		width: 20px;
	}

	/* Lists */

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	ul li:before {
		content: '';
		height: 10px; 
		width: 10px;
	}

	/* Gravity Forms */

	h3.gf_progressbar_title {
		font-size: 1em;
	}

	.grafinco h2.gsection_title {
		font-size: 1.5em;
	}

	.ginput_container_list th {
		font-size: 0.6em;
	}

	.gf_progressbar span {
		font-size: 0.8em;
	}

	/* Swiper */

	#image-slider + .swiper-navigation {
		position: relative;
		bottom: unset;
		right: unset;
		justify-content: center;
		margin-top: 1em;
	}

	.single-project [data-bottom-top="margin-top[swing]: -50px;"] {
		margin-top: 2em;
	}

	.single-project .headline h2 {
		padding-left: 0;
	}

	/* Footer */

	footer a {
		font-size: 0.7em;
	}
}

@media only screen and (max-width: 400px) {
	/* Typography */
	h1.jumbo {
	 	font-size: 4em;
	}

	h1.smaller {
		font-size: 1.2em;
	}

	h2, .h2 {
		font-size: 3.6em;
	}

	.grafinco h1 {
		font-size: 2.3em;
	}

	/* Special Layouts */

	#header .image-container {
		height: 27vw;
	}

	/* Footer */

	footer a {
		font-size: 0.6em;
	}
}