/*
  Theme Name: Commission Shift
  Theme URI: https://limb.co
  Description: LIMB Theme - Commission Shift (Nov 2022)
  Author: LIMB
  Author URI: https://limb.co
*/
/* TOC:
Generic
Utility
Scaffolding / Grid
Backgrounds & Colors
Headings
Lists
Buttons
Forms
Animations
Header
Mobile Menu
Banners
Videos
Images
Gallery
Latest News
Related News
Featured News
Icon Text Blocks
Twitter Feed
Basic Carousel
Team
Isotope
Posts
Toggle Content
Footer
*/

:lang(en) .es {
  display: none;
}

:lang(es) .en {
  display: none;
}

h3 + ul, ul + h3 {
	margin: 1em 0;
}

.country-selector {
    font-size: 13px !important;
    line-height: 1.6em;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left; 
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	/*border:1px solid #F0F0F0;*/
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
	width: auto !important;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 13px;
    line-height: 1.6em;
    margin: 0;
    padding: 0 4px 5px;
    margin-top: 0.5em;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.overlay-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(19 64 69 / 86%);
    opacity: 1;
}

.overlay-content {
     position: relative;
     top: 46%;
     width: 80%;
     text-align: center;
     margin-top: 30px;
     margin: auto;
 }

  .overlay-search .closebtn {
     position: absolute;
     top: 20px;
     right: 45px;
     font-size: 60px;
     cursor: pointer;
     color: #ffffff;
 }

  .overlay-search .closebtn:hover {
     color: #ccc;
 }
 
:target{
  scroll-margin-top: 6rem; 
}
/* -------------------------------------------------------------- Animations */

.fadein {
	opacity: 0;
}

