/*
Theme Name: WaterProjectsOnline 2023
Them URI: http://waterprojectsonline.com
Description: Theme for the WaterProjectsOnline website
Author: Benoit Cauwe | Intergonic LLC
Author URI: http://www.intergonic.com
Template: 
Version: 0.1
*/
@import url(_static/fonts/font-awesome/font-awesome.css);

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

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

html { background: #fff; color: #333; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: 'Roboto', sans-serif; }

body {
  background: #eae6e2;
  font-size: 14px;
  margin: 0;
}

a { background: transparent; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after { content: ''; content: none; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; white-space: normal; }

button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline; }

button, input { line-height: normal; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { appearance: button; -webkit-appearance: button; cursor: pointer; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="search"] { appearance: textfield; -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

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

/****************************
Variables (font mixins, colors etc.)
****************************/
/* Variables */
/* Mixins and extends */
/* Self-clearing float mixin */
/* hover color mixin */
/* hover background-color mixin */
/* Vertical align mixin */
/* media breakpoints (only when using Neat) */
/****************************
Base (generic stuff, base element styles)
****************************/
::selection { background: #888; color: white; }

::-moz-selection { background: #888; color: white; }

/* My preferred flavour of clearfix */
.group:before, .group:after { content: ""; display: table; }

.group:after { clear: both; }

.group { zoom: 1; }

/* For IE 6/7 (trigger hasLayout) */
/* Grid configuration */
/* Base Styles */
/* body { line-height: 1.5; } */

a { text-decoration: none; }

#container, .container, #wrap-blog-container{
  margin: 0 auto;
  /* overflow: hidden; */
  /*width: 1200px;*/ /* 100%; */
}

html :where(img[class*="wp-image-"]), #container img {
  height: auto;
  max-width: 100%;
}

h1 {
  /* color: #252c41;  */
  /* font-size: 28px; */
  font-weight: 700;
  /* line-height: 30px; */
  /* margin: 30px auto; */
  /* text-align: center; */
  /* text-transform: uppercase; */
}
h2, h3 {
  /* font-size: 16px; */
  font-weight: 600;
  line-height: 30px;
  /* margin: 20px 0 10px; */
	/* color: #2893AF; */
	/* margin: 0 auto; */
  /* text-transform: uppercase; */
  /* text-align: center; */
}

/* WPO */
h1 .site-title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 45px;
}
h1.title {
  border-bottom: 1px solid #999999;
  margin-bottom: 12px;
  padding-bottom: 14px;
}
h1.title.page {
  border-bottom: none;
  margin-bottom: initial;
  margin-left: 14px;
  padding-bottom: 0;
}
h2 .site-tagline {
  /* font-style: italic; */
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 48px;
  margin: 36px 120px 72px;
  text-align: center;
  text-shadow: 2px 2px 7px #666;
}
p.wp-caption-text {
  border-bottom: 1px solid #dadadd;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
}




.wpo-msgs  {
  font-family: 'Reenie Beanie';
  font-size: 2rem;
  margin-bottom: 48px;
}
.wpo-msgs ul, .wpo-msgs li {
  list-style: none;
}
.wpo-msgs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wpo-msgs ul li {
  margin: 1em;
}
.wpo-msgs ul li a {
  text-decoration: none;
  color:#000;
  background:#ffc;
  display: block;
  height: 10em;
  width: 10em;
  padding: 1em;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  transform: rotate(-6deg);
  transition: transform .15s linear;
}
.wpo-msgs ul li:nth-child(even) a {
  background: #cfc;
  transform: rotate(4deg);
  position: relative;
  top: 5px;
}
.wpo-msgs ul li:nth-child(3n) a {
  background:#ccf;
  transform: rotate(-3deg);
  position: relative;
  top: -5px;
}
.wpo-msgs ul li:nth-child(5n) a {
  transform: rotate(5deg);
  position: relative;
  top: -10px;
}
.wpo-msgs ul li a:hover, .wpo-msgs ul li a:focus{
  box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  transform: scale(1.25);
  position: relative;
  z-index:5;
}




/* WPO */
#v-tabs {
  display: grid;
  height: 120px;
  position: fixed;
  top:150px;
  right: 40px;
  z-index: 1000;
}
#v-tabs #static-nom-sub,
#v-tabs #static-featured,
#v-tabs #static-job-board {
  display: inline-flex;
  flex-wrap: wrap;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
#v-tabs #s-nom-sub-left,
#v-tabs #s-featured-left,
#v-tabs #s-job-board-left {
  background: #2893af;
  color: #ffffff;
  display: none;
  padding: 0 0 0 7px;
  width: 203px;
}
#v-tabs #s-nom-sub-icon,
#v-tabs #s-featured-icon,
#v-tabs #s-job-board-icon {
  height: 40px;
  width: 40px;
}
#v-tabs #static-nom-sub a {
  background: #2893af; /* #ed352f; */
}
#v-tabs #static-featured a {
  background: #2893af;  /* #18af4b; */
}
#v-tabs #static-job-board a {
  background: #2893af; /* #009dd6; */
}
#v-tabs #static-nom-sub a:hover,
#v-tabs #static-featured a:hover,
#v-tabs #static-job-board a:hover {
  background: #122633;
}
#v-tabs #static-nom-sub svg,
#v-tabs #static-job-board svg {
  padding: 2px 0 0 2px;
}
#v-tabs #static-featured svg {
  padding: 3px 0 0 4px;
}
#v-tabs #s-nom-sub-icon .fa,
#v-tabs #s-featured-icon .fa,
#v-tabs #s-job-board-icon .fa {
  font-size: 24px;
}


.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #2893af;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:focus {
  color: #fff;
}
.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.back-to-top.show:hover {
  background: #122633;
  color: #fff;
  bottom: 30px;
  opacity: 1;
}
.arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  position: absolute; width: 12px; height: 12px; background-size: contain;
  transform: rotate(-90deg);
  top: 30%;
  left: 40%;
}
.arrow:nth-child(2){
  top: 42%;
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
  25%{opacity: 0; transform: rotate(-90deg) translateX(10px) scale(0.9);}
  26%{opacity: 0; transform: rotate(-90deg) translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
}

.back-to-top:hover .arrow{
  animation-name: bounceAlpha;
  animation-duration:1.4s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}
.back-to-top:hover .arrow:nth-child(2){
  animation-name: bounceAlpha;
  animation-duration:1.4s;
  animation-delay:0.2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
  .back-to-top.show:hover {
    bottom: 10px;
  }
  .arrow {
    top: 27%;
    left: 37%;
  }
}








/****************************
Components (mixins, resuable chunks)
****************************/
/*
.circular {
  float:left;
  height: 333px;
  position: relative;
  text-align: center;
  width: 333px;
}
.circular img {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
}
*/
/****************************
Header
****************************/
.sticky-search {
  background: #fff;
  display: none;
  height: 60px;
}
.sticky-search div.close-search {
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 60px;
  margin-right: 24px;
  text-align: right;
  width: 40px;
}
.fa.fa-close {
  padding-top: 18px;
}
/*
.home-container {
  background: url(images/wwf_home.jpg) no-repeat top center;
  background-attachment: fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 495px; /*665px;*/
  /* position: relative;
} */

/* header {
  background-color: #252c41;

  min-height: 90px;
  overflow: hidden;
  position: relative;
} */
.header-banner {
  background-color: #333; /* #252c41; */
  background-position: left 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 72px;
}
.banner-wrapper {
  overflow: hidden;
}
.post-content-wrapper.main .banner-wrapper {
  margin-left: 14px;
}
.banner-wrapper .banner {
  display: none;
}
.banner-wrapper .banner.active {
  display: block;
}

.logo {
  /* background: rgba(255, 255, 255, .65); */
  /* color: #2893AF; */
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  height: 50px;
  line-height: 48px;
  margin: 0 auto;
  padding: 9px 0;
  text-align: center;
  width: 25%;
}
.logo a, .logo a:hover, .logo a:visited {
	color: #2893AF;
}
.menu {
	/* background: rgba(126,119,111,.65); */
  float: left;
  font-family: 'Roboto', sans-serif;
  width: 75%;
}

/* WPO */
.hero-container {
  height: 480px;
  width: 100%;
  position: relative;
}
.hero-container video {
  width: 100%;
  height: 480px;
  position: absolute;
  object-fit: fill; /* cover; */
  z-index: 0;
}
.hero-container .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.20;
}
.hero-container .video-overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #03396c;
  /* opacity: 0.35; */
}
.hero-container .site-titles {
  margin: 0 auto;
  position: absolute;
  /* width: 100%; */
}
.hero-container .site-titles .site-title-logo {
  float: left;
  width: 168px;
}
.hero-container .site-titles .site-title-logo img {
  height: 144px;
  /* width: 144px; */
}
.hero-container .cta-container,
.hero-container .cta-container-sub {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  position: inherit;
  top: 32%;
}
.hero-container .cta-container-sub {
  opacity: 0;
  transition: opacity 1.5s;
  top: 40%;
}
.hero-container .cta-container a,
.hero-container .cta-container-sub a {
  box-shadow: 4px 4px 7px rgba(40,147,175, 0.5);
  font-size: 16px;
  margin: 0 14px;
}
.hero-container .cta-container a div.cta-block,
.hero-container .cta-container-sub a div.cta-block {
  /* background: rgba(255,255,255,0.35); */
  background: #2893af;
  border: 2px solid #2893af;
  border-radius: 4px;
  color: #ffffff; /* #252c41; */
  text-align: center;
  padding: 7px 14px;
  position: relative;
  width: 200px;
  height: 44px;
}
.hero-container .cta-container a div.cta-block span,
.hero-container .cta-container-sub a div.cta-block span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}

