/*
Theme Name: Droplets v2
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Theme URI: https://www.worcesterwebstudio.com
Description: Add a nice description
Version: 1.0.0
*/

/* General stuff */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

html {
  overflow-x: hidden;
}

body {
	line-height: 1;
	word-wrap: break-word;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

p {
	padding-bottom: 10px;
}

blockquote, q {
	quotes: none;
}

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

button {
	outline: 0;
}

q {
	display: inline;
	font-style: italic;
}
q:before {
	content: '"';
	font-style: normal;
}
q:after {
	content: '"';
	font-style: normal;
}

.stop-scrolling {
	overflow: hidden !important;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

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

th, td {
	padding: 2px;
}

big {
	font-size: 120%;
}

small, sup, sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd, tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del, strike, s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address, cite, var {
	font-style: italic;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

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

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

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: -4px !important;
}

p, h1, h2, h3, h4, h5, h6, li, td, i, br, a, span {
	line-height: normal;
}

a {
	text-decoration-skip-ink: auto;
	color: inherit;
}
a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

.splash h2 {
  font-size: 2.5rem;
  padding-bottom: 15px;
}

body.home .splash h2 {
  line-height: 1;
}

body.home h2 {
  font-weight: 700;
  font-size: 2.5rem;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 0.7;
}

.entry-content ul {
    padding-left: 25px;
}

body.home .mainLogo img {
  height: 40px;
  width: auto;
}

body.home .splash h2 {
  text-transform: inherit;
  font-weight: 300;
  font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1.1rem;
}

.green {
  color: #008c16;
}

body.home .green {
  color: #aadb1e;
}

.orange {
  color: #f16421;
}

.grey {
  color: #697686;
}

.entry-content p {
	padding-bottom: 10px;
}

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

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

.fourteenForty {
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.twelveHundred {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wow {
  visibility: hidden;
}

.tenEighty {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.nineSixty {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.fullWidth {
	position: relative;
	width: 100%;
	max-width: 2048px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.imgHolder img {
	max-width: 100%;
  width: auto;
	height: auto;
	display: block;
}

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

.slimPad {
	padding-left: 8px;
	padding-right: 8px;
}

.noPad {
	padding-left: 0;
	padding-right: 0;
}

.button, body.page-template-service .entry-content h6 {
  text-transform: uppercase;
  transition: 0.5s ease all;
}


body.page-template-service .entry-content h6 a {
  transition: 0.5s ease all;
  border: solid 1px #051C37;
  border-radius: 80px;
  padding: 10px 15px;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  max-width: 200px;
}

/*.entry-content:hover h6 a {
  background-color: #051C37;
  border: solid 1px #051C37;
  color: white;
}

*/
.button a {
  display: inline-flex;
  align-items: center;
  width: initial;
  transition: 0.5s ease all;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.button a .linkText {
  transition: 0.5s ease all;
  border: solid 1px #051C37;
  border-radius: 80px;
  padding: 10px 15px;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

body.home .button a .linkText {
  border: solid 1px white;
}

.button a .linkLineLeft {
  width: 50px;
  height: 16px;
  transition: 0.5s ease all;
  position: relative;
}

.button a .linkLineLeft::before {
  content: "";
  display: block;
  background-color: #051C37;
  height: 1px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.5s ease all;
}

.button a .linkLineLeft::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #051C37;
  height: 100%;
  width: 1px;
  top: 0;
  left: 10px;
  transition: 0.5s ease all;
}

body.home .button a .linkLineLeft::before, body.home .button a .linkLineLeft::after {
  background-color: white;
}

.button a .linkLineRight {
  width: 50px;
  height: 16px;
  transition: 0.5s ease all;
  position: relative;
}

.button a .linkLineRight::before {
  content: "";
  display: block;
  background-color: #051C37;
  height: 1px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 0.5s ease all;
}

.button a .linkLineRight::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #051C37;
  height: 100%;
  width: 1px;
  top: 0;
  right: 10px;
  transition: 0.5s ease all;
}

.button a:hover .linkLineLeft {
  width: 100px;
}

.button a:hover .linkLineRight {
  width: 100px;
}

.button a:hover .linkText {
  background-color: #051C37;
  border: solid 1px #051C37;
  color: white;
}

.plus {
  width: 24px;
  height: 24px;
  position: relative;
}

.plus::before, .plus::after {
  position: absolute;
  background-color: #051C37;
  content: "";
  display: block;
}

.plus::before {
  width: 24px;
  left: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
}

.plus::after {
  height: 24px;
  top: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
}


/* Mobile Menu */

.mm-panels {
	background: none;
}

.mm-listview .mm-next {
	background: #103e4b;
}

.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: white;
}

.mobileMenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	color: #fff;
	background-color: #103e4b;
	z-index: 9999;
	padding: 0;
	display: none;
}

.mobileMenu .navButton {
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.mobileMenu .navButton i {
	font-size: 28px;
}

.mobileMenu .navButton a {
	color: #fff;
}

.mobileMenu .navButton a:hover {
	text-decoration: none;
}

.mobileMenu p {
	padding: 5px 0;
}

.mm-menu {
	color: white !important;
	background: #cb8d84!important;
}

.mm-listview li {
	font-size: 16px;
	padding-bottom: 0;
}

a.mm-title {
	display: none;
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 120px;
}

.mm-listview>li:not(.mm-divider):after, .mm-navbar {
	border-bottom: 0 !important;
}

#my-menu img {
	margin-top: 40px;
	margin-left: 15px;
}

#wpadminbar.mobile {
	display: none;
}

li.closeMenu {
	font-weight: 600;
	padding-top: 25px;
	font-style: italic;
}

li.closeMenu a {
	font-size: 14px;
}

/* Desktop Menu */

/* Header */

body.home {
	background-color: #051c37;
	color: white;
}

.splash {
  height: calc(100vh - 100px);
  max-height: 390px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 83px 0 15px;
  margin-bottom: 90px;
  color: white;
  background-size: cover;
  background-position: center;
}

body.home .splash {
  max-height: 650px;
}

.splash::before, .homepageFW::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(25, 25, 25, 0.4);
}

 .homepageFW::before {
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 0;
 }

body.home .splash::before {
  background-color: rgba(25, 25, 25, 0.6);
}

body.page-template-values .splash::before {
  display: none;
}

body.home .splash, body.page-template-values .splash {
  height: initial;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.titleUnderline, .titleUnderlineWhite {
  position: relative;
  margin-bottom: 75px;
  display: inline-block;
}
.titleUnderline::after, .titleUnderlineWhite::after {
  content: "";
  display: block;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 75px;
  width: 1px;
  background-color: #051C37;
}

.titleUnderlineWhite::after {
  content: "";
  display: block;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 75px;
  width: 1px;
  background-color: white;
}

.titleUnderline img, .titleUnderlineWhite img {
  max-width: 107px;
}

.titleHolder h2 {
    font-size: 0.781em;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 300;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  transition: 0.5s ease all;
  z-index: 99998;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.active {
  height: 100vh;
  transition: 0.5s ease all;
  background-color: #697686;
  overflow-y: scroll;
}
header.active .menuToggle .bars span.two {
  transform: rotate(-45deg);
  transition: transform 0.3s ease 0.3s;
}
header.active .menuToggle .bars span.three {
  transform: rotate(45deg);
  transition: transform 0.3s ease 0.3s;
}
header.active .menuToggle .bars span.one, header.active .menuToggle .bars span.four {
  width: 0%;
  transition: width 0.3s ease;
}
header.active .headerMain {
  display: block;
  opacity: 1;
  transition: 0.5s ease all;
  transition-delay: 0.3s;
}
header.active .logoHolder:hover img {
  opacity: 0;
}
header.active .logoHolder:hover img.logoDark {
  opacity: 1;
}
header .headerBar {
  padding: 15px 0;
  border-bottom: solid white 1px;
}

header .headerBar .fourteenForty {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  align-items: flex-end;
}

header .logoHolder {
  width: 75px;
  position: relative;
}
header .logoHolder img {
  transition: 0.5s ease all;
}
header .logoHolder img.logoDark, header .logoHolder img.logoOrange {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .logoHolder:hover img {
  opacity: 0;
}
header .logoHolder:hover img.logoDark {
  opacity: 1;
}
header .desktopMenu a {
  padding: 10px 10px 0;
  text-transform: uppercase;
  transition: 0.5s ease all;
}
header .desktopMenu a:hover {
  color: #00AEEF;
}

header.active .desktopMenu a:hover {
  color: #051C37;
}
header .menuToggle {
  height: 28px;
  width: 30px;
}
header .menuToggle .bars {
  width: 30px;
  height: 28px;
  position: relative;
}
header .menuToggle .bars span {
  display: block;
  background-color: white;
  height: 2px;
  width: 100%;
  position: absolute;
}
header .menuToggle .bars span:first-of-type {
  margin-top: 0;
}
header .menuToggle .bars span:last-of-type {
  margin-bottom: 0;
}
header .menuToggle .bars .one {
  top: 0;
  transition: width 0.3s ease 0.3s;
}
header .menuToggle .bars .two, header .menuToggle .bars .three {
  top: 50%;
  transition: transform 0.3s ease;
  transform: rotate(0deg) translateY(-50%);
}
header .menuToggle .bars .four {
  bottom: 0;
  transition: width 0.3s ease 0.3s;
  right: 0;
}
header .headerMain {
  display: none;
  opacity: 0;
  transition: 0.5s ease all;
  transition-delay: 0.3s;
}
header .mainMenu {
  border-bottom: solid 1px white;
  padding-top: 60px;
}
header .mainMenu .menuItem {
  padding: 0 15px;
  height: 32px;
  margin-bottom: 40px;
}
header .mainMenu .menuItem a {
  display: inline-flex;
  align-items: center;
}
header .mainMenu .menuItem a > img {
  width: 0px;
  height: 16px;
  transition: 0.5s ease all;
}
header .mainMenu .menuItem a:hover > img {
  width: 85px;
}

header .mainMenu .menuItem .menuWord {
  position: relative;
  display: block;
}
header .mainMenu .menuItem .menuWord img {
  height: 35px;
  width: auto;
  opacity: 1;
  transition: 0.5s ease all;
}

header .subMenu {
  margin: 35px 0;
}
header .subMenu .menu-item {
  padding: 0 15px;
  margin: 5px 0;
  width: 33.33%;

}
header .subMenu .menu-item a {
  font-weight: 300;
  transition: 0.5s ease all;
  font-size: 1.25em;
}
header .subMenu .menu-item a:hover {
  color: #051C37;
}

header .subMenu #menu-main-menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 75%;
}

.nav-down .headerBar {
  background-color: #F26522;
}

.nav-down .logoHolder:hover .logoDark {
  opacity: 1;
}

/* Body */

/* Homepage */

body.home .splash, .homepageArmada, .homepageInfinity, .homepageData {
	height: 650px;
	position: relative;
}

body.home .splash .videoHolder {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.videoHolder .videoBG.active {
    opacity: 1;
    transition: 0.3s ease all;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoHolder video {
    width: 100%;
    height: auto;
}

body.home section {
	display: flex;
}

body.home section .fourteenForty {
  display: flex;
  padding: 15px 15px 50px;
  align-items: flex-end;
}

body.home section.splash .fourteenForty {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 50px;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
}

body.home .splash h2 {
  padding-bottom: 30px;
  font-size: 2.75rem;
}

body.home section.splash .entry-content {
  max-width: 880px;
}

.homepageLinks {
	display: flex;
	flex-wrap: wrap;
}

.homepageLink {
	border-top: solid white 1px;
	width: 50%;
	display: flex;
	height: 365px;

}

.homepageLink .entry-content {
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: contain;
}

.homepageLink p {
  font-size: 1.5rem;
}

.homepageLink .imgWord {
  padding-bottom: 20px;
}

.homepageLink .imgWord img {
  height: 35px;
  width: auto;
}

.entry-content .button, .serviceInfo .button {
  padding-top: 20px;
}

.homepageInspect, .homepageLocate {
	border-right: solid white 1px;
	justify-content: flex-end;
}

.homepageLocate, .homepageShuttle, .homepageArmada, .homepageInfinity, .homepageData {
	border-bottom: solid white 1px;
}

.homepageLinks .entry-content {
	max-width: 720px;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.homepageFW {
	background-position: center;
	background-size: cover;
}

body.home .homepageFW h2 {
    padding-bottom: 5px;
}

.homepageFW h2 span {
    line-height: 0.9;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.homepageFW .entry-content {
	max-width: 720px;
	width: 100%;
}

.homepageFW .entry-content > div {
	max-width: 600px;
}

.homepageFW .entry-content p {
  font-size: 1.5rem;

}

.homepageArmada .fourteenForty, .homepageData .fourteenForty {
	justify-content: flex-end;
}

/* Service Page */
section.splash h1 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

section.splash .fourteenForty {
  display: flex;
  z-index: 3;
}


section.splash .entry-content {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.serviceHead {
  margin-bottom: 60px;
}

.serviceHead .fourteenForty {
  display: flex;
}

.serviceHead .imgHolder, .serviceHead .entry-content {
  width: 50%;
}

body.page-template-service .serviceHead img {
  width: 320px;
  height: auto;
}

.serviceHead .entry-content {
  max-width: 630px;
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  color: #697686;
}

.serviceHead .imgHolder img {
  margin: 0 auto;
}

.twoColRepeater .fourteenForty {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  max-width: 1350px;
}

.twoColContent {
  padding-bottom: 20px;
  width: 50%;
}

.twoColContent h2, .twoColContent .entry-content {
  max-width: 630px;
}

.recentProjects {
  background-color: #f3f1f3;
  padding: 60px 0;
  margin-bottom: 60px;
}

.recentProjects .fourteenForty {
  display: flex;
  flex-wrap: wrap;
}

.recentProject {
  width: 25%;
}

.recentProjects h2 {
  width: 100%;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 60px;
}

.recentProject .imgHolder {
  padding-bottom: 20px;
}

.recentProject .projectLink {
  font-size: 0.781em;
  text-transform: uppercase;
  font-weight: 600;
}

.recentProject .entry-content {
  max-width: 190px;
}

.entry-content p.projectInfoHead {
  padding-bottom: 0;
  color: #697686;
}

.serviceLinks {
  padding-bottom: 40px;
}

.serviceLinks .fourteenForty {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serviceLinks h2 {
  width: 100%;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.serviceLink {
    width: 50%;
    max-width: 640px;
    padding-bottom: 20px;
}

.serviceLink h4 {
  color: #f16421;
}

.serviceLink:first-of-type h4 {
  color: #008c16;
}

.serviceLink .imgHolder {
  padding-bottom: 20px;
}

.serviceInfo h4, .serviceInfo p {
  font-size: 1.4rem;
}

.serviceGallery, .videoGallery {
	position: relative;
}

.galleryHolder {
  margin-bottom: 60px;
}

.galleryHolder .fourteenForty {
    position: relative;
}

.slideContent {
  display: flex;
}

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

.gallerySlide {
	padding: 0 45px;
}

.gallerySlide img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	z-index: 10;
}

.arrow img {
  width: 30px;
  height: auto;
}

#arrowNext, #greenNext, #orangeNext {
	left: initial;
	right: 15px;
}

.gallerySlide .entry-content {
  width: 30%;
  text-align: right;
  font-size: 1.75rem;
}

.gallerySlide .videoHolder {
  width: 70%;
  position: relative;
  padding: 0;
  padding-bottom: 38.5%;
  height: 0; overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
 
.gallerySlide .videoHolder iframe,
.gallerySlide .videoHolder object,
.gallerySlide .videoHolder embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.slick-slide:focus, .slick-slide a {
    outline: none !important;
}

/* Robotics Page */
body.page-template-robotics section.splash, body.page-template-contact section.splash, body.page-template-dataSheets section.splash, body.single-vacancies .splash, body.post-type-archive-vacancies .splash {
  height: 390px;
  margin-bottom: 0;
  border-bottom: solid white 1px;
}

body.page-template-dataSheets section.splash, body.page-template-contact section.splash {
	border-bottom: 0;
}

body.page-template-robotics section.splash .entry-content {
  justify-content: flex-end;
}

.roboticsHead, .aboutHead {
  display: flex;
  margin-bottom: 60px;
}

.roboticsHead h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}

.roboticsHead .imgHolder, .aboutHead .imgHolder {
  width: 50%;
}

.roboticsHead .entry-content, .aboutHead .entry-content {
  width: 50%;
  max-width: 675px;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.roboticsLinks {
  padding-bottom: 60px;
}

.roboticsLinks .fourteenForty {
  display: flex;
  flex-wrap: wrap;
}

.roboticsLinks .fourteenForty > h2 {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.roboticsLink {
  width: 25%;
}

.roboticsLink .entry-content {
  max-width: 280px;
}

.roboticsLink .imgHolder {
  max-width: 150px;
  padding-bottom: 20px;
}

.roboticsLink h2 {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #697686;
}

.roboticsHead .entry-content > div, .aboutHead .entry-content > div {
  font-size: 1.75rem;
}

/* About */
body.page-template-about section.splash {
  margin-bottom: 0;
}

.aboutHead .entry-content {
    justify-content: flex-end;
}

.aboutHead .entry-content p:last-of-type {
  padding-bottom: 0;
}

section.contentHolder {
  padding-bottom: 20px;
}

.sectionContent {
  display: flex;
  padding-bottom: 40px;
}

.sectionContent:nth-of-type(even) {
  flex-direction: row-reverse;
}

.sectionContent .entry-content, .sectionContent .imgHolder {
  width: 50%;
}

.sectionContent .entry-content p:last-of-type {
  padding-bottom: 0;
}

.sectionContent .entry-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.sectionContent .entry-content h2 {
  align-self: flex-start;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.latestNews {
  background-color: #EBEBEB;
  padding: 60px 0;
}

.latestNews .fourteenForty {
  display: flex;
  flex-wrap: wrap;
}

.latestNews .fourteenForty > h3 {
  width: 100%;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.latestNews .newsHolder {
  width: 25%;
}

.latestNews .newsHolder .entry-content {
  max-width: 190px;
}

.latestNews .newsHolder .imgHolder {
  padding-bottom: 20px;
}

.latestNews .newsHolder h4, .latestNews .newsHolder h3 {
  color: #697686;
}

.latestNews .newsHolder h4 {
  text-transform: uppercase;
  font-size: 0.781em;
  margin-bottom: 10px;
}

.latestNews .newsHolder h3 {
    color: #697686;
    font-size: 1rem;
    padding-bottom: 5px;
}

.latestNews .newsLink {
  font-size: 0.781em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Our Team */

.mainTeamHolder {
  padding-bottom: 40px;
}
.mainTeamHolder .fourteenForty > h2, .joinOurTeam h2 {
  padding-bottom: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.mainTeamHolder .fourteenForty > h2 {
  text-align: right;  
}

.teamTitle, .joinContent h4, .coreTeam h3 {
  color: #697686
}

.mainTeamContent {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.mainTeamContent:nth-of-type(even) .entry-content {
  order: 3;
}

.mainTeamContent .titleHolder {
  width: 100%;
  padding-bottom: 10px;
}

.mainTeamContent .entry-content, .mainTeamContent > .imgHolder {
  width: 50%;
}

.mainTeamContent .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mainTeamContent .entry-content > div {
  max-width: 630px;
}

.coreTeamHolder .fourteenForty {
  display: flex;
  flex-wrap: wrap;
}

.coreTeamHolder .titleHolder {
  width: 100%;
  padding-bottom: 10px;
}

.coreTeam {
  width: 25%;
  padding-bottom: 60px;
}

.coreTeam > div {
  max-width: 280px;
}

.coreTeam > div.imgHolder {
  max-width: 210px;
  padding-bottom: 10px;
}

.coreTeam h3 {
  padding-bottom: 5px;
}

.joinOurTeam {
  display: flex;
  justify-content: flex-end;
  padding: 60px 0;
  background-color: #EBEBEB;
}

.joinOurTeam h2 {
	color: #051C37;
}

.joinOurTeam h2, .joinContentHolder {
  padding-bottom: 40px;
}

.joinOurTeam .entry-content {
  max-width: 645px;
  padding-right: 45px;
  padding-left: 15px;
  width: 50%;
}

.joinOurTeam .videoHolder {
  width: 50%;
  position: relative;
  padding: 0;
  padding-bottom: 28.13%;
  height: 0; overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
 
.joinOurTeam .videoHolder iframe,
.joinOurTeam .videoHolder object,
.joinOurTeam .videoHolder embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.joinContentHolder {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.joinContent {
  width: 50%;
  padding-right: 30px;
}

/* Values */
body.page-template-values {
  background-color: #051C37;
  color: white;
}

.valuesContent {
  display: flex;
  padding-bottom: 110px;
}

.valuesContent:nth-of-type(even) {
  flex-direction: row-reverse;
}

.valuesContent .imgHolder {
  width: 50%;
  padding-bottom: 10px;
}

.valuesContent .entry-content {
  width: 50%;
  max-width: 675px;
  padding: 0 15px 0 45px;
}

.valuesContent:nth-of-type(even) .entry-content {
  padding: 0 45px 0 15px;
  text-align: right;
}

.valuesContent h3 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #697686;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.valuesContent .entry-content {
  width: 50%;
  max-width: 720px;
  padding: 0 15px 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.valuesContent .entry-content p {
  font-size: 1.75rem;
}

.valueLinks {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.valuesContent:nth-of-type(even) .valueLinks {
  flex-direction: row-reverse;
}


.valueLinks a {
  display: block;
  width: 50%;
  padding-bottom: 10px;
  color: #697686;
  padding-right: 30px;
  display: flex;
  align-items: flex-end;
}

.valuesContent:nth-of-type(even) .valueLinks a {
  padding-right: 0;
  padding-left: 30px;
  justify-content: flex-end;
}

body.blog section.splash .entry-content {
	padding-left: 0;
	padding-right: 0;
}

/* ARCHIVES */
/* News Filter */
body.post-type-archive-vacancies .sidebar .titleHolder, body.page-template-teamJoin .sidebar .titleHolder, body.blog .sidebar .titleHolder {
  margin-bottom: -10px;
}

body.single-vacancies .sidebar .titleHolder {
  margin-bottom: 10px;
}
body.single-vacancies .sidebar .filterUI, body.post-type-archive-vacancies .sidebar .filterUI, body.page-template-teamJoin .sidebar .filterUI, body.blog .sidebar .filterUI {
  max-width: 190px;
  text-align: center;
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}
body.single-vacancies .sidebar .filterUI .filterButton a, body.post-type-archive-vacancies .sidebar .filterUI .filterButton a, body.page-template-teamJoin .sidebar .filterUI .filterButton a, body.blog .sidebar .filterUI .filterButton a, .vacancyFilterButton a {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  background-color: white;
  transition: 0.5s ease all;
  border: solid #051C37 1px;
  border-radius: 80px;
}
body.single-vacancies .sidebar .filterUI .filterButton.active a, body.post-type-archive-vacancies .sidebar .filterUI .filterButton.active a, body.page-template-teamJoin .sidebar .filterUI .filterButton.active a, body.blog .sidebar .filterUI .filterButton.active a, body.single-vacancies .sidebar .filterUI .filterButton:hover a, body.post-type-archive-vacancies .sidebar .filterUI .filterButton:hover a, body.page-template-teamJoin .sidebar .filterUI .filterButton:hover a, body.blog .sidebar .filterUI .filterButton:hover a {
  border: solid #051C37 1px;
  background-color: #051C37;
  color: white;
  transition: 0.5s ease all;
}

.filterButton {
  margin-top: 15px;
  cursor: pointer;
}

.vacancyFilterButton {
  margin-top: 15px;
  cursor: pointer;
}

.filterButton a {
  pointer-events: none;
}

.filterButton:first-of-type {
  margin-top: 0;
}

.vacancyFilterButton:first-of-type {
  margin-top: 0;
}

.filterOptions {
  display: none;
}

.filterOptions .filterButton:first-of-type {
  margin-top: 15px;
}

.filterOptions .vacancyFilterButton:first-of-type {
  margin-top: 15px;
}

body.post-type-archive-projects .filterButton {
  margin-top: 0;
}

body.single-vacancies .sidebar .filterUI .filter, body.post-type-archive-vacancies .sidebar .filterUI .filter, body.page-template-teamJoin .sidebar .filterUI .filter, body.blog .sidebar .filterUI .filter {
  display: none;
}
body.single-vacancies .sidebar .vacancies, body.post-type-archive-vacancies .sidebar .vacancies, body.page-template-teamJoin .sidebar .vacancies, body.blog .sidebar .vacancies {
  max-width: 190px;
}
body.single-vacancies .sidebar .vacancies .sidebarVacancy, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancy, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancy, body.blog .sidebar .vacancies .sidebarVacancy {
  margin-bottom: 30px;
}
body.single-vacancies .sidebar .vacancies .sidebarVacancy .entry-content a, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancy .entry-content a, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancy .entry-content a, body.blog .sidebar .vacancies .sidebarVacancy .entry-content a {
  text-transform: uppercase;
  font-size: 0.781em;
  font-weight: 700;
}
body.single-vacancies .sidebar .vacancies h2, body.post-type-archive-vacancies .sidebar .vacancies h2, body.page-template-teamJoin .sidebar .vacancies h2, body.blog .sidebar .vacancies h2 {
  font-size: 1.094em;
  padding-bottom: 10px;
  color: #697686;
}
body.single-vacancies .sidebar .vacancies h2 a, body.post-type-archive-vacancies .sidebar .vacancies h2 a, body.page-template-teamJoin .sidebar .vacancies h2 a, body.blog .sidebar .vacancies h2 a {
  font-weight: 200;
}
body.single-vacancies .sidebar .vacancies h3, body.post-type-archive-vacancies .sidebar .vacancies h3, body.page-template-teamJoin .sidebar .vacancies h3, body.blog .sidebar .vacancies h3 {
  font-size: 0.781em;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #697686;
}
body.single-vacancies .sidebar .vacancies .sidebarVacancyLocate .entry-content h2, body.single-vacancies .sidebar .vacancies .sidebarVacancyLocate .entry-content h3, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancyLocate .entry-content h2, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancyLocate .entry-content h3, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancyLocate .entry-content h2, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancyLocate .entry-content h3, body.blog .sidebar .vacancies .sidebarVacancyLocate .entry-content h2, body.blog .sidebar .vacancies .sidebarVacancyLocate .entry-content h3 {
  color: #697686;
}
body.single-vacancies .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h2, body.single-vacancies .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h3, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h2, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h3, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h2, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h3, body.blog .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h2, body.blog .sidebar .vacancies .sidebarVacancyAnalyse .entry-content h3 {
  color: #697686;
}
body.single-vacancies .sidebar .vacancies .sidebarVacancyKnow .entry-content h2, body.single-vacancies .sidebar .vacancies .sidebarVacancyKnow .entry-content h3, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancyKnow .entry-content h2, body.post-type-archive-vacancies .sidebar .vacancies .sidebarVacancyKnow .entry-content h3, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancyKnow .entry-content h2, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancyKnow .entry-content h3, body.blog .sidebar .vacancies .sidebarVacancyKnow .entry-content h2, body.blog .sidebar .vacancies .sidebarVacancyKnow .entry-content h3 {
  color: #697686;
}

/* News Archive */
body.blog .splash {
  margin-bottom: 100px;
}
body.blog .splash .fourteenForty {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
body.blog .pageContent .fourteenForty {
  display: flex;
}
body.blog .sidebar {
  max-width: 310px;
  min-width: 250px;
  width: 100%;
  border-right: solid 1px #051C37;
  padding-left: 15px;
  margin-bottom: 100px;
}
body.blog .sidebar h3 {
  padding-bottom: 40px;
  font-size: 1.719em;
}
body.blog .main, body.post-type-archive-vacancies .main {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  width: 100%;
}
body.blog .main .newsPost {
  margin-bottom: 100px;
}
body.blog .main .imgHolder {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
body.blog .main .entry-content, body.post-type-archive-vacancies .vacanciesContent .entry-content {
  max-width: 190px;
}
body.blog .main .entry-content > a, .projectLink a {
  text-transform: uppercase;
  font-size: 0.781rem;
  font-weight: 700;
}
body.blog .main .entry-content h5 {
  text-transform: uppercase;
  font-size: 0.781em;
  margin-bottom: 10px;
}
body.blog .main .entry-content h6, body.blog .main .entry-content p {
  margin-bottom: 10px;
}
body.blog .main .entry-content h6 a , body.post-type-archive-vacancies .vacancies .entry-content h6 a {
  font-weight: 300;
}
body.blog .main .entry-content.newsOrange h5, body.blog .main .entry-content.newsOrange h6 {
  color: #697686;
}
body.blog .main .entry-content.newsBlue h5, body.blog .main .entry-content.newsBlue h6 {
  color: #697686;
}
body.blog .main .entry-content.newsYellow h5, body.blog .main .entry-content.newsYellow h6 {
  color: #697686;
}
body.blog .filter li:first-of-type {
  margin-top: 30px;
}
body.blog .filter li {
  margin: 10px 0;
  text-transform: uppercase;
}
body.blog .singleWidth .imgHolder {
  max-width: 190px;
  width: 100%;
}
body.blog .doubleWidth .imgHolder {
  max-width: 380px;
  width: 100%;
}

.privacyPage .splash .fourteenForty {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

body.privacy-policy .contentMain .entry-content h2, body.privacy-policy .contentMain .entry-content h3, body.privacy-policy .contentMain .entry-content h4, body.privacy-policy .contentMain .entry-content h5, body.privacy-policy .contentMain .entry-content h6 { 
  padding-top: 20px;
  padding-bottom: 10px;
}

body.privacy-policy .contentMain .entry-content li {
  padding-bottom: 5px;
}

body.privacy-policy .contentMain {
  padding-bottom: 60px;
}

#input_1_5 li {
  font-size:0.9rem;
} 

body.blog .newsPost .imgHolder img, .body.post-type-archive-projects .project .imgHolder img {
  width: 100%;
}

/* News Single Post */
.newsSingle .splash .fourteenForty {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.newsSingle .splash h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
}
.newsSingle .splash .backToProjects {
  font-size: 0.781em;
  text-transform: uppercase;
}
.newsSingle .contentMain, .newsSingle .whosInvolved, .newsSingle .navigation {
  max-width: 660px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.newsSingle .heading {
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.newsSingle .heading .headingImg {
  width: 50%;
}
.newsSingle .heading .headingText {
  max-width: 720px;
  width: 50%;
  padding-top: 15px;
}
.newsSingle .heading .headingText .entry-content {
  padding-left: 20px;
  padding-right: 15px;
}
.newsSingle .heading .headingText .entry-content p {
  padding-bottom: 0;
  padding: 0 15px;
  color: #697686;
  font-size: 1.75em;
}
.newsSingle .contentMain p:first-of-type {
  color: #697686;
}
.newsSingle .contentMain .entry-content {
  margin-bottom: 40px;
}
.newsSingle .contentMain .entry-content img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.newsSingle .whosInvolved {
  margin-bottom: 80px;
}
.newsSingle .navigation {
  display: flex;
  justify-content: space-between;
}

/* Projects Overview */
body.post-type-archive-projects {
  background-color: #051C37;
  color: #FFF;
}
body.post-type-archive-projects header .desktopMenu a:hover {
  color: #F26522;
}
body.post-type-archive-projects header:active .desktopMenu a:hover {
  color: #051C37;
}
body.post-type-archive-projects .subPage.archivePage {
  padding-top: 130px;
}
body.post-type-archive-projects .subPage.archivePage .titleHolder {
  padding-left: 15px;
  padding-right: 15px;
}

section.map {
    position: relative;
    z-index: 1;
}

.mapHolder {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 60px;
}
.mapHolder img {
  margin: 0 auto;
}
.mapHolder .pointer {
  position: absolute;
  border-left: solid white 1px;
  width: 170px;
  padding-left: 10px;
  padding-top: 10px;
}

.mapHolder .pointer h6 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.781em;
  color: #697686;
}
.mapHolder .pointer a {
  text-transform: uppercase;
  font-size: 0.781em;
}
.mapHolder .pointer p, .mapHolder .pointer h6 {
  opacity: 1;
  transition: 0.5s ease all;
}
.mapHolder .pointer p.active, .mapHolder .pointer h6.active {
  opacity: 0;
  transition: 0.5s ease all;
}
.mapHolder .pointer.pointerLeft .pointerExpand {
  flex-direction: row-reverse;
    right: 0;
    left: initial;
}
.mapHolder .pointer.pointerRight .pointerExpand {
  left: 0px;
}
.mapHolder .pointer .pointerIcon {
  width: 54px;
  height: 62px;
  position: absolute;
  bottom: 100%;
  left: -28px;
}

.mapHolder .pointerLeft {
  border-left: 0;
  border-right: solid 1px white;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}
.mapHolder .pointerLeft .pointerIcon {
  width: 54px;
  height: 62px;
  position: absolute;
  bottom: 100%;
  left: calc(100% - 27px);
}

.mapHolder .pointer .pointerIcon .bars {
  position: absolute;
  background-color: #051C37;
  z-index: 10;
  top: 45%;
  right: 50%;
  height: 20px;
  width: 1px;
  transition: 0.3s ease all;
}
.mapHolder .pointer .pointerIcon .bar1 {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.mapHolder .pointer .pointerIcon .bar1.active {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s ease all;
}
.mapHolder .pointer .pointerIcon .bar2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.mapHolder .pointer .pointerIcon .bar2.active {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease all;
}
.mapHolder .pointerExpand {
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 65;
  display: none;
  transition: 0.5s ease all;
  color: #051C37;
}
.mapHolder .pointerExpand h6, .mapHolder .pointerExpand p {
  padding-bottom: 10px;
}
.mapHolder .pointerExpand.active {
  display: flex;
  transition: 0.5s ease all;
}
.mapHolder .pointerExpand .expandLeft {
  width: 180px;
}
.mapHolder .pointerExpand .expandRight {
  width: 300px;
  padding: 35px 20px;
}

section.filterHeading {
  margin-bottom: 100px;
  position: relative;
}
section.filterHeading .fourteenForty {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
section.filterHeading .headingText {
  width: 100%;
}
section.filterHeading .headingText h2, section.filterHeading .headingText h1 {
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}

section.filterHeading .headingText h2 {
  color: #a7a5b1;
}

.filter {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
  width: 100%;
}

.filterHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.filterHead p {
  cursor: pointer;
}
.filterHead p a {
  pointer-events: none;
  text-transform: uppercase;
}

.filterButtons {
  display: flex;
  justify-content: space-between;
}
.filterButtons .button {
  display: block;
  width: calc(50% - 10px);
  border: solid 1px white;
  border-radius: 80px;
  transition: 0.5s ease all;
  margin-top: 0;
  cursor: pointer;
  margin: 0 10px;
}

.filterButtons .button:first-of-type {
  margin-left: 0;
}

.filterButtons .button:last-of-type {
  margin-right: 0;
}

.filterButtons .button a {
  pointer-events: none;
  padding: 10px 25px;
  width: 100%;
  justify-content: center;
}
.filterButtons .button:hover {
  background-color: #697686;
  border: solid 1px #697686;
}
.filterButtons .button.active {
  background-color: white;
  transition: 0.5s ease all;
  color: #051C37;
}
.filterButtons .button.active:hover {
  border: solid 1px white;
}

.projects {
  min-height: 450px;
  display: flex;
  flex-wrap: wrap;
}

.project {
  margin-bottom: 50px;
}
.project h2 {
  font-size: 1.1em;
}
.project h3 {
  font-size: 0.781em;
  text-transform: uppercase;
}
.project h2, .project h3 {
  padding-bottom: 5px;
}
.project a {
  font-weight: 400;
}
.project .entry-content {
  max-width: 190px;
}
.project .entry-content:hover .imgHolder {
  transform: translateY(-10px);
}
.project .entry-content:hover .imgHolder img {
  transform: scale(1.1);
}
.project .entry-content .imgHolder {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.project .entry-content .projectLink {
  font-size: 0.781em;
  text-transform: uppercase;
  font-weight: 600;
}
.project h2, .project h3 {
  color: #a7a5b1;
}

/* Project Single */
body.single-projects {
  background-color: #051C37;
  color: #FFF;
}
body.single-projects .button a .linkLineLeft::before, body.single-projects .button a .linkLineLeft::after {
  background-color: white;
}
body.single-projects .button a .linkText {
  border: solid 1px white;
}
body.single-projects .button a:hover .linkText {
  border: solid 1px #F26522;
}
body.single-projects .backToProjects {
  font-size: 0.781em;
  text-transform: uppercase;
}
body.single-projects .map {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-projects .splash {
  padding-top: 90px;
  padding-bottom: 20px;
  max-height: 350px;
  margin-bottom: 0;
}
body.single-projects .splash::before {
  display: none;
}
body.single-projects .splash .fourteenForty {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  padding: 0 15px;
}

body.single-case_studies .button a .linkText {
  border: solid 1px white;
}
body.single-case_studies .button a:hover .linkText {
  border: solid 1px #F26522;
}
body.single-case_studies .backToProjects {
  font-size: 0.781em;
  text-transform: uppercase;
}
body.single-case_studies .map {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-case_studies .splash {
  padding-top: 90px;
  padding-bottom: 20px;
  max-height: 350px;
  margin-bottom: 0;
}
body.single-case_studies .splash .fourteenForty {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  padding: 0 15px;
}

body.single .splash {
  margin-bottom: 0;
}

.involvedMain {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

.whosInvolved .fourteenForty{
  padding-left: 15px;
  padding-right: 15px;
}

.newsSingle .whosInvolved {
  padding-left: 0;
  padding-right: 0;
}

.member {
  display: inline-block;
  min-width: 75px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.member .imgHolder {
  border-radius: 50% 50% 0% 50%/50% 50% 0% 50%;
  transform: rotate(45deg);
  overflow: hidden;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member .imgHolder img {
  transform: rotate(-45deg);
  height: 65px;
  width: 65px;
  max-width: 50px;
}
.member p {
  margin-top: 20px;
  font-size: 0.781rem;
  text-align: center;
}

.filterOptions .filterButton a, .filterOptions .vacancyFilterButton a {
    border:  0 !important;
    font-size: 0.781rem;
    border-radius: 0 !important;
    padding:  0 !important;
    font-weight: 700;
}

.filterOptions .filterButton:hover a, .filterOptions .filterButton.active a,
.filterOptions .vacancyFilterButton:hover a, .filterOptions .vacancyFilterButton.active a {
  color: #697686 !important;
  background-color: transparent !important;
}

body.page-template-dataSheets .splash h1, body.blog .splash h1, body.single .splash h1, body.archive .splash h1, body.page-template-contact .splash h1,
body.page-template-dataSheets .splash h2, body.blog .splash h2, body.single .splash h2, body.archive .splash h2, body.page-template-contact .splash h2 {
  text-transform: uppercase;
  font-size: 3.125em;
  font-weight: 700;
  padding-bottom: 0;
}

body.page-template-dataSheets .splash h2, body.blog .splash h2, body.archive .splash h2, body.page-template-contact .splash h2 {
  color: #a7a5b1;
}

body.single .splash h2 {
	color: #a7a5b1;
}

body.single-case_studies .splash h2 {
    color: #FFF;
}

body.single-projects .splash p {
  font-size: 0.781em;
  text-transform: uppercase;
}
body.single-projects .heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 110px;
}
body.single-projects .heading .headingImg, body.single-projects .heading .headingText {
  width: 50%;
}
body.single-projects .heading .headingImg {
  padding-right: 15px;
  align-self: flex-start;
}
body.single-projects .heading .headingText {
  padding-left: 15px;
  padding-right: 15px;
}
body.single-projects .heading .headingText .entry-content {
  max-width: 705px;
  font-size: 1.75em;
  padding-left: 15px;
  padding-right: 15px;
}
body.single-projects .heading .headingText .entry-content p:last-of-type {
  padding-bottom: 0;
}
body.single-projects .projectMain {
  padding-bottom: 100px;
}

.projectMain .fourteenForty {
  padding: 0 15px;
}

body.single-projects .projectMain .projectContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single-projects .projectMain .projectContent .projectBox {
  flex-basis: calc(50% - 30px);
  margin-bottom: 40px;
}
body.single-projects .projectMain .projectContent .projectQuote p {
  font-size: 1.75em;
}
body.single-projects .projectMain .projectContent .projectQuote h4 {
  font-size: 1.094em;
  padding-top: 10px;
}
body.single-projects .projectMain h3 {
  font-size: 1.75em;
  padding-bottom: 10px;
}
body.single-projects section.teamsInvolved {
  padding: 0 15px 100px;
}
body.single-projects section.teamsInvolved .titleHolder {
  padding-left: 15px;
  padding-right: 15px;
}
body.single-projects section.filterHeading .fourteenForty {
  display: flex;
  justify-content: space-between;
}
body.single-projects section.filterHeading .filterHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
body.single-projects .teamContent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.single-projects .teamSliderHolder {
  position: relative;
  width: 75%;
}
body.single-projects .teamSliderHolder .imgHolder {
  margin-bottom: 30px;
}
body.single-projects .teamSliderHolder h3 {
  font-size: 1.094em;
  color: #a7a5b1;
}
body.single-projects .teamSliderHolder #teamPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  display: block;
  font-size: 3em;
}
body.single-projects .teamSlider:after {
  content: "";
  display: table;
  clear: both;
}

body.single-projects .teamSlider {
  overflow: hidden;
}

body.single-projects .teamSlider .teamSlideContent {
  max-width: 190px;
}

body.single-case_studies .splash p {
  font-size: 0.781em;
  text-transform: uppercase;
}
body.single-case_studies .heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 110px;
}
body.single-case_studies .heading .headingImg, body.single-case_studies .heading .headingText {
  width: 50%;
}
body.single-case_studies .heading .headingImg {
  padding-right: 15px;
  align-self: flex-start;
}
body.single-case_studies .heading .headingText {
  padding-left: 15px;
  padding-right: 15px;

}
body.single-case_studies .heading .headingText .entry-content {
  max-width: 705px;
  font-size: 1.75em;
  padding-left: 15px;
  padding-right: 15px;
  color: #051c37;
}
body.single-case_studies .heading .headingText .entry-content p:last-of-type {
  padding-bottom: 0;
}
body.single-case_studies .projectMain {
  padding-bottom: 0;
}

.projectMain .fourteenForty {
  padding: 0 15px;
}

body.single-case_studies .projectMain .projectContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single-case_studies .projectMain .projectContent .projectBox {
  flex-basis: calc(50% - 30px);
  margin-bottom: 40px;
   color: #051c37;
}
body.single-case_studies .projectMain .projectContent .projectQuote p {
  font-size: 1.75em;
  color: #051c37;

}
body.single-case_studies .projectMain .projectContent .projectQuote h4 {
  font-size: 1.094em;
  padding-top: 10px;
  color: #a7a5b1;

}
body.single-case_studies .projectMain h3 {
  font-size: 1.75em;
  padding-bottom: 10px;
  color: #a7a5b1;
}
body.single-case_studies section.teamsInvolved {
  padding: 0 15px 100px;
}
body.single-case_studies section.teamsInvolved .titleHolder {
  padding-left: 15px;
  padding-right: 15px;
}
body.single-case_studies section.filterHeading .fourteenForty {
  display: flex;
  justify-content: space-between;
}
body.single-case_studies section.filterHeading .filterHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

body.single-case_studies .titleHolder h2 {
  color: #051c37;
}

body.single-case_studies .galleryHolder {
  margin-bottom: 0;
}

/* Meet the Team */
body.page-template-teamMeet .splash {
  align-items: flex-end;
}
body.page-template-teamMeet .splash h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
}
body.page-template-teamMeet section.heading {
  display: flex;
  margin-bottom: 100px;
}
body.page-template-teamMeet section.heading .headingImg, body.page-template-teamMeet section.heading .headingText {
  width: 50%;
}
body.page-template-teamMeet section.heading .headingText {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  justify-content: flex-end;
  padding-left: 15px;
}
body.page-template-teamMeet section.heading .headingText .entry-content {
  display: flex;
  align-items: flex-end;
}
body.page-template-teamMeet section.heading .headingText .entry-content p {
  padding: 0 15px;
  color: #F26522;
  font-size: 1.75em;
}

.dataSheets .splash .fourteenForty, body.blog .splash .fourteenForty {
  padding-left: 15px;
  padding-right: 15px;
}

.mainContent section {
  padding-bottom: 100px;
}
.mainContent section .fourteenForty {
  width: calc(100% - 30px);
}
.mainContent .imgRight .fourteenForty, .mainContent .imgLeft .fourteenForty {
  display: flex;
  justify-content: space-between;
}
.mainContent .imgRight .entry-content, .mainContent .imgLeft .entry-content {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meetOurTeam .mainContent, .meetOurTeam .splash .fourteenForty, .joinOurTeam .mainContent {
  padding-left: 15px;
  padding-right: 15px;
}

.mainContent .imgRight .entry-content h2, .mainContent .imgRight .entry-content h3, .mainContent .imgLeft .entry-content h2, .mainContent .imgLeft .entry-content h3 {
  font-size: 1.75em;
}
.mainContent .imgRight .entry-content p:last-of-type, .mainContent .imgLeft .entry-content p:last-of-type {
  padding-bottom: 0;
}
.mainContent .imgRight .imgHolder, .mainContent .imgLeft .imgHolder {
  width: calc(50% - 30px);
}
.mainContent .meetTeams .titleHolder {
  margin-bottom: -5px;
}
.mainContent .meetTeams .teamSlideContent .button {
  margin-top: 30px;
}
.mainContent .meetTeams .teamSlideContent .imgHolder {
  max-width: 190px;
  padding-bottom: 20px;
}
.mainContent .meetTeams .teamSlideContent h3 {
  padding-bottom: 10px;
}
.mainContent .meetTeams .teams {
  display: flex;
  flex-wrap: wrap;
}
.mainContent .twinImg .titleHolder {
  margin-bottom: -5px;
}
.mainContent .twinImg .fourteenForty {
  display: flex;
  justify-content: space-between;
}
.mainContent .twinImg .fourteenForty > div {
  width: calc(50% - 30px);
}
.mainContent .twinImg .entry-content h2 {
  font-size: 1.75em;
  padding: 20px 0 15px;
}

/* Data Sheets */
.dataSheets .splash {
  align-items: flex-end;
}
.dataSheets .splash .fourteenForty {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.dataSheets .splash .filter {
  max-width: 600px;
}
.dataSheets .pageContent {
  padding: 60px 15px 0;
}

.pdfHolder {
  display: flex;
  flex-wrap: wrap;
}

.dataSheets .pdfHolder .file {
  margin-bottom: 100px;
}
.dataSheets .pdfHolder .file .imgHolder, .dataSheets .pdfHolder .file h4, .dataSheets .pdfHolder .file p {
  max-width: 190px;
}
.dataSheets .pdfHolder .file .imgHolder {
  margin-bottom: 10px;
  position: relative;
}
.dataSheets .pdfHolder .file .imgHolder .downloadOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(25, 25, 25, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s ease all;
}

.downloadOverlay img {
	max-width: 75px;
}

.dataSheets .pdfHolder .file .imgHolder:hover .downloadOverlay {
  opacity: 1;
}
.dataSheets .pdfHolder .file h4 {
  text-transform: uppercase;
  font-size: 0.781em;
  padding-bottom: 5px;
}
.dataSheets .pdfHolder .file a {
  font-weight: 300;
}
.dataSheets .pdfHolder .file > .imgHolder {
  overflow: hidden;
}
.dataSheets .pdfHolder .file > .imgHolder:hover {
  overflow: hidden;
}

.dataSheets .pdfHolder .file > .imgHolder img {
  transition: 0.3s ease all;
}

.dataSheets .pdfHolder .file > .imgHolder:hover img {
  transform: scale(1.1);
}
/*.dataSheets .pdfHolder .fileLocate h4 {
  color: #F26522;
}
.dataSheets .pdfHolder .fileAnalyse h4 {
  color: #00AEEF;
}
.dataSheets .pdfHolder .fileKnow h4 {
  color: #F2B111;
}
*/

.dataSheets .pdfHolder h4 {
	color: #697686;
}
/* Vacancy Post */

.vacanciesContent {
  visibility: hidden;
  width: 100%;
}

body.single-vacancies .splash, body.post-type-archive-vacancies .splash {
  margin-bottom: 100px;
}
body.post-type-archive-vacancies .backToProjects {
  visibility: hidden;
}
body.single-vacancies .splash .fourteenForty, body.post-type-archive-vacancies .splash .fourteenForty {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}
body.single-vacancies .splash a, body.single-vacancies .splash p, body.single-vacancies .splash h2, body.post-type-archive-vacancies .splash a, body.post-type-archive-vacancies .splash p, body.post-type-archive-vacancies .splash h2 {
  text-transform: uppercase;
}
body.single-vacancies .splash p, body.single-vacancies .splash a, body.post-type-archive-vacancies .splash p, body.post-type-archive-vacancies .splash a {
  font-size: 0.781em;
}
body.single-vacancies .pageContent .fourteenForty, body.post-type-archive-vacancies .pageContent .fourteenForty {
  display: flex;
}
body.single-vacancies .sidebar, body.post-type-archive-vacancies .sidebar {
  max-width: 310px;
  min-width: 250px;
  width: 100%;
  border-right: solid 1px #051C37;
  padding-left: 15px;
  margin-bottom: 100px;
} 

body.single-vacancies .sidebar .vacancyFilterButton a, body.post-type-archive-vacancies .sidebar .vacancyFilterButton a,  {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  background-color: white;
  transition: 0.5s ease all;
  border: solid #051C37 1px;
  border-radius: 80px;
}
body.single-vacancies .sidebar .vacancyFilterButton.active a, body.post-type-archive-vacancies .sidebar .vacancyFilterButton.active a, body.post-type-archive-vacancies .sidebar .vacancyFilterButton:hover a {
  border: solid #051C37 1px;
  background-color: #051C37;
  color: white;
  transition: 0.5s ease all;
}

body.single-vacancies .sidebar .vacancyFilter li:first-of-type, body.post-type-archive-vacancies .sidebar .vacancyFilter li:first-of-type {
  margin-top: 30px;
}
body.single-vacancies .sidebar .vacancyFilter li, body.post-type-archive-vacancies .sidebar .vacancyFilter li {
  margin: 10px 0;
  text-transform: uppercase;
}

body.single-vacancies .pageContent, body.post-type-archive-vacancies .pageContent {
	padding-bottom: 60px;
}

body.single-vacancies .mainContent, body.post-type-archive-vacancies .mainContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
}

.vacancyNav img {
    width: 20px;
    height: auto;
}

.imgHolder.headingImg img {
  height: 35px;
  width: auto;
}

body.single-vacancies .mainContent {
  padding-right: 30px;
}

body.single-vacancies .mainContent .vacancyNav, body.post-type-archive-vacancies .mainContent .vacancyNav {
  position: absolute;
  top: -20px;
  right: 15px;
}
body.single-vacancies .mainContent .vacancyNav a, body.post-type-archive-vacancies .mainContent .vacancyNav a {
  margin: 0 5px;
}
body.single-vacancies .mainContent .entry-content, body.post-type-archive-vacancies .mainContent .entry-content {
  max-width: 720px;
  margin-bottom: 40px;
}
body.single-vacancies .mainContent .entry-content h1, body.post-type-archive-vacancies .mainContent .entry-content h1 {
  margin-bottom: 50px;
  text-transform: initial;
  font-size: 1.719em;
  font-weight: 200;
}
body.single-vacancies .mainContent .entry-content h2, body.single-vacancies .mainContent .entry-content h3, body.post-type-archive-vacancies .mainContent .entry-content h2, body.post-type-archive-vacancies .mainContent .entry-content h3 {
  font-size: 1.094em;
  line-height: 1.228em;
  color: #697686;
}
body.single-vacancies .mainContent .entry-content h2, body.post-type-archive-vacancies .mainContent .entry-content h2 {
  margin-bottom: 10px;
}
body.single-vacancies .mainContent .entry-content h3, body.post-type-archive-vacancies .mainContent .entry-content h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.single-vacancies .mainContent.vacancyLocate h3, body.single-vacancies .mainContent.vacancyLocate h2, body.post-type-archive-vacancies .mainContent.vacancyLocate h3, body.post-type-archive-vacancies .mainContent.vacancyLocate h2 {
  color: #697686;
}
body.single-vacancies .mainContent.vacancyAnalyse h3, body.single-vacancies .mainContent.vacancyAnalyse h2, body.post-type-archive-vacancies .mainContent.vacancyAnalyse h3, body.post-type-archive-vacancies .mainContent.vacancyAnalyse h2 {
  color: #697686;
}
body.single-vacancies .mainContent.vacancyKnow h3, body.single-vacancies .mainContent.vacancyKnow h2, body.post-type-archive-vacancies .mainContent.vacancyKnow h3, body.post-type-archive-vacancies .mainContent.vacancyKnow h2 {
  color: #697686;
}
body.single-vacancies .filterUI, body.post-type-archive-vacancies .vacancyFilter {
  display: none;
}
body.single-vacancies #applyForm, body.post-type-archive-vacancies #applyForm {
  max-width: 720px;
  margin-top: 40px;
  display: none;
}
body.single-vacancies .gform_body .gfield_required, body.post-type-archive-vacancies .gform_body .gfield_required {
  display: none !important;
}
body.single-vacancies .gform_body input, body.single-vacancies .gform_body textarea, body.post-type-archive-vacancies .gform_body input, body.post-type-archive-vacancies .gform_body textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid #051C37 1px !important;
  margin-bottom: 5px !important;
}
body.single-vacancies .gform_body label, body.post-type-archive-vacancies .gform_body label {
  font-weight: 300 !important;
  font-size: 1.094em;
}
body.single-vacancies .gform_body #input_5_5, body.post-type-archive-vacancies .gform_body #input_5_5 {
  border-bottom: none !important;
}
body.single-vacancies .gform_wrapper, body.post-type-archive-vacancies .gform_wrapper {
  margin-bottom: 0 !important;
}
body.single-vacancies .gform_footer, body.post-type-archive-vacancies .gform_footer {
  padding-bottom: 0px !important;
}
body.single-vacancies .gform_footer .gform_button, body.single-archive .gform_footer .gform_button {
  background-color: transparent !important;
  padding: 15px !important;
  display: block !important;
  width: 100% !important;
  max-width: 190px !important;
  font-weight: 600 !important;
  border-radius: 80px !important;
  border: solid 1px #051C37 !important;
}
body.single-vacancies .gform_footer .gform_button:hover, body.single-archive .gform_footer .gform_button:hover {
  background-color: #051C37 !important;
  color: white !important;
}

.oneVacancy .vacancyBoxes h6 {
  color: #697686;
  font-size: 1.094em;
  line-height: 1.228em;
  padding-bottom: 10px;
}

.oneVacancy:nth-of-type(even) .vacancyBoxes h6,  body.post-type-archive-vacancies .mainContent .oneVacancy:nth-of-type(even) .vacancyBoxes.entry-content h3 {
  color: #697686;
}

.oneVacancy {
  min-height: 290px;
}

.vacancyBoxes a.vacancyLink {
  text-transform: uppercase;
  font-size: 0.781rem;
  font-weight: 700;
}

/* Thankyou/404 */
body.error404, body.page-template-thankyou {
  background-image: url(img/thankyouBG.jpg);
  background-size: cover;
}

.fourOhFour .fourteenForty, .thankyouPage .fourteenForty {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}
.fourOhFour .fourteenForty h1, .fourOhFour .fourteenForty h2, .thankyouPage .fourteenForty h1, .thankyouPage .fourteenForty h2 {
  font-size: 3.125em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.fourOhFour .fourteenForty h1, .thankyouPage .fourteenForty h1 {
  margin-bottom: 40px;
}
.fourOhFour .fourteenForty .button a .linkLineLeft::before, .fourOhFour .fourteenForty .button a .linkLineLeft::after, .thankyouPage .fourteenForty .button a .linkLineLeft::before, .thankyouPage .fourteenForty .button a .linkLineLeft::after {
  background-color: white;
}
.fourOhFour .fourteenForty .button a .linkText, .thankyouPage .fourteenForty .button a .linkText {
  border: solid 1px white;
}
.fourOhFour .fourteenForty .button a:hover .linkText, .thankyouPage .fourteenForty .button a:hover .linkText {
  border: solid 1px #00AEEF;
}


/* Sidebar */

/* FOOTER */
body.error404 footer, body.page-template-thankyou footer {
  display: none;
}

footer {
  background-color: #051C37;
  color: white;
  padding: 40px 0;
}

body.single footer {
  margin-top: 60px;
}

body.post-type-archive-projects footer, body.single-projects footer, body.page-template-contact footer {
  border-top: solid white 1px;
}

.footerContent {
  max-width: 190px;
}
.footerContent .imgHolder {
  display: flex;
  align-items: flex-end;
}

.footerAmericas, .footerEurope, .footerSocial {
  margin-bottom: 5px;
}
.footerAmericas p:first-of-type, .footerEurope p:first-of-type {
  padding-bottom: 0;
  color: #697686;
}

.footerSocial p:first-of-type {
  color: #697686;
  padding-bottom: 10px;
}

.socialIcons {
  display: flex;
  align-items: flex-end;
}
.socialIcons a {
  display: flex;
  align-items: flex-end;
}
.socialIcons i, .socialIcons svg {
  margin: 0px 5px;
  font-size: 1.625em;
  transition: 0.3s ease all;
}

.footerSocial a:hover i, .footerSocial a:hover svg {
  color: #697686;
}

.locateFooter .imgHolder, .analyseFooter .imgHolder, .knowFooter .imgHolder, .recentNews .imgHolder {
  margin-bottom: 10px;
}
.locateFooter h5, .analyseFooter h5, .knowFooter h5, .recentNews h5 {
  text-transform: uppercase;
  font-size: 0.781em;
  margin-bottom: 10px;
}
.locateFooter h6, .locateFooter p, .recentNews h6, .recentNews p {
  margin-bottom: 10px;
}

.locateFooter a,  .recentNews a {
  text-transform: uppercase;
  font-size: 0.781em;
  display: inline-block;
  font-weight: 700;
  border-bottom: solid 1px transparent;
  transition: 0.3s ease all;
  padding-bottom: 3px;
}

.locateFooter .imgHolder a,  .recentNews .imgHolder a {
  padding-bottom: 0;
  border-bottom: none;
}

.locateFooter a:hover, .recentNews a:hover {
  border-bottom: solid 1px white;
}

.locateFooter .imgHolder a:hover,  .recentNews .imgHolder a:hover {
  border-bottom: none;
}

.locateFooter h5, .locateFooter h6, .recentNews h5, .recentNews h6 {
  color: #697686;
}

.cross, .crossDark {
  padding: 15px 0 0 15px;
  position: relative;
  margin-top: 15px;
}

.cross::before, .cross::after {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}


.crossDark::before, .crossDark::after {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    position: absolute;
    background-color: #051C37;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.crossGreen::before, .crossGreen::after {
    background-color: #008C16;
}

.crossOrange::before, .crossOrange::after {
    background-color: #F16421;
}


.cross::after, .crossDark::after {
    width: 20px;
    height: 1px;
}


.joinOurTeam .gallery .titleHolder {
  display: none;
}

.galleryContent > div:nth-of-type(odd) {
  padding-left: 0;
}

/* contactPage */

.contactLink a {
  position: relative;
}
.contactLink .contactOrange {
  opacity: 1;
  transition: 0.5s ease all;
}
.contactLink .contactOrange.active {
  opacity: 1;
  transition: 0.5s ease all;
}
.contactLink .contactOrange.dimmed {
  opacity: 0.5;
  transition: 0.5s ease all;
}
.contactLink .contactWhite {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease all;
}
.contactLink .contactWhite:hover {
  opacity: 1;
}

.contactLink .contactWhite.active {
  opacity: 1;
  transition: 0.5s ease all;
}

body.page-template-contact {
  background-color: #051C37;
  color: #FFF;
}
body.page-template-contact header .desktopMenu a:hover {
  color: #F26522;
}
body.page-template-contact header:active .desktopMenu a:hover {
  color: #051C37;
}
body.page-template-contact .titleHolder {
  padding-left: 15px;
  padding-right: 15px;
}
body.page-template-contact .splash::before {
  display: none;
}
body.page-template-contact .splash .fourteenForty {
  align-items: flex-start;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-template-contact .contactLinks {
  margin-top: 100px;
  margin-bottom: 40px;
}
body.page-template-contact .contactLink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-template-contact .contactLink .imgHolder a {
  display: block;
  margin-bottom: 40px;
}
body.page-template-contact .contactLink .imgHolder a img {
  height: 2.375em;
  width: auto;
}
body.page-template-contact .contactDetails h2 {
  font-size: 1.719em;
  color: #a7a5b1;
}



body.page-template-contact .contactDetails h3 {
  font-size: 1.5em;
}

body.page-template-contact .contactDetails h2 {
  margin-top: 40px;
}
body.page-template-contact .contactDetails h2:first-of-type {
  margin-top: 0;
}

body.page-template-contact .titleHolder {
  margin-bottom: 20px;
}

body.page-template-contact .gform_body .gfield_required {
  display: none !important;
}
body.page-template-contact .gform_body input, body.page-template-contact .gform_body textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid white 1px !important;
  margin-bottom: 5px !important;
}
body.page-template-contact .gform_body label {
  font-weight: 300 !important;
  font-size: 1.094em;
}
body.page-template-contact .gform_footer .gform_button {
  background-color: transparent !important;
  padding: 15px !important;
  display: block !important;
  width: 100% !important;
  font-weight: 600 !important;
  max-width: 190px !important;
  border-radius: 80px !important;
  border: solid white 1px !important;
}

body.page-template-contact .gform_footer .gform_button:focus {
  outline: 0 !important;
}

body.page-template-contact .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    display: inline-block !important;
    margin-right: 20px !important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    font-size: 1.094em !important;
}

body.page-template-contact .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 3px !important;
    margin-right: 5px !important;
}

body.page-template-contact .gform_footer .gform_button:hover {
  background-color: white !important;
  color: #051C37 !important;
}

.teams .button {
  margin: 0 auto;
}

.teamHolder {
  margin-bottom: 40px;
}

.meetTeams {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* END FOOTER */

/*IE Flex Fixes*/
/*media all*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepageInspect, .homepageLocate {
     border-right: solid white 1px;
     flex-direction: column;
     align-items: flex-end;
     justify-content: flex-end;
  }
}



/* Media Queries */

@media screen and (min-width: 1440px) {
	.serviceGallery, .videoGallery {
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: space-around;
	}

	.arrow {
	    position: relative;
	    top: initial;
	    transform: initial;
	    left: initial;
	    z-index: initial;
	    justify-content: center;
	    display: flex;
	    width: 100%;
	}

	#arrowNext, #greenNext, #orangeNext {
	    left: initial;
	    right: initial;
	}

	.galleryHolder {
	    max-width: 1350px;
	    overflow: hidden;
	    min-width: 1350px;
	}

	.gallerySlide {
	    padding: 0;
	}

}

@media screen and (max-width: 1439px) {
	.homepageFW .entry-content {
	    max-width: 600px;
	}

	.homepageLinks .entry-content {
	    padding: 30px 120px 30px 30px;
	}

	.twoColRepeater .fourteenForty {
		max-width: initial;
	}

	.twoColRepeater, .recentProjects {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media screen and (max-width: 1365px) {
	.homepageLink p {
	    font-size: 1.15rem;
	}

	.homepageLink .entry-content {
	    padding-right: 15px;
	}

	.homepageInspect, .homepageLocate {
	    justify-content: flex-start;
	}
}

@media screen and (max-width: 1279px) {
	.roboticsHead .entry-content > div, .aboutHead .entry-content > div, .gallerySlide .entry-content {
	    font-size: 1.2rem;
	}
}

@media screen and (max-width: 991px) {
	.mobileMenu {
		display: block;
	}

	nav ul li:hover > a {
		border-bottom: 0;
	}

	nav ul li.current-menu-item {
		border: 0;
	}

	.homepageFW .entry-content p {
	    font-size: 1.15rem;
	}

	body.home .splash h2 {
	    padding-bottom: 30px;
	    font-size: 1.75rem;
	    width: 75%;
	}

	.homepageFW .entry-content {
	    max-width: 850px;
	    width: 100%;
	}

	.homepageFW .entry-content > div {
	    max-width: initial;
	}

	.contactFooter, .locateFooter, .analyseFooter, .knowFooter,  {
    margin-bottom: 40px;
  }

  .footerContent {
    text-align: left;
  }

  .map {
    display: none;
  }

  .archivePage .filter {
    display: none;
  }

  section.filterHeading {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }

  .newsSingle .heading {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }
  .newsSingle .heading .headingImg, .newsSingle .heading .headingText {
    max-width: 100%;
    width: 100%;
  }
  .newsSingle .heading .headingText .entry-content {
    margin: 40px 0;
    padding-left: 15px;
  }
  .newsSingle .heading .headingImg img {
    width: 100%;
  }

  .teamContent .button {
    margin-top: 40px;
  }

  body.single-projects section.teamsInvolved {
    padding-bottom: 0;
  }

  body.single-projects .teamSliderHolder {
    width: 100%;
  }

  body.single-projects .filterHeading {
    display: none;
  }

  body.single-projects .map {
    display: none;
  }

  body.single-projects .heading .headingText {
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0 40px;
  }

  body.single-projects .heading .headingText, body.single-projects .heading .headingImg {
    width: 100%;
  }

  body.single-projects .heading .headingImg {
    padding-right: 0;
  }
  body.single-projects .heading .headingImg img {
    width: 100%;
  }

  body.single-projects .heading {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  body.single-projects .heading .headingText .entry-content {
    max-width: 100%;
  }

  body.single-case_studies .heading .headingText {
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0 40px;
  }

  body.single-case_studies .heading .headingText, body.single-case_studies .heading .headingImg {
    width: 100%;
  }

  body.single-case_studies .heading .headingImg {
    padding-right: 0;
  }
  body.single-case_studies .heading .headingImg img {
    width: 100%;
  }

  body.single-case_studies .heading {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  body.single-case_studies .heading .headingText .entry-content {
    max-width: 100%;
  }

  body.page-template-contact .contactLink .imgHolder a img {
    height: 1.319em;
  }

  body.blog .sidebar, body.post-type-archive-vacancies .sidebar {
    max-width: 250px;
  }

  body.page-template-service .gallery::before {
    width: 100%;
  }
  body.page-template-service .gallery .entry-content {
    width: 100%;
    padding: 60px 15px;
  }

  .gallery .galleryTop {
    flex-direction: column;
    padding-left: 0;
  }
  .gallery .galleryTop .entry-content {
    max-width: 100%;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .gallery .galleryTop .serviceSlider {
    width: 100%;
  }

  .gallery .galleryBottom .galleryBottomContent {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery .galleryBottom .galleryBottomContent h3 {
    max-width: 100%;
  }

.contactFooter, .locateFooter, .recentNews {
  	padding-bottom: 40px;
  }

  footer .fourteenForty > div:nth-last-of-type(2) {
  	padding-bottom: 0;
  }

  .slideContent {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	}

	.gallerySlide .entry-content {
	    width: 100%;
	    padding-top: 20px;
	    text-align: left;
	}

	.gallerySlide .videoHolder {
	    width: calc(100% - 30px);
	    margin: 0 auto;
	    position: relative;
	    padding: 0;
	    padding-bottom: 56.25%;
	}

	.valuesContent h3 {
	    font-weight: 700;
	    font-size: 1.75rem;
	    color: #697686;
	    text-transform: uppercase;
	    padding-bottom: 10px;
	}

	.valuesContent {
	    padding-bottom: 40px;
	}

	.valuesContent:last-of-type {
	    padding-bottom: 0;
	}


	.valuesContent .entry-content p {
	    font-size: 1.2rem;
	}

  .roboticsHead .entry-content, .aboutHead .entry-content {
    padding-left: 15px;
    padding-top: 15px;
  }

  body.single-projects .projectMain .projectContent .projectBox {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  body.single-projects .projectMain .projectContent .projectQuote p {
    font-size: 1rem;
  }

  body.single-projects .projectMain .projectContent {
    margin: 0 auto;
    max-width: 720px;
  }

  body.single-case_studies .projectMain .projectContent .projectBox {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  body.single-case_studies .projectMain .projectContent .projectQuote p {
    font-size: 1rem;
  }

  body.single-case_studies .projectMain .projectContent {
    margin: 0 auto;
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
/*	.splash {
		max-height: initial;
	}*/

  .videoHolder {
    display: none;
  }

	.splash h2 {
		font-size: 1.2rem;
	}
	header .subMenu #menu-main-menu {
	    width: 100%;
	}

	header .subMenu .menu-item {
	    width: 100%;
	}

	body.home .splash h2 {
	    width: 100%;
	    font-size: 1.5rem;
	}

	section.splash h1 , section.filterHeading .headingText h2, section.filterHeading .headingText h1, body.page-template-dataSheets .splash h1, body.blog .splash h1, body.single .splash h1, body.archive .splash h1, body.page-template-contact .splash h1, body.page-template-dataSheets .splash h2, body.blog .splash h2, body.single .splash h2, body.archive .splash h2, body.page-template-contact .splash h2 {
	    font-size: 1.75rem;
	}

	.homepageLink {
		width: 100%;
	}

	.homepageLinks .entry-content {
	    padding: 30px 15px;
	}

	body.home h2 {
	    font-size: 1.75rem;
	}

	  .involvedMain {
    flex-wrap: wrap;
  }
  .involvedMain .involvedMembers {
    margin-bottom: 40px;
  }

  .dataSheets .splash .filter {
    margin-top: 20px;
    max-width: 100%;
  }

  header.active {
    justify-content: flex-start;
  }

  header .mainmenu {
    padding-top: 60px;
  }

  header .headerMain .mainMenu .menuItem {
    margin-bottom: 10px;
  }

  header .headerMain .mainMenu .menuItem a > img {
    display: none;
  }

  header .headerMain .mainMenu .menuItem .menuWord img, header .headerMain .mainMenu .menuItem .menuWord img:last-of-type {
    height: 20px;
  }

  header .subMenu .menu-item a {
    font-size: 0.875rem;
  }

  .vacancySingle .pageContent .sidebar {
    display: none;
  }

  .joinOurTeam .pageContent {
    max-width: 100%;
  }

  .joinOurTeam .pageContent .mainContent {
    padding-left: 0;
  }

  body.single-vacancies .sidebar .vacancies, body.page-template-teamJoin .sidebar .vacancies, body.blog .sidebar .vacancies {
    max-width: initial;
    white-space: nowrap;
    overflow-x: scroll;
  }

  body.single-vacancies .sidebar .vacancies .sidebarVacancy, body.page-template-teamJoin .sidebar .vacancies .sidebarVacancy, body.blog .sidebar .vacancies .sidebarVacancy {
    display: inline-block;
    max-width: 205px;
    padding-right: 15px;
    white-space: initial;
  }

  .vacancySingle .pageContent .sidebar .sidebarContent, body.blog .sidebar .sidebarContent, body.post-type-archive-vacancies .sidebar .sidebarContent {
    padding-left: 0;
  }

  body.blog .sidebar .sidebarContent, body.post-type-archive-vacancies .sidebar .sidebarContent {
    text-align: center;
    margin-bottom: 40px;
  }

  body.single-vacancies .mainContent {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.blog .sidebar .filterUI, body.post-type-archive-vacancies .sidebar .filterUI, body.blog .newsPost .entry-content, body.post-type-archive-vacancies .vacanciesContent .entry-content {
    margin: 0 auto 40px;
    max-width: 100%;
  }

  body.blog .newsPost .imgHolder {
    margin: 0 auto 20px;
  }

  .oneVacancy {
    min-height: initial;
  }

  body.blog .main .newsPost {
    margin-bottom: 0;
  }

  body.blog .sidebar .titleHolder {
    display: none;
  }

  body.single-vacancies .pageContent .fourteenForty {
    flex-direction: column;
  }

  body.single-projects .projectMain .projectContent .projectBox {
    flex-basis: 100%;
  }

  body.single-projects .projectMain {
    padding-bottom: 0px;
  }

  body.single-case_studies .projectMain .projectContent .projectBox {
    flex-basis: 100%;
  }

  body.single-case_studies .projectMain {
    padding-bottom: 0px;
  }

  body.page-template-contact .contactLink .imgHolder a {
    margin-bottom: 10px;
  }

  body.page-template-contact .contactLink .imgHolder a img {
    height: 2.375em;
  }

  body.page-template-contact .contactLink p {
    margin-bottom: 40px;
  }

  body.blog .pageContent .fourteenForty,  body.post-type-archive-vacancies .pageContent .fourteenForty {
    flex-direction: column;
  }

  body.blog .sidebar, body.post-type-archive-vacancies .sidebar {
    max-width: 100%;
    width: 100%;
    border-right: none;
    padding-right: 15px;
    margin-bottom: 0;
  }

  body.blog .main, body.post-type-archive-vacancies .main {
    padding-left: 0;
    padding-right: 0;
  }

  body.page-template-contact .contactLinks {
    margin-top: 0;
  }

  .contactForms .contactDetails {
    font-size: 90%;
  }

  body.page-template-contact .gform_footer .gform_button {
    max-width: 100% !important;
  }

  body.page-template-contact .titleHolder {
    margin-bottom: 60px;
  }

  .newsSingle .navigation {
    flex-direction: column;
  }

  .singleNavNext {
    margin-top: 40px;
    align-self: flex-end;
  }

  body.single-vacancies .splash {
    margin-bottom: 40px;
  }

  .backToPrevPage {
    display: block;
    margin-bottom: 40px;
  }

  .fourOhFour .fourteenForty h1, .fourOhFour .fourteenForty h2, .thankyouPage .fourteenForty h1, .thankyouPage .fourteenForty h2 {
    font-size: 2em;
  }

  .filterButtons {
    flex-direction: column;
  }

  .filterButtons .button {
    width: 100%;
    margin: 0 0 10px;
  }

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

  header .headerBar {
    padding: 15px 0;
  }

  section.vehicles {
    padding: 50px 0;
  }

  body.blog .singleWidth .imgHolder {
    max-width: 100%;
  }

  .mainContent section .fourteenForty {
    width: 100%;
  }

  .mainContent section {
    padding-bottom: 40px;
  }

  body.page-template-teamMeet .teamHolder, body.page-template-teamMeet .mainTeamTitle, .caseStudies, .filterHeading .fourteenForty, body.single-projects section.teamsInvolved, .meetTeams, .dataSheets .pageContent, .dataSheets .splash .fourteenForty, body.blog .splash .fourteenForty, .newsSingle .heading .headingText .entry-content, .joinOurTeam .splash .fourteenForty, .joinOurTeam .mainContent, .joinOurTeam section.heading .headingText .entry-content p, .contactLinks, .contactForms {
    padding-left: 0;
    padding-right: 0;
  }

  body.blog .splash, body.single-vacancies .splash, body.post-type-archive-vacancies .splash {
    margin-bottom: 40px;
  }

  body.blog .sidebar h3 {
    padding-bottom: 20px;
  }

  .teamMemberDetails h2 {
    padding-bottom: 0;
  }

  .serviceHead .fourteenForty {
	    flex-wrap: wrap;
	}

	.serviceHead .entry-content {
	    width: 100%;
	}

	.serviceHead .imgHolder {
		width: 75%;
	    margin: 0 auto;
	    padding-bottom: 30px;
	}

	.serviceHead .entry-content {
		font-size: 1.2rem;
	}

	.serviceHead {
	    margin-bottom: 30px;
	}

	.twoColContent {
	    padding-bottom: 20px;
	    width: 100%;
	}

	.serviceLinks h2, .recentProjects h2, .roboticsHead h2 {
		font-size: 1.75rem;
	}

	.recentProject {
	    width: 100%;
	}

	.serviceLink {
	    width: 100%;
	    padding-bottom: 40px;
	}

	.roboticsHead, .aboutHead {
	    flex-wrap: wrap;
	}

	.roboticsHead .imgHolder, .aboutHead .imgHolder {
	    width: 100%;
	}

	.roboticsHead .entry-content, .aboutHead .entry-content {
	    width: 100%;
	    max-width: initial;
	    padding-top: 30px;
	    padding-left: 15px;
	    padding-right: 15px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}

	.roboticsLink {
	    width: 100%;
	    padding-bottom: 20px;
	}

	.valuesContent {
	    flex-wrap: wrap;
	    padding-bottom: 40px;
	}

	.valuesContent:last-of-type {
	    padding-bottom: 0;
	}


	.valuesContent .entry-content, .valuesContent .imgHolder {
		width: 100%;
	}

	.valuesContent .entry-content {
	    max-width: initial;
	    padding: 0 15px;
	}

	.valuesContent:nth-of-type(even) .entry-content {
	    padding: 0 15px;
	    text-align: left;
	}

	.coreTeam {
	    width: 100%;
	    padding-bottom: 20px;
	}

	.mainTeamContent .entry-content, .mainTeamContent > .imgHolder {
	    width: 100%;
	}

	.mainTeamContent .entry-content {
	    order: 3;
	}

	.mainTeamContent > .imgHolder {
	    padding-bottom: 20px;
	}

	.mainTeamContent .entry-content > div:first-of-type {
		padding-bottom: 10px;
	}

	.joinOurTeam {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	    justify-content: flex-start;
	}

	.joinOurTeam .entry-content {
	    width: 100%;
	    max-width: initial;
	    padding-right: 15px;
	    padding-top: 20px;
	}

	.joinOurTeam .videoHolder {
	    width: calc(100% - 30px);
	    margin: 0 auto;
	    padding-bottom: 56.25%;
	    margin-left: 15px;
	    margin-right: 15px;
	}

	.joinContent {
	    width: 100%;
	    padding-right: 0px;
	}

	.mainTeamHolder .fourteenForty > h2, .joinOurTeam h2 {
	    padding-bottom: 20px;
	    width: 100%;
	    font-weight: 700;
	    font-size: 1.75rem;
	    text-transform: uppercase;
	    padding-bottom: 40px;
	}

	.splash {
	    margin-bottom: 40px;
	}

  body.home section.splash .fourteenForty {
    display: flex;
    flex-direction: column;
    z-index: 3;
    padding: 15px 15px 50px;
    justify-content: space-between;
    align-items: flex-start;
  }

  body.page-template-contact .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    display: block !important;
  }

  .sectionContent {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .sectionContent .imgHolder {
    padding-bottom: 40px;
  }

  .sectionContent .entry-content, .sectionContent .imgHolder {
    width: 100%;
  }

  .sectionContent:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .latestNews .fourteenForty > h3 {
    font-size: 1.75rem;
  }

  .newsSingle .heading .headingText .entry-content p {
    font-size: 1.2rem;
  }

  .latestNews .newsHolder {
    width: 50%;
  }

  body.single-projects .heading .headingText .entry-content {
  font-size: 1.2em;
}

.filterUI .filterButton, .filterUI .vacancyFilterButton {
  max-width: 190px;
  margin: 15px auto 0;
}

.filterUI .filterButton:first-of-type, .filterUI .vacancyFilterButton:first-of-type {
    margin: 0 auto;
}

.filterUI .filterOptions .filterButton:first-of-type, .filterUI .filterOptions .vacancyFilterButton:first-of-type {
    margin: 15px auto 0;
}

.twoColRepeater, .recentProjects {
	padding-left: 0;
	padding-right: 0;
}

.homepageInspect, .homepageLocate {
  border-right: none;
}

.valuesContent:nth-of-type(even) .valueLinks a {
  padding-left: 0;
  padding-right: 30px;
  justify-content: flex-start;
}

body.page-template-contact footer {
  border-top: 0;
}

}