.fadein.fadein-active {
	animation: fadein 1s ease-out forwards;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate.blast-root, .animate.blast-root ::before {
    opacity: 1;
}
.animate, .animate ::before {
    opacity: 0;
}


/* -------------------------------------------------------------- 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: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #231f20;
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
/* -------------------------------------------------------------- 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 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 100%;
  position: relative;
  padding-left: -webkit-calc(50vw - 641px);
  padding-left: -moz-calc(50vw  - 641px);
  padding-left: calc(50vw - 641px);
  padding-right: -webkit-calc(50vw - 641px);
  padding-right: -moz-calc(50vw  - 641px);
  padding-right: calc(50vw - 641px);
}
.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-top-padding-margin {
  padding-top: 0;
  margin-top: -40px;
}
.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 - 683px);
  padding-left: -moz-calc(50vw  - 683px);
  padding-left: calc(50vw - 683px);
  padding-right: -webkit-calc(50vw - 683px);
  padding-right: -moz-calc(50vw  - 683px);
  padding-right: calc(50vw - 683px);
  position: relative;
}
.columns-wide-content {
  max-width: 100%;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.columns-boxed {
  border: 1px solid rgba(197, 173, 152, 0.55);
  margin: 100px;
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
.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-right {
  text-align: right;
  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 .button {
  margin-right: 0;
}
.column.right-middle {
  align-items: center;
  text-align: right;
  justify-content: center;
}
.column.right-middle .button {
  margin: auto 0 auto auto;
}
.column.right-bottom {
  justify-content: flex-end;
  align-content: flex-end;
}
.column.right-bottom .button {
  margin: auto 0 0 auto;
}
.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;
}
.hide-mobile {
  display: block;
}
/* -------------------------------------------------------------- Backgrounds & Colors */
*[style*="background:"] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.bg-white,
.bg-white:after {
  background-color: white;
}
.bg-black,
.bg-black:after {
  background-color: black;
}
.bg-teal,
.bg-teal:after,
#hero-banner.bg-teal .column:before,
#short-banner.bg-teal .column:before {
  background-color: #00ae8d;
}
.bg-light-teal,
.bg-light-teal:after,
#hero-banner.bg-light-teal .column:before,
#short-banner.bg-light-teal .column:before {
  background-color: #007580;
}
.bg-dark-teal,
.bg-dark-teal:after,
#hero-banner.bg-dark-teal .column:before,
#short-banner.bg-dark-teal .column:before {
  background-color: #004750;
}
.bg-blue,
.bg-blue:after,
#hero-banner.bg-blue .column:before,
#short-banner.bg-blue .column:before {
  background-color: #004a98;
}
.bg-light-blue,
.bg-light-blue:after,
#hero-banner.bg-light-blue .column:before,
#short-banner.bg-light-blue .column:before {
  background-color: #87d1e6;
}
.bg-dark-blue,
.bg-dark-blue:after,
#hero-banner.bg-dark-blue .column:before,
#short-banner.bg-dark-blue .column:before {
  background-color: #113e68;
}
.bg-green,
.bg-green:after,
#hero-banner.bg-green .column:before,
#short-banner.bg-green .column:before {
  background-color: #00945e;
}
.bg-light-green,
.bg-light-green:after,
#hero-banner.bg-light-green .column:before,
#short-banner.bg-light-green .column:before {
  background-color: #cbe880;
}
.bg-dark-green,
.bg-dark-green:after,
#hero-banner.bg-dark-green .column:before,
#short-banner.bg-dark-green .column:before {
  background-color: #006039;
}
.bg-orange,
.bg-orange:after,
#hero-banner.bg-orange .column:before,
#short-banner.bg-orange .column:before {
  background-color: #ffb548;
}
.bg-light-orange,
.bg-light-orange:after,
#hero-banner.bg-light-orange .column:before,
#short-banner.bg-light-orange .column:before {
  background-color: #fdd756;
}
.bg-dark-orange,
.bg-dark-orange:after,
#hero-banner.bg-dark-orange .column:before,
#short-banner.bg-dark-orange .column:before {
  background-color: #ef7918;
}
.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-image.bg-white:after,
.bg-image.bg-black:after {
  content: "";
  opacity: 0.3;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.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 .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 form input[type="text"],
.text-color-white form input[type="tel"],
.text-color-white form input[type="number"],
.text-color-white form input[type="email"],
.text-color-white form input[type="password"],
.text-color-white form textarea {
  color: white;
}
.text-color-white p {
  font-weight: 100;
}
.text-color-white .button.outline {
  color: white;
}
.text-color-white .button.outline:hover,
.text-color-white .button.outline:active,
.text-color-white .button.outline:focus {
  background-color: white;
  border-color: white;
  color: #00ae8d;
}
.text-color-white hr {
  border-top-color: white;
}
.text-color-white .back:hover,
.text-color-white .back:active,
.text-color-white .back:focus {
  color: white;
  opacity: 0.7;
}
.text-color-white form input::placeholder {
  color: white;
}
.text-color-white form input:-ms-input-placeholder {
  color: white;
}
.text-color-white form input::-ms-input-placeholder {
  color: white;
}
.text-color-white form textarea::placeholder {
  color: white;
}
.text-color-white form textarea:-ms-input-placeholder {
  color: white;
}
.text-color-white form textarea::-ms-input-placeholder {
  color: white;
}
.text-color-white form input[type="text"],
.text-color-white form input[type="tel"],
.text-color-white form input[type="number"],
.text-color-white form input[type="email"],
.text-color-white form input[type="password"],
.text-color-white form textarea {
  border-color: white;
}
.text-color-black,
.text-color-black *,
.text-color-black p,
.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 .h1,
.text-color-black .h2,
.text-color-black .h3,
.text-color-black .h4,
.text-color-black .h5,
.text-color-black .h6 {
  color: #231f20;
}
/* -------------------------------------------------------------- Headings */
h1,
.h1 {
  font-size: 48px;
/*  line-height: 1em; */
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
}
h1 + p {
  margin-top: 40px;
}
h1 + a {
    margin-top: 3em;
}
h2,
.h2 {
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  color: #004750;
}
h2.small,
.h2.small {
  text-transform: none;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: 0.13em;
  font-family: "Roboto", sans-serif;
}
h2.large,
.h2.large {
  font-size: 48px;
  line-height: 1.2em;
  text-transform: none;
}
h2 b,
.h2 b {
  color: #00AE8D;
  font-weight: 300;
}
h2 + P {
  margin-top: 15px;
}
h3,
.h3 {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #007580;
}
h3 + p {
  margin-top: 20px;
}
h3 + h2,
.h3 + h2 {
  margin-top: 30px;
}
h3 + .posts {
  margin-top: 40px;
}
h4,
.h4 {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00AE8D;
}
.h4 + h2 {
  margin-top: 15px;
}
h5,
.h5 {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h5 + p {
  margin-top: 35px;
}
h6,
.h6 {
  font-size: 10px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #007580;
}
h6 + p {
  margin-top: 10px;
}
h6 + .isotope-filters,
h6 + .isotope-filter {
  margin-top: 30px;
}
.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;
}
p {
  margin: 0 0 40px 0;
  color: #231F20;
  font-weight: 100;
  font-size: 17px;
  line-height: 1.7em;
  color: #231f20;
}
p.small {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 300;
}
p strong {
  font-weight: 700;
}
p a {
  /*color: #231f20;*/
  /*text-decoration: underline;*/
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
	color: #07ae8d;
    font-weight: 500;
}
p a:hover,
p a:active,
p a:focus {
  color: #231f20;
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
* + p {
  margin-top: 10px;
}
p + p {
  margin-top: -15px;
}
p + .button {
  margin-top: 15px;
}
p + h2 {
  margin-top: 25px;
}
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: #02ae8d;
}
a:hover,
a:active,
a:focus {
  color: #ffb548;
  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 1em 0;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 17px;
  line-height: 1.7em;
  list-style-type: none;
  color: #231f20;
  font-weight: 100;
}
ul li:before {
  content: '';
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #FDD756;
}
ul:last-child li:last-child {
  margin-bottom: 0;
}
p + ul {
  margin-top: -5px;
}
h6 + ul {
  margin-top: 55px;
}
.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: numbers;
}
ol li {
  margin: 0 0 30px 0;
  padding: 0 0 0 38px;
  position: relative;
  font-size: 17px;
  line-height: 1em;
  list-style-type: none;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  counter-increment: numbers;
  display: block;
}
ol li:before {
  content: counter(numbers);
  color: #00AE8D;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
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: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FDD756;
  opacity: 1;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
  display: inline-block;
  margin-right: auto;
}
.link:hover,
.link:active{
  color: #FDD756;
  border-color: #FDD756;
}
.link:focus{
  color: #FDD756;
}
.link.back {
  position: relative;
}
.link + h2 {
  margin-top: 25px;
}
.link + .content-toggle{
  margin-top: 10px;
}
.button {
  text-transform: uppercase;
  background-color: #00AE8D;
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.25em;
  color: white;
  display: inline-block;
  padding: 17px 40px;
  cursor: pointer;
  margin-right: auto;
  text-align: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid #00AE8D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover,
.button:active,
.button:focus {
  color: white;
  border-color: #004A98;
  background-color: #004A98;
}
.button.white {
  background-color: white;
  border-color: white;
  color: #004750;
}
.button.white:hover,
.button.white:active,
.button.white:focus {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.white * {
  color: #004750;
}
.button.white:hover *,
.button.white:active *,
.button.white:focus * {
  color: white;
}
.button.outline {
  background-color: transparent;
  border: 1px solid #FDD756;
  color: #004750;
}
.button.outline:hover,
.button.outline:active,
.button.outline:focus {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button + form {
  margin-top: 30px;
}
.buttons .button {
  margin: 0 20px;
}
.button + .toggle-content{
  margin-top: 30px;
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
.center > img {
  margin-left: auto;
  margin-right: auto;
}
/* -------------------------------------------------------------- Forms */
form {
  width: 100%;
  margin-bottom: -20px;
  text-align: center;
}
form .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}
form .field {
  margin-bottom: 20px;
  padding: 0 15px;
}
form .field p {
  font-size: 14px;
}
form label {
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #163029;
  margin-bottom: 19px;
  display: none;
  text-align: left;
}
form input[type="text"],
form input[type="tel"],
form input[type="number"],
form input[type="email"],
form input[type="password"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #004750;
  padding: 15px 0;
  height: 44px;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
}
form textarea {
  background-color: transparent;
  border: 1px solid #004750;
  padding: 15px;
  height: 165px;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
  margin-top: 30px;
}
form input[type="submit"] {
  display: block;
  height: auto;
  width: auto;
  cursor: pointer;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0;
}
form input::placeholder {
  font-size: 17px;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
form input:-ms-input-placeholder {
  font-size: 17px;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
form input::-ms-input-placeholder {
  font-size: 17px;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
form textarea::placeholder {
  font-size: 17px;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
form textarea:-ms-input-placeholder {
  font-size: 17px;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
form textarea::-ms-input-placeholder {
  font-size: 17px;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.button + .toggle-content .at-form,
.link + .toggle-content .at-form{
  margin-top: 25px !important;
}
.at-form .at-title,
.at-form .at-inner header,
.at-form fieldset legend{
  display: none;
}
.at-form .at-inner,
.at-form .at-fieldset{
  padding: 0 !important;
  background-color: transparent !important;
}
.at-form .at-fields{
  margin: 0 -0.625rem;
}
.at-form label{
  font-size: 17px !important;
  text-transform: none !important;
  color: #231f20 !important;
  font-weight: 300 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  letter-spacing: 0 !important;
}
.at-form form input[type="text"],
.at-form form input[type="tel"],
.at-form form input[type="number"],
.at-form form input[type="email"],
.at-form form input[type="password"] {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #004750 !important;
  padding:  3px 0;
  height: auto;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
}
.at-form form textarea {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #004750;
  padding: 3px 0;
  height: 165px;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  color: #231f20;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
  margin-top: 30px;
}
.at-form select{
  border-color: #004750 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.at-form .at-submit{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.25em;
  display: inline-block;
  padding: 17px 40px !important;
  cursor: pointer;
  margin-right: auto;
  text-align: center;
  position: relative;
  border-radius: 100px !important;
  border: 1px solid #00AE8D !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
  border: 1px solid #FDD756 !important;
  color: #004750 !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}
.at-form .at-submit:hover,
.at-form .at-submit:active{
  background-color: #004750 !important;
  border-color: #004750 !important;
  color: white;
}
.at-form .at-form-submit{
  padding: 0 !important;
}
.at-form .UpdateMyProfile label>span>span:after{
  display: none;
}
.at-form .iti__selected-flag{
  padding-left: 0;
}
.at-form input[type="checkbox"]:hover+span:before{
  border-color: #004750 !important;
}
.at-form input[type="checkbox"]:checked+span:before{
  border-color: #004750 !important;
  background-color: #004750 !important;
}
.at-form input[type="checkbox"]:focus+span:before {
    box-shadow: 0 0 4px 0 #228ae6 !important;
    border-color: #228ae6 !important;
}
.at-form label small.error{
  padding-left: 0 !important;
}
.iti__country-list li{
  margin-bottom: 0;
}
.iti__country-list li:before{
  display: none !important;
}
.text-color-white .at-form form input[type="text"],
.text-color-white .at-form form input[type="tel"],
.text-color-white .at-form form input[type="number"],
.text-color-white .at-form form input[type="email"],
.text-color-white .at-form form input[type="password"],
.text-color-white .at-form form textarea,
.text-color-white .at-form label,
.text-color-white .at-submit,
.text-color-white .at-form select{
  color: white !important;
}
.text-color-white .at-form form input[type="text"],
.text-color-white .at-form form input[type="tel"],
.text-color-white .at-form form input[type="number"],
.text-color-white .at-form form input[type="email"],
.text-color-white .at-form form input[type="password"],
.text-color-white .at-form form textarea,
.text-color-white .at-form select{
  border-color: white !important;
}
.text-color-white .at-form select option{
  color: black !important;
}
.text-color-white .at-submit:hover,
.text-color-white .at-submit:active{
  background-color: white !important;
  border-color: white !important;
  color: #00AE8D !important;
}
.text-color-white .at-form .error small.error,
.text-color-white .at-form label small{
  color: white !important;
}
/* -------------------------------------------------------------- Animations */
.fadein {
  opacity: 0;
}
.fadein.fadein-active {
  animation: fadein 1s ease-out forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------------------------------------------- Header */
header {
  color: white;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 0 20px;
}
.admin-bar header {
  top: 32px;
}
header:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.1;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
}
header .top {
  width: 1220px;
  max-width: 100%;
  display: flex;
  padding: 25px 0;
  margin: auto;
  align-items: center;
}
header .bottom {
  width: 1220px;
  max-width: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
header .news-feed {
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 1.5px;
  color: white;
}
header .news-feed a {
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  margin-left: 30px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
header .news-feed a:hover,
header .news-feed a:active {
  color: #FDD756;
}
header .links {
  display: flex;
  margin-left: auto;
}
header .links a {
  display: block;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  padding: 0 18px;
  text-decoration: none;
  letter-spacing: 0.16em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
header .links a:hover,
header .links a:active {
  color: #FDD756;
}
header .search-icon {
  width: 20px;
  height: 20px;
  display: block;
  text-decoration: none !important;
  margin-left: 35px;
  margin-right: 28px;
  position: relative;
  top: -2px;
}
header .search-icon img,
header .search-icon svg {
  width: 100%;
  height: 100%;
}
header .search-icon svg path,
header .search-icon svg line {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
header .search-icon:hover svg path,
header .search-icon:active svg path,
header .search-icon:hover svg line,
header .search-icon:active svg line {
  stroke: #FDD756;
}
header .social-media {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}
header .social-media a {
  width: 18px;
  height: 18px;
  display: block;
  text-align: center;
  line-height: 18px;
  text-decoration: none !important;
  margin: 0 8px;
}
header .social-media a:hover svg path,
header .social-media a:active svg path {
  fill: #FDD756 !important;
}
header .social-media img,
header .social-media svg {
  width: 100%;
  height: 100%;
}
header .social-media svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
header .logo {
  width: 300px;
  height: 24px;
  display: block;
  z-index: 9;
  margin-right: auto;
  position: relative;
}
header .logo img {
  width: 100%;
  opacity: 1;
}
header .logo img.small {
  width: auto;
  height: 30px;
  opacity: 0;
  position: absolute;
  top: -6px;
  left: 0;
}
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;
  align-items: center;
}
header nav > ul > li {
  margin: 0;
  padding: 0 24px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
header nav > ul > li:before {
  display: none;
}
header nav ul > li > a {
  display: block;
  padding: 20px 0 20px 0;
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.25em;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  transition: color 0.5s 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: #FDD756;
}
header nav > ul > li > a:focus {
  color: white;
}
@media (min-width: 1200px) {
  header nav > ul > li:last-child {
    margin: auto 0 auto 70px !important;
    padding-right: 0;
  }
  header nav > ul > li:last-child > a {
    background: #ffb549;
    border-radius: 40px;
    padding: 18px 45px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	color: white;
	  display: none;
  }
  header nav > ul > li:last-child > a:hover,
  header nav > ul > li:last-child > a:active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00AE8D;
  }
}
/* Dropdown Level 1 */
header nav > ul > li > ul {
  position: absolute;
  background-color: #00AE8D;
  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;
}
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: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  padding: 12px 25px;
  font-weight: 200;
}
header .menu-trigger {
  width: 50px;
  z-index: 99;
  margin-left: auto;
  padding-bottom: 2px;
  display: none;
  background-color: transparent;
  border: 0;
}
header .menu-trigger.active:before {
  transform: translateY(6px) rotate(134deg);
}
header .menu-trigger.active:after {
  transform: translateY(-6px) rotate(-134deg);
}
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: 1px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
header .menu-trigger:hover span,
header .menu-trigger:hover:before,
header .menu-trigger:hover:after {
  background-color: white;
  opacity: 0.7;
}
header.scrolling {
  background-color: #004750;
  top: 0px;
}
header.scrolling .top {
  display: none;
}
header.scrolling .bottom {
  padding: 17px 0;
}
header.scrolling .logo img.large {
  opacity: 0;
}
header.scrolling .logo img.small {
  opacity: 1;
}
header.scrolling:after {
  opacity: 0;
}
.quicklink-bar {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.quicklink-bar.scrolling {
    position: fixed;
    margin-top: 87px;
    top: 0px !important;
    width: 100%;
    z-index: 99999;
}
.quicklink-bar::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.admin-bar .quicklink-bar {
    top: 32px;
}
/* -------------------------------------------------------------- Mobile Menu */
#mobile-menu {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: #ff0101;
  z-index: 999;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#mobile-menu:after {
  content: "";
  width: 348px;
  height: 608px;
  background: url("images/icon-marker-beige-large.svg") center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  opacity: 0;
  margin: -25px auto auto auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#mobile-menu.active {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 50px 20px;
}
#mobile-menu.active:after {
  opacity: 1;
}
#mobile-menu.active nav {
  opacity: 1;
}
#mobile-menu nav ul li:before {
  display: none;
}
#mobile-menu nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#mobile-menu .menu-column {
  width: 33.33%;
  position: relative;
  padding-left: 80px;
  z-index: 2;
}
#mobile-menu .menu-column:before {
  content: "";
  height: 170px;
  width: 1px;
  background-color: #c5ad98;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
#mobile-menu .menu-column:last-child:after {
  content: "";
  height: 170px;
  width: 1px;
  background-color: #c5ad98;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
#mobile-menu div > ul > li {
  margin: 0 0 35px 0;
  padding: 0;
}
#mobile-menu div > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1em;
  text-transform: uppercase;
  color: #ff0101;
  display: block;
  font-family: "Roboto", sans-serif;
}
#mobile-menu ul li a:hover,
#mobile-menu ul li a:active {
  opacity: 0.7;
}
#mobile-menu div > ul + ul {
  margin-top: 35px;
}
#mobile-menu div > ul > li > ul {
  margin: 40px 0 50px 0;
  padding: 0;
}
#mobile-menu div > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
#mobile-menu div > ul > li > ul > li > a {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 25px;
  font-family: "Roboto", sans-serif;
}
#mobile-menu div > ul > li > ul > li:last-child > a {
  padding-bottom: 0;
}
#mobile-menu div > ul + ul > li > ul {
  margin-top: 35px;
}
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 {
  background-color: transparent;
}
/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 740px;
  width: 100%;
  padding: 0;
}
#home-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
#home-banner .column {
  position: absolute;
  padding-top: 155px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
