/*
Theme Name: Veit Theme
Theme URI: 
Author: FieldWrk

Version: 1.0

*/

/* Login Screen */

.login {
	background: #006444;
}

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

.login h1 a {
	background-image: url(/wp-content/themes/veit/images/logo-white.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login-action-confirm_admin_email h1 a {
	margin-bottom: 2em;
}

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

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

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

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

.login label {
	color: #21353C;
	font-weight: 200;
	font-family: 'Avenir';
}

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

.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-group.button-large .button, .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;
	justify-content: space-between;
	font-family: 'Nunito Sans';
	line-height: 1;
	letter-spacing: 0.1em;
	background: #006444;
	color: #ffffff;
	border: 1px solid #006444;
}

.wp-core-ui .button.button-large.button-primary:hover, .wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover {
	background: transparent;
	text-decoration: none;
	color: #006444;
	border: 1px solid #006444;
}

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

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

.login form .forgetmenot {
	float: none;
}

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

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

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

/* Global */

@font-face {
  	font-family: 'Nunito Sans';
  	font-weight: 200;
  	src: url(library/fonts/NunitoSans-ExtraLight.ttf);
}

@font-face {
  	font-family: 'Nunito Sans';
  	font-weight: 300;
  	src: url(library/fonts/NunitoSans-Regular.ttf);
}

@font-face {
  	font-family: 'Nunito Sans';
  	src: url(library/fonts/NunitoSans-SemiBold.ttf);
}

@font-face {
  	font-family: 'Nunito Sans';
  	font-style: italic;
  	src: url(library/fonts/NunitoSans-SemiBoldItalic.ttf);
}

@font-face {
  	font-family: 'Nunito Sans';
  	font-weight: 700;
  	src: url(library/fonts/NunitoSans-Bold.ttf);
}

@font-face {
	font-family: 'Nunito Sans';
  	font-weight: 700;
  	font-style: italic;
  	src: url(library/fonts/NunitoSans-BoldItalic.ttf);
}

@font-face {
  	font-family: 'Nunito Sans';
  	font-weight: 800;
  	src: url(library/fonts/NunitoSans-ExtraBold.ttf);
}

@font-face {
	font-family: 'Nunito Sans';
  	font-weight: 800;
  	font-style: italic;
  	src: url(library/fonts/NunitoSans-ExtraBoldItalic.ttf);
}

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

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

@font-face{
    font-family: 'Lora';
    font-weight: 500;
    src: url(library/fonts/Lora-Medium.ttf);
}

@font-face{
    font-family: 'Lora';
    font-weight: 500;
    font-style: italic;
    src: url(library/fonts/Lora-MediumItalic.ttf);
}

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

* {
    box-sizing: border-box;
}

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

html.fixed {
	position: fixed;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Lora', sans-serif;
	color: #21353C;
	position: relative;
	background: #f9faff;
}

.container {
	width: 80%;
	max-width: 1600px;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

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

.row {
	padding-top: 6em;
	padding-bottom: 6em;
	margin-left: -15px;
	margin-right: -15px;
}

.row.right-edge {
	width: 100%;
	overflow: hidden;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
}

.row.right-edge .col {
	padding-right: 0;
}

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	font-weight: 800;
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3;
	font-family: 'Nunito Sans', sans-serif;
	color: #212429;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.page-template-home h1 {
	font-size: 3.3em;
	text-transform: none;
}

.page-template-the-veit-way h1 {
	letter-spacing: 0;
	font-size: 3.6em;
}

.page-template-the-veit-way h1 .color-yellow {
	font-size: 1.1em;
}

.with-secondary-nav h1 .color-yellow {
	font-weight: 400;
	text-transform: capitalize;
	padding-left: 0.6em;
	border-left: 3px solid #FFC336;
	margin-left: 1em;
	font-size: 0.8em;
}

h2 {
	font-size: 3.2em;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	color: #212429;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

h2 a {
	color: #212429;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
	color: #212429;
}

h2.smaller {
	font-size: 2.5em;
}

h3, h1.h3  {
	font-size: 2.5em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	color: #212429;
	letter-spacing: 0.05em;
}

h1.h3 {
	text-transform: initial;
}

h4, h1.h4 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	color: rgba(33, 53, 60, 0.75);
}

h1.h4 {
	text-transform: initial;
	color: #ffc336;
	font-weight: 800;
	font-size: 1.4em;
}

h4 a:hover {
	text-decoration: none;
}

h5 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	color: #006444;
}

h5 a {
	text-decoration: none;
}

h6 {
	font-size: 2.5em;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	color: #ffC336;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

h7, .h7 {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	color: #212429;
	letter-spacing: 0.1em;
	display: block;
}

h7.color-yellow a {
	color: #ffC336;
}

h8 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	font-family: 'Nunito Sans', sans-serif;
	color: rgba(33, 53, 60, 0.75);
	font-weight: 700;
	display: block;
}

h9 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	font-size: 5em;
	color: #006444;
}

a {
	color: #006444;
	transition: 0.5s all;
	display: inline-flex;
	align-items: center;
	text-decoration: underline;
}

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

a.img-hover img {
	transform: scale(1);
	transition: 0.5s all;
}

a.img-hover:hover img {
	transform: scale(1.05);
}

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

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

b, strong {
	font-weight: 900;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #272828;
}

.color-gray {
	color: #6E96AF;
}

.color-black {
	color: #21353C;
}

.color-light-gray {
	color: #C4C4C4;
}

.color-green {
	color: #006444;
}

.color-yellow {
	color: #FFC336;
}

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

.small {
	font-size: 0.7em;
}

small {
	color: #8D8D8D;
	font-family: "Nunito Sans";
	font-weight: 200;
	font-size: 0.8em;
}

.btn-primary, .btn-secondary, input#bdh_common_sign_up2 {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'Nunito Sans';
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.btn-primary img, .btn-secondary img, .btn-text img {
	width: 25px;
	height: 25px;
	left: 0px;
	position: relative;
	transition: 0.5s all;
	margin-left: 1em;
}

.btn-primary:hover img, .btn-secondary:hover img, .btn-text:hover img {
	left: 5px;
}

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

.btn-primary, input#bdh_common_sign_up2 {
	background: #006444;
	color: #ffffff;
	border: 1px solid #006444;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle, input#bdh_common_sign_up2:hover {
	background: transparent;
	text-decoration: none;
	color: #006444;
	border: 1px solid #006444;
}

.btn-primary:hover img {
	filter: brightness(0) saturate(100%) invert(30%) sepia(12%) saturate(4308%) hue-rotate(120deg) brightness(90%) contrast(101%);
}

.btn-primary.disabled {
	background-color: gray;
	border-color: gray;
	pointer-events: none;
}

.bg-black .btn-primary:hover {
	background: #ffffff;
	color: #006444;
}

.bg-black .btn-primary:hover img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(17%) saturate(1044%) hue-rotate(149deg) brightness(97%) contrast(90%);
}

.btn-secondary {
	background: #FFC336;
	color: #21353C;
}

.btn-secondary:hover {
	background: #FFC336;
	text-decoration: none;
	color: #21353C;
	border: 0;
}

.btn-secondary:focus, .btn-secondary:active:focus {
	box-shadow: unset;
}

.btn-text {
	font-size: 1.4em;
	font-family: 'Nunito Sans';
	font-weight: 800;
	text-decoration: none;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	color: #21353C;
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: auto;
}

.btn-text.color-white {
	color: #ffffff;
	font-weight: normal;
}

.btn-text.color-white:hover {
	color: #999999;
}

.video .btn-text.color-white:hover {
	color: #ffffff;
}