.hero-container .cta-container a div:hover,
.hero-container .cta-container-sub a div:hover {
  background: #122633; /* rgba(40,147,175); */
  border: 2px solid #122633;
  color: #fff;
}
.hero-container .cta-content-wrapper {
  background-color: #fff;
  width: 656px;
}
.hero-container .caption {
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
#cta-messages {
  position: absolute;
  top: 250px;
  width: 100%;
}
#cta-messages div {
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  font-size: 14px;
  margin: 24px auto;
  padding: 24px;
  text-align: center;
  width: 60%;
  /* width: 100%; */
}
/* #cta-messages div.cta-explain {
  margin: 24px auto;
  text-align: center;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
} */

.wpo {
  color: #2893AF;
}

.wpo-container-left, .wpo-container-right {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 40px 30px;
}
.wpo-container-left {
  padding: 36px;
}
.wpo-container-right {
  padding: 36px 36px 36px 72px;
}
.feat-proj-container .side-logo.left,
.wpo-container-left .side-logo {
  float: left;
  margin: 95px 0 60px 40px;
  min-height: 300px;
  width: 300px;
}
.feat-proj-container .side-logo.left {
  width: 270px;
}
.wpo-container-left .block-cta a {
  background-color: #2893AF;
  border-radius: 4px;
  color: #ffffff;
  padding: 7px 21px;
}
.wpo-container-left .block-cta a:hover {
  background-color: #122633;
}
.wpo-container-right .side-logo {
  float: right;
  margin: 95px 0 60px 60px;
  min-height: 300px;
  width: 300px;
}
.wpo-container-right .title {
  margin-left: 300px;
}
.wpo-container-right ul {
  padding-left: 0;
}

.submit-nominate-container.no-results .submit-nominate-content .side-logo {
  margin: 15px 0 60px 40px;
  min-height: unset;
}
.feat-proj-container {
  clear: both;
}
.feat-proj-container .side-logo.left {
  margin: 5px 20px 60px 30px;
  min-height: unset;
}
.feat-proj-container .side-logo.right {
  float: right;
  margin: 15px 40px 60px 0;
  min-height: unset;
}
.submit-nominate-container.no-results .submit-nominate-content a {
  color: #2893af;
}
.submit-nominate-container .submit-nominate-content .side-logo img {
  height: 225px;
  width: 225px;
}
.feat-proj-container img {
  margin-bottom: 0;
  width: 225px;
}
.submit-nominate-container .submit-nominate-content .title,
.feat-proj-container .featured_title,
.related-items .title.rel {
  border-bottom: 4px solid #2893AF;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 24px;
  margin-top: 0px;
  padding-bottom: 8px;
}
.feat-proj-container .featured_title {
  margin-bottom: 12px;
}
.related-items .title.rel {
  border-bottom: 3px solid #2893AF;
  display: block;
  font-size: 18px;
  margin: 7px auto 14px;
  padding-bottom: 3px;
  text-align: center;
  width: 145px;
}
.submit-nominate-container .submit-nominate-content .body {
  font-size: 18px;
  line-height: 27px;
  margin-left: 300px;
}
.submit-nominate-container .submit-nominate-content .body li {
  list-style: none;
  padding: 0 0 10px 0;
}
.submit-nominate-container .submit-nominate-content .body p {
  margin-left: 40px;
}
.submit-nominate-container .submit-nominate-content .body .block-cta {
  margin: 0 auto;
  text-align: center;
}
.feat-proj-container .featured_proj {
  margin-bottom: 36px;
  margin-left: 270px;
  min-height: 90px;
}
.feat-proj-container .featured_proj ul {
  margin-top: 6px;
}
.feat-proj-container .featured_proj li {
  font-size: 18px;
  line-height: 27px;
  list-style: none;
  margin-bottom: 12px
}
.feat-proj-container .featured_proj li a {
  color: #000;
}
.feat-proj-container .featured_proj li a:hover {
  color: #2893af;
}





#new-container
{
  margin:0;
  padding:0;
  background-color: #03396c;
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index: 5;
  bottom: 0;
  position: absolute;
  left: 0px;
  float: left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
}
.parallax1 > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
}
.parallax2 > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
}
.parallax3 > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
}
.parallax4 > use:nth-child(1) {
  animation-delay: -2s;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}























.about-container {
  /* background-color: #fff; */
  background-color: transparent;
  /* border-radius: 6px; */
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  /* margin: 40px 30px; */
  padding: 0 24px;
  text-align: left;
}
.about-container .about-content .side-logo {
  float: right;
  margin: 95px 0 60px 40px;
  min-height: 300px;
  width: 300px;
}
.about-container .about-content .side-logo img {
  height: 225px;
  width: 225px;
}
.about-container .about-content .title {
  border-bottom: 4px solid #2893af;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 24px;
  margin-top: 0px;
  padding-bottom: 8px;
}
.about-container .about-content .body {
  font-size: 18px;
  line-height: 32px;
}
.about-container .about-content .body a {
  color: #2893af;
  text-decoration: underline;
}
.about-container .about-content .body li {
  list-style: none;
  padding: 0 0 10px 0;
}
.about-container .about-content .body .block-cta {
  margin: 0 auto;
  text-align: center;
}
.about-container .about-content .body .block-cta a {
  background-color: #2893AF;
  border-radius: 4px;
  color: #ffffff;
  padding: 7px 21px;
  text-decoration: none;
}
.about-container .about-content .body .block-cta a:hover {
  background-color: #122633;
}
/* .hero-container .video-overlay .site-title {
  color: #000;
  margin: 20px 0 0 50%;
  opacity: 0;
} */


/*
.logo-site {
  background: #334e60;
  padding-top: 0px;
}
.logo a img, .logo-site a img {
  width: 240px;
}
*/
.mobile-menu{
  display: none;
  padding-left: 30px;
  position: absolute;
  top: 38px;
}
/*
.mobile-menu img{
  width: 25px;
}
header .logo a, header .logo a:hover{
  border-bottom: none;
  text-decoration: none;
}
*/

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.main-nav-left, .main-nav-right, .search-icon{
  display: block;
  padding-top: 37px;
  position:absolute;
  text-transform:uppercase;
  /* top: 32px; */
}
.header-site .main-nav-left, .header-site .main-nav-right, .header-site .search-icon{
  padding-top: 42px;
}