#home-banner .column:after {
  content: "";
  background-color: black;
  opacity: 0.3;
  width: 200%;
  height: 200%;
  top: 0;
  left: 100%;
  margin-left: -550px;
  position: absolute;
  display: block;
  transform: skew(-25deg);
  z-index: 1;
}
#home-banner .column:before {
  content: "";
  background-color: #004750;
  opacity: 0.9;
  width: 200%;
  height: 200%;
  top: 0;
  right: 550px;
  position: absolute;
  display: block;
  transform: skew(-25deg);
  z-index: 1;
}
#home-banner:after {
  content: '';
  width: 600px;
  height: 600px;
  right: 0;
  display: block;
  position: absolute;
  background: url("images/accent-star.svg") left center no-repeat transparent;
  z-index: 3;
  bottom: -70px;
}
#home-banner h1 {
  text-transform: none;
  font-size: 72px;
  line-height: 1.2em;
  color: white;
  margin-top: auto;
  margin-bottom: 110px;
  padding-left: -webkit-calc(50vw - 641px);
  padding-left: -moz-calc(50vw  - 641px);
  padding-left: calc(50vw - 641px);
  padding-right: -webkit-calc(50vw - 641px);
  padding-right: -moz-calc(50vw  - 641px);
  padding-right: calc(50vw - 641px);
}
#home-banner h1 b {
  color: #FDD756;
  font-weight: 300;
}
#home-banner h1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 44px;
  height: 58px;
  margin-top: 17px;
  background: url("images/accent-tab.svg") left center no-repeat transparent;
}
#hero-banner {
  height: 480px;
  position: relative;
  padding: 0;
}
#hero-banner .column {
  position: absolute;
  padding-top: 155px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