.btn-text.small {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-text:hover {
	text-decoration: none;
}

.separator {
	height: 3px;
	width: 150px;
	background: #FFC336;
	margin-top: 1.5em;
    margin-bottom: 1em;
}

.separator.center {
	margin-left: auto;
	margin-right: auto;
}

.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-8 {
	height: 8em;
	display: block;
	clear: both;
	width: 100%;
}

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

.bg-green {
	background-color: #006444;
}

.bg-light-gray {
	background-color: rgba(33, 53, 60, 0.05);
}

.bg-black {
	background-color: #21353C;
}

.slanted {
	transform: skew(-12deg);
}

.slanted .skew-corrector {
	transform: skew(12deg);
}

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

.page-template-sub-service .bg-image {
	height: 700px;
}

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

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

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

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

.bg-image.box {
	background-size: 60%;
	background-position: center left;
	background-repeat: no-repeat;
}

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

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

.bg-corner-bottom-right {
	background-image: url(/wp-content/themes/veit/images/graphic-corner-bottom-right-transparent-white.svg);
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
}

.graphic-1, .graphic-2 {
	background-image: url(/wp-content/themes/veit/images/graphic-tall-transparent-white.svg);
	height: 450px;
	width: 350px;
	background-size: cover;
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

#header .graphic-1.left {
	height: 600px;
	width: 500px;
}

.graphic-3, .graphic-4 {
	background-image: url(/wp-content/themes/veit/images/graphic-tall-transparent-green.svg);
	height: 450px;
	width: 350px;
	background-size: cover;
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.graphic-5 {
	background-image: url(/wp-content/themes/veit/images/graphic-angled-graphic-green.svg);
	height: 100%;
	width: 50%;
	background-size: cover;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	left: 0;
	background-position: right center;
}

.vertical-separator {
	width: 2px; 
	background: #0B1F48;
	height: 100%;
	min-height: 150px;
}

.number {
	font-family: 'Nunito Sans';
	margin-right: 0.2em;
	font-size: 5em;
	position: relative;
	z-index: 2;
}

.number.color-yellow {
	margin-top: -0.4em;
}

.number.outline-green {
	color: #f9faff;
	text-shadow: 0 0 2px #006444;
	position: absolute;
	top: 0;
	left: 15px;
	font-size: 7em;
	z-index: 1;
	opacity: 0;
}

.number.outline-green.in {
	opacity: 0.3;
	top: -70px;
}

/* Videos */

.video {
	position: relative;
	overflow: hidden;
}

.video .container {
	position: absolute;
	height: 100%;
	z-index: 4;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.video .overlay {
	background: linear-gradient(180deg, rgba(33, 53, 60, 0.75) 0%, rgba(0, 0, 0, 0.22) 100%);
	z-index: 3;
}

.video .graphic-3, .video .graphic-4 {
	z-index: 4;
}

.video .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.full-image-left .video {
	height: 700px;
}

.full-image-left .video.slanted {
	margin-left: -5em;
}

.video.slanted .image {
	transform: skew(12deg);
	width: 106%;
}

.video video {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	min-width: 105%;
    min-height: 100%;
}

.video .btn-text {
	font-weight: normal;
	display: inline-flex;
	width: auto;
}

.video .btn-text .icon {
	background-image: url(/wp-content/themes/veit/images/icon-play-white.svg);
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s all;
	height: 70px;
	width: 70px;
	transition: 0.5s all;
	background-color: #006444;
	margin-left: 1em;
}

.video .btn-text:hover {
	text-decoration: none;
}

.video .btn-text:hover .icon {
	background-color: #ffc336;
}

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

.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.from-left {
	background: linear-gradient(90deg, rgba(33, 53, 60, 0.53) 0%, rgba(33, 53, 60, 0) 98.73%);
}

.testimonials .overlay {
	background: linear-gradient(97.85deg, #21353C 64.41%, rgba(33, 53, 60, 0.4) 88.46%);
}

.testimonials.larger .overlay {
	background: rgba(33, 53, 60, 0.9);
}

.overlay.fade-white {
	background: linear-gradient(90deg, rgba(0,0,0,0) 30%, rgba(255,255,255,1) 60%);
}

.overlay.fade-green {
	background: linear-gradient(90deg, rgba(0,100,68,1) 30%, rgba(0,100,68,0.4) 60%);
}

.overlay.fade-transparent {
	background: linear-gradient(90deg, rgba(0,0,0,0) 30%, #f9faff 60%);
}

/* Images & Map */

.video-container.disabled iframe {
	filter: grayscale(1);
}

img {
	max-width: 100%;
}

#map-container {
	width: 100%;
}

#map {
	height: 100%;
	min-height: 600px;
	width: 100%;
}

#legend {
	background: #fff;
	padding: 1em;
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	height: 123px;
	margin-bottom: 2em;
	opacity: 0;
	margin-left: 10px;
}

#legend h5 {
	margin-bottom: 0.5em;
}

#legend img {
	height: 25px;
	width: 15px;
}

#legend .label {
	font-size: 1.2em;
}

.gm-style .gm-style-iw-d {
	font-size: 1.5em;
	padding: 2em;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
	padding: 0;
}

.gm-style .gm-style-iw-c h5 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.gm-style .gm-style-iw-c button {
	top: 1em !important;
	right: 1em !important;
	margin: 0 !important;
}

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

/* 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: #F9FAFB;
	transition: 0.5s background;
	border-bottom: 1px solid #DADADA;
}

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

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

header .col-lg-8 {
	height: 100%
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	margin-right: -30px;
	background: #FFC336;
	clip-path: polygon(20% 0%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
	padding-right: 30px;
}

.nav-icon {
  	width: 30px;
 }

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

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

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

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

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

.nav-icon.close:after {
  	transform: translateY(-11px) 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;
}

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

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	border-right: 1px solid #DADADA;
	display: block;
	font-size: 1em;
	width: auto;
	position: inherit;
	font-weight: 400;
}

#menu-primary-navigation li:not(.multi-column) {
	position: relative;
}

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

#menu-primary-navigation a {
	color: #21353C;
	font-family: 'Nunito Sans';
	font-size: 1em;
	transition: 0.5s background, 0.5s color;
	text-decoration: none;
	z-index: 2;
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
	justify-content: center;
	height: 100%;
}

#menu-primary-navigation > li:first-of-type a {
	padding-left: calc(2em + 15px);
}

#menu-primary-navigation > li:hover a {
	color: #0B1F48;
	background: #F4F4F4;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/wp-content/themes/veit/images/icon-nav-dropdown-gray.svg);
	height: 10px;
	width: 14px;
	margin-left: 0.8em;
}

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

#menu-primary-navigation .sub-menu {
	position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
    z-index: 1;
    padding-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    left: 0;
    background: #F4F4F4;
    overflow: hidden;
    border: 1px solid #DADADA;
    margin: 0;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

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

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	display: flex;
	align-items: center;
	color: #21353C;
	justify-content: flex-start;
}

#menu-primary-navigation .sub-menu a:before {
	content: '';
	background-image: url(/wp-content/themes/veit/images/icon-nav-caret.svg);
	height: 10px;
	width: 6px;
	background-size: cover;
	margin-right: 0.5em;
	display: inline-block;
	position: relative;
	transition: 0.5s left;
	left: 0;
}

#menu-primary-navigation .sub-menu .menu-item-has-children > a:after {
	background-image: none;
	margin: 0;
}

#menu-primary-navigation .sub-menu a:hover {
	text-decoration: underline;
}

#menu-primary-navigation .sub-menu a:hover:before {
	left: 3px;
}

#menu-primary-navigation .sub-menu li.menu-item-has-children > a {
	cursor: auto;
	color: #007D44;
	font-family: 'Nunito Sans';
	height: auto;
	justify-content: flex-start;
	font-weight: 800;
}

#menu-primary-navigation .sub-menu li.menu-item-has-children > a:before {
	display: none;
}

#menu-primary-navigation .sub-menu li.menu-item-has-children > a:hover {
	text-decoration: none;
}

#menu-primary-navigation .sub-menu .sub-menu {
	position: relative;
	padding-top: 1em;
	padding-bottom: 0;
	margin-left: 0;
	border: none;
}

#menu-primary-navigation .sub-menu .sub-menu a { 
	justify-content: flex-start;
}

#menu-primary-navigation .sub-menu li.one-column {
    width: 28%;
    padding-left: calc(2em + 15px);
    border-right: 1px solid #DADADA;
}

#menu-primary-navigation .sub-menu li.two-column {
    width: 72%;
    padding-right: 0;
    padding-left: 3em;
}

#menu-primary-navigation .sub-menu .sub-menu li {
	width: 50%;
	border: none;
}

#menu-primary-navigation .sub-menu li.one-column .sub-menu li {
	width: 100%;
	padding: 0;
}

#menu-primary-navigation .sub-menu li.two-column .sub-menu li:nth-of-type(odd) {
	padding-left: 0;
}

#menu-primary-navigation .sub-menu li.two-column .sub-menu li:nth-of-type(even) {
	padding-left: 1.25em;
}

#secondary-navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	z-index: 3;
	margin: 0;
}

#secondary-navigation li {
	width: auto;
	font-weight: 700;
	margin: 0;
	border: 0;
}

#secondary-navigation li:before {
	display: none;
}

#secondary-navigation > li:nth-child(2) a {
	clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
}

#secondary-navigation > li:nth-child(2) a span {
	padding-left: 2.5em;
}

#secondary-navigation > li:last-child a span {
	padding-right: 2.5em;
}

#secondary-navigation li a {
	text-decoration: none;
	color: #21353C;
	display: block;
	width: 100%;
	border-left: 0;
	padding: 0.5em 0;
	height: 100%;
	background: #F9FAFF;
	box-shadow: 0px 0px 5px 0px transparent;
}

#secondary-navigation li:hover > a {
	background: #FBE7B9;
}

#secondary-navigation li.active {
	display: none;
}

#secondary-navigation li.current > a, #secondary-navigation li.active > a {
	background: #FFC336;
}

#secondary-navigation li > a:focus, #secondary-navigation li > a:active {
	background: #FFC336;
	box-shadow: 0px 0px 5px 0px #016545;
	border: 0;
}

#secondary-navigation li a span {
	padding: 0.25em 1.5em;
	border-left: 1px solid #DADADA;
	display: block;
	white-space: nowrap;
}

#secondary-navigation > li:first-child a span {
	border: 0;
}

#secondary-navigation #more ul {
	position: absolute;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

#secondary-navigation #more:hover ul {
	opacity: 1;
	pointer-events: auto;
}

#secondary-navigation #more li {
	font-size: 1em;
	text-align: right;
}

#secondary-navigation #more ul li a {
	padding-top: 0;
	padding-bottom: 0;
}

#secondary-navigation #more ul li:last-child a span {
	border-bottom: 1px solid #DADADA;
}

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

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

#logo:after {
	content: '';
  	border-left: 0px solid transparent;
    border-right: 45px solid transparent;
    border-top: 90px solid #006444;
    position: absolute;
    right: -45px;
}

#logo a {
	padding-left: 2em;
}

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

#logo:hover img {
	left: 0;
}

#phone, #mobile-phone {
	font-family: 'Nunito Sans';
	color: #21353C;
	font-size: 1.2em;
	padding-right: 30px;
}

#phone img, #mobile-phone img {
	margin-right: 0.5em;
	height: 25px;
	width: 25px;
	position: relative;
	top: 1px;
}

#contact {
	padding-right: 0;
	padding-left: 0;
}

#contact .btn-secondary {
	font-size: 1.2em;
	height: 100%;
	padding-left: calc(2em + 15px);
	padding-right: calc(2em + 15px);
}

/* Special Layouts */

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