.mobile-menu-class{
  display: block;
}
.header-basket {
  display: inline;
}
.search-icon span {
  font-family: 'Roboto', sans-serif;
}
.search-icon {
  color: #fff;
  cursor: pointer;
  display: none;
  float: left;
  margin-left: 19%;
}
.ak-search {
  display: none;
  padding-top: 15px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  z-index: 9999;
}
.ak-search button {
  display: none;
}

.main-nav {
  display: table-row;
  list-style-type: none;
  padding: 0;
}
.main-nav ul {
	margin: 0;
	padding: 0;
}
.main-nav li {
  display: table-cell;
  font-size: 14px;
  height: 34px;
  max-width: 100px;
  min-width: 75px;;
  padding: 19px 14px;
  position: relative;
  text-align: center;
}
.main-nav li a {
	color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.main-nav li a:hover {
  color: #2893AF;
}
.main-nav li.current_page_item a {
	color: #2893AF;
}
.main-nav li.current_page_item a:hover {
  color: #ffffff;
}
.main-nav ul li > ul li {
  display: block;
  height: 21px;
  padding: 14px 12px 4px;
  text-align: left; 
}
.main-nav ul li > ul li a {
  display: block;
}
.main-nav li > ul li a,
.main-nav li.current_page_item > ul li a {
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
  transform: none;
  white-space: nowrap;
}
.main-nav li.current_page_item > ul li a:hover {
	color: #2893AF;
}
.main-nav ul li.menu-item-has-children:hover > ul {
  display: block;
}
.main-nav ul li > ul,
.main-nav ul li > div {
  display: none;
  width: 240px;
  position: absolute;
  top: 65px;
  /* border-radius: 0 0 4px 4px; */
  z-index: 999;

  background: #333;
  left: 0;
  padding: 5px 15px 5px 0;
  /* right: 0; */
}
.main-nav li.portal.menu-item-has-children > a {
  background: #2893af;
  border-radius: 5px;
  padding: 7px;
}

.main-nav li.wpml-ls-current-language {
  background: rgba(164, 26, 24, .85);
  position: relative;
}
.main-nav li.wpml-ls-current-language a:hover {
  color: #bca609;
}

.slideshow {
  margin-bottom: 24px;
  min-height: 486px;
}
.post-content .slideshow img {
  height: 486px;
}
.slide {
  position: absolute;
  z-index: 1;
}
.slide.active {
  z-index: 3;
}
.banner {
  margin-top: 20px;
}
.end-text {
  clear: both;
}

.post-content-wrapper.horizontal-scroll {
  display: flex;
}
.post-content-wrapper.horizontal-scroll .result-item {
  box-sizing: border-box;
  flex: 0 0 calc(100% / 3);
  float: none;
}

/* Search Page */
.post-content-wrapper.search {
  min-height: 300px;
}
.search-img-holder {
  background: #fff;
  float: left;
  height: 75px;
  margin-right: 24px;
  padding: 8px 18px 16px;
  position: relative;
  width: 150px;
}
.search-img-holder img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.result-data {
  /* border-bottom: 1px solid #cccccc; */
  height: 99px;
  overflow: hidden;
}
.result-data h1.result-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 12px;
}
.result-data h1.result-title a {
  color: #333;
}
.result-data .result-date {
  font-style: italic;
}
.result-data .result-excerpt {
  margin: 0 0 0 7px;
}
.result-data .result-excerpt p {
  margin: 0;
}

.types {
  /* display: flex; */
  /* margin: 0 auto; */
  text-align: center;
}
.inner-types {
  display: flex;
  margin: 0 auto;
  width: auto;
}
.type-label {
  background: white;
  border: 1px solid #999;
  border-radius: 14px;
  cursor: pointer;
  margin-right: 14px;
  padding: 7px 14px;
}
#water-company.type-label, .water-company.type-title {
  background-color: #a5daea;
}
#case-study.type-label, .case-study.type-title {
  background-color: #14ceb7;
}
#supply-chain.type-label, .supply-chain.type-title {
  background-color: #89f2b0;
}
#innovation.type-label, .innovation.type-title {
  background-color: #bfe5f0;
}
.type-title {
  background: white;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 14px 5px;
  text-align: right;
}
.type-title span {
  position: relative;
  top: -2px;
}
.type-label span.hidden,
.type-title span.hidden {
  display: none;
}


.tab {
  display: none;
  overflow: hidden;
}
.tab.active {
  display: block;
}
#tab-selectors {
  text-align: right;
}
.htab {
  background-color: #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
  padding: 4px 12px 7px 12px;
}
.htab.active {
  cursor: default;
}

ul.tab-selectors {
  list-style: none;
  padding: 0;
}
ul.tab-selectors li {
  cursor: pointer;
  font-size: 16px;
  padding: 18px 24px;
  /* #70778bcc; */
}
ul.tab-selectors li.active {
  background: rgb(234, 230, 226);
  border-bottom: none;
  border-left: 4px solid;
  cursor: default;
  font-weight: 700;
  padding: 18px 20px;
}
ul.tab-selectors li:hover {
  background: rgb(234, 230, 226);
  border-bottom: none;
  border-left: 4px solid;
  padding: 18px 20px;
}
ul.tab-selectors li a {
  color: inherit;
}
ul.list-link li::marker {
  color: #2893AF;
}
ul.list-link li a {
  background: transparent;
  color: #2893AF;
  display: block;
}
ul.list-link li a::before{
  content: "";
}
ul.list-link li a:hover, p.email-link a:hover {
  background: #2893AF;
  color: #ffffff;
}
p.email-link a {
  background: transparent;
  color: #2893AF;
  padding: 2px 2px 2px 0;
}

.article-metadata {
  margin: 18px 0 24px;
}
.thanks-to {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  margin: 36px 0;
  padding: 36px;
}


.related-items {
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: black;
  height: 650px;
  left: 798px;
  max-height: 650px;
  max-width: 370px; 
  padding: 0 15px;
  position: absolute;
  top: 0px;
  width: 342px;
}
.related-items.reduced {
  height: 325px;
}
.related-items .rel-type-title {
  background: #2893af;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  margin: 7px 0 0 0;
  padding: 3px 10px;
  width: fit-content;
}
.related-item ul {
  padding-left: 12px;
}
.related-item ul li {
  padding: 0 0 6px;
}
.related-item ul li a {
  color: #000;
}
.related-item ul li a:hover {
  color: #2893af;
}
.related-item ul li .related-tile a,
.related-item ul li .related-tile a:hover {
  color: #000;
}
.related-post {
  cursor: pointer;
  position: relative;
}
.related-post:hover .related-tile {
  background: transparent;
  display: inline;
  min-width: 310px;
  opacity: 1;
  visibility: visible;
}
.related-tile {
  background: white;
  display: none;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 16px;
  transition: visibility 0s, opacity 1.5s ease;
  visibility: hidden;
  z-index: 2;
}
.related-tile.bottom-half {
  top: -256px;
}


/* GALLERY */
.gallery-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-img {
  background: #fff;
  display: block;
  margin-bottom: 13px;
  margin-right: 13px;
  max-width: 30%;
  padding: 10px;
  width: 30%;
}
.gallery-wrapper .gallery-img:nth-child(3n+3) {
  margin-right: 0;
}
.gallery-wrapper .gallery-img img {
  aspect-ratio: 1;
  cursor: pointer;
  height: auto;
  object-fit: cover;
  width: 100%; 
}
.mySlides {
  display: none;
}


/* modal */
 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 12% auto; /* 15% from the top and centered */
  /* padding: 20px; */
  border: 1px solid #888;
  /* width: 80%; /* Could be more or less, depending on screen size */
  width: 864px;
  height: 486px;
  position: relative;
}