#hero-banner .column:after {
  content: "";
  background-color: black;
  opacity: 0.3;
  width: 200%;
  height: 200%;
  top: 0;
  left: 100%;
  margin-left: -550px;
  position: absolute;
  display: block;
  transform: skew(-25deg);
  z-index: 1;
}
#hero-banner .column:before {
  content: "";
  opacity: 0.9;
  width: 200%;
  height: 200%;
  top: 0;
  right: 550px;
  position: absolute;
  display: block;
  transform: skew(-25deg);
  z-index: 1;
}
#hero-banner:after {
  content: '';
  width: 300px;
  height: 300px;
  right: 300px;
  display: block;
  position: absolute;
  background: url("images/accent-star-small.svg") left center no-repeat transparent;
  z-index: 3;
  bottom: -30px;
}
.single-news #hero-banner h1,
.single-news #hero-banner .h1 {
  font-size: 30px;
  line-height: 1.35em;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-transform: none;
  color: white;
  left: 0;
  display: block;
  padding-top: 125px;
  padding-left: -webkit-calc(50vw - 641px);
  padding-left: -moz-calc(50vw  - 641px);
  padding-left: calc(50vw - 641px);
  padding-right: -webkit-calc(50vw - 180px);
  padding-right: -moz-calc(50vw  - 180px);
  padding-right: calc(50vw - 180px);
}