#header.shorter {
	height: 500px;
}

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

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

#header .row.py-small {
	padding-top: calc(90px + 2em);
	padding-bottom: 2em;
}

#header.with-secondary-nav {
	overflow: visible;
	z-index: 3;
}

#header.with-secondary-nav .row {
	padding-bottom: calc(6em + 70px);
}

.section {
	position: absolute;
	top: 20px;
	left: 15px;
	width: calc(100% - 30px);
	opacity: 0;
	transition: 0.3s opacity, 0s top 0.3s;
	pointer-events: none;
}

.section.selected {
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
	pointer-events: auto;
	transition: 0.3s opacity 0.5s, 0.5s top 0.5s;
}

.full-image-right {
	overflow: hidden;
}

.full-image-right .row.image {
	width: 91vw;
	position: relative;
}

.full-image-left {
	padding-left: 0;
}

.split-section {
	overflow: hidden;
}

.split-section.right .row {
	width: 89.5vw;
	position: relative;
}

.split-section.right.extend-past .row {
	width: 100vw;
}

.split-section.left .row {
	margin-left: -13.5vw;
}

.history .image, .slide-in, .box .image {
	overflow: hidden;
	position: relative;
}

.split-section .image img, .history .image img, .slide-in img, .box .image img {
	transition: 0.5s transform 0.8s;
	position: relative;
	z-index: 2;
}

.split-section .image img, .history .image img, .slide-in img, .box .image img {
	-webkit-transform: translateY(-100%);
  	transform: translateY(-100%);
}

.split-section .image:before, .history .image:before, .slide-in:before, .box .image:before {
	content: '';
	position: absolute;
	height: 100%;
	display: block;
	width: calc(100% - 30px);
	z-index: 1;
	top: 0;
	-webkit-transform: translateY(-100%);
  	transform: translateY(-100%);
}

.slide-in:before {
	width: 100%;
}

.split-section .image:before, .history .image:before, .slide-in:before, .box .image:before {
	background: #006444;
	transition: 0.5s transform 0.3s;
}

.split-section .image.in:before, .slide-in.in:before, .box .image.in:before, .history .image.in:before, .slide-in.in img {
	-webkit-transform: translateY(0%);
  	transform: translateY(0%);
}

.split-section .image:before, .split-section .image.in img, .history .image.in img, .box .image.in img {
	-webkit-transform: translateY(0%);
  	transform: translateY(0%);
}

.history .row > div {
	position: relative;
	z-index: 2;
}

.history .container {
	overflow: hidden;
	position: relative;
	border-right: 1px solid #C20313;
}

.date {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #C20313;
}

.date .color-white {
	color: #ffffff;
}

.date .line {
	height: 1px;
	margin-left: 1em;
}

.history .row .new-line {
	height: 1px;
	background: #C20313;
	margin-left: 1em;
	width: 100%;
	z-index: 1;
}

.box .text {
	background: #ffffff;
	box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.02);
	padding: 4em;
}

.box.left .text {
	margin-left: -9%;
	padding-left: calc(9% + 30px);
	padding-right: 4em;
	padding-top: 6em;
	padding-bottom: 6em;
}

.box.right .text {
	padding-right: calc(9% + 30px);
	padding-top: 6em;
	padding-bottom: 6em;
}

.box.right .image {
	margin-left: -9%;
}

.box .text.bg-light-gray {
	background: #FBFBFB;
}

.fancybox-content {
	width: 60%;
}

.slanted-section .slide-in {
	position: absolute;
	left: 0;
	top: 2em;
	z-index: 2;
	pointer-events: none;
}

.slanted-section .slide-in.w-auto {
	max-width: 35%;
}

.slanted-section .row {
	z-index: 1;
}

.slanted.box {
	position: absolute;
}

.border-left {
	border-left: 3px solid #FFC336 !important;
}

a.card {
	text-decoration: none;
}

.card {
	justify-content: center;
	border: 2px solid transparent;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	color: #21353C;
	padding: 1em;
}

.card:hover {
	background: #ffffff;
	text-decoration: none;
	border: 2px solid #F0F0F0;
}

.card .card-img {
	overflow: hidden;
	border-radius: 0;
}

.card .card-img img {
	transition: all 5s linear;
	transform: scale(1);
}

.card:hover .card-img img {
	transform: scale(1.2);
}

.card .card-body, .card .card-footer {
	width: 100%;
	text-align: left;
	padding: 0;
	background: transparent;
	border: 0;
}

.card .card-footer.right {
	bottom: -2em;
	right: -2em;
	position: relative;
	text-align: right;
}

.card .card-footer .btn-primary:hover {
	background: #006444;
	color: #ffffff;
}

.card .card-footer .btn-primary:hover img {
	filter: none;
}

.card .card-body {
	margin-top: 2em;
	margin-bottom: 2em;
}

.card .card-footer img {
	margin-left: 1em;
	left: 0;
	transition: 0.5s all;
	position: relative;
}

.card:hover .card-footer img {
	left: 5px;
}

.card.hover {
	background: #ffffff;
	padding: 0;
	border: 2px solid #F0F0F0;
	height: 100%;
}

.card.hover .card-body {
	padding: 2em;
	width: 100%;
	margin: 0;
}

.card.hover .card-footer {
	padding: 2em;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 5px solid #006444;
	transition: 0.5s all;
}

.card.hover .card-footer .icon, .accordion h5 .icon, .card.img-hover .icon {
	background-color: transparent;
	background-image: url(/wp-content/themes/veit/images/icon-plus-gray.svg);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s all;
	height: 50px;
	width: 50px;
	transition: 0.5s all;
}

.accordion.bg-black h5 .icon {
	background-image: url(/wp-content/themes/veit/images/icon-plus-yellow.svg);
}

.card.img-hover .icon {
	background-color: #ffc336;
}

.card.hover:hover {
	background: #006444;
	text-decoration: none;
	border: 0;
}

.card.hover .card-img {
	overflow: hidden;
	border-radius: 0;
}

.card.hover img {
	transition: all 5s linear;
	transform: scale(1);
}

.card.hover:hover img {
	transform: scale(1.2);
}

.card.hover:hover h5, .card.hover:hover h7, .card.hover:hover .h7 {
	color: #ffffff;
}

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

.card.hover:hover .card-footer .icon, .card.img-hover .icon:hover {
	background-color: #FFC336;
	background-image: url(/wp-content/themes/veit/images/icon-plus-white.svg);
}

.card.hover.hidden-content .card-body {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(11, 31, 72, 0.85);
	opacity: 0;
	transition: 0.5s all;
}

.card.hover.hidden-content:hover .card-body {
	opacity: 1;
}

.card.img-hover {
	padding: 0;
}