.post-content .modal-content iframe {
  height: 100%;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaa;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -45px;
  right: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.close-gallery {
  background: #ffffff;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;;
  padding: 0 12px;
  position: absolute;
  right: 5px;
  top: 5px;
}


/****************************
Home
****************************/
.post-content {
  /* font-size: 16px; */
  line-height: 2;
  padding: 0 25px;
}
.post-content .intro {
  font-size: 16px;
  font-weight: 600;
}
.post-content div.wp-caption {
  margin-top: 20px;
  max-width: 100%;
}
.post-content img {
  display: block  ;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.post-content iframe {
  /* height: auto; */
  max-width: 100%;
}
.post-content iframe#video {
  height: 100%;
}
.post-content .main-content iframe {
  width: 100%;
  height: 486px;
}
.post-content object.pdf {
  border-bottom: solid 20px #2a2a2e;
  margin-bottom: 36px;
}
.post-content ul {
  column-gap: 80px;
  column-rule-color: #999999; /* #2893AF; */
  column-rule-style: solid;
  column-rule-width: 1px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 15px;
}
.post-content ul li {
  padding-left: 15px;
}
.post-content ul li ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  /* padding-left: 15px; */
}
.post-content.featured .main-content {
  margin-top: 14px;
}
.post-content.featured ul {
  column-gap: initial;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  padding-left: 0;
}
.post-content.featured ul li {
  padding-left: 0;
}
.post-content #all-tab-wrapper {
  margin-top: 24px;
}
#ct-view-all {
  float: right;
  font-size: 10px;
  padding-top: 3px;
}
.post-content #all-tab-wrapper #all-contacts {
  clear: both;
}
.category-module {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-top: 24px;
  padding: 12px 0 24px;
}
.category-module .item a {
  color: #70778bcc;
}
.category-module .item a.l1 {
  font-weight: 700;
}
.category-module .item a:hover {
  color: #333333;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module header {
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 0 10px;
  text-transform: uppercase;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module header #ct-view-all {
  display: none;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content {
  background: #fff;
  display: block;
  /* margin-bottom: 13px; */
  /* margin-right: 13px; */
  /* max-width: 30%; */
  padding: 7px 10px 0;
  /* width: 30%; */
}
/* .post-content #all-tab-wrapper #all-contacts .sidebar-module .sidebar-content:nth-child(3n+3) {
  margin-right: 0;
} */
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content {
  display: block ruby;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content .item.spacing {
  display: inline-flex;
  line-height: 20px;
  padding: 0;
  width: 700px;
}
.post-content #all-tab-wrapper #all-contacts .ct-wrapper {
  display: block;
  /* flex-wrap: wrap; */
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content .icon-wrapper {
  display: inline-flex;
  width: 125px;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content .icon-wrapper .item.spacing {
  max-width: 40px;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .sidebar-content .item-icon {
  float: left;
  padding-top: 10px;
  width: 24px;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content .item-icon {
  padding-bottom: 10px;
  width: 24px;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content .item-icon a {
  color: #2893af;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .hor-sidebar-content .item-icon a:hover {
  color: #122633;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .sidebar-content .item-detail {
  display: inline-block;
  padding: 10px 0;
  width: 80%;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .sidebar-content .social-group {
  padding: 10px 0;
}
.post-content #all-tab-wrapper #all-contacts .sidebar-module .sidebar-content .item svg {
  margin-right: 18px;
}
.the-content ul {
  /* margin-bottom: 12px; */
  line-height: 22px;
}
.the-content ul li {
  margin-bottom: 12px;
}
.the-content .subtitle {
  color: #2893AF;
  /* font-family: Calibri, sans-serif; */
  /* font-size: 20px; */
  font-weight: 600;
  /* height: 25px; */
  /* margin: 10px 15px 5px; */
  /* overflow: hidden; */
  /* text-align: center; */
  text-transform: uppercase;
}
/* .team-member-content {
	float: left;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  padding: 2px 0 30px 0;
  width: 64%
}
.team-member-content .team-member-contact-box {
  background: #e4d8cd;
  display: inline-block;
  padding: 7px 15px;
}
.team-member-content .team-member-contact-box a {
  color: #2893AF;
}
.team-member-content .team-member-contact-box p {
  font-size: 16px;
  margin: 0;
} */
.the-content.separator {
  border-bottom: 1px solid #c0b8b3;
}
.the-content p {
	line-height: 22px;
  margin: 0 0 15px;
}
.team-member-content p {
  margin: 0 60px 15px 10px;
}
.the-content p:nth-of-type(1) {
	font-size: 16px;
	line-height: 22px;
}
/* .home-content .the-content ul {
	margin-top: 165px;
} */
/* .the-content a:before {
  content: "\00a0 ";
} */
.the-content a, .service-name a {
  color: #2893AF;
}
.the-content .action-link {
	background: #2893AF;
  color: #ffffff;
  cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
}
.service-content {
	padding: 2px 0 0 0;
}
.service-content ul {
  margin-top: 57px;
}
.service-content ul.bulletp1, .page-equity-research .service-content ul {
  margin-top: 16px;
}
.flipbook-content {
  padding: 7px 0 0 15px;
}

/*
.load-more {
  background: #efd04d;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  height: 33px;
  margin: 0 auto;
  padding: 0px 0px 10px;
  text-align: center;
  width: 475px;
}
.load-more a, .load-more a:hover, .load-more a:visited {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}
button#load-more {
  background: #efd04d;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
 width:100%;
  max-width: 475px;
outline:none;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
border-radius:0;
height:auto;
}
*/
/*
button#load-more {
  content: '<i class="fa fa-chevron-down" aria-hidden="true"></i>';
}
*/

/****************************
About Us
****************************/
.featured{
  width: 1000px;
  margin-bottom:70px;
}

/****************************
Contact
****************************/
.wpcf7-form input, .wpcf7-form textarea {
  border-radius: 7px;
  font-size: 14px;
  height: 30px;
  padding: 3px 12px;
}
.wpcf7-form textarea {
  height: 120px;
  width: 330px;
}
.wpcf7-form label {
  font-size: 12px;
}
.wpcf7-form input.wpcf7-submit {
  background-color: #2893AF;
  border: none;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  padding: 7px 42px;
}
.wpcf7-form input.wpcf7-submit :hover {
  background-color: #122633;
}

/*
.contact-wrapper {
  margin: 35px 25px 0;
  padding: 0 0 35px;
}
.contact-wrapper .contact-info-wrapper {
	overflow: hidden;
}
.contact-20, .contact-25, .contact-30, .contact-45, .contact-50 {
	float: left;

}
.contact-20 {
  width: 20%;
}
.contact-25 {
  width: 25%;
}
.contact-30 {
  width: 30%;
}
.contact-45 {
  width: 45%;
}
.contact-50 {
  width: 50%;
}
.contact-20 img, .contact-25 img {
	height: auto;
	width: 100%;
}
.contact-45 iframe, .contact-30 iframe {
  margin: 0 15px;
  width: 100%;
}
.contact-wrapper .address-info {
  background: #d8d1c9;
	font-family: 'Roboto', sans-serif;
  font-size: 18px;
	margin: 0 15px;
  padding: 15px;
}
.contact-wrapper .address-info .company {
  color: #2893AF;
  font-weight: 600;
}
.contact-wrapper .address-info .email {
	margin: 25px auto 7px 0;
}
.contact-wrapper .address-info a {
	background: #2893AF;
	color: #ffffff;
	padding: 7px 30px;
}
.contact-form {
  font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.contact-form strong {
	color: #2893AF;
}
.contact-form form {
  width: 360px;
}
.contact-form input, textarea {
  background: #ffffff;
	border: navajowhite;
  padding: 7px;
  width: 340px;
}
.contact-form .wpcf7-list-item {
	display: block;
	margin: 15px 0;
}
.contact-form input[type="submit"] {
	background: #2893AF;
  color: #fff;
  font-size: 18px;
  margin: 10px 0 10px auto;
  padding: 7px 8px;
  width: 100px;
}

.img-member, .img-item {
  margin: 0 15px;
}
.img-member img, .img-item img, .img-contact img {
  height: auto;
  width: 100%;
}
.img-contact {
  float: right;
  font-size: 16px;
  margin: 0 0 15px 30px;
  max-width: 36%;
}
*/
/*
.team-member-name {
  color: #2893AF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 25px;
  margin: 10px 15px 5px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.team-member-title {
  color: #86776f;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 25px;
  margin: 5px 15px 20px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.team-member-pic {
  margin: 10px 45px 10px 20px;
  text-align: center;
}
.team-member-pic img {
  height: auto;
	width: 100%;
}
.team-member-contact {
  font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0 45px 0 20px;
	text-align: center;
}
.team-member-contact .title {
  text-transform: uppercase;
}
.team-member-contact a,
.team-member-contact a:hover,
.team-member-contact a:visited {
	color: #2893AF;
}
*/

/*
.contact-name {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.contact-email {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}


.contact-fields {
  border-top: 1px solid #000;
  font-size: 20px;
  margin: 35px auto;
  padding:15px;
  text-align: center;
  width: 529px;
}
.contact-fields input {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  width: 200px;
}
.contact-fields p{
  margin-bottom:15px;
  margin-top:15px;
}

.contact-fields input::-webkit-input-placeholder {
  color: #000;
}
.contact-fields input:-moz-placeholder {
  color: #000;
}
.contact-fields input::-moz-placeholder {
  color: #000;
}
.contact-fields input:-ms-input-placeholder {
  color: #000;
}
.contact-fields input[type="email"] {
  margin-left: 14px;
}

.contact-fields textarea {
  border: 1px solid #000;
  font-size: 16px;
  margin-top: 14px;
  outline: 0;
  width: 418px;
}
.contact-fields input[type="submit"]{
  background: #334e60;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  width: 264px;
}


.featured-c{
  width:1000px;
  margin-bottom:35px;
  max-height:258px;
}
.contact-statement {
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  margin:0 100px 30px;
  text-align:center;
}
.content-contact{
  margin: 35px auto;
  text-align:center;
}
.contact-page .msg{
  font-size:12px;
}
*/




/****************************
Checkout - Order Review
****************************/


/****************************
Footer
****************************/
#footer-divider {
  height: 60px;
  margin-top: 24px;
  position: relative;
}
#footer-divider .editorial {
  /* display: block; */
  /* width: 100%; */
  /* height: 60px; */
  /* max-height: 60px; */
  /* margin: 0; */
  /* z-index: 5; */
  top: 0;
  /* position: absolute; */
  /* left: 0px; */
  /* float: left; */
}
.searchform {
  line-height: 70px;
  margin-left: 24px;
  width: 95%;
}
.searchform input.s{
  border: none;
  font-size: 28px;
  outline: 0;
  padding: 15px 0px 10px 0px;
  width: 500px;
}
#searchform input.submit{
  display: none;
}

input.s::-webkit-input-placeholder {
  color: #000;
}
input.s:-moz-placeholder {
  color: #000;
}
input.s::-moz-placeholder {
  color: #000;
}
input.s:-ms-input-placeholder {
  color: #000;
}

footer {
  background: #333333;
  clear:both;
  overflow:hidden;
}
footer .site-navigation {
	margin: 25px 35px 0 35px;
	overflow: hidden;
}
footer .site-navigation .footer-col {
  display: inline-block;
  width: 33%;
}
footer .site-navigation .footer-col-20 {
  display: inline-block;
  width: 20%;
}
footer .site-navigation .footer-col-30 {
  display: inline-block;
  width: 30%;
}
footer .site-navigation .footer-col header {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 11px 20px;
  text-transform: uppercase;
}
footer .site-navigation .footer-col .item-wrapper {
  color: #eeeeee;
  padding: 0 20px 20px;
}
footer .site-navigation .footer-col .item-wrapper .item {
  padding: 3px 0 9px;
}
footer .site-navigation .footer-col .item-wrapper .item a {
  color: #70778bcc;
}
footer .site-navigation .footer-col .item-wrapper .item a:hover {
  color: #cccccc;
}


/* footer .site-navigation .social-links {
	float: left;
	width: 20%;
}
footer .site-navigation .social-links .fa {
	background: #ffffff;
	border-radius: 50%;
	color: #c0b8b3;
	font-size: 32px;
	height: 32px;
	margin: 0 12px;
	padding: 15px 13px 15px 17px;
	width: 32px;
}
footer .site-navigation .to-top {
	float: left;
	text-align: right;
	width: 14%;
}
footer .site-navigation .to-top .fa {
  background: #ffffff;
  border-radius: 50%;
  color: #c0b8b3;
  cursor: pointer;
  font-size: 24px;
  height: 24px;
  margin: 0 12px;
  padding: 9px 13px 15px;
  width: 24px;
}
footer .site-navigation .address-info {
  float: left;
  width: 65%;
}
footer .site-navigation .address-info .to-top {
  float: left;
  width: 15%;
}
footer .site-navigation .address-info .company {
	color: #2893AF;
	font-family: Calibri;
	font-size: 16px;
	font-weight: 600;
}
footer .site-navigation .address-info .address {
	color: #c0b8b3;
  font-family: Calibri;
  font-size: 14px;
} */

/*
.footer-contact {
  color: #fff;
  font-size: 28px;
  margin: 0 auto;
  padding: 25px 0px;
  text-align: center;
}
.footer-fields {
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  width: 529px;
}
.footer-fields input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  width: 248px;
}

.footer-fields input::-webkit-input-placeholder {
  color: #fff;
}
.footer-fields input:-moz-placeholder {
  color: #fff;
}
.footer-fields input::-moz-placeholder {
  color: #fff;
}
.footer-fields input:-ms-input-placeholder {
  color: #fff;
}


.footer-fields input[type="email"] {
  margin-left: 20px;
}
.footer-fields input[type="submit"] {
  background: #fff;
  color: #000;
  height: 32px;
  margin-top:15px;
  width: 529px;
}
*/
.copyright-terms {
	background: #111111;
  color: #cccccc;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  /* margin:20px auto 0; */
  overflow: hidden;
  text-align: center;
}
/* .copyright-wrapper {
	margin: 15px 35px;
} */
.copyright {
  /* float: left; */
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 20px;
  padding: 24px;
}
/* .footer-menu {
	float: left;
	width: 55%;
} */
.copyright a, .copyright a:hover, .copyright a:visited{
  color: #fff;
}


.footer-menu .main-nav li {
  font-size: 12px;
  padding: 0px 12px;
}
.footer-menu .menu {
	background: #c0b8b3;
	position: relative;
	width: 100%;
}
.footer-menu .main-nav ul {
  position: absolute;
  right: 0;
}



/****************************
Services
****************************/
.team-members {
  background: #f7f5f3;
}
.service-wrapper {
  margin: 35px 25px 0;
  overflow: hidden;
  padding: 0 0 70px 0;
}
.service-wrapper.with-news {
  padding-left: 35px;
  padding-right: 15px;
}
.service {
  float: left;
  width: 33.3%;
}
.service-name {
  color: #2893AF;
  font-size: 22px;
  font-weight: 600;
  height: 56px;
  margin: 10px 20px 20px 15px;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
}
.service:nth-child(even) {
	background: #f1ede9;
}
.service:nth-child(odd) {
  background: #d8d1c9;
}
/*
.service-icon {
  float: right;
  margin: 0; // 15px;
}
*/
.service-name img {
	float: right;
  height: 48px;
  margin-left: 35px;
  padding: 5px 0;
  width: 48px;
}
.service-summary {
	font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 275px;
  margin: 10px 20px 35px 15px;
  text-align: justify;
}
.service .more {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0 25px 25px auto;
	text-align: center;
	width: 100px;
}
.service .more a {
  color: #ffffff;
  padding: 7px 30px;
}
.service:nth-child(even) .more a {
  background: #c4bbb3;
}
.service:nth-child(odd) .more a {
  background: #aba095;
}
.service .more a:hover {
	background: #2893AF;
}


#services-post-container .service-wrapper img {
	float: left;
}
.service-content {
  line-height: 22px;
	margin: 0;
}
.service-content p:first-child {
	margin-top: 0;
}

#recently-added,
#featured-companies,
#mcs-company-news,
#jobs {
  background-image: url('_static/images/water-pattern-dark.jpg');
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 7%, 100% 93%, 0 100%);
  padding: 50px 0;
}
#recently-added .block, 
#about .block,
#industry-bulletin .block,
#featured-companies .block,
#mcs-company-news .block,
#jobs .block,
#flipbooks .block {
  margin-top: 24px;
  text-align: center;
}
#recently-added .block .title,
#about .block .title,
#industry-bulletin .block .title,
#featured-companies .block .title,
#mcs-company-news .block .title,
#jobs .block .title,
#flipbooks .block .title {
  border-bottom: 4px solid #2893AF;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 48px;
  margin-top: 0px;
  padding-bottom: 8px;
}
#industry-bulletin .block .title,
/* #featured-companies .block .title,
#mcs-company-news .block .title,
#jobs .block .title, */
#flipbooks .block .title {
  color: #333333;
}
#recently-added .block .title h2,
#about .block .title h2,
#industry-bulletin .block .title h2,
#featured-companies .block .title h2,
#mcs-company-news .block .title h2,
#jobs .block .title h2,
#flipbooks .block .title h2 {
  margin-bottom: 18px;
}
.wpo-line {
  border-top: 4px solid #2893af;
  height: 24px;
  margin: 20px auto 30px;
  text-align: center;
  width: 50%;
}
#about .block .title {
  color: #333;
}
/* #about {
  background-color: #2893af;
} */