#hero-banner h1, 
#hero-banner .h1 {
    font-size: 60px;
    line-height: 1.35em;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-transform: none;
    color: white;
    left: 0;
    display: block;
    padding-top: 125px;
    padding-left: -webkit-calc(50vw - 641px);
    padding-left: -moz-calc(50vw - 641px);
    padding-left: calc(50vw - 641px);
    padding-right: -webkit-calc(50vw - 641px);
    padding-right: -moz-calc(50vw - 641px);
    padding-right: calc(50vw - 641px);
}
#hero-banner h1 b,
#hero-banner .h1 b {
  color: #FDD756;
  font-weight: 300;
}
#hero-banner h1:before,
#hero-banner .h1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 44px;
  height: 58px;
  margin-top: 13px;
  background: url("images/accent-tab.svg") left center no-repeat transparent;
}
#short-banner {
  height: 286px;
  width: 100%;
  position: relative;
  padding: 0;
}
#short-banner .column {
  position: absolute;
  padding-top: 155px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#short-banner .column:after {
  content: "";
  background-color: black;
  opacity: 0.3;
  width: 200%;
  height: 200%;
  top: 0;
  left: 100%;
  margin-left: -550px;
  position: absolute;
  display: block;
  transform: skew(-25deg);
  z-index: 2;
}
#short-banner .column:before {
  content: "";
  opacity: 0.9;
  width: 200%;
  height: 200%;
  top: 0;
  right: 550px;
  position: absolute;
  display: block;
  transform: skew(-25deg);
  z-index: 2;
}
#short-banner:after {
  content: '';
  width: 150px;
  height: 150px;
  right: 450px;
  display: block;
  position: absolute;
  background: url("images/accent-star-smaller.svg") left center no-repeat transparent;
  z-index: 3;
  bottom: -30px;
}
#short-banner .link {
  color: white;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 35px;
  font-weight: 500;
  left: 0;
  left: -webkit-calc(50vw - 641px);
  left: -moz-calc(50vw  - 641px);
  left: calc(50vw - 641px);
  margin-left: 20px;
}
#short-banner .link:hover,
#short-banner .link:active {
  border-color: white;
}
.image-banner {
  height: 580px;
  width: 580px;
	margin: auto;
  position: relative;
}
.image-banner .slick-list .slick-track {
  height: 100%;
  width: 100%;
}
.image-banner .slider {
  display: flex;
  align-items: center;
}
.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-banner .slider,
.image-banner .slider .item {
  height: 580px;
  width: 580px;
}
.image-banner .slick-prev {
  width: 37px;
  height: 37px;
  font-size: 0;
  color: transparent;
  background: url("images/icon-caret-large-dark-teal.svg") center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  left: -50px;
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.image-banner .slick-prev:active,
.image-banner .slick-prev:hover {
  opacity: 0.7;
}
.image-banner .slick-next {
  width: 37px;
  height: 37px;
  font-size: 0;
  color: transparent;
  background: url("images/icon-caret-large-dark-teal.svg") center center no-repeat transparent;
  transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  right: -50px;
  z-index: 2;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.image-banner .slick-next:active,
.image-banner .slick-next:hover {
  opacity: 0.7;
}
.video-banner {
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.video-banner video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.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("images/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;
}
/* -------------------------------------------------------------- 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("images/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: 0.7;
}
.video.active .play {
  opacity: 0;
}
.video.active:after {
  opacity: 0;
}
.video.active img {
  opacity: 0;
}
.video + * {
  margin-top: 45px;
}
/* -------------------------------------------------------------- Images */
img {
  display: block;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}
.image-mask-heading {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.image-mask-heading + .image-mask {
  margin-top: 140px;
}
.image-mask {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  padding-top: 16px;
  padding-right: 30px;
}
.image-mask .image {
  -webkit-mask-image: url("images/image-mask.svg");
  mask-image: url("images/image-mask.svg");
  height: 610px;
  width: 308px;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-mask img {
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.image-mask:before {
  content: '';
  width: 198px;
  height: 280px;
  border: 1px solid #FDD756;
  position: absolute;
  display: block;
  border-bottom-left-radius: 60px;
  top: 0;
  left: 64px;
  transform: skew(22deg);
  z-index: 2;
}
.image-mask:after {
  content: '';
  width: 198px;
  height: 280px;
  border: 1px solid #FDD756;
  position: absolute;
  display: block;
  border-top-left-radius: 60px;
  bottom: 13px;
  left: 75px;
  transform: skew(-22deg);
  z-index: 2;
}
/* -------------------------------------------------------------- Gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  height: 133px;
  width: 16.66%;
  border: 2px solid white;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00AE8D;
  opacity: 0;
  display: block;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a:hover:after,
.gallery a:active:after {
  opacity: 0.5;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* -------------------------------------------------------------- Latest News */
.latest-news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 480px;
  border-top: 3px solid white;
  position: relative;
}
.latest-news a {
  color: white;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-left: 60px;
  padding-right: -webkit-calc(50vw - 621px);
  padding-right: -moz-calc(50vw  - 621px);
  padding-right: calc(50vw - 621px);
}
.latest-news a:first-child {
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding-top: 78px;
  padding-bottom: 70px;
  border-right: 3px solid white;
  background-size: cover;
  padding-left: -webkit-calc(50vw - 621px);
  padding-left: -moz-calc(50vw  - 621px);
  padding-left: calc(50vw - 621px);
  padding-right: 60px;
	background-position: center;
}
.latest-news a:first-child:after {
  content: '';
  background-color: #007580;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.latest-news a:first-child > * {
  position: relative;
  z-index: 3;
}
.latest-news a:first-child .date {
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: auto;
  position: relative;
}
.latest-news a:first-child .date:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #FFB548;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.latest-news a:first-child .h4 {
  margin-top: 0;
}
.latest-news a:first-child .description {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.latest-news a:first-child .icon {
  right: 30px;
}
.latest-news a:nth-child(2) {
  background-color: #00AE8D;
  border-bottom: 3px solid white;
}
.latest-news a:nth-child(3) {
  background-color: #FFB548;
  position: absolute;
  right: 0;
  bottom: 0;
}
.latest-news .icon {
  width: 34px;
  height: 34px;
  opacity: 0.6;
  position: absolute !important;
  top: 30px;
  right: -webkit-calc(50vw - 621px);
  right: -moz-calc(50vw  - 621px);
  right: calc(50vw - 621px);
  background-size: contain;
}
.latest-news .cat-railroad .icon{
  background: url("images/icon-railroad-white.svg") center center no-repeat transparent;
}
.latest-news .cat-fixing .icon{
  background: url("images/icon-fixing-white-new.svg") center center no-repeat transparent;
}
.latest-news .cat-cleaning .icon{
  background: url("images/icon-cleaning-white.svg") center center no-repeat transparent;
}
.latest-news .cat-energy .icon{
  background: url("images/icon-energy-white.svg") center center no-repeat transparent;
}
.latest-news .date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  left: 0;
}
.latest-news .date b {
  font-size: 36px;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}
.latest-news .date + .h4 {
  color: #FDD756;
  margin-bottom: 25px;
}
.latest-news .description {
  padding-left: 80px;
  position: relative;
  width: 100%;
	padding-right: 3em;
}
.latest-news .h4 {
  display: block;
  color: white;
  margin-top: 5px;
  font-weight: 500;
}
.latest-news p {
  width: 100%;
  margin: 0;
  color: white;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  max-width: 480px;
  margin-bottom: 15px;
}
/* -------------------------------------------------------------- Related News */
.related-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -30px -20px;
  padding-left: 36.4%;
  position: relative;
}
.related-news .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-left: 5px solid #87D1E6;
}
.related-news .h5 {
  display: block;
  margin-right: 20px;
  color: #007580;
}
.related-news .h6 {
  display: block;
  color: #007580;
}
.related-news p {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  max-width: 305px;
  color: #004750;
}
.related-news p a {
  color: #004750;
  display: block;
  text-decoration: none !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.related-news p a:hover,
.related-news p a:active {
  color: #00ae8d;
}
.related-news .image {
  height: 240px;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.related-news .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.related-news .icon {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 20px;
  top: 280px;
}
.related-news .icon img {
  max-width: 100%;
  max-height: 100%;
}
.related-news .item:first-child {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 0;
  width: 33.33%;
  flex-wrap: wrap;
}
.related-news .item:first-child .h5 {
  margin-left: 60px;
}
.related-news .item:first-child p {
  margin-left: 60px;
}
/* -------------------------------------------------------------- Featured News */
.featured-news {
  display: flex;
}
.featured-news .image {
  width: 50%;
  height: 100%;
}
.featured-news .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline;
}
.featured-news .content {
  width: 50%;
  height: 100%;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-news .h3 {
  color: #FDD756;
  display: block;
  margin-bottom: 40px;
}
.featured-news .h5 {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.featured-news p {
  margin-bottom: 0;
}
.featured-news p b {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 1.1em;
}
.featured-news p + p {
  margin-top: 20px;
  letter-spacing: 0.1em;
}
/* -------------------------------------------------------------- Icon Text Blocks */
.icon-text-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
  margin-left: -20px;
  margin-right: -20px;
}
.icon-text-blocks .item {
  padding: 0 20px;
  margin-bottom: 75px;
}
.icon-text-blocks .image {
  height: 58px;
  width: 58px;
  margin-bottom: 30px;
}
.icon-text-blocks img{
  max-height: 100%;
}
.icon-text-blocks .heading {
  margin-bottom: 40px;
  max-width: 340px;
}
.icon-text-blocks h3 {
  color: #007580;
}
.column + .column .icon-text-blocks {
  padding-left: 50px;
}
/* -------------------------------------------------------------- Twitter Feed */
.twitter-feed .item {
  margin-bottom: 20px;
}
.twitter-feed h4 {
  margin-bottom: 15px;
}
.twitter-feed p {
  margin-bottom: 15px;
}
.twitter-feed p b {
  color: #004750;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.twitter-timeline{
  height: 232px;
  overflow: auto;
  position: relative;
  border-top: 1px solid #cfd9de;
  border-bottom: 1px solid #cfd9de;
}
.twitter-timeline iframe{
  margin-top: -10px;
  width: 100% !important;
}
.twitter-timeline::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 0;
}
.twitter-timeline::-webkit-scrollbar {
  width: 4px;
  background-color: #ddd;
  height: 30px;
  
}
.twitter-timeline::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #004750;
}
iframe {
	width:100%;
}
/* -------------------------------------------------------------- Basic Carousel */
.basic-carousel {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
}
.basic-carousel .carousel {
  max-width: 100%;
  display: flex;
  align-items: center;
}
.basic-carousel .slick-list {
  margin: 0 -20px -40px -20px;
}
.basic-carousel .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
.basic-carousel a {
  display: block;
  /*height: 270px;*/
  width: 100%;
  position: relative;
  overflow: hidden;
	padding-top: 100%;
}
.basic-carousel a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00AE8D;
  opacity: 0;
  display: block;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.basic-carousel a:hover:after,
.basic-carousel a:active:after {
  opacity: 0.5;
}
.basic-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	margin-top: -100%;
    position: absolute;
}
.basic-carousel .slick-prev {
  width: 37px;
  height: 37px;
  font-size: 0;
  color: transparent;
  background: url("images/icon-caret-large-dark-teal.svg") center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  left: -50px;
  z-index: 2;
  border: 0;
  outline: 0;
  -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: 0.7;
}
.basic-carousel .slick-next {
  width: 37px;
  height: 37px;
  font-size: 0;
  color: transparent;
  background: url("images/icon-caret-large-dark-teal.svg") center center no-repeat transparent;
  transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  right: -50px;
  z-index: 2;
  border: 0;
  outline: 0;
  -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: 0.7;
}
/* -------------------------------------------------------------- Team */
.team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -60px -20px;
  width: 100%;
}
.team .item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.team .image {
  width: 100%;
  display: block;
  position: relative;
  height: 260px;
  overflow: hidden;
  padding-top: 100%;
}
.team .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00AE8D;
  opacity: 0;
  display: block;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team .image:hover:after,
