/*
	Theme Name: LIMB
	Theme URI: https://limb.co
	Description: LIMB Theme - Rivean Capital (January 2022)
	Author: LIMB
	Author URI: https://limb.co
*/
/* TOC:
Generic
Utility
Scaffolding / Grid
Backgrounds
Headings
Lists
Buttons
Forms
Header
Mobile Menu
Banners
Videos
Images
Lines & Animations
Stats
Steps
Infobar
Downloads
Newsfeed
Testimonials
Accordions
Tabbed Content
Basic Carousel
Image Blocks
Locations
Team
Portfolio
Isotope
News
*/



/* -------------------------------------------------------------- splash page */
.actual-home-page {
	display: none;
}

.splash {
	display: inherit;
	position: absolute !important;
	top: 0;
    z-index: 9999;
	transition: all 0.7s ease;
}
.splash .splash-background-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
	background-position: center top;
	background-size: cover;
}
.splash .caption {
    position: inherit !important;    
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    z-index: 3;
	top: 20px !important;
	margin-left: 0 !important;
	padding-left: 40px !important;
}

.splash .caption:before {
	display: none;
}

.splash-pagewidth {
  display: flex;
  width: 100%;
  z-index: 999;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splash-logo { 
  width: 360px;
  height: 180px;
  position: absolute;
  top: 50%;  
  left: 50%; 
  transform: translateX(-50%) translateY(-50%);
}
.splash-logo img {
  width: 100%;
  margin: auto;
}

.splash-lines {
	position: absolute;
	top: 0;
	z-index: 9;
}
.splash-left-col {
  position: relative;
  width: 50%;
}
.splash-right-col {
  width: 50%;
  position: relative;
  padding-left: 40px;
}
.splash-right-col p {
  width: 380px;
  font-size: 17px;
}

.splash .caption .link {
    margin-top: 46px !important;
	cursor: pointer;
}

@media (max-width: 999px) {
	.fancybox-slide {
    padding: 0 !important;
	}
	.splash {	
		/*overflow: auto !important;	*/	
		height: 100vh;
	}
  .splash-pagewidth {
	  display: block;
	  top: 20px;
	  transform: translateY(0);
	  overflow: auto;
	  position: absolute;
	  height: 100vh;
	  padding-bottom: 30px;
  }
  .splash-logo { 
    position: inherit;
    top: 0;
    left: 40px;
    transform: translateX(0) translateY(0);
    height: auto;
    margin-bottom: 20px;
  }
  .splash-right-col {
    width: 100%;
    padding-bottom: 40px;
  }
  .splash-right-col p {
    width: 80%;
  }
	.splash .caption {
		padding-left: 0 !important;
	}
	.splash .splash-background-image {
		height: 100% !important;
	}
}

@media (max-width: 460px) {
	.splash {	
		overflow: scroll !important;	
	}
  .splash-pagewidth {
	  top: 0;
	  transform: translateY(0);
	  overflow: auto;
	  position: absolute;
	  height: 100vh;
  }
  .splash-logo { 
	  width: 100%;
	  height: auto;
	  margin-bottom: 32px;
	  margin-top: 12px;
	  top: 10px;
	  left: 26px;
  }
  .splash-right-col {
    padding-left: 26px;
  }
  .splash-right-col p {
    font-size: 14px;
  }
.splash .splash-background-image {
		height: 100% !important;
	}
}






/* -------------------------------------------------------------- Generic */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #01253D;
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
	background: white;
}
/* -------------------------------------------------------------- Utility */
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vhalign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
}
/* -------------------------------------------------------------- Scaffolding / Grid */
section {
  position: relative;
  background-color: white;
}
.columns {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.columns.no-padding {
  padding: 0;
}
.columns.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.columns.no-top-bottom-padding,
.columns.no-bottom-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.columns.no-top-padding {
  padding-top: 0;
}
.columns.no-bottom-padding {
  padding-bottom: 0;
}
.columns.short-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.columns.short-top-padding {
  padding-top: 20px;
}
.columns.short-bottom-padding {
  padding-bottom: 20px;
}
.columns.tall-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.columns.tall-top-padding {
  padding-top: 100px;
}
.columns.tall-bottom-padding {
  padding-bottom: 100px;
}
.columns-wide {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: -webkit-calc(50vw - 649px);
  padding-left: -moz-calc(50vw  - 649px);
  padding-left: calc(50vw - 649px);
  padding-right: -webkit-calc(50vw - 649px);
  padding-right: -moz-calc(50vw  - 649px);
  padding-right: calc(50vw - 649px);
  position: relative;
}
.columns-wide-content {
  max-width: 100%;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
.column {
  padding: 40px 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.column.center {
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.column.center-left {
  text-align: left;
  justify-content: center;
}
.column.center-bottom {
  text-align: center;
  justify-content: flex-start;
}
.column.center-top {
  text-align: center;
}
.column.left {
  align-content: flex-start;
}
.column.left-middle {
  align-items: center;
}
.column.left-bottom {
  justify-content: flex-end;
}
.column.right {
  align-content: flex-end;
}
.column.right-middle {
  align-items: center;
  text-align: right;
}
.column.no-padding {
  padding: 0;
}
.column.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.column.no-top-bottom-padding,
.column.no-bottom-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.column.no-top-padding {
  padding-top: 0;
}
.column.no-bottom-padding {
  padding-bottom: 0;
}
.column.short-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.column.short-top-padding {
  padding-top: 20px;
}
.column.short-bottom-padding {
  padding-bottom: 20px;
}
.column.tall-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}
.column.tall-top-padding {
  padding-top: 110px;
}
.column.tall-bottom-padding {
  padding-bottom: 110px;
}
.d1 {
  width: 8.33%;
}
.d2 {
  width: 16.66%;
}
.d3 {
  width: 25%;
}
.d4 {
  width: 33.33%;
}
.d5 {
  width: 41.66%;
}
.d6 {
  width: 50%;
}
.d7 {
  width: 58.33%;
}
.d8 {
  width: 66.66%;
}
.d9 {
  width: 75%;
}
.d10 {
  width: 83.33%;
}
.d11 {
  width: 91.66%;
}
.d12 {
  width: 100%;
}
.show-mobile {
  display: none !important;
}
.hide-mobile {
  display: block;
}
/* -------------------------------------------------------------- Backgrounds */
*[style*="background:"] {
  background-repeat: no-repeat !important;
  background-size: cover!important;
  background-position: center center!important;
}
.bg-white,
.bg-white:after {
  background-color: #ffffff;
}
.bg-lightgray,
.bg-lightgray:after {
  background-color: #EBEFF0;
}
.bg-lightergreen,
.bg-lightergreen:after {
  background-color: #E6f1EE;
}
.bg-lightgreen,
.bg-lightgreen:after {
  background-color: #b4d2c8;
}
.bg-medgreen,
.bg-medgreen:after {
  background-color: #5aa08c;
}
.bg-darkgreen,
.bg-darkgreen:after {
  background-color: #00645a;
}
.bg-darkergreen,
.bg-darkergreen:after {
  background-color: #003B3B;
}
.bg-darkblue,
.bg-darkblue:after {
  background-color: #01243C;
}
.bg-black,
.bg-black:after {
  background-color: #3F3F3F;
}
.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-image.bg-white:after,
.bg-image.bg-lightgray:after,
.bg-image.bg-lightgreen:after,
.bg-image.bg-medgreen:after,
.bg-image.bg-darkgreen:after,
.bg-image.bg-darkergreen:after,
.bg-image.bg-darkblue:after,
.bg-image.bg-black:after {
  content: '';
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-image > * {
  position: relative;
  z-index: 3;
}
.bg-image-center {
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-video {
  overflow: hidden;
}
.bg-video video {
	min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.bg-video.bg-lightgray {
  background-color: rgba(235, 239, 240, 0.6);
}
.bg-video.bg-lightgreen {
  background-color: rgba(180, 210, 200, 0.6);
}
.bg-video.bg-medgreen {
  background-color: rgba(90, 160, 140, 0.6);
}
.bg-video.bg-darkgreen {
  background-color: rgba(0, 100, 90, 0.6);
}
.bg-video.bg-darkblue {
  background-color: rgba(1, 36, 60, 0.6);
}
.bg-video.bg-black {
  background-color: rgba(63, 63, 63, 0.6);
}
.bg-video.bg-white video,
.bg-video.bg-lightgray video,
.bg-video.bg-lightgreen video,
.bg-video.bg-medgreen video,
.bg-video.bg-darkgreen video,
.bg-video.bg-darkblue video,
.bg-video.bg-black video {
  mix-blend-mode: multiply;
}
.bg-video > * {
  position: relative;
  z-index: 3;
}
.text-color-white,
.text-color-white *,
.text-color-white p,
.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4,
.text-color-white h5,
.text-color-white h6,
.text-color-white .h1,
.text-color-white .h2,
.text-color-white .h3,
.text-color-white .h4,
.text-color-white .h5,
.text-color-white .h6,
.text-color-white ul li:before,
.text-color-white ol li:before,
.text-color-white .accordion .item .title,
.text-color-white .accordion .item.active .title,
.text-color-white .tabbed-content .tab a,
.text-color-white .posts .item p,
.text-color-white .posts .item .h6,
.text-color-white .posts-heading h6,
.text-color-white .posts-heading h6 a,
.text-color-white .latest-post h4,
.text-color-white .latest-post .month,
.text-color-white .latest-post .day {
  color: white;
}
.text-color-white p {
  font-weight: 100;
}
.text-color-white .accordion .item.active:before,
.text-color-white .accordion .item.active:after {
  opacity: 0;
}
.text-color-white .accordion .item .title:after {
  background: url("img/icon-plus-white.svg") center center no-repeat transparent;
}
.text-color-white .accordion .item.active .title:after {
  background: url("img/icon-minus-white.svg") center center no-repeat transparent;
}
.text-color-white hr {
  border-top-color: white;
}
.text-color-white .tabbed-content .tabs,
.text-color-white .tabbed-content .tab.active a {
  color: white;
  border-bottom-color: white;
}
.text-color-white .link:hover,
.text-color-white .link:active {
  color: #b4d2c8;
}
.text-color-white .link:after {
  background: url("img/icon-caret-small-right-white.svg") center center no-repeat transparent;
	transition: .6s all;
}
.text-color-white .back:hover,
.text-color-white .back:active,
.text-color-white .back:focus {
  color: white;
  opacity: .7;
}
.text-color-white .back:before {
  background: url("img/icon-caret-left-white.svg") center center no-repeat transparent !important;
}
.text-color-white .accordion .item,
.text-color-white .accordion .item:last-child,
.text-color-white .newsfeed {
  border-color: white;
}
.text-color-black h1,
.text-color-black h2,
.text-color-black h3,
.text-color-black h4,
.text-color-black h5,
.text-color-black h6,
.text-color-black p {
  color: #003B3B;
}
/* -------------------------------------------------------------- Headings */
h1,
.h1 {
  font-size: 54px;
  line-height: 1.3em;
  font-weight: 200;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  color: #003B3B;
}
h2,
.h2 {
  font-size: 43px;
  line-height: 1.25em;
  font-weight: 400;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  color: #00645a;
}
h2 + P {
  margin-top: 60px;
}
h3,
.h3 {
  font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
  color: #0244B5;
}
h4,
.h4 {
  font-size: 24px;
  font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  color: #003c3c;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #5aa08c;
}
h5 + p {
  margin-top: 35px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5aa08c;
}
h6 + p {
  margin-top: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  z-index: 2;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  z-index: 2;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
  color: #008AB3;
}
p {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 40px 0;
  color: #003C3C;
  font-weight: 100;
  font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
  word-break: break-word;
}
p strong {
  font-weight: 700;
}
p.large {
  font-size: 20px;
  line-height: 1.6em;
}
p.larger {
  font-size: 30px;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin-top: 30px;
  line-height: 1.3em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
p a {
  color: #5aa08c;
}
p a:hover,
p a:active,
p a:focus {
  color: #221F20;
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
* + p {
  margin-top: 10px;
}
p + p {
  margin-top: -15px;
}
p + .button {
  margin-top: -5px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #221F20;
}
a:hover,
a:active,
a:focus {
  color: #221F20;
  outline: 0;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 35px 0;
}
.columns > hr {
  margin-left: 15px;
  margin-right: 15px;
}
h5 + hr {
  margin-top: 10px;
}
h5 + hr:last-child {
  margin-bottom: 0;
}
/* -------------------------------------------------------------- Lists */
ul {
  margin: 0;
  padding: 0;
}
ul + h4 {
  margin-top: 35px;
}
ul li {
  margin: 0 0 25px 0;
  padding: 0 0 0 40px;
  font-size: 18px;
  line-height: 1.7em;
  position: relative;
  font-size: 22px;
  line-height: 1.6em;
  list-style-type: none;
  color: #003C3C;
  font-weight: 100;
  font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
}
ul li:before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #B4D2C7;
  position: absolute;
  left: 0;
  top: 11px;
}
ul:last-child li:last-child {
  margin-bottom: 0;
}
p + ul {
  margin-top: -5px;
}
.columnize-2 > ul,
ul.columnize-2 {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnize-3 > ul,
ul.columnize-3 {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnize-4 > ul,
ul.columnize-4 {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: outside;
  margin: 0;
}
.columnize-2 > ul li,
.columnize-3 > ul li,
.columnize-4 > ul li,
ul.columnize-2 li,
ul.columnize-3 li,
ul.columnize-4 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ul + ol,
ol + ul {
  margin-top: 25px;
}
ol {
  margin: 0;
  padding: 0;
  counter-reset: item;
}
ol li {
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
  font-size: 22px;
  line-height: 1.6em;
  list-style-type: none;
  padding-left: 25px;
  color: #003C3C;
  font-weight: 100;
  font-family: 'adelle-sans', Arial, Helvetica, sans-serif;
}
ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  color: #B4D2C7;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 17px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
ol:last-child li:last-child {
  margin-bottom: 0;
}
p + ol {
  margin-top: -25px;
}
.columnize-2 > ol,
ol.columnize-2 {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnize-3 > ol,
ol.columnize-3 {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnize-4 > ol,
ol.columnize-4 {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: outside;
  margin: 0;
}
.columnize-2 > ol li,
.columnize-3 > ol li,
.columnize-4 > ol li,
ol.columnize-2 li,
ol.columnize-3 li,
ol.columnize-4 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ol + .button,
ul + .button {
  margin-top: 35px;
}
/* -------------------------------------------------------------- Buttons */
.link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.link:after {
  content: '';
  background: url("img/icon-caret-small-right.svg") center center no-repeat transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  background-size: cover;
	transition: .6s all;
}
.link:hover:after {
    margin-left: 10px;
}
.link.back {
  font-weight: bold;
}
.link.back:after {
  display: none;
}
.link.back:before {
  content: '';
  background: url("img/icon-caret-small-left.svg") center center no-repeat transparent;
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-size: contain !important;
}
.button {
  text-transform: uppercase;
  background-color: #1A667A;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5em;
  color: white;
  display: inline-block;
  padding: 16px 20px;
  cursor: pointer;
  margin-right: auto;
  letter-spacing: 3.5px;
  min-width: 180px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1A667A;
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: block;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #1A667A;
  position: absolute;
  right: -5px;
  top: 5px;
  display: block;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button:hover,
.button:active,
.button:focus {
  color: white;
  background-color: #0233b5;
}
.button:hover:before,
.button:active:before,
.button:focus:before,
.button:hover:after,
.button:active:after,
.button:focus:after {
  background-color: #0233b5;
  color: white;
}
.button.white {
  background-color: white;
  color: #008AB3;
}
.button.white:before,
.button.white:after {
  background-color: white;
}
.button.white:hover,
.button.white:active,
.button.white:focus {
  background-color: #0233b5;
  color: white;
}
.button.hollow {
  border: 2px solid #1a667a;
  background-color: transparent;
  color: #008ab3;
  padding: 16px 30px;
}
.button.hollow:before,
.button.hollow:after {
  display: none;
}
.button.hollow:hover,
.button.hollow:active {
  color: #1cc490;
  border-color: #1cc490;
}
.button.hollow.white {
  border-color: white;
  color: white;
}
.button.hollow.white:hover,
.button.hollow.white:active,
.button.hollow.white:focus {
  color: #1cc490;
  border-color: white;
  background-color: white;
}
.buttons .button {
  margin: 0 20px;
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
.center > img {
  margin-left: auto;
  margin-right: auto;
}
/* -------------------------------------------------------------- Forms */
form {
  width: 100%;
  margin-bottom: -15px;
}
form .fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
form .fields {
  display: flex;
  flex-wrap: wrap;
}
form .field {
  margin-bottom: 40px;
  padding: 0 15px;
}
form label {
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #163029;
  margin-bottom: 19px;
  display: block;
}
form input {
  background-color: transparent;
  border: 1px solid #90A09A;
  padding: 0 15px;
  height: 64px;
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
  background: white;
}
form textarea {
  background-color: transparent;
  border: 1px solid #90A09A;
  padding: 20px;
  height: 140px;
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
  width: 100%;
}
form button[type="submit"] {
  margin-top: 25px;
}
form input[type="submit"] {
  display: inline-block;
  height: auto;
  width: auto;
  cursor: pointer;
}
form input::placeholder {
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
}
form input:-ms-input-placeholder {
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
}
form input::-ms-input-placeholder {
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
}
form textarea::placeholder {
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
}
form textarea:-ms-input-placeholder {
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
}
form textarea::-ms-input-placeholder {
  font-size: 18px;
  text-transform: none;
  color: #3F3F3F;
  font-weight: 400;
}
/* -------------------------------------------------------------- Header */
header {
  color: white;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 90px;
  padding-right: 90px;
  height: 190px;
  z-index: 9999;
  background-color: rgba(0, 60, 60, 0.82);
  display: flex;
  align-items: center;
}
header.transparent {
  background-color: transparent;
}
.admin-bar header {
  top: 32px;
}
header + section,
header + .columns {
  margin-top: 190px;
}
header .logo {
  width: 188px;
  height: 66px;
  display: block;
  z-index: 9;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header nav {
  margin-left: auto;
  padding-right: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header nav ul {
  margin: 0 !important;
  padding: 0;
  display: flex;
}
header nav ul li {
  margin: 0;
  padding: 0 38px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
header nav ul li:before {
  display: none;
}
header nav ul li a {
  display: block;
  padding: 40px 0 45px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  letter-spacing: .3em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  color: white;
}
header nav ul li a:hover,
header nav ul li a:active,
header nav ul li.current-menu-item a {
  text-decoration: none;
  color: #b4d2c8;
}
header nav ul li a:focus {
  color: white;
  text-decoration: none;
}
header nav ul li.active a:before {
  opacity: 1;
}
header nav ul li:last-child {
  padding-right: 0;
}
/* Dropdown Level 1 */
header nav > ul > li > ul {
  position: absolute;
  background-color: #5aa08c;
  display: block;
  min-width: 190px;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
header nav > ul > li:hover > ul {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
	margin-top: -12px !important;
}
header nav > ul > li > ul > li {
  display: block;
  padding: 0;
}
header nav > ul > li > ul > li:first-child a {
  padding-top: 25px;
}
header nav > ul > li > ul > li:last-child a {
  padding-bottom: 25px;
}
header nav > ul > li > ul > li > a {
	font-size: 13px;
	text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  padding: 12px 25px;
  font-weight: 200;
}
header .menu-trigger {
  width: 50px;
  z-index: 99;
  margin-left: 100px;
  padding-bottom: 2px;
}
header .menu-trigger.active:before {
  transform: translateY(10px) rotate(135deg);
}
header .menu-trigger.active:after {
  transform: translateY(-10px) rotate(-135deg);
}
header .menu-trigger.active span {
  transform: scale(0);
}
header .menu-trigger span,
header .menu-trigger:before,
header .menu-trigger:after {
  background-color: white;
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 8px 0;
  transition: all 0.2s ease-in-out;
}
header .menu-trigger:hover span,
header .menu-trigger:hover:before,
header .menu-trigger:hover:after {
  background-color: #b4d2c8 !important;
}
header.scrolling {
  transition: all 1s;
  height: 80px;
}
header.scrolling .top {
  height: 0;
  opacity: 0;
  padding-top: 0;
}
header.scrolling .bottom {
  height: 78px;
}
header.scrolling .logo {
  width: 160px;
  margin-top: 3px;
}
header.scrolling nav {
  margin-top: 0;
}
header.scroling .menu-trigger span,
header.scroling .menu-trigger:before,
header.scroling .menu-trigger:after {
  background-color: #0233b5;
}
/* -------------------------------------------------------------- Mobile Menu */
#mobile-menu {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: #5AA08C;
  z-index: 999;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}
#mobile-menu.active {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#mobile-menu.active .menu-curly-line {
  opacity: .5;
}
#mobile-menu.active .menu-curly-line svg path {
  stroke-dasharray: 4000 4000;
  stroke-dashoffset: 4000;
  animation: curly 3s linear forwards;
}
#mobile-menu.active .menu-curly-line svg path#Path_40476,
#mobile-menu.active .menu-curly-line svg path#Path_40478,
#mobile-menu.active .menu-curly-line svg path#Path_40480,
#mobile-menu.active .menu-curly-line svg path#Path_40482 {
  animation: curly 1s ease-out forwards;
}
#mobile-menu.active nav {
  opacity: 1;
}
#mobile-menu .menu-curly-line {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
#mobile-menu .menu-curly-line img {
  max-width: none;
}
#mobile-menu nav ul li:before {
  display: none;
}
#mobile-menu nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#mobile-menu .menu-left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#mobile-menu .menu-left:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .66;
}
#mobile-menu .menu-right {
  width: 30%;
  padding-left: 100px;
}
#mobile-menu .menu-column {
  width: 50%;
}
#mobile-menu .menu-column-1,
#mobile-menu .menu-column-2 {
  margin-bottom: 120px;
}
#mobile-menu div > ul > li {
  margin: 0;
  padding: 0;
}
#mobile-menu div > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: white;
  display: block;
}
#mobile-menu ul li a:hover,
#mobile-menu ul li a:active {
  color: #b4d2c8;
}
#mobile-menu div > ul + ul {
  margin-top: 35px;
}
#mobile-menu div > ul > li > ul {
  margin: 50px 0 0 0;
  padding: 0;
}
#mobile-menu div > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
#mobile-menu div > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: white;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 25px;
}
#mobile-menu div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
}
#mobile-menu div > ul + ul > li > ul {
  margin-top: 35px;
}
#mobile-menu li.menu-item-has-children {
    margin-bottom: 3em !important;
}
body.menu-open {
  overflow: hidden;
  height: 100%;
}
body.menu-open .menu-trigger span,
body.menu-open .menu-trigger:before,
body.menu-open .menu-trigger:after {
  background-color: white;
}
body.menu-open header .logo {
  opacity: 0;
}
body.menu-open header nav {
  opacity: 0;
}
body.menu-open header {
  background-color: transparent;
}
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 100vh;
  width: 100%;
  background-color: #003c3c;
  overflow: hidden;
  position: relative;
}
#home-banner:after {
  content: '';
  background-color: #003c3c;
  opacity: .89;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  animation: color-change-bg 30s ease-in-out infinite;
}
#home-banner video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
#home-banner .curly-line {
  z-index: 2;
  opacity: .5;
}
#home-banner .curly-line svg{
    min-width: 1800px;
}
#home-banner .top-gradient{
  stop-color: #ffd600 ;
}
#home-banner .bottom-gradient{
  stop-color: #fff;
}
#home-banner .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  margin-left: 148px;
  padding-left: 130px;
}
#home-banner .caption h1 {
  font-size: 88px;
  line-height: 1.2em;
  font-weight: 400;
}
#home-banner .caption p {
  font-weight: 100;
  letter-spacing: .5px;
}
#home-banner .caption .link {
  margin-top: 60px;
  display: block;
  animation: fadein 1s ease-in-out forwards;
}
#home-banner .caption:before {
  content: '';
  height: 300%;
  width: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 32px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffd600 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffd600 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffd600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffd600', GradientType=0);
  animation: homeline 5.5s ease-in-out forwards;
}
#home-banner .animated-reveal{
  width: 100%;
  display: inline-block;
}
#home-banner .animated-number{
  display: inline-block;
}
@keyframes homeline {
  from {
    height: 0;
  }
  to {
    height: 300%;
  }
}
@keyframes color-change-bg {
  0% {
    background-color: #003c3c;
    opacity: .89;
  }
  25% {
    background-color: #DDBD36;
    opacity: .5;
  }
  50% {
    background-color: #509C87;
    opacity: .89;
  }
  75% {
    background-color: #006666;
  }
  100% {
    background-color: #003c3c;
  }
}
#simple-banner {
  height: 22vw;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
}
.image-banner {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-banner img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
}
.video-banner {
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.video-banner video {
  min-width: 100%;
  min-height: 100%;
  object-fit: fill;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
}
.video-banner img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-banner .play {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 100%;
  background-color: #90A09A;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.video-banner .play:hover {
  background-color: #163029;
}
.video-banner .play:after {
  content: '';
  background: url("img/icon-play-white.svg") center center no-repeat transparent;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  margin: auto;
  line-height: 64px;
}
.video-banner.active .play {
  opacity: 0;
}
.video-banner.active:after {
  opacity: 0;
}
.video-banner.active img {
  opacity: 0;
}
.video-banner .back {
  margin-top: 180px;
}
.portfolio-banner {
  min-height: 780px;
}
.portfolio-banner img,
.portfolio-banner svg {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.portfolio-banner img path,
.portfolio-banner svg * {
  fill: white;
}
.news-banner h1 {
  margin-top: 100px;
}
.news-banner h6 {
  font-size: 21px;
  margin-top: 45px;
}
.push-banner {
  margin-top: 190px;
	overflow: hidden;
}
.push-banner .back {
  margin-top: -10px;
}
.push-banner .column:first-child:last-child .back:first-child:last-child {
  margin-top: 0;
}
/* -------------------------------------------------------------- Videos */
.video {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.video video {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video .play {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.video .play:after {
  content: '';
  background: url("img/icon-play-white.svg") center center no-repeat transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  margin: auto;
  line-height: 50px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.video:hover .play:after {
  opacity: .7;
}
.video.active .play {
  opacity: 0;
}
.video.active:after {
  opacity: 0;
}
.video.active img {
  opacity: 0;
}
.video + * {
  margin-top: 45px;
}

.overlay-video .play-btn img {
	position: absolute;
	display: inline-block;
	transform: unset;
	left: 1.3em;
	top: 1em;
	width: 8px;
	height: 14px;
	min-width: unset;
	min-height: unset;
}

.overlay-video .play-btn {
	display: block;
	text-align: center;
	border-radius: 2em;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	-webkit-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	color: #ffffff;
	background: #013d3c;
	padding: 0.8em 1.5em 0.8em 2.5em;
	opacity: .65;
	transition: .7s all;
}

.overlay-video {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.overlay-video video {
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.overlay-video img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlay-video .play {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.overlay-video .play:after {
  content: '';
  background: url("img/icon-play-white.svg") center center no-repeat transparent;
  width: 90px;
  height: 90px;
  display: inline-block;
  background-size: contain;
  margin: auto;
  line-height: 90px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.overlay-video:hover .play:after {
  opacity: .7;
}
.overlay-video.active .play {
  opacity: 0;
}
.overlay-video.active:after {
  opacity: 0;
}
.overlay-video.active img {
  opacity: 0;
}
.overlay-video + * {
  margin-top: 45px;
}

/* -------------------------------------------------------------- Images */
img {
  display: block;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}
img + h4 {
  margin-top: 50px;
}
/* -------------------------------------------------------------- Lines & Animations */
.curly-line {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  pointer-events: none;
	overflow: hidden;
}
.curly-line img,
.curly-line svg {
	max-width: none;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}
.curly-line ~ .column img {
  z-index: -1;
}
.curly-line.active svg path {
  stroke-dasharray: 4000 4000;
  stroke-dashoffset: 4000;
  animation: curly 6s linear forwards;
}
.curly-line.active svg path#Path_40476,
.curly-line.active svg path#Path_40478,
.curly-line.active svg path#Path_40480,
.curly-line.active svg path#Path_40482 {
  animation: curly 1s ease-out forwards;
}




@keyframes curly {
  from {
    stroke-dashoffset: -4000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.vertical-line {
  width: 2px;
  height: 0;
  background: -moz-linear-gradient(top, #ffd600 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffd600 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffd600 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd600', endColorstr='#00ffffff', GradientType=0);
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  top: -20px;
}
.vertical-line.active {
  animation: grow 1s ease-out forwards;
}
.vertical-line-bottom {
  width: 2px;
  height: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffd600 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffd600 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffd600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffd600', GradientType=0);
  left: 0;
  right: 0;
  bottom: -220px;
  position: absolute;
  margin: auto;
}
.vertical-line-bottom.active {
  animation: grow 1s ease-out forwards;
}
.vertical-line-center {
  width: 2px;
  height: 0;
  background: -moz-linear-gradient(top, #ffd600 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffd600 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffd600 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd600', endColorstr='#00ffffff', GradientType=0);
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.vertical-line-center.active {
  animation: grow 1s ease-out forwards;
}
.animated-reveal {
  animation: reveal 1s ease-out forwards;
}
@keyframes reveal {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.fadein {
  opacity: 0;
}
.fadein.fadein-active {
  animation: fadein 1s ease-out forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
    min-height: 500px;
  }
}
/* -------------------------------------------------------------- Stats */
.stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -160px;
  padding: 80px 0;
}
.stats .item {
  width: 20%;
  margin-bottom: 160px;
}
.stats .item:nth-child(6n + 3) {
  margin-right: 40%;
}
.stats .item:nth-child(6n + 4) {
  margin-left: 40%;
}
.stats .number {
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 100;
  display: flex;
}
.stats p {
  font-weight: 100;
  padding-right: 30px;
}
.stats p:before {
  content: '';
  width: 200px;
  height: 2px;
  background-color: #ffd600;
  display: block;
  margin: 55px 0 37px 0;
}
/* -------------------------------------------------------------- Steps */
.steps {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  padding: 60px 0;
}
.steps .item {
  width: 33.33%;
  margin-bottom: 40px;
}
.steps .item:nth-child(4n + 2) {
  margin-right: 33.33%;
}
.steps .item:nth-child(4n + 3) {
  margin-left: 33.33%;
}
.steps .number {
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 100;
}
.steps p {
  font-weight: 100;
  padding-right: 50px;
}
.steps p:first-of-type {
  margin-bottom: 30px;
}
.steps p:first-of-type:before {
  content: '';
  width: 200px;
  height: 2px;
  background-color: #ffd600;
  display: block;
  margin: 50px 0 40px 0;
}
/* -------------------------------------------------------------- Infobar */
.infobar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.infobar .item {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
	padding-right: 2em;
}
.infobar h6 {
  width: 100%;
  margin-bottom: 20px;
}
.infobar p {
  margin: 0;
  font-size: 16px;
  width: 100%;
  color: #080a23;
}
/* -------------------------------------------------------------- Downloads */
.downloads {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0 20px 0;
  margin-top: 30px;
}
.downloads .item {
  width: 50%;
  align-self: center;
}
.downloads .item:nth-child(2n+2) {
  padding-left: 15px;
}
.downloads a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 25px;
  font-weight: 600;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
}
.downloads img {
  margin-left: 40px;
}

.text-2-col-special h5.section-title-center {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    z-index: 10;
    left: 0;
    color: #013d3c;
    font-size: 16px;
}
/* -------------------------------------------------------------- Newsfeed */
.newsfeed {
  border-left: 1px solid black;
  padding-left: 70px;
  margin-left: 40px;
}
.newsfeed .item {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.newsfeed .item:last-child {
  margin-bottom: 0;
}
.newsfeed .image {
  width: 30%;
  max-width: 166px;
  padding-top: 10px;
}
.newsfeed .image img {
  width: 100%;
  max-width: 166px;
}
.newsfeed .content {
  width: 70%;
  padding-left: 85px;
}
.newsfeed p {
  margin: 0;
}
.newsfeed p strong {
  font-weight: normal;
}
.newsfeed .link {
  width: 100%;
  position: relative;
  margin-top: 15px;
  display: block;
}

/* -------------------------------------------------------------- ESG Logo Grid */
.logo-grid-esg {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-grid-esg .item {
  padding: 0 0 20px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-grid-esg .logo-wrapper {
  width: 153px;
  height: 86px;
  display: flex;
}
.logo-grid-esg img {
  width:100%;
  max-height: 100%;
}
.item:nth-of-type(6) .logo-wrapper img {
  margin-left: -26px;
}
.logo-grid-esg .item-text {
  font-size: 15px;
  margin-top: 3em;
  width: 100%;
  line-height: 1.2em;
}
@media (min-width: 768px) {
	.logo-grid-esg {
	  justify-content: flex-start;
	}
	.logo-grid-esg .item {
	  padding: 0 29px 20px 0;
	  width:calc(100% / 4);
	}
	.logo-grid-esg .item:last-child {
	  padding-right: 0;
	}
	.logo-grid-esg .logo-wrapper {
	  flex-wrap: wrap;
	  align-content: flex-end;
	  justify-content: flex-start;
	}
}
@media (min-width: 992px) {
	.logo-grid-esg {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: space-between;
	}
	.logo-grid-esg .item {
	  width:calc(100% / 7);
	  display:block;
	  margin: 0 0 0 0;
	}
	.logo-grid-esg .item:last-child {
	  padding-right: 0;
	}
	.logo-grid-esg .item-text {
	  max-width: 110px;
	  width: auto;
	  font-size: 12px;
	}
	.logo-grid-esg .logo-wrapper {
	  width: 110px;
	  height: 54px;
	}
}
@media (min-width: 1200px) {
	.logo-grid-esg .item:last-child {
	  padding-right: 0;
	}
	.logo-grid-esg .item-text {
	  width: auto;
	  font-size: 13px;
	}
}
@media (min-width: 1400px) {
	.logo-grid-esg {
	  flex-wrap: nowrap;
	}
	.logo-grid-esg .item {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.logo-grid-esg .logo-wrapper {
		width: 120px;
	    height: 86px;
	}
	.logo-grid-esg .item-text {
	  width: auto;
	  font-size: 14px;
	  max-width: 120px;
	}
}
/* -------------------------------------------------------------- Testimonials */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.testimonials .item {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
}
.testimonials .item-left {
  background-color: #00635A;
  color: white;
  width: 70%;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: -webkit-calc(50vw - 649px);
  padding-left: -moz-calc(50vw  - 649px);
  padding-left: calc(50vw - 649px);
  padding-right: 50px;
  padding-top: 50px;
}
.testimonials .item-right {
  width: 30%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonials p {
  color: white;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  text-align: center;
  padding: 0 50px;
}
.testimonials h3 {
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  color: #00635A;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.testimonials h5 {
  width: 100%;
  color: #00635A;
}
.testimonials .author {
  text-align: center;
  width: 100%;
  padding-right: 70px;
}
.testimonials .slick-prev {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-left-white.svg") center center no-repeat transparent;
  background-size: contain;
  left: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  margin-top: 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.testimonials .slick-prev:active,
.testimonials .slick-prev:hover {
  opacity: .7;
}
.testimonials .slick-next {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-right-green.svg") center center no-repeat transparent;
  background-size: contain;
  right: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  margin-top: 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.testimonials .slick-next:active,
.testimonials .slick-next:hover {
  opacity: .7;
}
blockquote {
  color: #5A9F8B;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: 400;
  position: relative;
  top: -10px;
  font-size: 23px;
  line-height: 1.3em;
}
blockquote .author {
  width: 100%;
  margin-top: 40px;
}
blockquote h3 {
  width: 100%;
  color: #5aa08c;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
blockquote h5 {
  width: 100%;
  color: #5aa08c;
}
blockquote.large {
  font-size: 54px;
  line-height: 1.1em;
}
/* -------------------------------------------------------------- Accordions */
.accordion {
  width: 100%;
}
.accordion .item {
  margin-bottom: 0;
  padding-bottom: 18px;
  position: relative;
  border-top: 1px solid #C2C2C2;
}
.accordion .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EBF3F5;
  display: block;
  height: 50%;
  top: 8px;
  opacity: 0;
}
.accordion .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EBF3F5;
  display: block;
  height: 50%;
  bottom: 8px;
  opacity: 0;
}
.accordion .item .title {
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: .5px;
  font-weight: bold;
  color: #005877;
  padding-top: 22px;
  padding-left: 60px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.accordion .item .title:after {
  content: '';
  background: url("img/icon-plus-gray.svg") center center no-repeat transparent;
  position: absolute;
  left: 20px;
  top: 20px;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.accordion .item .title:hover {
  opacity: .7;
}
.accordion .item:last-child {
  border-bottom: 1px solid #C2C2C2;
}
.accordion .content {
  position: relative;
  z-index: 2;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.accordion p {
  margin-top: 0;
  margin-bottom: 17px;
  width: 100%;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
}
.accordion p:last-child {
  margin-bottom: 0;
}
.accordion .item.active:before,
.accordion .item.active:after {
  opacity: 1;
}
.accordion .item.active .title:after {
  background: url("img/icon-minus-gray.svg") center center no-repeat transparent;
}
.accordion .item.active .content {
  height: auto;
  opacity: 1;
  overflow: visible;
  padding-left: 60px;
  margin-top: 13px;
}
/* -------------------------------------------------------------- Tabbed Content */
.tabbed-content {
  width: 100%;
}
.tabbed-content .tabs {
  width: 100%;
  border-bottom: 1px solid #898989;
  display: flex;
  text-align: center;
  justify-content: center;
}
.tabbed-content .tab {
  display: inline-block;
  text-align: center;
  border-top: 1px solid transparent;
  white-space: nowrap;
  position: relative;
}
.tabbed-content .tab a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2.2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #898989;
  padding: 0 30px 25px 30px;
  display: block;
  position: relative;
  border-bottom: 4px solid transparent;
  margin-bottom: -3px;
}
.tabbed-content .tab a:hover,
.tabbed-content .tab a:active {
  opacity: 0.7;
}
.tabbed-content .tab.active a {
  color: #CB2529;
  border-bottom-color: #CB2529;
}
.tabbed-content .content {
  padding-top: 40px;
  width: 100%;
}
.tabbed-content .content .item {
  display: none;
}
.tabbed-content .content .item.active {
  display: block;
}
/* -------------------------------------------------------------- Basic Carousel */
.basic-carousel {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
}
.basic-carousel .carousel {
  max-width: 100%;
}
.basic-carousel a {
  display: block;
  height: 594px;
  width: 100%;
  background-size: cover;
  background-position: center center;
	position: relative;
}
.basic-carousel a .inner-text {
    padding: 8vw 40px;
	text-align: center;
}
.basic-carousel a:before {
    content: '';
    background: #013b3a;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: .5;
}
.basic-carousel h6 {
    color: white;
    font-weight: 600;
    padding-top: 290px;
    display: block;
    margin-bottom: .5em;
    font-size: 14px;
	z-index: 1;
    position: relative;
}
.basic-carousel .slide-order-1 h6 { padding-top: 5em; }
.basic-carousel .slide-order-2 h6 { padding-top: 8em; }
.basic-carousel .slide-order-3 h6 { padding-top: 11em; }
.basic-carousel .slide-order-4 h6 { padding-top: 14em; }
.basic-carousel .slide-order-5 h6 { padding-top: 17em; }
.basic-carousel .slide-order-6 h6 { padding-top: 20em; }
.basic-carousel .slide-order-7 h6 { padding-top: 23em; }
.basic-carousel .slide-order-8 h6 { padding-top: 26em; }
.basic-carousel h3 {
  color: white;
  display: block;
	z-index: 1;
    position: relative;
	font-size:22px;
	line-height: 1.6em;
}
.basic-carousel .slick-prev {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-left-white.svg") center center no-repeat transparent;
  background-size: contain;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  margin-top: 71px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.basic-carousel .slick-prev:active,
.basic-carousel .slick-prev:hover {
  opacity: .7;
}
.basic-carousel .slick-next {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-right-white.svg") center center no-repeat transparent;
  background-size: contain;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  margin-top: 71px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.basic-carousel .slick-next:active,
.basic-carousel .slick-next:hover {
  opacity: .7;
}
.carousel-4-col-section .section-title-center {
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60px;
    z-index: 10;
}
/* -------------------------------------------------------------- Image Blocks */
.image-blocks {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid white;
}
.image-blocks .item {
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
  height: 520px;
  background-size: cover;
  display: block;
  position: relative;
}
.image-blocks .item:after {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.image-blocks .item:hover:after {
  background-color: #5aa08c;
}
.image-blocks img,
.image-blocks svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
}
.image-blocks img path,
.image-blocks svg * {
  fill: #ffffff;
}
/* -------------------------------------------------------------- Locations */
.location-basic {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 750px;
  overflow: hidden;
}





.location-basic + h5 {
  color: white;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 90px;
  z-index: 10;
}
.location-basic .item {
  width: 20%;
  height: 750px;
  position: relative;
  overflow: hidden;
}
.location-basic .item:hover .image img {
  transform: scale(1.1);
}
.location-basic .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: black;
}
.location-basic .image img {
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transform-origin: center;
  transform: scale(1.05);
  -webkit-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
.location-basic .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #070922;
  opacity: .6;
}
.location-basic .icon {
  width: 80%;
  height: 200px;
  margin: -50px auto auto auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.location-basic .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.location-basic .content {
  position: absolute;
  bottom: 65px;
  left: 40px;
  color: white;
  z-index: 2;
}
.location-basic h3 {
  color: white;
  margin-bottom: 20px;
}
.location-basic h6 {
  color: white;
  font-weight: 300;
}
.location-basic .slick-prev {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-left-white.svg") center center no-repeat transparent;
  background-size: contain;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.location-basic .slick-prev:active,
.location-basic .slick-prev:hover {
  opacity: .7;
}
.location-basic .slick-next {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-right-white.svg") center center no-repeat transparent;
  background-size: contain;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.location-basic .slick-next:active,
.location-basic .slick-next:hover {
  opacity: .7;
}
.location-info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 750px;
  overflow: hidden;
}
.location-info .item {
  width: 20%;
  height: 750px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.location-info .item.item-1 .title img {
  max-width: 94px;
  max-height: 110px;
}
.location-info .item.item-2 .title img {
  max-width: 94px;
  max-height: 120px;
}
.location-info .item.item-3 .title img {
  max-width: 164px;
  max-height: 164px;
}
.location-info .item.item-4 .title img {
  max-width: 100px;
  max-height: 120px;
}
.location-info .item.item-5 .title img {
  max-width: 130px;
  max-height: 80px;
}
.location-info .title {
  z-index: 2;
  padding: 60px 30px 0 30px;
  display: flex;
  position: relative;
  width: 100%;
}
.location-info .title h6 {
  position: absolute;
  top: 120px;
  font-weight: 100;
}
.location-info .title img {
  margin-left: auto;
  max-height: 130px;
  max-width: 120px;
  position: absolute;
  right: 15px;
}
.location-info .image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.location-info .image img {
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transform-origin: center;
  transform: scale(1.05);
  -webkit-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
.location-info .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #070922;
  opacity: .6;
}
.location-info .content {
  color: white;
  z-index: 2;
  width: 100%;
  padding: 0 20px 30px 30px;
  position: absolute;
  top: 428px;
}
.location-info h4 {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 600;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin-bottom: 35px;
}
.location-info h3,
.location-info h4,
.location-info h6,
.location-info p {
  color: white;
}
.location-info p {
  font-size: 18px;
  line-height: 1.4em;
}
.location-info .slick-prev {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-left-white.svg") center center no-repeat transparent;
  background-size: contain;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.location-info .slick-prev:active,
.location-info .slick-prev:hover {
  opacity: .7;
}
.location-info .slick-next {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-right-white.svg") center center no-repeat transparent;
  background-size: contain;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.location-info .slick-next:active,
.location-info .slick-next:hover {
  opacity: .7;
}
@media (min-width: 1200px) {
  .location-info .item:hover .image img {
    transform: scale(1.1);
  }
}
/* -------------------------------------------------------------- Team */
.team {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.team .item {
  width: 25%;
}
.team a {
  width: 100%;
  height: 300px;
  display: block;
  padding: 0;
  position: relative;
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  background-size: cover;
}
.team a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .55;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team a:hover,
.team a.hover,
.team a:active {
  filter: grayscale(0%);
}
.team a:hover .team-hover-img,
.team a.hover .team-hover-img {
	opacity: 1;
}
.team a:hover:after,
.team a.hover:after,
.team a:active:after {
  background-color: #5A9F8B;
}
.team a:hover .caption,
.team a.hover .caption,
.team a:active .caption {
  opacity: 1;
}
.team a:hover img,
.team a.hover img,
.team a:active image {
  opacity: 1;
}
.team .team-hover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	opacity: 0;
	object-fit: cover;
}
.team .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 40px 40px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.team h4 {
  color: white;
  font-weight: 300;
  font-size: 28px;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.team h6 {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.team img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.team-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.team-slider .item {
  width: 25%;
}
.team-slider a {
  width: 100%;
  height: 300px;
  display: block;
  padding: 0;
  position: relative;
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  background-size: cover;
}
.team-slider a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .55;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-slider a:hover,
.team-slider a.hover,
.team-slider a:active {
  filter: grayscale(0%);
}
.team-slider a:hover .team-hover-img,
.team-slider a.hover .team-hover-img {
	opacity: 1;
}
.team-slider a:hover:after,
.team-slider a.hover:after,
.team-slider a:active:after {
  background-color: #5A9F8B;
}
.team-slider a:hover .caption,
.team-slider a.hover .caption,
.team-slider a:active .caption {
  opacity: 1;
}
.team-slider a:hover img,
.team-slider a.hover img,
.team-slider a:active image {
  opacity: 1;
}
.team-slider .team-hover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	opacity: 0;
	object-fit: cover;
}
.team-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 40px 40px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.team-slider h4 {
  color: white;
  font-weight: 300;
  font-size: 28px;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.team-slider h6 {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.team-slider img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}


.team-headshot {
    margin-bottom: 2em;
}
.team-intro {
  position: relative;
  margin-top: 380px;
}
.team-intro h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 13px;
}
.team-intro hr {
  width: 200px;
  border: 0;
  border-top: 2px solid #ffd600;
  margin-top: 70px;
  margin-bottom: 70px;
}
.team-intro p {
  max-width: 380px;
  font-size: 20px;
  line-height: 1.4em;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
}
.team-info {
	margin-bottom: 4em;
}
.team-info h4 {
	font-weight: 300;
    font-size: 34px;
    font-family: 'Degular', Arial, Helvetica, sans-serif;
}
.team-info h5 {
    font-size: 17px;
    text-transform: initial;
    letter-spacing: .07em;
    font-weight: 600;
    color: #0d3c3d;
}
.team-info hr {
	border: none;
    height: 2px;
    margin: 2.5em 0;
    background: rgb(255,214,0);
    background: -moz-linear-gradient(90deg, rgba(255,214,0,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,214,0,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,214,0,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd600",endColorstr="#ffffff",GradientType=1);
}
.team-sidebar p {
  color: #080a23;
  margin-bottom: 0;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
}
.team-sidebar p img {
  margin-top: 8px;
}
/* -------------------------------------------------------------- Portfolio */
.portfolio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 1px;
  width: 100%;
  border-left: 1px solid #b4d2c8;
  border-top: 1px solid #b4d2c8;
  background-color: white;
  overflow: hidden;
}
.portfolio .item {
  width: 25%;
}
.portfolio .item:hover {
  cursor: pointer;
}
.portfolio.simple .item:hover,
.portfolio.simple .item:active {
  margin-bottom: 0;
}
.portfolio .investment-name {
	text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-family: 'Degular', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #02253c;
    font-size: 1.2em;
}
.portfolio .default {
  height: 250px;
  display: block;
  background-color: white;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #b4d2c8;
  position: relative;
}
.portfolio .default img,
.portfolio .default svg {
  margin: auto;
  max-width: 300px !important;
  max-height: 100%;
  width: 100% !important;
  height: 100% !important;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	object-fit: contain;
}
.portfolio .default img path,
.portfolio .default svg * {
  transition: 1s all;
}
.portfolio .default:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #b4d2c8;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 2;
  display: block;
}
/*.portfolio .item:hover .default {
  background-color: #b4d2c8;
}*/
/*.portfolio .item:hover .investment-name {
  color: white;
}*/
/*.portfolio .item:hover .default svg path,
.portfolio .item:hover .default svg * {
  fill: white;
}*/
.portfolio .reveal {
  position: absolute;
  height: 600px;
  width: 100%;
  opacity: 0;
  left: 0;
  background-size: cover;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding-left: -webkit-calc(50vw - 649px);
  padding-left: -moz-calc(50vw  - 649px);
  padding-left: calc(50vw - 649px);
  padding-right: -webkit-calc(50vw - 649px);
  padding-right: -moz-calc(50vw  - 649px);
  padding-right: calc(50vw - 649px);
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  display: none;
}
.portfolio .image {
  width: 40%;
  height: 200px;
  padding-left: 40px;
}
.portfolio .image img,
.portfolio .image svg {
  height: 100% !important;
  width: 100% !important;
  max-width: 80%;
  max-height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio .image svg * {
  fill: white;
	filter: brightness(1000000);
}
.portfolio .image svg .logo-mobile-hide {
  fill: transparent !important;
}
.portfolio .description {
  width: 60%;
}
.portfolio h5 {
  color: white;
}
.portfolio p {
  color: white;
}
.portfolio .link {
  color: white;
}
/* JS Interaction */
.portfolio .item.move {
  margin-bottom: 600px;
}
.portfolio .item.active + .reveal {
    display: flex;
}
.portfolio .reveal.active{
    opacity: 1;
    pointer-events: all;
}
.portfolio .item.active .default {
  background-color: #b4d2c8;
}
.portfolio .item .default .logo-original {
	display: block;
}
.portfolio .item .default .logo-hover {
	display: none;
}
.portfolio .item.active .default .logo-original {
	display: none;
}
.portfolio .item.active .default .logo-hover {
	display: block;
}



.portfolio .item.active .default svg * {
  fill: white;
	transition: 1s all;
	filter: brightness(1000000);
}
.portfolio .item.active .default svg .logo-mobile-hide {
  fill: transparent !important;
}
.portfolio-intro img {
  width: 100%;
  max-width: 440px;
}
.portfolio-intro p {
  font-size: 18px;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  margin-top: 30px;
  line-height: 1.3em;
  font-weight: 400;
}
.portfolio-stories {
  width: 100%;
}
.portfolio-stories .item {
  height: 570px;
  padding-left: -webkit-calc(50vw - 649px);
  padding-left: -moz-calc(50vw  - 649px);
  padding-left: calc(50vw - 649px);
  padding-right: -webkit-calc(50vw - 649px);
  padding-right: -moz-calc(50vw  - 649px);
  padding-right: calc(50vw - 649px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid white;
  background-size: cover;  filter: grayscale(100%);
  -webkit-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
}
.portfolio-stories .item:last-child {
  border-bottom: 0;
}
.portfolio-stories .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .5;
  z-index: 2;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.portfolio-stories .item:hover,
.portfolio-stories .item:active {
  filter: grayscale(0%);
}
.portfolio-stories .item:hover:before,
.portfolio-stories .item:active:before {
  background-color: #01243C;
}
.portfolio-stories .item:hover .content:after,
.portfolio-stories .item:active .content:after {
  opacity: 1;
}
.portfolio-stories .image {
  width: 35%;
  text-align: center;
  z-index: 2;
  position: relative;
}
.portfolio-stories .image img,
.portfolio-stories .image svg {
  max-width: 300px;
  max-height: 120px;
  margin: auto;
}
.portfolio-stories .image img path,
.portfolio-stories .image svg path,
.portfolio-stories .image svg * {
  fill: white;
}
.portfolio-stories .content {
  width: 65%;
  margin-left: 10%;
  z-index: 2;
}
.portfolio-stories .content:after {
  content: '';
  width: 56px;
  height: 56px;
  background: url("img/icon-caret-thin-right-white.svg") center center no-repeat transparent;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.portfolio-stories h5 {
  color: white;
  letter-spacing: 3px;
}
.portfolio-stories p {
  color: white;
  margin-top: 15px;
}
/* -------------------------------------------------------------- Isotope */
.isotope-filter {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 35px;
}
.isotope-filter a {
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #5A9f8b;
  padding: 0 15px;
  display: block;
  position: relative;
}
.isotope-filter a:hover {
  opacity: .7;
}
.isotope-filter a.active {
  color: #003B3B;
}
.isotope-filters {
  display: flex;
  width: 100%;
}
.isotope-filters .isotope-filter {
  width: 50%;
  flex-wrap: wrap;
}
/* -------------------------------------------------------------- News */
.news {
  width: auto;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-left: 1px solid white;
}
.news .item {
  height: 400px;
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
}
.news .item.first {
  width: 66.66%;
  height: 800px;
}
.news .item.first img,
.news .item.first svg,
.news .item.first p {
  display: block;
}
.news .item.first:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.news .isotope-grid-sizer {
  width: 33.33%;
}
.news a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 40px 60px 40px;
  background-size: cover;
  background-color: #EBEFF0;
}
.news a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01243C;
  opacity: .37;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news a:hover:after,
.news a:active:after {
  background-color: #5aa08c;
  opacity: .8;
}
.news a > *:first-child {
  margin-top: auto;
}
.news a > * {
  position: relative;
  z-index: 2;
}
.news .image {
  margin-bottom: 35px;
}
.news img,
.news svg {
  display: none;
}
.news svg * {
  fill: white;
}
.news h4 {
  margin: 0;
  color: white;
  font-size: 30px;
  line-height: 1.25em;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.news p {
  margin: 0;
  color: white;
  display: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 15px;
}
.news h6 {
  margin: 30px 0 0 0;
  color: white;
  font-size: 18px;
}
.load-more {
  text-align: center;
  margin-bottom: 0;
  margin-top: 60px;
}
.load-more .button {
  display: inline-block;
  margin: 0 auto;
}
/* -------------------------------------------------------------- Footer */
footer {
  position: relative;
  color: white;
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #01253d;
  background-size: cover;
  overflow: hidden;
}
footer .curly-line {
  margin-top: -200px;
  margin-left: -245px;
}
footer .columns-wide {
  padding-left: 70px;
  padding-right: 70px;
}
footer .columns {
  padding-bottom: 0;
  padding-top: 0;
}
footer .columns:first-child {
  margin-bottom: -50px;
}
footer .columns:last-child .column {
  padding-top: 0;
  display: flex;
  flex-direction: row;
}
footer .column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .column .d4 {
  margin-bottom: 50px;
}
footer .logo {
  width: 187px;
  display: block;
  margin-bottom: 40px;
}
footer .logo img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  position: relative;
}
footer img {
  margin-left: 0;
}
footer .menu-column {
  width: 30%;
}
footer .menu-column-1,
footer .menu-column-2,
footer .menu-column-3 {
  margin-bottom: 70px;
}
footer .menu-column-2 {
  width: 40%;
}
footer ul li {
  margin: 0 0 30px 0;
  font-weight: 100;
  list-style-type: none;
  padding-left: 0;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #5aa08c;
  display: block;
}
footer ul li a:hover,
footer ul li a:active {
  color: #b4d2c8;
  text-decoration: none;
}
footer ul ul {
  margin-top: 50px;
}
footer ul + ul {
  margin-top: 40px;
}
footer ul ul li {
  margin: 0;
  padding: 0;
}
footer ul ul li a {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: white;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 25px;
}
footer ul + ul ul {
  margin-top: 35px;
}
footer p {
  color: white;
  font-size: 16px;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: auto;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
footer .links {
  display: block;
  width: 100%;
}
footer .links a {
  color: #b4d2c8;
  font-size: 12px;
  font-family: 'Degular', Arial, Helvetica, sans-serif;
  font-weight: 100;
  border-bottom: 1px solid #b4d2c8;
  margin-right: 20px;
  letter-spacing: 1px;
}
footer .back-top {
  position: absolute;
  right: 0;
  top: 25px;
  margin-right: 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
footer .back-top:hover,
footer .back-top:active {
  opacity: .7;
}
/* -------------------------------------------------------------- Small Desktop */
@media (max-width: 1500px) {
  /* Scaffolding / Grid */
  .columns-wide-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Header */
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
  header nav ul li {
    padding: 0 20px;
  }
  header .menu-trigger {
    margin-left: 40px;
  }
  /* Testimonials */
  .testimonials .item-right {
    padding-left: 0;
  }
  .testimonials p {
    padding-left: 70px;
    padding-right: 0;
  }
  .testimonials .author {
    padding-right: 15px;
  }
  .testimonials .slick-prev {
    left: 15px;
  }
  .testimonials .slick-next {
    right: 15px;
  }
  /* Basic Carousel */
  .basic-carousel a {
    /*padding-right: 30px;*/
  }
  .basic-carousel h3 {
    font-size: 30px;
  }
  /* Locations */
  .location-basic .content {
    left: 20px;
  }
  .location-info .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .location-info .title img {
    transform: scale(0.8);
    right: 5px;
  }
  .location-info .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .location-info h4 {
    font-size: 28px;
  }
  .location-info p {
    font-size: 16px;
  }
  /* Portfolio */
  .portfolio .default {
    height: 200px;
  }
  .portfolio-stories .item {
    padding-right: 50px;
  }
  .portfolio-stories .content {
    padding-right: 30px;
  }
  .portfolio-stories .content:after {
    right: -35px;
  }
  /* Footer */
  footer .columns-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .column.d5 {
    width: 30%;
  }
  footer .column.d7 {
    width: 70%;
  }
}
@media (max-width: 1550px) {
  	header nav ul li a {
    	font-size: 12px;
	}
	.columns {
    max-width: 1100px;
	padding-top: 30px;
    padding-bottom: 30px;
  }
	.columns-wide {
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: -webkit-calc(50vw - 550px);
		padding-left: -moz-calc(50vw - 550px);
		padding-left: calc(50vw - 550px);
		padding-right: -webkit-calc(50vw - 550px);
		padding-right: -moz-calc(50vw - 550px);
		padding-right: calc(50vw - 550px);
		position: relative;
	}
	.stats .item {
		margin-bottom: 100px;
	}
	.basic-carousel h3 {
		font-size: 17px;
		line-height: 1.4em;
	}
	.stats {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -100px;
		padding: 50px 0;
	}
	.steps {
		padding: 0px 0;
	}
	.stats .number {
    	font-size: 50px;
	}
	header {
    	height: 140px;
	}
	header .logo {
		width: 150px;
		height: 54px;
	}
	header .menu-trigger {
    	width: 40px;
	}
	footer {
    	padding-top: 50px;
	}
	footer ul li a {
    	font-size: 12px;
	}
	footer ul ul li a {
    	font-size: 12px;
	}
	footer p {
    	font-size: 12px;
	}
	footer .logo {
    	width: 153px;
	}
	h1, .h1 {
    	font-size: 40px;
	}
	h2, .h2 {
    	font-size: 33px;
	}
	h2 + P {
		margin-top: 30px;
	}
	h5, .h5 {
    	font-size: 15px;
	}
	p {
    	font-size: 16px;
	}
	p.large {
    	font-size: 16px;
	}
	p.larger {
    	font-size: 22px;
	}
	.downloads a {
    	font-size: 18px;
	}
	.image-banner {
    	height: 500px;
	}
	.portfolio-banner {
		min-height: 400px;
	}
	.push-banner {
		margin-top: 140px;
	}
	#mobile-menu div > ul > li > a {
    	font-size: 12px;
	}
	#mobile-menu div > ul > li > ul > li > a {
    	font-size: 12px;
	}
	#mobile-menu nav {
    	max-width: 800px;
	}
	.isotope-filter a {
    	font-size: 12px;
		letter-spacing: .19em;
	}
	.team h6 {
    	font-size: 12px;
	}
	#home-banner .caption h1 {
    	font-size: 60px;
	}
}
/* -------------------------------------------------------------- Tablet */
@media (max-width: 1199px) {
	
.single-team .carousel-holder {
    position: relative;
}
	
.single-team .single-team-media {
	padding: 0;
}
.single-team .push-banner .back {
    margin-top: 0;
}
.single-team .team-intro {
    position: relative;
    margin-top: 50px;
}
.portfolio .default img,
.portfolio .default svg {
  min-width: 200px;
	}
  /* Utility */
  .t0 {
    padding: 0;
    width: 0;
  }
  .t1 {
    width: 8.33%;
  }
  .t2 {
    width: 16.66%;
  }
  .t3 {
    width: 25%;
  }
  .t4 {
    width: 33.33%;
  }
  .t5 {
    width: 41.66%;
  }
  .t6 {
    width: 50%;
  }
  .t7 {
    width: 58.33%;
  }
  .t8 {
    width: 66.66%;
  }
  .t9 {
    width: 75%;
  }
  .t10 {
    width: 83.33%;
  }
  .t11 {
    width: 91.66%;
  }
  .t12 {
    width: 100%;
  }
  .swap-tablet {
    flex-direction: column-reverse;
  }
  /* Scaffolding / Grid */
  /*.columns{
          padding-top: 30px;
          padding-bottom: 30px;
      }
      .columns-wide{
          padding-top: 30px;
          padding-bottom: 30px;
      }
      .column {
          padding: 30px 20px;
      }*/
  .columns-wide-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* Lists */
  .columnize-4 > ul,
  ul.columnize-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* Header */
  header {
    padding-left: 20px;
    padding-right: 20px;
    height: 80px;
  }
  header .logo {
    width: 138px;
    margin-top: 3px;
  }
  header nav {
    display: none;
  }
  header .menu-trigger {
    margin-left: auto;
  }
  header.scrolling .logo {
    width: 138px;
  }
  /* Mobile Menu */
  #mobile-menu {
    /*position: absolute;*/
    height: auto;
    display: block;
    overflow-x: hidden;
    padding-top: 58px;
  }
  #mobile-menu nav {
    max-width: 100%;
  }
  #mobile-menu .menu-right {
    padding-left: 40px;
  }
  /* Banners */
  #home-banner .caption {
    padding-left: 50px;
    margin-left: 50px;
  }
  #simple-banner {
    height: 200px;
  }
  .video-banner .back {
    margin-top: 30px;
  }
  .portfolio-banner {
    min-height: 600px;
  }
  .push-banner {
    margin-top: 80px;
  }
  .push-banner .back {
    margin-top: -60px;
  }
  /* Lines & Animations */
  .vertical-line {
    top: 40px;
  }
  /* Stats */
  .stats {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -100px;
  }
  .stats .item {
    width: 28%;
    margin-bottom: 100px;
  }
  .stats .item:nth-child(6n + 3) {
    margin-right: 16%;
  }
  .stats .item:nth-child(6n + 4) {
    margin-left: 16%;
  }
  .stats p:before {
    width: 80%;
  }
  .stats .number {
    font-size: 70px;
  }
  /* Steps */
  .steps {
    padding-top: 0;
    padding-bottom: 0;
  }
  .steps .item {
    width: 50%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .steps .number {
    font-size: 70px;
  }
  .steps p {
    padding-right: 15px;
  }
  .steps p:first-of-type:before {
    width: 80%;
  }
  /* Infobar */
  .infobar .item {
    width: 50%;
  }
  /* Newsfeed */
  .newsfeed {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  /* Testimonials */
  .testimonials .item-left {
    padding-top: 0;
    min-height: 400px;
    width: 66%;
    padding-right: 30px;
    padding-left: 50px;
  }
  .testimonials .item-right {
    padding-top: 0;
    width: 33%;
  }
  .testimonials p {
    font-size: 30px;
    padding-left: 0;
  }
  .testimonials h3 {
    font-size: 22px;
  }
  .testimonials h5 {
    letter-spacing: 2px;
  }
  .testimonials .slick-prev {
    margin-top: 0;
  }
  .testimonials .slick-next {
    margin-top: 0;
  }
  /* Image Blocks */
  .image-blocks .item {
    height: 420px;
  }
  /* Locations */
  .location-basic .item {
    width: 33.33%;
  }
  .location-info .title {
    padding-left: 30px;
  }
  .location-info .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .location-info p {
    font-size: 16px;
  }
  /* Team */
  .team .item {
    width: 33.33%;
  }
  .team .item.t6 {
    width: 50%;
  }
  .team .caption {
    padding-left: 20px;
    padding-bottom: 25px;
  }
  .team h4 {
    margin-bottom: 10px;
  }
	.team-slider .item {
    width: 33.33%;
  }
  .team-slider .item.t6 {
    width: 50%;
  }
  .team-slider .caption {
    padding-left: 20px;
    padding-bottom: 25px;
  }
  .team-slider h4 {
    margin-bottom: 10px;
  }
  .team-intro {
    margin-top: 200px;
  }
  /* Portfolio */
  .portfolio .item.move {
    margin-bottom: 600px;
  }
  .portfolio .reveal {
    height: 600px;
  }
  .portfolio .default {
    height: 200px;
  }
  .portfolio .image {
    padding-left: 20px;
  }
  .portfolio-stories .item {
    height: auto;
    min-height: 400px;
	padding: 50px 32px;
  }
  .portfolio-stories .image {
    padding: 30px;
  }
  .portfolio-stories .image img,
  .portfolio-stories .image svg {
    max-width: 100%;
    max-height: 100%;
  }
  .portfolio-stories .content {
    margin-left: 0;
    padding-right: 0;
  }
  .portfolio-stories .content:after {
    width: 34px;
    height: 34px;
  }
  /* News */
  .news .item {
    height: 300px;
  }
  .news .item.first {
    height: 600px;
  }
  .news .item.first h4 {
    font-size: 35px;
  }
  .news a {
    padding: 0 20px 30px 20px;
  }
  .news h4 {
    font-size: 18px;
    line-height: 1.1em;
  }
  .news h6 {
    margin-top: 15px;
  }
  /* Footer */
  footer {
    padding-bottom: 10px;
  }
  footer .column.t12 {
    width: 100%;
  }
  footer .columns-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* -------------------------------------------------------------- Mobile Landscape */
@media (max-width: 767px) {
  /* Utility */
  .m0 {
    width: 0;
    padding: 0;
  }
  .m1 {
    width: 8.33% !important;
  }
  .m2 {
    width: 16.66% !important;
  }
  .m3 {
    width: 25% !important;
  }
  .m4 {
    width: 33.33% !important;
  }
  .m5 {
    width: 41.66% !important;
  }
  .m6 {
    width: 50% !important;
  }
  .m7 {
    width: 58.33% !important;
  }
  .m8 {
    width: 66.66% !important;
  }
  .m9 {
    width: 75% !important;
  }
  .m10 {
    width: 83.33% !important;
  }
  .m11 {
    width: 91.66% !important;
  }
  .m12 {
    width: 100% !important;
  }
  .swap-mobile {
    flex-direction: column-reverse;
  }
  .show-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none;
  }
  /* Scaffolding / Grid */
  .columns.tall-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .column.right {
    align-content: center;
  }
  /* Headings */
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h2 + p,
  .h2 + p {
    margin-top: 35px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 13px;
  }
  h5 + p {
    margin-top: 25px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    font-size: 16px;
    margin-bottom: 27px;
  }
  p + .button {
    margin-top: 0;
  }
  p.large,
  p.larger {
    font-size: 20px;
    line-height: 1.3em;
  }
  /* Lists */
  ul li {
    font-size: 16px;
  }
  ul li:before {
    top: 9px;
  }
  ol li {
    font-size: 16px;
  }
  ul:first-child:last-child,
  ol:first-child:last-child {
    margin: 0;
  }
  .columnize-4 > ul,
  ul.columnize-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnize-3 > ul,
  ul.columnize-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnize-2 > ul,
  ul.columnize-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* BUttons */
  .button {
    font-size: 13px;
    min-width: 130px;
  }
  /* Forms */
  form label {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
  form .fields {
    width: 100%;
  }
  form .field {
    width: 100%;
    margin-bottom: 20px;
  }
  /* Mobile Menu */
  #mobile-menu .menu-left {
    width: 100%;
    margin-bottom: 80px;
  }
  #mobile-menu .menu-left:after {
    display: none;
  }
  #mobile-menu .menu-right {
    width: 100%;
    padding-left: 0;
  }
  #mobile-menu .menu-column-1,
  #mobile-menu .menu-column-2 {
    margin-bottom: 80px;
  }
  #mobile-menu div > ul > li > a {
    font-size: 12px;
  }
  #mobile-menu div > ul > li > ul > li > a {
    font-size: 12px;
  }
  /* Banners */
  #home-banner .caption {
    padding-left: 20px;
    margin-left: 20px;
  }
  #home-banner .caption h1 {
    font-size: 44px;
  }
  #home-banner .caption:before {
    top: 20px;
  }
  .image-banner {
    height: auto;
  }
  .video-banner video,
  .video {
    height: 250px;
  }
  .portfolio-banner {
    min-height: 0;
  }
  .portfolio-banner .column:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* Images */
  .column img {
    align-self: center;
  }
  /* Lines & Animations */
  .vertical-line {
    display: none;
  }
  .vertical-line-bottom {
    display: none;
  }
  .vertical-line-center {
    display: none;
  }
  /* Stats */
  .stats {
    padding: 0;
  }
  .stats .item {
    width: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .stats .number {
    font-size: 60px;
  }
  .stats p:before {
    margin: 25px 0 17px 0;
  }
  /* Steps */
  .steps .number {
    font-size: 60px;
  }
  .steps p:first-of-type:before {
    margin: 25px 0 17px 0;
  }
  /* Downloads */
  .downloads {
    margin-top: 15px;
  }
  .downloads a {
    font-size: 16px;
  }
  .downloads img {
    width: 30px;
  }
  /* Newsfeed */
  .newsfeed .content {
    padding-left: 30px;
  }
  /* Testimonials */
  .testimonials .item-left {
    width: 100%;
    min-height: 300px;
    padding: 50px 20px;
  }
  .testimonials .item-right {
    width: 100%;
    padding: 20px;
  }
  .testimonials .slick-prev {
    background-image: url("img/icon-caret-left-green.svg");
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
  }
  .testimonials .slick-next {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
  }
  .testimonials .author {
    width: 100%;
    padding: 0;
  }
  .testimonials h3 {
    margin-bottom: 5px;
  }
  blockquote {
    font-size: 26px;
  }
  blockquote.large {
    font-size: 34px;
  }
  blockquote .author {
    margin-top: 30px;
  }
  /* Accordions */
  .accordion .item .title {
    padding-left: 35px;
    font-size: 16px;
  }
  .accordion .item .title:after {
    left: 5px;
  }
  .accordion .item.active .content {
    padding-left: 35px;
  }
  /* Tabbed Content */
  .tabbed-content .tabs {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-width 0.3s ease-in-out;
    -ms-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    border-bottom: 0;
  }
  .tabbed-content .tabs .tab {
    display: block;
    width: 100% !important;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    height: 50px;
    padding: 18px 0 18px 0;
    position: relative;
  }
  .tabbed-content .tabs .tab a {
    padding-left: 0;
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 15px;
  }
  .tabbed-content .tabs .tab:after {
    position: absolute;
    right: 0;
    display: none;
    color: #8faeb7;
    font-size: 20px;
    top: 10px;
    font-weight: normal;
  }
  .tabbed-content .tabs .tab.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-bottom: 0;
  }
  .tabbed-content .tabs .tab.active:after {
    display: block;
  }
  .tabbed-content .tabs.open {
    max-height: 1000px;
  }
  .tabbed-content .content {
    padding-top: 30px;
  }
  .tabbed-content p + form {
    margin-top: 45px;
  }
  /* Basic Carousel */
  .basic-carousel .item {
    width: 100%;
  }
  .basic-carousel a {
    /*height: 400px;*/
  }
  .basic-carousel h6 {
    padding-top: 170px;
    margin-bottom: 20px;
  }
  .basic-carousel .slick-prev,
  .basic-carousel .slick-next {
    margin-top: -15px;
  }
  /* Image Blocks */
  .image-blocks .item {
    height: 300px;
  }
  /* Locations */
  .location-basic .item {
    height: 450px;
  }
  .location-basic h4 {
    font-size: 30px;
  }
  .location-info .item {
    height: 500px;
    padding-right: 15px;
  }
  .location-info .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .location-info .content {
    top: auto;
    bottom: 0;
  }
  .location-info h4 {
    font-size: 26px;
  }
  /* Team */
  .team .item {
    width: 50%;
  }
  .team a {
    height: 250px;
  }
  .team-intro {
    margin-bottom: -30px;
  }
  .team-intro h1 {
    margin-bottom: 0;
  }
  .team-intro hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .team-sidebar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .team-sidebar p {
    font-size: 18px;
  }
  /* Portfolio */
  .portfolio .item {
    width: 50%;
  }
  .portfolio .default {
    height: 150px;
  }
  .portfolio .image {
    display: none;
  }
  .portfolio .description {
    width: 100%;
    padding: 0 15px;
  }
  .portfolio.simple .item {
    width: 50%;
  }
  .portfolio-stories .item {
    min-height: 300px;
  }
  .portfolio-stories .image {
    padding: 20px;
  }
  /* Isotope */
  .isotope-filter.dropdown {
    padding-top: 0;
	margin: 0 8px;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    max-height: 50px;
    overflow: hidden;
    -webkit-transition: max-width 0.3s ease-in-out;
    -ms-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
  }
  .isotope-filter.dropdown a {
    display: block;
    width: 100% !important;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    height: 50px;
    padding: 18px 0 18px 0;
    border-bottom: 1px solid transparent;
    position: relative;
  }
  .isotope-filter.dropdown a:after {
    position: absolute;
    right: 0;
    display: none;
    color: #8faeb7;
    font-size: 20px;
    top: 20px;
    font-weight: normal;
  }
  .isotope-filter.dropdown a.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-bottom-color: #8faeb7;
  }
  .isotope-filter.dropdown a.active:after {
    content: '';
    display: block;
    background: url(img/icon-caret-right-green.svg) center center no-repeat transparent;
    background-size: contain;
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    margin-top: 5px;
  }
  .isotope-filter.dropdown.open {
    max-height: 1000px;
  }
  .isotope-filter.dropdown.open a:after {
    transform: rotate(-90deg);
  }
  .load-more {
    margin-bottom: 5px;
    margin-top: 40px;
  }
  /* News */
  .news .item {
    width: 100%;
    height: 250px;
  }
  .news .item.first {
    width: 100%;
    height: 450px;
  }
  .news .item.first a {
    padding-top: 50px;
  }
  .news .item.first h4 {
    font-size: 25px;
  }
  .news .item.first img {
    margin-top: auto;
  }
  .news .item.first:after {
    display: none;
  }
  .news .isotope-grid-sizer {
    width: 100%;
  }
  .news p {
    font-size: 16px;
  }
  /* Footer */
  footer {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  footer .columns:last-child {
    padding-top: 22px;
    padding-bottom: 0;
  }
  footer .column {
    padding-top: 15px;
    padding-bottom: 0;
  }
  footer .logo {
    width: 138px;
  }
  footer .menu-column {
    width: 50%;
  }
  footer ul li a {
    font-size: 12px;
  }
  footer ul ul li a {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
	.team .item {
		width: 100% !important;
	}
}
/* IE 11 and below */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column {
    display: block;
  }
  .button {
    display: inline-block;
  }
}

/* added for backend */
.btn-6-col-image-bg {
	min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background-size: cover;
    background-position: center;
	mix-blend-mode: multiply;
}

.callout-4-col-image-bg {
	min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background-size: cover;
    background-position: center;
	mix-blend-mode: multiply;
}

.esg-block-image-bg {
	min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background-size: cover;
    background-position: center;
	mix-blend-mode: multiply;
}

#mobile-menu div > ul > li {
    margin: 0 0 30px 0;
}

#home-banner .animated-reveal {
    width: 100%;
    display: inline-block;
}

.portfolio-stories .item.disabled:hover, .portfolio-stories .item.disabled:active {
    filter: grayscale(100%);
	cursor: inherit;
}

.portfolio-stories .item.disabled:hover .content:after, .portfolio-stories .item.disabled:active .content:after {
    opacity: 0;
}
.special-video-banner {
	padding-top: 0;
	padding-bottom: 0;
}
.special-video-banner video {
	width: 50vw;
	object-fit: cover;
}

.team-intro {
	position: relative;
	margin-top: 420px;
}
.column.special-pad {
	padding-top: 50px;
	padding-bottom: 50px;
}
.carousel-holder {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 50vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.slider-holder .item  {
	height: 100%;
	height: 800px;
	background-size: cover;
	background-position: center;
}

.slider-holder .slick-prev {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-left-white.svg") center center no-repeat transparent;
  background-size: contain;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  margin-top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.slider-holder .slick-prev:active,
.slider-holder .slick-prev:hover {
  opacity: .7;
}
.slider-holder .slick-next {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: transparent;
  background: url("img/icon-caret-right-white.svg") center center no-repeat transparent;
  background-size: contain;
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  outline: 0;
  margin-top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.slider-holder .slick-next:active,
.slider-holder .slick-next:hover {
  opacity: .7;
}

#menu-item-723 a, .menu-item-723 a {
	font-weight: bold !important;
	color: #5aa08c;
}

.menu-open header, .menu-open header nav, .menu-open header .logo {
	pointer-events: none;
}

.menu-trigger {
	pointer-events: all;
}

/* -------------------------------------------------------------- mobile menu fixes */

@media (max-width: 999px) {
	#mobile-menu .menu-column {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
	#mobile-menu div > ul > li {
		margin: 0 0 30px 0 !important;
	}
	#mobile-menu div > ul > li > ul {
		margin: 30px 0 0 0 !important;
	}
	#mobile-menu .menu-left {		
		margin-bottom: 0 !important;
	}
	
	footer .menu-column {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
	footer div > ul > li {
		margin: 0 0 30px 0 !important;
	}
	footer div > ul > li > ul {
		margin: 30px 0 0 0 !important;
	}
	footer .menu-left {		
		margin-bottom: 0 !important;
	}

}
.special-link-back {
    display: inline;
    right: 0;
    width: 50%;
    position: relative;
    text-align: right;
}
.halfwidth {
	width: 50%;
}
.flex-fdi {
	flex-direction: inherit;
}

@media (max-width: 420px) {
	.flex-fdi {
		flex-direction: column;
		gap: 30px;
	}
	.halfwidth {
		width: 100%;
	}
	.special-link-back {
		display: block;
		left: 0;
		width: auto;
	   text-align: left;

	}
}

.team-slider {
	display: block;
}

.team-slider .slick-prev, .team-slider .slick-next {
	top: 50%;
	margin-top: 0;
}

.basic-carousel .team-slider h6 { padding-top: 0; }

@media (max-width: 1199px) {
	.location-basic {
		display: block;	
	}	
}
@media (max-width: 767px) {	
	.location-basic + h5 {
		  top: 22px;
	}
	.location-basic .icon {
		top: 60%;
	}
}