/****************************
Case Studies
****************************/
.highlight {
  background: #ffff00;
}
.post-content-wrapper {
	background: #eae6e2;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 5px 0 25px;
}
.post-content-wrapper .filter-stats {
  color: #2893AF;
  float: right;
  margin: 5px 45px 0 0;
}
.post-content-wrapper .type-search {
  background: #f5f3f1;
  border-radius: 7px;
  box-shadow: 1px 1px 3px #999 inset;
  display: block ruby;
  margin: 14px 28px 14px 14px;
  padding: 21px 24px 18px 18px;
}
.post-content-wrapper .type-search .filters {
  display: inline-flex;
}
.post-content-wrapper .type-search .filters-multi-lines {
  display: inline-grid;
}
.post-content-wrapper .type-search .filters-multi-lines .filters-ln1 {
  display: inline-flex;
  margin-bottom: 12px;
}
.post-content-wrapper .type-search .filters-multi-lines .filters-ln2 {
  display: inline-flex;
}
.post-content-wrapper .type-search.sub {
  margin: 7px 0;
  padding: 18px;
}
.post-content-wrapper .type-search .filters-clear {
  background: #122633;
  border-radius: 4px;
  padding: 8px 7px;
}
.post-content-wrapper .type-search .filters-clear a,
.post-content-wrapper .type-search div.filter a {
  color: #fff;
}
.post-content-wrapper .type-search .filters #cs-clear,
.post-content-wrapper .type-search .filters #job-clear,
.post-content-wrapper .type-search .filters #mcs-clear,
.post-content-wrapper .type-search .filters #pr-clear {
  background: #122633;
  border-radius: 4px;
  color: #fff;
  padding: 0px 7px;
}
.post-content-wrapper .type-search select,
.post-content-wrapper .type-search div.filter,
.post-content-wrapper .type-search div.filter-in-place.pr {
  background: #2893af; /*#bfe5f0;*/
  border: none;
  border-bottom: 1px solid #2893af;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 12px;
  max-width: 140px;
  /* padding: 4px 7px; */
  padding: 4px 9px;
}
.post-content-wrapper .type-search select.wide,
.post-content-wrapper .type-search div.filter.wide {
  max-width: none;
}
.post-content-wrapper .type-search div.filter.btn {
  max-width: none;
  padding: 8px 9px;
}
.post-content-wrapper .type-search div.filter-in-place.pr {
  cursor: pointer;
  padding: 0 9px;
}
.post-content-wrapper .type-search select:hover, 
.post-content-wrapper .type-search div.filter.active,
.post-content-wrapper .type-search div.filter:hover,
.post-content-wrapper .type-search div.filter-in-place.pr.active,
.post-content-wrapper .type-search div.filter-in-place.pr:hover {
  background: #122633;
  border-bottom: 1px solid #122633;
}
.post-content-wrapper .type-search .filter-in-place input {
  border: 1px solid #2893af;
  border-radius: 7px;
  margin-left: 28px;
  padding: 5px;
}
.post-content-wrapper .has-3rd-col {
  max-width: 798px;
}
.post-content-wrapper .flipbook-wrapper {
  margin-top: 28px;
}
.post-content-wrapper.page h2 {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  margin: 48px 0 14px;
  padding: 14px 0;
}
.post-content-wrapper.page a.wpo-link,
a.job.wpo-link {
  background-color: #2893AF;
  border-radius: 4px;
  color: #ffffff;
  padding: 7px 21px;
}
.post-content-wrapper.page a.wpo-link:hover,
a.job.wpo-link:hover {
  background-color: #122633;
}
#recently-added .post-content-wrapper,
#featured-companies .post-content-wrapper,
#mcs-company-news .post-content-wrapper,
#jobs .post-content-wrapper {
  background: transparent;
}
.post-content {
  float: left;
  max-width: 864px;
  width: 72%;
}
.post-content .share-download {
  background-color: #fff;
  padding: 14px;
}
.resp-sidebar-wrapper {
  display: none;
}
.sidebar-wrapper {
  float: left;
  margin-top: 6px;
  max-width: 276px;
  width: 23%;
}
.in-view-sc {
  position: fixed;
  top: 7px
}
.resp-sidebar-wrapper.bottom {
  margin-top: 28px;
  width: 40%;
}
.sidebar-wrapper .sidebar-module,
.resp-sidebar-wrapper.bottom .sidebar-module {
  background: #ffffff;
  margin-bottom: 12px;
}
.sidebar-wrapper .sidebar-module header,
.resp-sidebar-wrapper.bottom .sidebar-module header {
  border-bottom: 2px solid #eae6e2;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 14px;
  text-transform: uppercase;
}
.sidebar-wrapper .sidebar-module.with-header {
  margin-top: 14px;
}
.resp-sidebar-wrapper.bottom .sidebar-module header {
  text-align: center;
}
.sidebar-wrapper .sidebar-module .sidebar-content {
  padding: 6px 20px;
}
.sidebar-wrapper .sidebar-module .sidebar-content.wpo-logo {
  text-align: center;
}
.sidebar-wrapper .sidebar-module#side-supply-chain .sidebar-content {
  max-height: 730px;
  overflow: hidden;
}
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content {
  padding: 0 20px 3px;
}
.sidebar-wrapper .sidebar-module .sidebar-content.logos,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content.logos {
  padding: 12px 20px 0;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item {
  font-size: 14px;
  padding: 8px 14px;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item svg,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item svg {
  margin-right: 18px;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item.download img,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item.download img {
  height: 24px;
  margin-right: 5px;
  width: 24px;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item:not(:last-child),
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item.supply-chain:not(:last-child),
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item.supply-chain:not(:last-child) {
  border-bottom: none;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item.company,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item.company {
  text-align: center;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item a,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item a {
  color: #70778bcc;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item a:hover,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item a:hover {
  color: #333333;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item ul,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item ul {
  /* color: #2893af; */
  padding-left: 10px;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item li::marker
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item li::marker {
  color: #2893af;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item.spacing,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item.spacing {
  padding: 12px 14px;
}
.sidebar-wrapper .sidebar-module .sidebar-content img.wp-post-image,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content img.wp-post-image {
  /* height: auto; */
  height: 72px;
  /* padding: 10px 0; */
  /* width: 100%; */
  width: auto;
}

.sidebar-wrapper .sidebar-module .sidebar-content .item-icon,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item-icon {
  float: left;
  /* margin-left: 14px; */
  width: 24px;
}
.sidebar-wrapper .sidebar-module .sidebar-content .item-detail,
.resp-sidebar-wrapper.bottom .sidebar-module .sidebar-content .item-detail {
  display: inline-block;
  width: 80%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-multi-line {
  display: -webkit-box;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.jobs-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 3fr;
  height: 100vh;
  max-height: 780px;
}
.jobs-list {
  overflow-y: auto;
  height: 100%;
}
.job-preview {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #eee;
  height: 100vh;
  margin-right: 30px;
  max-height: 750px;;
  overflow-y: auto;
  padding: 0 12px;
  position: sticky;
  top: 0;
}
.job-preview .job-preview-details .job-apply {
  margin: 0 0 24px 12px;
}
.job-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #eee;
}
.job-features-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(40,147,175,0.08);
  border-bottom: 1px solid #e0e7ef;
  padding: 8px 0;
  margin-bottom: 16px;
}
.ref-job-preview.short .job-features-row {
  padding: 8px;
  margin-bottom: 2px;
}
.ref-job-preview.short .job-header a.btn-apply {
  margin-right: 5px;
}
.result-item {
  cursor: pointer;
  float: left;
  margin: 0 0 25px 0;
  width: 33%;
}
.result-item.sc {
  width: 49.4%;
}
.result-item.job {
  width: 100%;
}
.result-item.rel-hover {
  margin: 0 0 5px 0;
  width: 99%;
}
.result-in-place {
  border-bottom: 1px solid #eee;
  padding: 6px 7px;
  max-width: 400px;
}
.result-in-place a {
  color: #2893af;
}
.result-in-place a:hover {
  color: #122633;
}
.filter-in-place #searchInput {
  position: relative;
}
.filter-in-place #searchResults {
  background:#dedede;
  border: 1px solid #cccccc;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.3),0 6px 20px 0 rgba(0,0,0,0.19);
  position: absolute;
  z-index: 5;
}
#close-in-place {
  color: #2893af;
  cursor: pointer;
  font-size: 18px;
}
.inner-wrapper {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.3),0 6px 20px 0 rgba(0,0,0,0.19);
  height: 333px;
  margin: 0 15px;
  position: relative;
}
.result-item.rel-hover .inner-wrapper {
  height: 250px;
  margin: 0 0 0 10px;
}
.inner-wrapper.shorter {
  height: 313px;
}
.inner-wrapper:hover {
  box-shadow: 1px 1px 5px #999 inset;
}
#tab-wrapper .inner-wrapper {
  height: 285px;
  margin: 0 12px 0 0;
  overflow: hidden;    /* TODO show all elements... */
}
#tab-wrapper #jobs-tab .inner-wrapper.short {
  height: 296px;
}
#tab-wrapper #jobs-tab .compact-tile .inner-wrapper.short {
  height: 175px;
}
.post-content-wrapper.flipbooks .inner-wrapper {
  height: auto;
}
.inner-wrapper.short {
  height: 288px;
}
.result-item .inner-wrapper .title {
  font-size: 17px;
  font-weight: 600;
  /* max-height: 20px; */
  padding: 7px 12px 3px;
}
.result-item.rel-hover .inner-wrapper .title {
  font-size: 14px;
}
#tab-wrapper .inner-wrapper .title {
  font-size: 16px;
  padding: 3px 9px 2px;
}
#tab-wrapper .compact-tile .inner-wrapper .title {
  font-weight: bold;
  padding-left: 0px;
}
#tab-wrapper .compact-tile .inner-wrapper.short .item-content.job {
  padding-left: 5px;
}
.result-item .inner-wrapper.short .title {
  padding: 14px 12px 0;
  text-align: center;
}
.result-item .inner-wrapper .item-content .item-img-wrapper {
  min-height: 205px;
  overflow: hidden;
  position: relative;
}
.result-item .inner-wrapper .item-content.job .item-img-wrapper {
  min-height: 205px;
}
.result-item.rel-hover .inner-wrapper .item-content .item-img-wrapper {
  min-height: 166px;
}
.result-item.job .inner-wrapper {
  height: initial;
}
.result-item.job .inner-wrapper .item-content.job .title {
  font-size: 24px;
  text-align: center;
}
.result-item.job .inner-wrapper .item-content.job .job-img-actions {
  display: block ruby;
  position: relative;
}
.result-item.job .inner-wrapper .item-content.job .item-img-wrapper {
  width: 57%;
}
.result-item.job .inner-wrapper .item-content.job .job-actions {
  position: absolute;
  right: 0;
  top: 14px;
  width: 37%;
}
.result-item.job .inner-wrapper.short .item-content.job .job-actions {
  top: 6px;
  width: 42%;
}
.result-item.job .inner-wrapper .item-content.job .job-actions a.action {
  background: #2893af;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 7px 14px 14px 0;
  padding: 14px 21px;
  text-align: center;
}
.result-item.job .inner-wrapper.short .item-content.job .job-actions a.action {
  line-height: 16px;
  margin: 0 14px 10px 0;
  padding: 7px 14px;
}
.result-item.job .inner-wrapper .item-content.job .job-actions a.action:hover {
  background: #122633;
}
.result-item .inner-wrapper .item-content .item-img-wrapper .video-tile bkg-cover {
  cursor: pointer;
}
.result-item .inner-wrapper .item-content .item-img-wrapper.shorter {
  min-height: 170px;
}
#tab-wrapper .result-item .inner-wrapper .item-content .item-img-wrapper {
  min-height: 154px;
}
#tab-wrapper #jobs-tab .result-item .inner-wrapper.short .item-content .item-img-wrapper {
  min-height: 154px;
}
.post-content-wrapper.flipbooks .result-item .inner-wrapper .item-content .item-img-wrapper {
  min-height: 517px;
}
.result-item .inner-wrapper .item-img-wrapper img {
  height: auto;
  left: 50%;
  padding-top: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}