.team .image:active:after {
  opacity: 0.5;
}
.team img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
}
.team p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0;
}
.team p a, .team p .person-name {
  text-decoration: none;
  color: #00AE8D;
  opacity: 1;
  display: block;
  padding: 45px 0 25px 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.team p a:hover,
.team p a:active {
  opacity: 0.7;
}
.team .h5 {
  color: #007580;
}
.bio-intro .image {
  height: 260px;
  max-width: 260px;
  position: relative;
  overflow: hidden;
  display: block;
}
.bio-intro img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.bio-intro h1 {
  color: #00AE8D;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 1.1em;
  padding: 40px 0 20px 0;
}
.bio-intro .h5 {
  color: #007580;
}
/* -------------------------------------------------------------- Isotope */
.isotope-filters {
  display: flex;
  position: relative;
}
.isotope-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  width: auto;
  margin-right: auto;
  margin-bottom: -15px;
  position: relative;
}
.isotope-filter .category {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  outline: 0;
  text-align: left;
  padding: 0 0 20px 0;
  display: block;
  width: 170px;
  border-bottom: 1px solid #EAEAEA;
}
.isotope-filter .category .icon {
  height: 38px;
  width: 38px;
  margin-bottom: 20px;
  display: block;
}
.isotope-filter .category img,
.isotope-filter .category svg {
  height: 100%;
  width: 100%;
  display: block;
}
.isotope-filter .icon-label {
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A5A5A5;
  font-weight: bold;
  display: block;
}
.isotope-filter .category .title{
  position: absolute;
  bottom: -35px;
  color: #00AE8D;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.isotope-filter.open .category svg path{
  fill: #00AE8D !important;
}
.isotope-filter.open .icon-label{
  color: #00AE8D;
}
.isotope-filter.open .options {
  max-height: 500px;
}
.isotope-filter .options {
  background-color: #00AE8D;
  left: 0;
  top: 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.isotope-filter .options a {
  display: block;
  padding: 10px 22px;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.isotope-filter .options a:first-child {
  padding-top: 30px;
}
.isotope-filter .options a:last-child {
  padding-bottom: 40px;
}
.isotope-filter .options a:hover,
.isotope-filter .options a:active,
.isotope-filter .options a.active {
  opacity: 1;
}
.isotope-filter .options .inactive {
  display: none;
}
.isotope-filter .options .inactive + a {
  padding-top: 22px;
}
.isotope-filter .dropdown {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  outline: 0;
  text-align: left;
  width: 200px;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 15px 20px 0;
  position: relative;
  align-items: center;
  display: flex;
  margin-left: 0;
  margin-right: auto;
}
.isotope-filter.active .dropdown .title{
  color: #00AE8D;
}
.isotope-filter .dropdown .title {
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A5A5A5;
  font-weight: bold;
  display: block;
}
.isotope-filter .dropdown:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  transform: rotate(180deg);
  background: url("images/icon-caret-teal.svg") center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  right: 0;
}
.isotope-filter.open .dropdown:after {
  transform: rotate(0deg) !important;
}
.isotope-filter .dropdown:hover,
.isotope-filter .dropdown:active {
  color: #00AE8D;
}
.isotope-filter .dropdown + .options {
  background-color: #004750;
}
.isotope-filter .dropdown + .options a {
  color: white;
  opacity: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.isotope-filter .dropdown + .options a:hover,
.isotope-filter .dropdown + .options a:active,
.isotope-filter .dropdown + .options a.active {
  color: #00AE8D;
}
.isotope-filter .dropdown + .options a:first-child {
  padding-top: 22px;
}
.isotope-filter .dropdown + .options a:last-child {
  padding-bottom: 22px;
}
.posts {
  margin: 15px -20px -70px -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: auto;
  min-width: 100%;
}
.posts .item {
  padding: 0 20px;
  margin-bottom: 70px;
  width: 33.33%;
}
.posts .image {
  display: block;
  position: relative;
  height: 240px;
  width: 100%;
  padding-top: 100%;
}
.posts .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.posts .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00AE8D;
  opacity: 0;
  display: block;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.posts .image:hover:after,
.posts .image:active:after {
  opacity: 0.5;
}
.posts .icons {
  width: 100%;
  position: absolute;
  top: 20px;
  right: 0;
  padding-right: 20px;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}
.posts .icons img {
  height: 20px;
  margin-left: 15px;
}
.posts .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 38px;
}
.posts .h5 {
  display: block;
  margin-right: 30px;
  color: #007580;
}
.posts .h6 {
  display: block;
  color: #007580;
}
.posts p {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  max-width: 305px;
  color: #004750;
}
.posts p a {
  color: #004750;
  display: block;
  text-decoration: none !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.posts p a:hover,
.posts p a:active {
  color: #00ae8d;
}
/* -------------------------------------------------------------- Toggle Content */
.toggle-content + .toggle-content{
  display: none;
}
.toggle-content.active + .toggle-content{
  display: block;
}

/* -------------------------------------------------------------- Footer */
footer {
  position: relative;
  color: white;
  background-color: #004750;
  overflow: hidden;
  padding: 10px 0;
}
footer:after{
  content:'';
  width: 1220px;
  height: 65px;
  background: url("images/icon-footer.svg") right center no-repeat transparent;
  background-size: contain;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
footer .logo {
  width: 160px;
  display: block;
  margin-bottom: 0;
}
footer .logo img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  position: relative;
}
footer img {
  margin-left: 0;
}
footer .copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  text-transform: none;
  letter-spacing: 0;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}
footer .copyright a{
  color: white;
  text-decoration: none;
}
footer .copyright a:hover,
footer .copyright a:active{
  color: #FDD756;
  text-decoration: none;
}
footer .social-media {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 43px;
  margin-bottom: 40px;
  left: -11px;
}
footer .social-media a {
  width: 17px;
  height: 17px;
  display: block;
  text-align: center;
  line-height: 18px;
  text-decoration: none !important;
  margin: 0 7px;
}
footer .social-media a:hover svg path,
footer .social-media a:active svg path {
  fill: #FDD756 !important;
}
footer .social-media img,
footer .social-media svg {
  width: 100%;
  height: 100%;
}
footer .social-media svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

/* 
footer h4 {
  margin-bottom: 42px;
}
footer h4 a {
  color: white;
}
footer h4 a:hover,
footer h4 a:active,
footer h4 a:focus {
  color: #FDD756;
}
footer h4 + ul {
  margin-top: -25px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  color: white;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 4.5px 0;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
  color: #FDD756;
}
-------------------------------------------------------------- nav fix */
footer ul.menu > li {
  margin-bottom: 42px;
}
footer ul.menu li a + .sub-menu {
  margin-top: 18px;
}
footer ul.menu > li > a {
  font-size: 14px;
    letter-spacing: 0.14em;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
  color: white;
}
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
  color: #FDD756;
}