.card.img-hover .card-body {
	background: rgba(33, 53, 60, 0.92);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	transition: 0.5s all;
	margin: 0;
	padding: 1em;
	opacity: 0;
}

.card.img-hover:hover .card-body {
	opacity: 1;
}

.card.img-hover .card-body .icon {
	position: absolute;
	top: 1em;
	right: 1em;
	height: 25px;
	width: 25px;
}

.card.img-hover .card-banner {
	background: #006444;
	color: #ffffff;
	padding: 0.8em;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-family: 'Nunito Sans';
	font-size: 0.8em;
}

.card.img-hover .card-banner .separator {
	width: 2px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0.8em;
	margin-right: 0.8em;
	background: #ffffff;
}

.card.img-hover .card-banner span {
	font-weight: 700;
	font-size: 1.6em;
}

.card.slide-content {
	background: #ffffff;
	justify-content: flex-start;
	cursor: pointer;
}

.card.slide-content .border-left {
	height: 100%;
}

.card.slide-content.no-slide {
	cursor: auto;
	border: 1px solid transparent;
	height: 100%;
}

.card.slide-content .card-body {
	padding: 1em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

.card.slide-content .card-footer {
	display: none;
	padding: 1em;
}

.card.slide-content .card-footer ul {
	font-family: 'Nunito Sans';
}

.card.slide-content .card-footer li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

.card.slide-content .card-footer li:before {
	height: 10px;
	width: 10px;
}

.card.slide-content img {
    position: relative;
    margin: 0 auto;
    display: block;
    transition: 0.5s all;
    margin-top: 1em;
}

.card.slide-content.open img {
	transform: rotate(180deg);
}

.card.bg-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border: 0;
}

.card.bg-image:hover {
	border: 0;
}

.card.border-bottom {
	border: 0;
	border-bottom: 3px solid #ffc336 !important;
	background: #ffffff;
	padding: 2em;
}

.card.border-bottom:hover {
	border: 0;
	border-bottom: 3px solid #ffc336 !important;
}

.card.border-bottom.green {
	border-bottom: 3px solid #006444 !important;
}

.card.border-bottom.green:hover {
	border-bottom: 3px solid #006444 !important;
}

.card.border-bottom .card-img {
	width: auto;
	margin: 0 auto;
	height: 80px;
}

.card.border-bottom .card-body {
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}

.single-post blockquote {
	font-size: 2.5em;
	font-family: 'Nunito Sans';
	padding: 1em;
	border: 2px solid #F0F0F0;
	border-bottom: 3px solid #ffc336;
	background: #ffffff;
	padding-right: 5em;
	display: flex;
	align-items: center;
}

.single-post blockquote:after {
	content: '';
	background: url(/wp-content/themes/veit/images/icon-quotes-yellow.svg);
	background-size: cover;
	height: 134px;
	width: 163px;
	display: block;
	position: absolute;
	right: 1.5em;
}

.testimonials blockquote {
	color: #ffffff;
}

.testimonials.larger blockquote {
	font-size: 1.5em;
}

.testimonials .mark {
	height: 106px;
	width: 130px;
	background: transparent;
	padding: 0;
}

.testimonials h7 {
	font-weight: 500;
	letter-spacing: 3px;
}

/* Flickity */

.testimonials {
	overflow: hidden !important;
}

.testimonials .container > .row {
	padding-bottom: 5em;
}

.image-slider .slide {
	position: relative;
}