#jobs-tab .result-item .inner-wrapper.short img.attachment-post-thumbnail {
  left: 0%;
  transform: translate(0%, -50%);
}
.result-item .inner-wrapper .item-img-wrapper img.water-company {
  max-height: 114px;
  width: auto;
  /* width: 90%; */
}
.result-item .inner-wrapper .excerpt {
  font-size: 13px;
  height: 50px;
  margin-bottom: 7px;
  padding: 0 12px;
}
.result-item.job.compact-tile .inner-wrapper .excerpt {
  height: 75px;
}
.result-item.rel-hover .inner-wrapper .excerpt {
  font-size: 12px;
}
.related-tile .rel-hover .inner-wrapper .excerpt img {
  display: none;
}
.result-item.sub .filter-item-wrapper {
  cursor: pointer;
}
#tab-wrapper .result-item .inner-wrapper .excerpt {
  height: 54px;
  line-height: 19px;
  padding: 0 9px;
}
.post-content-wrapper.flipbooks .result-item .inner-wrapper .excerpt,
.post-content-wrapper.flipbooks .result-item .inner-wrapper .item-links {
  display: none;
}
.result-item .inner-wrapper .excerpt p {
  margin: 4px 0;
}
.result-item .inner-wrapper .item-links {
  border-top: 1px solid #eae6e2;
  margin-top: 7px;
  padding: 10px 12px 0;
}
.result-item.rel-hover .inner-wrapper .item-links {
  display: none;
}
.result-item .inner-wrapper .item-links.many {
  max-height: 30px;
  overflow: hidden;
  padding: 3px 12px 0 5px;
}
.result-item .inner-wrapper .item-links.many.shorter {
  max-height: 50px;
  position: relative;
}
.result-item .inner-wrapper .item-links .filter-item {
  background: #e1f0f4;
  border-radius: 5px;
  font-size: 13px;
  padding: 4px 7px;
}
.result-item .inner-wrapper .item-links.more .filter-item {
  padding: 3px 6px;
}
.result-item .inner-wrapper .item-links.many .filter-item {
  line-height: 24px;
  padding: 0 4px;
}
.result-item .inner-wrapper .item-links .filter-item-wrapper {
  display: inline-flex;
}
.result-item .inner-wrapper .item-links.more .filter-item-wrapper,
.result-item .inner-wrapper .item-links.many .filter-item-wrapper {
  font-size: 10px;
}
.result-item .inner-wrapper .item-links.many .filter-item-wrapper.see-all {
  bottom: 0;
  position: absolute;
  right: 20px;
}
.result-item .inner-wrapper .trx-hover {
  /* background: rgba(164, 26, 24, .7); */
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.inner-wrapper a, .inner-wrapper a:visited {
	color: #000000;
	text-decoration: none;
}
.result-item .inner-wrapper img.attachment-post-thumbnail,
.module-wrapper img.attachment-post-thumbnail {
  height: auto;
  width: 100%;
}
.result-item.rel-hover .inner-wrapper img.attachment-post-thumbnail {
  width: 97%;
}
#jobs-tab .result-item .inner-wrapper.short img.attachment-post-thumbnail {
  /* height: auto; */
  width: 100%;
}