footer ul li {
  padding: 0;
}

footer ul ul {
  margin: 0;
  padding: 0;
}
footer ul ul li {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  font-size: 14px;
}
footer ul ul li a {
  color: white;
  font-weight: 300;
  display: block;
  padding: 4.5px 0;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}


footer ul ul li a:hover,
footer ul ul li a:active,
footer ul ul li a:focus {
  color: #FDD756;
}


/* -------------------------------------------------------------- Small Desktop */
@media (max-width: 1350px) {
  /* Banners */
  #home-banner .column {
    padding-left: 60px;
  }
  #hero-banner .column {
    padding-left: 60px;
    padding-top: 70px;
  }
  .image-banner .slider {
    padding: 0;
  }
  .image-banner .slick-prev {
    left: -55px;
  }
  .image-banner .slick-next {
    right: -55px;
  }
  /* Latest News */
  .latest-news a {
    padding-right: 20px;
  }
  .latest-news a:first-child {
    padding-left: 20px;
  }
  .latest-news a:first-child .icon {
    right: 20px;
  }
  .latest-news .icon {
    right: 20px;
  }
  /* Basic Carousel */
  .basic-carousel .carousel {
    padding: 0 30px;
  }
  .basic-carousel .carousel .slick-prev {
    left: -15px;
  }
  .basic-carousel .carousel .slick-next {
    right: -15px;
  }
}
/* -------------------------------------------------------------- Tablet */
@media (max-width: 1199px) {
	.show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
.mobile-translation-icon {
    display: block;
    padding: 28px 30px;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.25em;
    font-style: normal;
    text-transform: uppercase;
    -webkit-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    position: relative;
    color: white;
}
.mobile-translation-icon .country-selector a {
    padding: 0;
    color: white;
}
.mobile-translation-icon .country-selector li {
    border: none;
}
h1, .h1 {
    font-size: 27px;
    line-height: 1.4em;
}
  /* Generic */
  body {
    padding-top: 87px;
  }
  /* Utility */
  .t0 {
    padding: 0;
    width: 0;
  }
  .column {
    padding: 1em;
    }
  .column.t0 + .column {
    padding-top: 40px;
  }
  .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-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 .top {
    display: none;
  }
  header .bottom {
    height: 87px;
    padding-top: 0;
  }
  header .menu-trigger {
    display: block;
    margin-left: auto;
    margin-top: -1px;
  }
  header .logo img.small {
    top: -4px;
  }
  header:after {
    display: none;
  }
  header nav {
    background-color: #004750;
    position: fixed;
    width: 100%;
    height: 0;
    pointer-events: none;
    text-align: center;
    z-index: 3;
    padding-top: 87px;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: none 0.3s ease-in-out;
    -ms-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    display: block;
    padding: 0;
    border-top: 1px solid #007580;
  }
  header nav ul li a {
    display: block;
    padding: 28px 30px;
    text-align: left;
  }
  header nav.active {
    height: 100%;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    overflow: scroll;
  }
  /* Banners */
  #home-banner {
    margin-top: -87px;
    height: 600px;
  }
  #home-banner:after {
    width: 500px;
    height: 500px;
    bottom: -30px;
  }
  #home-banner .column:before {
    right: 350px;
  }
  #home-banner .column:after {
    margin-left: -350px;
  }
  #hero-banner {
    margin-top: -87px;
  }
  #hero-banner:after {
    right: 50px;
  }
  #hero-banner .column:before {
    right: 350px;
  }
  #hero-banner .column:after {
    margin-left: -350px;
  }
  #short-banner {
    margin-top: -87px;
  }
  #short-banner .link {
    left: 0;
  }
  #short-banner:after {
    right: 250px;
  }
  #short-banner .column:before {
    right: 350px;
  }
  #short-banner .column:after {
    margin-left: -350px;
  }
  .image-banner,
  .image-banner .slider,
  .image-banner .slider .item {
    height: 400px;
	  width: 400px;
  }
  /* Images */
  .image-mask {
    transform: scale(0.8);
    right: 0;
  }
  .image-mask-heading + .image-mask {
    margin-top: 50px;
  }
  /* Gallery */
  .gallery a {
    width: 25%;
  }
  /* Latest News */
  .latest-news a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .latest-news a:first-child {
    padding-left: 20px;
  }
  .latest-news .description {
    padding-left: 65px;
  }
  .latest-news p {
    font-size: 22px;
  }
  .latest-news .icon {
    top: 20px;
    right: 20px;
  }
  /* Related News */
  .related-news .item:first-child .image {
    margin-bottom: 70px;
  }
  .related-news .item:first-child .icon {
    top: 260px;
  }
  .related-news .item:first-child .h5 {
    margin-left: 0;
  }
  .related-news .item:first-child p {
    margin-left: 0;
  }
  /* Featured News */
  .featured-news .content {
    padding: 50px;
  }
  /* Icon Text Blocks */
  .column + .column .icon-text-blocks {
    padding-left: 0;
  }
  /* Basic Carousel */
  .basic-carousel .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .basic-carousel .item {
    padding: 0 10px;
  }
  /* Team */
  .team {
    width: auto;
  }
  .team .item {
    width: 33.33%;
  }
  /* Isotope */
  .isotope-filter .options {
    max-height: 0 !important;
  }
  .isotope-filter.open .options {
    max-height: 500px !important;
  }
  /* Posts */
  .posts {
    margin-right: -10px;
    margin-left: -10px;
  }
  .posts .item {
    padding: 0 10px;
  }
  .posts .image {
    height: 200px;
  }
  .posts .h5 {
    width: 100%;
  }
  /* Footer */
  footer:after{
    width: 50px;
    margin-right: 20px;
    bottom: 20px;
  }
  footer ul li a {
    font-size: 12px;
  }
}
/* -------------------------------------------------------------- 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;
  }
  .hide-mobile {
    display: none;
  }
  /* Scaffolding / Grid */
  .columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .columns-wide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .columns.tall-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .column + .column {
    padding-top: 0;
  }
  .column.right {
    align-content: center;
  }
  .column.right-middle .button {
    margin-left: 0;
    margin-right: auto;
  }
  /* Headings */
  h2,
  .h2 {
    font-size: 30px;
  }
  h2.large,
  .h2.large {
    font-size: 30px;
  }
  h2.small,
  .h2.small {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  h3,
  .h3 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  p + .button {
    margin-top: 0;
  }
  .link {
    font-size: 13px;
  }
  /* Lists */
  .column > ul li {
    font-size: 18px;
  }
  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: 1em;
    margin-bottom: 1em;
  }
  /* 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;
  }
  /* Header */
  header .logo {
    width: 250px;
  }
  /* Banners */
  #home-banner {
    height: 380px; 
    overflow: hidden;
  }
  #home-banner .column:before {
    right: 200px;
  }
  #home-banner .column:after {
    margin-left: -200px;
  }
  #home-banner h1 {
    font-size: 25px;
  }
  #home-banner h1:before {
    width: 34px;
    height: 48px;
    margin-top: 0;
    background: url(images/accent-tab.svg) right center no-repeat transparent;
  }
  #home-banner:after {
    right: -40px;
    left: auto;
    opacity: 0.5;
    width: 260px;
  }
  #hero-banner {
    min-height: 350px;
    overflow: hidden;
  }
  #hero-banner .column:before {
    right: 150px;
  }
  #hero-banner .column:after {
    margin-left: -150px;
  }
  #hero-banner h1 {
    font-size: 40px;
    line-height: 1em;
    padding-top: 20px !important;
  }
  #hero-banner h1:before {
    width: 34px;
    height: 48px;
    margin-top: 0;
    background: url(images/accent-tab.svg) right center no-repeat transparent;
  }
  #hero-banner:after {
    opacity: 0.5;
    right: -50px;
    width: 220px;
  }
  #short-banner {
    height: 180px;
  }
  #short-banner .column {
    padding-top: 0;
  }
  #short-banner .column:before {
    right: 150px;
  }
  #short-banner .column:after {
    margin-left: -150px;
  }
  #short-banner:after {
    right: 30px;
  }
  .image-banner {
    height: 370px;
  }
  .image-banner .caption {
    font-size: 14px;
    padding: 8px 10px;
  }
  .image-banner,
  .image-banner .slider,
  .image-banner .slider .item {
    height: 370px;
	  width: 370px;
  }
  /* Images */
  .column img {
    align-self: center;
  }
  .image-mask-heading {
    margin-bottom: 30px;
  }
  .image-mask {
    transform: scale(0.3);
    top: -290px;
    right: -120px;
  }
  /* Gallery */
  .gallery a {
    width: 33.33%;
  }
  /* Latest News */
  .latest-news {
    min-height: 420px;
  }
  .latest-news a:first-child {
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .latest-news .description {
    padding-left: 0;
  }
  .latest-news .date {
    position: static;
    font-size: 10px;
    margin-bottom: 5px;
  }
	.icon-text-blocks .image {
    height: 30px;
    width: 30px;
    margin-bottom: 30px;
}
  .latest-news .date b {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .latest-news .date + .h4 {
    margin-bottom: 10px;
  }
  .latest-news p {
    font-size: 12px;
    line-height: 1.3em;
  }
  .latest-news span {
    font-size: 10px;
    line-height: 1.3em;
  }
  /* Related News */
  .related-news {
    padding-left: 0;
    margin-bottom: -60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .related-news .item {
    width: 50%;
    padding: 0 15px;
  }
  .related-news .item:nth-child(even) {
    border-left: 0;
  }
  .related-news .item .h5 {
    width: 100%;
  }
  .related-news .item:first-child {
    width: 100%;
    position: static;
  }
  .related-news .item:first-child .h5 {
    width: auto;
  }
  .related-news p {
    font-size: 14px;
  }
  /* Featured News */
  .featured-news {
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .featured-news .image {
    width: 100%;
    height: 250px;
  }
  .featured-news .content {
    width: 100%;
    padding: 30px 20px;
    display: block;
  }
  .featured-news .h3 {
    margin-bottom: 20px;
  }
  /* Icon Text Blocks */
  .icon-text-blocks {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -75px;
  }
  .icon-text-blocks .item {
    padding: 0 15px;
  }
  .icon-text-blocks .heading {
    margin-bottom: 25px;
  }
  .icon-text-blocks p {
    font-size: 14px;
  }
  /* Basic Carousel */
  .basic-carousel a {
    height: 180px;
  }
  /* Team */
  .team {
    margin-left: -10px;
    margin-right: -10px;
  }
  .team .item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .team .image {
    height: 200px;
  }
  .team p {
    font-size: 20px;
  }
  .team p a {
    padding: 20px 0 15px 0;
  }
  .team .h5 {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  /* Isotope */
  .isotope-filters {
    display: block;
    margin-bottom: -30px;
  }
  .isotope-filter {
    margin-bottom: 20px;
  }
  .isotope-filter .options {
    position: relative;
    top: 0;
  }
  .isotope-filter .category{
    width: 100%;
    display: flex;
    align-items: flex-center;
    flex-wrap: wrap;
    padding-left: 50px;
    min-height: 50px;
  }
  .isotope-filter .category .title{
    position: static;
    width: 100%;
    height: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: -2px;
  }
  .isotope-filter .category .icon {
    margin-bottom: auto;
    margin-right: 15px;
    position: absolute;
    left: 0;
  }
  h6 + .isotope-filter {
    margin-top: 5px;
  }
  /* Posts */
  .posts .content {
    padding-top: 30px;
  }
  .posts .image {
    height: 180px;
  }
  .posts .item {
    width: 50%;
  }
  .posts p {
    font-size: 14px;
    line-height: 1.3em;
  }
  /* Footer */
  footer {
    text-align: center;
    padding-bottom: 20px;
  }
  footer .columns{
    padding-bottom: 75px;
  }
  footer .column {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .column:first-child {
    position: static;
  }
  footer .logo {
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  footer .copyright br {
    display: block;
  }
  footer .social-media {
    margin-top: 43px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  footer ul.menu li {
    margin-bottom: .5em !important;
    font-size: 13px;
  }
  footer ul.menu li a {
    font-size: 13px;
    line-height: 1.2em;
  }
  footer ul.sub-menu {
    /*display: none;*/
  }
}