.image-gallery {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.image-gallery .slide img {
	margin: 0 auto;
	width: 95%;
}

.image-gallery .slick-list {
	position: relative;
	padding: 0 112px !important;
}

.quotes-slider, .awards-slider {
	position: relative;
}

.quotes-slider .slick-list {
	overflow: visible;
}

.quotes-slider .image {
	margin-top: -3em;
}

.quotes-slider .slide {
	width: 100% !important;
}

.quotes-slider .with-mark .image:before {
	content: '';
	background-image: url(/wp-content/themes/veit/images/icon-quotes-yellow.svg);
	background-size: cover;
	height: 106px;
	width: 130px;
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 1;
}

.quotes-slider .author .color-white {
	font-family: 'Nunito Sans';
	margin-top: 0.5em;
	font-size: 1.3em;
}

.awards-slider {
	background-image: url(/wp-content/themes/veit/images/icon-awards.svg);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}

.awards-slider .slide .row {
	width: 90%; 
	margin: 0 auto;
}

.awards-slider h3 {
	font-size: 1.8em;
}

.logos-slider {
	display: flex;
	align-items: center;
}

.logos-slider .slick-list {
	width: 90%;
	margin: 0 auto;
}

.logos-slider .slide {
	text-align: center;
}

.logos-slider .slide div {
	width: 80%;
	margin: 0 auto;
}

.logos-slider .slide img {
	display: block;
	margin: 0 auto;
}

.card-arrows {
	display: flex;
	flex-direction: column;
}

.card-arrows div {
	width: auto;
}

.card-arrows .btn-primary, .card-arrows .btn-secondary {
	padding: 0.8em 0;
	justify-content: center;
}

.card-arrows .btn-primary img {
	margin-right: 0.5em;
}

.card-arrows .btn-secondary img {
	margin-left: 0.5em;
}

.card-arrows .btn-primary {
	margin-bottom: 1em;
}

.card-arrows .btn-primary img {
	margin-left: 0;
	transform: rotate(180deg);
}

.card-arrows .btn-primary:hover img {
	left: -5px;
}

.slick-track {
	display: flex;
	align-items: center;
}

.card-carousel.normal .slick-track {
	width: 100% !important;
}

.card-carousel .slick-track {
	align-items: flex-start;
}

.quotes-dots, .awards-dots {
	right: 0;
	position: absolute;
	top: 0;
	height: 100%;
}

.awards-dots {
	right: 3em;
}

.stats-dots, .mobile-card-dots {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.stats-dots .slick-dots, .mobile-card-dots .slick-dots {
	position: relative;
	flex-direction: row;
}

.stats-dots .slick-dots li, .mobile-card-dots .slick-dots li {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.stats-slider h3 {
	font-size: 2em;
}

.slide:focus {
	outline: none;
}

.slick-prev, .slick-next, .previous-arrow .icon, .next-arrow .icon {
	width: 70px;
	height: 70px;
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #006444;
	transform: unset;
	background-image: url(/wp-content/themes/veit/images/icon-slider-arrow-right-white.svg);
	transition: 0.5s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .previous-arrow:hover .icon, .previous-arrow:focus .icon, .next-arrow:hover .icon, .next-arrow:focus .icon {
	background-image: url(/wp-content/themes/veit/images/icon-slider-arrow-right-gray.svg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
}

.previous-arrow:hover .icon, .previous-arrow:focus .icon, .next-arrow:hover .icon, .next-arrow:focus .icon  {
	border: 1px solid #21353C;
}

.slick-prev, .previous-arrow .icon {
	transform: rotate(180deg);
}

.previous-arrow br {
	display: none;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.logos-slider .slick-prev, .logos-slider .slick-next {
	background-color: transparent;
	background-image: url(/wp-content/themes/veit/images/icon-slider-arrow-right-gray.svg);
	opacity: 0.8;
	top: auto;
}

.logos-slider .slick-prev {
	left: 0;
}

.logos-slider .slick-next {
	right: 0;
}

.logos-slider .slick-prev:hover, .logos-slider.slick-prev:focus, .logos-slider .slick-next:hover, .logos-slider.slick-next:focus {
	background-color: transparent;
	background-image: url(/wp-content/themes/veit/images/icon-slider-arrow-right-gray.svg);
	opacity: 1;
}

.image-gallery .slick-next {
	right: 15%;
	top: auto;
}

.image-gallery .slick-prev {
	left: 15%;
	z-index: 2;
	top: auto;
}

.image-slider {
	display: flex;
	align-items: center;
}

.image-slider a {
	display: block;
}

.image-slider .slick-next {
	left: 70px;
	right: auto;
	top: auto;
	bottom: 0;
}

.image-slider .slick-prev {
	left: 0;
	bottom: 0;
	z-index: 2;
	top: auto;
}

.image-slider .caption {
	position: absolute;
	background: rgba(11, 31, 72, 0.3);
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	padding-left: calc(140px + 15px);
	padding-right: 15px;
	font-family: 'Nunito Sans';
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1;
}

.image-slider.no-arrows .caption {
	padding-left: 15px;
}

.image-slider .caption span {
	color: #ffc336;
	font-weight: 600;
	font-size: 1.3em;
	font-family: 'Nunito Sans';
	margin-right: 1em;
}

button[aria-label="1 of 1"] {
	display: none !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	bottom: auto;
}

.slick-dots li {
	color: unset;
    width: unset;
    height: unset;
    width: unset;
    margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
}

.slick-dots li:before {
	content: unset;
}

.slick-dots li button {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	font-size: 0;
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	transition: 0.5s all;
}

.awards-dots .slick-dots li button {
	background: #21353C;
	opacity: 0.8;
}

.stats-dots .slick-dots li button, .mobile-card-dots .slick-dots li button {
	background: rgba(11, 31, 72, 0.5);
}

.slick-dots li:not(.slick-active) button:hover {
	background: #ffffff;
}

.awards-dots li:not(.slick-active) button:hover {
	background: #21353C;
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    content: unset;
}

.slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.74);
	opacity: 1;
	height: 20px;
	width: 20px;
}

.awards-dots .slick-dots li.slick-active button {
	background: #21353C;
	opacity: 1;
}

.stats-dots .slick-dots li.slick-active button, .mobile-card-dots .slick-dots li.slick-active button {
	background: #0B1F48;
}

.carousel img {
	width: 90%;
}

.previous-arrow, .next-arrow {
	display: flex;
	align-items: center;
	font-family: 'Nunito Sans';
	font-weight: 800;
	color: #212429;
	text-decoration: none;
}

.previous-arrow:hover, .next-arrow:hover {
	text-decoration: none;
}

.previous-arrow .icon {
	margin-right: 1em;
}

.next-arrow .icon {
	margin-left: 1em;
}

/* Filter */

.filter, .show-hide {
	width: 100%;
	position: relative;
	font-size: 0.9em;
	cursor: pointer;
	font-family: 'Avenir';
}

.filter .active, .show-hide .active {
	padding: 0.5em 1em;
	text-transform: uppercase;
	background-color: #ffffff;
	background-image: url(/wp-content/themes/veit/images/icon-select-dropdown-gray.svg);
	background-size: 10px;
	background-position: 98% center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border: 1px solid #E4E4E4;
	padding-right: 2.5em;
	font-weight: 600;
}

.filter .dropdown, .show-hide .dropdown {
	position: absolute;
	background: #ffffff;
	width: 100%;
	display: none;
	z-index: 998;
	border: 1px solid #E4E4E4;
	border-top: 0;
}

.filter .dropdown .option, .show-hide .dropdown .option {
	padding: 0.5em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.filter .dropdown .option:hover, .show-hide .dropdown .option:hover {
	background: #DDDEE1;
	color: #394053;
}

.checkbox {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	cursor: pointer;
}

.checkbox span {
	border: 1px solid #DDE2E5;
	height: 30px;
	width: 30px;
	display: inline-flex;
	margin-right: 0.5em;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 4px;
	background: #ffffff;
}

.checkbox.checked span:before {
	content: "";
	background-image: url(/wp-content/themes/veit/images/icon-plus-gray.svg);
	transform: rotate(45deg);
	background-size: cover;
	height: 24px;
	width: 25px;
	position: absolute;
}

.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: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.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 {
	font-weight: 700;
	font-size: 1.2em;
	font-family: 'Avenir', sans-serif;
	padding: 1em;
}

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

td {
	border: 0;
	padding: 1em;
	padding-bottom: 0.5em;
	font-weight: 700;
	font-family: 'Avenir', sans-serif;
}

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

/* Accordion */

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

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

.accordion li:before {
	display: none;
}

.accordion li.open {
	background: #ffffff;
	padding-bottom: 2em;
	border-bottom: 0;
}

.accordion.bg-black li.open {
	background: rgba(255,255,255,0.05);
}

.accordion h5 {
	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;
}

.bg-image .accordion h5, .bg-image .accordion h5:hover {
	color: #ffffff;
}

.accordion h5:hover {
	color: #272828;
}

.accordion h5 span {
	width: 80%;
}

.accordion.bg-black h5 {
	color: #ffffff;
}

.accordion.bg-black .answer {
	color: #EEEEF4;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	font-family: 'Lora';
	width: 80%;
}

.bg-image .accordion li.open h5 {
	color: #006444;
}

.accordion h5 .icon {
	margin-left: 1em;
}

.accordion li.open h5 .icon {
	background-color: #FFC336;
	background-image: url(/wp-content/themes/veit/images/icon-minus-white.svg);
}

.bg-image .accordion h5 .icon {
	background-image: url(/wp-content/themes/veit/images/icon-plus-white.svg);
}

.accordion .btn-text {
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: underline;
}

ul {
	padding: 0;
	margin-left: 2.5em;
}

ul li:before {
	content: '';
	height: 10px; 
	width: 10px;
	background-image: url(/wp-content/themes/veit/images/icon-bullet.svg);
	background-size: cover;
	display: inline-block;
	position: absolute;
	left: -1.8em;
	top: 10px;
}

ul li {
	list-style-type: none;
	font-family: 'Nunito Sans';
	font-weight: 200;
	font-size: 1.3em;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

.box ul li:before {
	height: 15px;
	width: 15px;
}

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

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

/* Form */

#input_1_10 div {
	margin-left: auto;
}

#field_1_5 select {
	margin-top: 0.5em !important;
}

#field_1_11 {
	margin: 0;
}

.grecaptcha-badge {
	display: none !important;
}

.gform_submission_error {
	font-size: 1.2em;
	color: red;
	font-weight: normal;
	font-family: 'Lora', sans-serif;
	text-transform: unset;
}

.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: "Nunito Sans";
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.8em;
	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: -2em;
}

.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 #f26e24 !important;
}

.ginput_container_textarea + .gfield_validation_message {
	top: -1em;
}

.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-bottom: 1px solid #f26e24 !important;
}

.gform_validation_container {
	display: none;
}

.gform_button {
	border: 0;
}

.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-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #21353C;
	box-shadow: none;
	margin-top: 0.5em;
	font-family: 'Lora';
	background-color: transparent;
	margin-bottom: 2em;
}

.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/veit/images/icon-select-dropdown-gray.svg);
	padding: 0.8em 1.5em;
	background-size: 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	border: 1px solid #ACB5BD;
	font-family: "Nunito Sans";
	color: #495057;
}

.gform_wrapper textarea {
	height: 200px;
	resize: vertical !important;
  	overflow: auto;
  	border: 1px solid #21353C;
  	padding: 0.5em 1em;
  	margin-bottom: 1em;
}

input[type=checkbox] {
	border: 1px solid #DDE2E5;
	height: 20px;
    width: 20px;
    top: 3px;
    position: relative;
}

.gform_wrapper .gfield_required {
	color: #f26e24;
}

::-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 {
	color: #ffffff;
	font-family: 'Nunito Sans';
}

footer img {
	width: 100%;
}

footer hr {
	border-color: #ffffff;
	opacity: 0.2;
	margin-top: 3em; 
	margin-bottom: 4em;
}

footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
}

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

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

footer li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: auto;
    font-size: 1em;
    font-weight: 400;
}

footer li:before {
	display: none;
}

footer li a {
	padding-left: 1.25em;
	padding-right: 1.25em;
	font-size: 1em;
}

footer li:last-child a {
	padding-right: 0;
}

footer .small {
	font-size: 1em;
}

footer .social img {
	height: 25px;
	width: 25px;
}

/* BirdDog Styling */

#BDHRJobListings {
	margin-top: 2em;
}

.jobListingHeadingSection {
	display: none;
}

.categorySection {
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.categorySection .categoryHeadingSection {
    font-size: 1.5em !important;
    font-family: 'Nunito Sans';
    margin-bottom: 1em !important;
    font-weight: normal !important;
}

.categorySection .jobSection {
	font-family: 'Nunito Sans';
	margin-left: 0 !important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px dashed #DADADA;
}

.categorySection .jobSection .jobLinkContainer {
	width: auto !important;
	margin-right: 1em;
}

a.jobLink {
	text-decoration: none;
}

#commondivjobalert {
	font-family: 'Nunito Sans';
	margin-bottom: 2em;
}

#commondivjobalert hr {
	display: none;
}

#commondivjobalert span:not(.boldedText) {
	font-family: 'Lora';
	font-weight: 400;
	display: block;
	margin-top: 0.5em;
}

#commondivjobalert span.boldedText {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Nunito Sans';
}

input#bdh_common_email_address {
	border: 1px solid #21353C;
	-webkit-appearance: none;
	padding: 0.5em;
	width: 300px;
	margin-right: 1em;
}

.addthis_toolbox a {
	float: none !important;
}

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

#map.fade-in {
	transition: 0.6s opacity ease-in-out 0.6s, 0.6s top ease-in-out 0.6s;
}

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

#legend.fade-in {
	transition: 0.6s opacity ease-in-out 1s;
}

#legend.fade-in.in {
	top: auto;
	opacity: 1;
}