.compact-tile {
  padding: 4px 0 12px;;
  margin-bottom: 2px;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 8px #eee; */
  /* background: #fff; */
  min-height: 80px;
  /* max-width: 320px; */
}
.tile-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 112px;
}
.vertical-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-left: 5px;
}
.compact-tile .vertical-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  width: 80px;
  margin-right: 0;
}
.result-item .inner-wrapper .item-img-wrapper.vertical-logo img {
  transform: rotate(-90deg);
  /* width: 60px; */
  height: auto;
  display: block;

  left: 0;
  position: inherit;
  padding-top: 0;

  transform: rotate(-90deg);
  max-width: 105px;
  max-height: 120px;
  object-fit: contain;
  margin: 8px 0 0 0;
  width: initial;
}

.tile-content {
  flex: 1;
}
.compact-actions {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.compact-actions .action {
  padding: 0.25rem 0.5rem;
  font-size: 1.1em;
  border: none;
  background: none;
  color: #0073aa;
  display: flex;
  align-items: center;
}
.compact-actions .icon {
  font-size: 1.3em;
  vertical-align: middle;
}

.see-all-wrapper {
  background: #fff;
  border: 1px solid #2893af;
  border-radius: 5px;
  font-size: 12px;
  height: 48%;
  margin: 4px;
  padding: 12px;
  position: absolute;
  top: 40%;
  width: 90%;
}
.see-all-wrapper div.filter-item-wrapper {
  margin: 3px;
}
.see-all-wrapper .close-items {
  color: #2893af;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
/* .result-item .inner-wrapper img.attachment-post-thumbnail.water-company {
  width: 90%;
} */
.trx_industry {
	color: #7b706b;
	font-size: 20px;
	font-weight: 600;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
  padding-top:15px;
	text-align: center;
	text-transform: uppercase;
}
.trx_c1 {
	height: 100px;
	margin: 15px auto;
	text-align: center;
}
.trx_c1 img {
	height: auto;
	width: 150px;
}
.trx_type {
  font-family: 'Roboto', sans-serif;
	font-size: 20px;
  height: 100px;
  line-height: 25px;
  margin: 0 35px;
  overflow: hidden;
  text-align: center;
}
.trx-party-1 {
	margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 160px;
}
.trx-party-1 img {
  height: auto;
  margin: 10px 0;
  width: 100%;
}
.trx-info-type, .trx-one-liner {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
	margin: 0 auto;
	padding: 0 0 10px;
  text-align: center;
  width: 125px;
}
.trx-one-liner {
	width: 150px;
}
.trx-merodis {
	color: #2893AF;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 5px;
  text-align: center;
}
.trx-content {
	/* float: left; */
	margin: 0 0 0 24px;
	padding: 0 20px 0 0;
	width: 72%;
}
.trx-content .title {
	color: #2893AF;
	font-weight: 600;
}
.trx-content .main-content p:first-of-type {
	margin-top: 0;
}
.trx-content .main-content a,
.trx-content .main-content a:visited {
	color: #0000ee;
}
.trx-newsletter {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.merodis {
	color: #2893AF;
}

/****************************
Blog
****************************/
.featured-img{
  width: 720px;
  /* height: 480px; */
}
h1.blog-post-title, h1.page-title {
  text-align:center;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight:500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom:5px;
}
h1.blog-post-title a, h1.blog-post-title a:visited{
  color:#000;
}
h1.blog-post-title a:hover{
  color:#b2b2b2;
}
.blog-post-date{
  font-size:12px;
  letter-spacing:1px;
  margin-bottom:20px;
  text-align:center;
  text-transform: uppercase;
}
.blog-post-content{
  border-bottom: 1px solid #b2b2b2;
  margin: 0 auto 68px;
  text-align: left;
  width:655px;
}
.blog-post-tags {
  margin: 25px 0px;
  font-size: 16px;
}
.blog-post-tags a {
	background: #cca6c5;
	color: #fff;
  padding: 4px 16px;
  margin: 2px 6px;
}
.post-footer {
  margin-top: 50px;
}
.post-social{
  font-size:10px;
  overflow:hidden;
  padding-bottom:15px;
  text-transform:uppercase;
}
.post-comments{
  float:left;
}
div.comment-link a, div.comment-link a:hover, div.comment-link a:visited{
  color: #000;
}
.share-buttons{
  float:right;
}
.post-share, .pshare, .tshare, .fshare{
  display: inline;
}
.share-buttons a img {
  height: 10px;
  margin-left: 16px;
  width: auto;
}



/****************************
Blog Post Navigation
****************************/

.navigation {
  background: #efd04d;
  display: table;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  height: 33px;
  margin: 0px auto 30px;
  padding: 5px 0px;
  text-align: center;
  width: 475px;

}
.navigation-both .nav-older {
  float: left;
}
.navigation-both .nav-newer {
  float: right;
}

.nav-newer {
  /* background: #334e60; */
  color: #fff;
  margin: 10px 0 0;
  padding: 8px 50px;
}

.nav-older {
  /* background: #334e60; */
  color: #fff;
  margin: 10px 0 0;
  padding: 8px 50px;
}

.navigation a {
  color: #fff;
  letter-spacing:1px;
  text-transform:uppercase;
}

.navigation a:hover {
  color:#ffffff;
}



/****************************
General WPO
****************************/
.err404 {
	/* font-family: 'Roboto', sans-serif; */
	font-size: 16px; 
	/* margin: 30px auto; */
	text-align: center;
}
.err404 h1 {
	font-size: 30px;
  margin-top: 0;
}
.err404 img.hero-404 {
  max-height: 360px;
  width: 100%;
}

/****************************
New Additions
****************************/
/* Sticky job title in preview */
.job-preview-details .job-title {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  padding: 12px 0 8px 0;
  border-bottom: 1px solid #eee;
}
.ref-job-preview.short .job-preview-details .job-title {
  border-radius: 4px;
  margin-right: 3px;
  padding-left: 10px;
  position: sticky;
}
.job-preview-details .job-content img {
  width: 100%;
}

/* Selected job tile indicator */
.compact-tile.selected .inner-wrapper{
  border-left: 5px solid #2893AF;
  background: #f6fcff;
  transition: background 0.2s, border-color 0.2s;
}
.ref-jobs-list {
  max-height: 900px;
  overflow-y: auto;
}

/* Spacing between icons in job actions */
.ref-jobs-grid .ref-jobs-list .job-actions .action {
  margin-right: 12px;
}
.ref-jobs-grid .ref-jobs-list .job-actions .action:last-child {
  margin-right: 0;
}

/* Make job preview area scrollable with sticky title */
.ref-job-preview.short {
  max-height: 900px;
  overflow-y: auto;
}

/* Prevent job actions from being pushed off tile */
.tile-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 112px;
}
.tile-content {
  flex: 1 1 0;
  min-width: 0;
}
.title.ellipsis {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.excerpt.ellipsis-multi-line {
  line-clamp: 3;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.job.excerpt.ellipsis-multi-line {
  line-clamp: 4;
  line-height: 18px;
  padding: 0 7px 0 2px;
  -webkit-line-clamp: 4;
}
.job-actions.compact-actions.vertical-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 48px;
}