h4.fade-in {
	transition: 0.6s opacity ease 0.2s, 0.6s top ease 0.2s;
}

.separator.fade-in {
	transition: 0.6s opacity ease 0.5s, 0.6s top ease 0.5s;
}

h1.fade-in {
	transition: 0.6s opacity ease 0.9s, 0.6s top ease 0.9s;
}

.graphic-1.fade-in, .graphic-2.fade-in, .graphic-3.fade-in, .graphic-4.fade-in {
	position: absolute;
	bottom: -450px;
	right: 0px;
	transition: 0.4s opacity ease 0.5s, 0.4s bottom ease 0.2s, 0.3s right ease 0.5s;
}

.graphic-1.fade-in.left {
	right: auto;
	left: 0;
	bottom: -250px;
	transition: 0.4s opacity ease 0.5s, 0.4s bottom ease 0.2s, 0.3s left ease 0.5s;
}

.graphic-2.fade-in, .graphic-4.fade-in {
	transition: 0.4s opacity ease 0.6s, 0.4s bottom ease 0.3s, 0.3s right ease 0.6s;
}

.graphic-1.fade-in.in, .graphic-3.fade-in.in {
	right: 100px;
	bottom: -100px;
	top: auto;
}

.graphic-1.fade-in.left.in {
	right: auto;
	left: -50px;
	bottom: 0px;
}

.graphic-2.fade-in.in, .graphic-4.fade-in.in {
	right: -50px;
	bottom: 100px;
	top: auto;
}

.with-secondary-nav .graphic-2.fade-in.in, .with-secondary-nav .graphic-4.fade-in.in {
	right: 0;
}

.graphic-2.fade-in.in, .graphic-1.fade-in.in {
	opacity: 0.2;
}

.video .graphic-2.fade-in.in, .video .graphic-1.fade-in.in {
	opacity: 1;
}

.move-up-right.negative-top {
	top: 100px;
	transition: 0.6s top ease 0.9s, 0.6s right ease 0.9s;
	right: 100px;
}

.move-up-right.in.slanted.box.right, .move-down-right.in.slanted.box.right {
	right: -100px;
}

.move-up-right.in.slanted.box.negative-top {
	top: -70px;
}

.move-down-right.top {
	top: -20px;
	transition: 0.2s top ease-in-out, 0.2s right ease-in-out;
	right: 100px;
}

.move-down-right.in.slanted-boxes.top {
	top: 0px;
}

.move-up-right.bottom {
	bottom: -60px;
	transition: 0.2s bottom ease-in-out 0s, 0.2s right ease-in-out 0s;
	right: 100px;
}

.move-up-right.in.slanted-boxes.bottom {
	bottom: 0;
}

.move-down-right.bottom {
	bottom: 0px;
	transition: 0.2s bottom ease-in-out 0s, 0.2s left ease-in-out 0s, 0.2s opacity ease-in-out 0s;
	left: -30px;
	opacity: 0;
}

.move-down-right.in.slanted-boxes.bottom {
	bottom: -30px;
	left: 0px;
	opacity: 1;
}


@media only screen and (min-width: 2000px) {
	.full-image-right .row.image, .split-section.right .row, .split-section.right.extend-past .row {
		width: auto
	}

	.full-image-left {
		width: 1600px;
		overflow: hidden;
	}

	.full-image-left .video {
		margin-top: 2em;
		margin-bottom: 2em;
		margin-right: 2em;
	}

	.split-section.left .row {
		margin-left: -15px;
	}

	.split-section.right .image, .full-image-right .col {
		padding-right: 15px !important;
	}

	.split-section.left .image {
		padding-left: 15px !important;
	}

	.split-section .container {
		overflow: hidden;
	}

	.history .image.in:before, .history .image.in:after {
	    max-width: calc(100% - 90px);
	}

	.split-section.right .image:before, .split-section.right .image:after {
		right: 15px;
	}

	.split-section.left .image:before, .split-section.left .image:after {
		left: 15px;
	}

	.split-section .image.in:before, .split-section .image.in:after {
		max-width: calc(100% - 30px);
	}

	.move-up-right.in.slanted-boxes.right {
		right: 15px;
	}

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

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

	.slanted-section .slide-in.w-auto {
		left: 12em;
	}

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

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

	.bg-image.box {
		width: calc(1600px - 30px);
	}

	.image-gallery .slick-list {
	    padding: 0 450px !important;
	}

	.image-gallery .slick-next {
		right: 25%;
	}

	.image-gallery .slick-prev {
		left: 25%;
	}

	.move-up-right.in.slanted.box.right, .move-down-right.in.slanted.box.right {
		right: -250px;
	}
}

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

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

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

	h2 {
		font-size: 3em;
	}

	.number {
		font-size: 4em;
	}

	.number.outline-green {
		font-size: 6em;
	}

	.card.hover h5 {
		font-size: 1.5em;
	}
}

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

	.container {
		width: 90%;
	}

	#header {
		height: 500px;
	}

	.split-section.right .row {
		width: 94vw;
	}

	.split-section.right.extend-past .row {
		width: 110vw;
	}

	.split-section.left .row {
	    margin-left: -9.5vw;
	}

	.page-template-sub-service .bg-image {
		height: 500px;
	}
}

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

	.container {
		width: 90%;
	}

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

	#header {
		margin-top: 70px;
	}

	#logo:after {
		border-top: 70px solid #006444;
		border-right: 35px solid transparent;
		right: -35px;
	}

	.full-image-left .video {
		height: 600px;
	}

	.full-image-right .row.image {
		width: 93.5vw;
	}

	.split-section.right .row {
		width: 93.5vw;
	}

	.split-section.right.extend-past .row {
		width: 120vw;
	}

	.split-section.left .row {
	    margin-left: -9.5vw;
	}

	.quotes-slider .with-mark .image:before, .testimonials .mark {
	    height: 82px;
	    width: 100px;
	}

	.single-post blockquote:after {
		height: 82px;
		width: 100px;
		right: 2em;
	}

	.graphic-1, .graphic-2 {
		height: 350px;
		width: 250px;
	}

	.graphic-3, .graphic-4  {
		height: 350px;
		width: 275px;
	}

	.card.hover .card-footer .icon, .accordion h5 .icon, .card.img-hover .icon {
		height: 35px;
		width: 35px;
	}

	.image-slider .slick-next, .image-slider .slick-prev, .previous-arrow .icon, .next-arrow .icon, .image-gallery .slick-next, .image-gallery .slick-prev {
		height: 40px;
		width: 40px;
	}

	.image-slider .slick-next {
		left: 40px;
	}

	.image-slider .caption {
		padding-left: calc(80px + 15px);
		height: 40px;
	}

	.gform_wrapper textarea {
		height: 100px;
	}

	ul li:before {
		top: 5px;
	}
}

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

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

	#header {
		margin-top: 50px;
	}

	header .btn-primary {
		font-size: 0.8em;
	}
	
	#logo img {
		width: 75%;
	}
	
	#logo:after {
		border-top: 50px solid #006444;
		border-right: 25px solid transparent;
		right: -25px;
	}

	#menu-primary-navigation .sub-menu a:before {
		height: 8px;
		width: 4px;
	}

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

	.bg-image {
		height: 400px;
	}

	.fancybox-content {
		width: 70%;
	}

	.btn-primary, .btn-secondary {
		font-size: 1.2em;
	}

	.btn-primary img, .btn-secondary img, #phone img {
		height: 15px;
		width: 15px;
	}
}

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

	h1 {
		font-size: 4em;
	}

	.page-template-the-veit-way h1 {
		letter-spacing: 0;
		font-size: 3.8em;
	}

	#menu-primary-navigation a {
		font-size: 1.1em;
	}

	#logo img {
		width: 100%;
	}

	#logo a {
		padding-left: 0;
	}

	.page-template-technology-equipment ul.two-col li {
		width: 100%;
		margin-top: 0.25em;
		margin-bottom: 0.25em;
	}

	#input_1_10 div {
		margin-left: 0;
	}

	.card.border-bottom .card-img {
		height: 50px;
	}	

	.graphic-5 {
		width: 65%;
	}

	.box.left .text {
    	margin-left: -9.333333%;
    	padding-left: calc(9.333333% + 30px);
    	padding-right: calc(9.333333% + 30px);
   	}

   	.box.right .image {
   		margin-left: -9.333333%;
   	}

   	.box.right .text {
    	padding-right: calc(9.333333% + 30px);
    }
}	

@media only screen and (max-width: 1050px) {
	#menu-primary-navigation a {
		font-size: 1em;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		width: 95%;
	}

	html {
		font-size: 16px;
	}

	h1 {
		font-size: 3.4em;
	}

	.page-template-home h1 {
		font-size: 2.8em;
	}

	.page-template-the-veit-way h1 {
		letter-spacing: 0;
		font-size: 2.8em;
	}

	.with-secondary-nav h1 .color-yellow {
		padding-left: 0.4em;
		margin-left: 0.7em;
		font-size: 0.8em;
	}

	h2 {
		font-size: 2.8em;
	}

	h4, h1.h4 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 2em;
	}

	h9 {
		font-size: 3em;
	}

	#navigation {
		padding-right: 0;
		padding-left: 0;
	}

	#menu-primary-navigation .sub-menu a, #menu-primary-navigation a {
		font-size: 0.7em;
	}

	#contact .btn-secondary {
		padding-left: calc(1em + 15px);
		padding-right: calc(1em + 15px);
		font-size: 1em;
	}

	#menu-primary-navigation .sub-menu li.one-column {
		width: 30%;
	}

	#menu-primary-navigation .sub-menu li.two-column {
		width: 70%;
	}
	
	#secondary-navigation li {
		font-size: 1em;
	}

	#phone {
		font-size: 0.9em;
	}

	#header {
		height: 400px;
	}

	#header.shorter {
		height: 300px;
	}

	#header.shorter.with-secondary-nav {
		height: 400px;
	}

	#header.with-secondary-nav .row {
		padding-top: 4em;
	}

	.full-image-left .video {
		height: 400px;
	}

	.video .btn-text .icon {
		height: 50px;
		width: 50px;
	}

	a[data-type="iframe"] .btn-secondary {
		opacity: 1;
	}

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

	.bg-image.box {
		background-size: cover;
	}

	.number {
		font-size: 4em;
	}

	.number.outline-green {
		font-size: 6em;
	}

	.gm-style .gm-style-iw-c h5 {
		font-size: 1em;
	}

	.gm-style .gm-style-iw-d {
		font-size: 1.3em;
	}

	.box.left .text {
	    margin-left: -9.333333%;
	    padding-left: calc(9.333333% + 30px);
	    padding-right: 30px;
	}

	.box.right .text {
	    padding-right: calc(9.333333% + 30px);
	    padding-left: 30px;
	}

	.box.right .image {
		margin-left: -9.333333%;
	}

	.full-image-right .row.image {
	    width: 95vw;
	}

	.split-section.right .row {
		width: 95vw;
	}

	.split-section.right.extend-past .row {
		width: 110vw;
	}

	.fancybox-content {
		width: 90%;
	}

	.quotes-slider blockquote {
		margin-top: 2em;
	}

	.testimonials.larger .quotes-slider blockquote {
		margin: 0;
	}

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

	.card.hover:hover .card-footer {
		padding-top: 2em;
	}

	a.card.hover:hover {
		background: #ffffff !important;
		color: inherit !important;
	}

	a.card.hover:hover h5, a.card.hover:hover h7, a.card.hover:hover .h7 {
		color: inherit !important;
	}

	.card.hover:hover .card-footer .icon, .card.img-hover .icon:hover {
		background-color: transparent;
    	background-image: url(/wp-content/themes/veit/images/icon-plus-gray.svg);
	}

	.card:hover,
	.card:not(.slide-content):not(.border-bottom) {
    	border: 2px solid #F0F0F0;
    }

	.card.img-hover {
		height: 100%;
	}

	.card.img-hover .card-body {
		height: auto;
		position: relative;
		opacity: 1;
	}

	.card.img-hover .card-body .icon {
		height: 20px;
		width: 20px;
		top: 0;
		right: 0;
	}

	.card.img-hover .card-body h7 {
		font-size: 0.7em;
	}

	.single-post blockquote {
		font-size: 2em;
		padding-right: 6em;
	}
}

@media only screen and (min-width: 1200px) {
	.col-xl-2-5 {
		padding-left: 15px;
		padding-right: 15px;
		-ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	#menu-primary-navigation a {
		font-size: 0.95em;
	}

	.full-image-left .video {
		height: 400px;
	}

	#header {
		height: 400px;
	}

	#header .graphic-1.left {
		height: 400px;
		width: 300px;
	}
}

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

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

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

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

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 15px;
		padding-right: 15px;
	}

	h1 .color-yellow {
		font-size: 0.6em;
	}

	h3, h1.h3, .awards-slider h3 {
		font-size: 2.4em;
	}

	.card.hover h5, h5 {
		font-size: 1.7em;
	}

	.separator {
		margin-top: 1em;
		width: 100px;
	}

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

	#header {
		margin-top: 70px;
	}

	#header.with-secondary-nav .row {
		padding-top: 6em;
	}
	
	#logo:after {
		border-top: 70px solid #006444;
		border-right: 35px solid transparent;
		right: -35px;
	}

	#logo img {
		width: 100%;
	}

	#logo a {
		padding-left: 15px;
	}

	#mobile-phone {
		font-size: 1.5em;
		padding-right: 15px;
	}

	#secondary-navigation #more img {
		height: 7px;
	}

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

	#navigation {
		margin: inherit;
	}

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

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

	.menu-primary-navigation-container.visible {
		top: 69px;
	}

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

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

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}

	#menu-primary-navigation a {
		font-size: 2.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		height: auto;
	}

	.menu-item-has-children a:after {
		content: '';
		display: inline-block;
		background-image: url(/wp-content/themes/sargent/images/icon-down-arrow-white.svg);
		background-size: cover;
		height: 16px;
		width: 30px;
		position: relative;
		margin-left: 0.5em;
	}

	.menu-item-has-children.open a:after {
		background-image: url(/wp-content/themes/sargent/images/icon-up-arrow-blue.svg);
	}

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

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

	#menu-primary-navigation .sub-menu a {
		font-size: 2em;
		display: inline-block;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}

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

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

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

	#menu-primary-navigation .sub-menu li.menu-item-has-children + li.menu-item-has-children {
		margin-top: 2em;
	}

	#menu-primary-navigation .sub-menu li.one-column, #menu-primary-navigation .sub-menu li.two-column, #menu-primary-navigation .sub-menu li.two-column li, #menu-primary-navigation .sub-menu li.two-column .sub-menu li:nth-of-type(odd) {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#menu-primary-navigation .sub-menu li.menu-item-has-children > a, #menu-primary-navigation .sub-menu .sub-menu a, #menu-primary-navigation .sub-menu li a {
		justify-content: center;
	}

	#menu-primary-navigation .sub-menu .sub-menu {
		padding-top: 0.5em;
	}

	#menu-primary-navigation .sub-menu .sub-menu li, #menu-primary-navigation .sub-menu li {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#menu-primary-navigation .sub-menu li.menu-item-has-children > a {
		font-size: 2em;
	}

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

	.move-up-right.in.slanted.box.negative-top {
		top: -50px;
	}

	.move-up-right.in.slanted.box.right, .move-down-right.in.slanted.box.right {
		right: -80px;
	}

	.number.outline-green.in {
		top: -50px;
	}

	.page-template-sub-service .bg-image {
		height: 400px;
	}

	.box.left .text, .box.right .text {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.quotes-slider .with-mark .image:before {
		height: 62px; 
		width: 75px;
	}

	.card-carousel .slide {
	    margin-left: 15px;
	    margin-right: 15px;
	}

	.logos-slider .slick-next {
		right: -20px;
	}

	.logos-slider .slick-prev {
		left: -20px;
	}

	.image-gallery .slick-next {
		right: 20%;
	}

	.image-gallery .slick-prev {
		left: 20%;
	}

	.full-image-left .video {
		height: 400px;
	}

	.full-image-left .video.slanted {
		margin-left: -6em;
	}

	.full-image-right .row.image, .split-section.right .row {
		width: 96vw;
	}

	.split-section.right.extend-past .row {
		width: 120vw;
	}

	.split-section.left .row {
	    margin-left: -6.5vw;
	}

	.card:not(.slide-content):not(.border-bottom) {
		padding: 0;
	}

	.grid-item .card,
	.extend-past .card {
		padding: 1em !important;
	}

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

	.vertical-separator {
		min-height: 100px;
	}

	.gm-style .gm-style-iw-c {
		max-width: 400px !important;
	}

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

	#map {
		min-height: 300px;
	}
}

@media only screen and (max-width: 782px) {
	.logged-in header.container-fluid {
		top: 46px;
	}

	.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) {
	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container {
		width: 100%;
	}

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

	.pb-xs-auto {
		padding-bottom: 3em !important;
	}

	h1 {
		font-size: 2.4em;
	}

	.with-secondary-nav h1 .color-yellow {
		font-size: 1em;
		margin-left: 0;
		padding-left: 0;
		border: 0;
	}

	.page-template-home h1 {
		font-size: 2em;
	}

	.page-template-the-veit-way h1 {
		letter-spacing: 0;
		font-size: 2em;
	}

	.page-template-the-veit-way h1 .color-yellow {
		font-size: 1.1em;
	}

	h2 {
		font-size: 2.1em;
	}

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

	h6 {
		font-size: 1.4em;
	}

	h9 {
		font-size: 2em;
	}

	.single-post blockquote {
	    font-size: 1.5em;
	    padding-right: 2em;
	    padding-top: 130px;
	}

	.single-post blockquote:after {
	    right: auto;
	    left: 2em;
	    top: 1em;
	}

	.large {
		font-size: 1.1em;
	}

	.btn-primary img, .btn-secondary img, #phone img {
		height: 24px;
		width: 24px;
	}

	.overlay.fade-green {
		background: #006444;
	}

	#nav-icon {
    	clip-path: polygon(32% 0%, 0% 100%, 100% 100%, 100% 0%, 100% 0%);
    }

	#menu-primary-navigation {
		padding-top: 2em;
	}

	#menu-primary-navigation a {
		font-size: 1.3em;
	}

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

	#menu-primary-navigation .sub-menu li.menu-item-has-children > a {
		font-size: 1.2em;
	}

	.menu-item-has-children a:after {
		height: 10px;
		width: 20px;
	}

	#menu-primary-navigation .sub-menu li.menu-item-has-children + li.menu-item-has-children {
		margin-top: 1.5em;
	}

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

	#secondary-navigation {
		flex-direction: column;
		width: calc(100% + 45px);
		left: -30px;
		bottom: 30px;
		position: relative;
	}

	#secondary-navigation li {
		width: 100%;
		display: none;
	}

	#secondary-navigation li.active > a span:after {
	    content: '';
	    background-size: cover;
	    background-image: url(/wp-content/themes/veit/images/icon-nav-dropdown-gray.svg);
	    height: 10px;
	    width: 14px;
	    margin-left: 0.8em;
	    display: inline-block;
	}

	#secondary-navigation li:nth-child(2) a {
		clip-path: unset;
	}

	#secondary-navigation li:nth-child(2) a span {
		padding-left: 1.5em;
	}

	#secondary-navigation li a {
		font-weight: 400;
		background: #ffffff;
	}

	#secondary-navigation li a span {
		text-align: center;
		border: 0;
	}

	#secondary-navigation li.active {
		display: block;
	}

	#secondary-navigation li.current {
		display: none !important;
	}

	#logo img {
		width: 70%;
	}

	.page-template-landing-page #logo img {
		width: 100%;
	}

	.page-template-landing-page #mobile-contact {
		background: #FFC336;
	}

	.page-template-landing-page #mobile-contact .btn-secondary {
		font-size: 1em;
	}

	.page-template-landing-page #mobile-contact .btn-secondary:active, .page-template-landing-page #mobile-contact .btn-secondary:focus, .page-template-landing-page #mobile-contact .btn-secondary:hover {
		background: #FFC336;
		border: 0;
		outline: none;
		color: #21353C;
		box-shadow: none;
	}

	#header {
		height: 300px;
	}

	.single-employee #header, .page-template-vaughn-veit #header {
		margin-top: 0;
	}

	#header.with-secondary-nav {
		height: auto;
	}

	#header.with-secondary-nav .row {
		padding-top: 6em;
		padding-bottom: 6em;
	}

	.single-employee .slide-in, .page-template-vaughn-veit .slide-in {
		margin-top: 70px;
	}

	#header .graphic-1.left {
		height: 300px;
		width: 200px;
	}

	.full-image-right .row.image, .split-section.right .row:not(.no-margin) {
		width: auto;
	}

	.history.bg-image {
		background-image: none !important;
	}

	.history.bg-image.h-full {
		height: auto;
	}

	.container-fluid.box {
		padding-left: 0;
		padding-right: 0;
		background-image: none !important;
	}

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

	.box.left .text, .box .text, .box.right .text {
		margin-left: 0;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.slanted {
		transform: none;
	}

	.slanted .bg-blue, .slanted .bg-gray, .slanted .bg-light-gray {
		padding: 0;
		background-color: transparent;
	}

	.slanted .skew-corrector {
		padding: 0;
		transform: none;
	}

	.slanted .color-white {
		color: #0B1F48;
	}

	.bg-corner-bottom-right {
		background-size: 50%;
	}

	.video .graphic-3, .video .graphic-4 {
		display: none;
	}

	.video {
		text-align: center;
	}

	.video h2 {
		margin-bottom: 0;
	}

	.video .btn-text .icon {
		margin-left: 0;
	}

	.video video {
		display: none;
	}

	#map {
		height: 400px;
	}

	.card:hover {
		background: transparent;
		border: 0;
	}

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

	.quotes-slider .slick-track {
		align-items: flex-start;
	}

	.quotes-slider .image {
		margin-top: 2em;
	}

	.quotes-dots {
		right: 15px;
	}

	.card-carousel .slick-track, .mobile-card-carousel .slick-track {
		align-items: flex-start;
	}

	.card-carousel .slide {
		margin: 0;
	}

	.testimonials .overlay {
		background: rgba(33, 53, 60, 0.8);
	}

	.testimonials.larger blockquote {
		font-size: 1em;
	}

	.image-slider .slick-track {
		align-items: flex-start;
	}

	.image-slider .slick-next, .image-slider .slick-prev {
		bottom: auto;
		top: 0;
	}

	.image-slider .caption {
	    height: auto;
	    position: relative;
	    bottom: auto;
	    padding-left: 15px;
	    padding-top: 0.8em;
	    padding-bottom: 0.8em;
	    background: rgba(33, 53, 60, 0.92);
	    display: block;
	}

	.bg-black .image-slider .caption {
		background: #006444;
	}

	.image-slider .caption span {
		display: block;
	}

	.image-gallery .slick-list {
		padding: 0 !important;
	}

	.image-gallery .slick-next {
		right: 5%;
	}

	.image-gallery .slick-prev {
		left: 5%;
	}

	.awards-dots {
		right: 1.5em;
	}

	.awards-slider .slick-track {
		align-items: flex-start;
	}

	.logos-slider .slick-list {
		width: 80%;
	}

	.logos-slider .slide div {
		width: 60%;
	}

	.quotes-slider .with-mark .image:before {
		right: auto;
		left: 0;
		top: -20px;
	}

	.number.color-yellow {
		margin-top: 0;
	}

	table {
		display: block;
		overflow: scroll;
	}

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

	ul li:before {
		top: 10px;
	}

	footer .btn-primary, footer .btn-secondary {
		width: 80%;
	}

	.slanted-section {
		padding: 0;
	}

	.slanted-section .slide-in.w-auto {
		max-width: 100%;
		position: relative;
		top: auto;
	}

	.slanted-section .row {
		padding-top: 0;
		margin: 0;
	}

	.slanted-section .slanted {
		padding: 0;
	}

	.slanted-section .slanted .bg-blue {
		background-color: #0B1F48;
		padding-left: 15px;
	    padding-right: 15px;
	    padding-top: 1em;
	}

	.slanted-section .slanted .color-white {
		color: #ffffff;
	}

	.section {
		width: calc(100% - 30px);
	}

	.changer.right .section {
		left: 15px;
	}

	.changer.right .section.selected {
		left: 0;
	}

	.accordion li {
		padding-left: 0;
		padding-right: 0;	
	}

	.accordion li.open, .accordion.bg-black li.open {
		background: transparent;
	}

	.bg-image .accordion li.open {
		background: #ffffff;
	}

	.bg-image .accordion li {
		padding-left: 1em;
		padding-right: 1em;
	}

	.changer .accordion {
		margin-bottom: 2em;
	}

	.changer .accordion li {
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
	}

	.accordion .answer {
		width: 100%;
	}

	.card.bg-image {
		height: 300px;
	}

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

	.gform_wrapper .validation_message {
		top: -1em;
	}
	
	footer hr {
		margin-bottom: 3em;
	}

	footer ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	footer li {
		margin-top: 0.25em;
		margin-bottom: 0.25em;
	}
	
	footer li a {
		padding-right: 1em;
		padding-left: 1em;
	}

	footer a {
		font-size: 1em;
	}

	footer .small {
		font-size: 0.9em;
	}

	footer .col-md-2 img {
		width: 50%;
		margin: 0 auto;
		display: block;
		margin-bottom: 2em;
	}

	/* BirdDog */

	input#bdh_common_email_address {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.categorySection .jobSection .jobLinkContainer {
		width: 100% !important;
		margin: 0;
	}

	.categorySection .jobSection {
		display: block;
	}
}

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

}