/*
  Theme Name: EDG
  Theme URI: https://limb.agency
  Description: LIMB Theme - EDG Theme (August 2026)
  Author: LIMB
  Author URI: https://limb.agency
*/
/* TOC:
Generic
WordPress
Utility
Scaffolding / Grid
Backgrounds & Colors
Accents
Headings
Lists
Buttons
Forms
Animations
Header
Sub Navigation
Banners
Images
Text Sections
Home Sections
Market Tabs
What We Do
Services Block
Principles Carousel
Long Section & Text Column Stylings
News Grid
Single News
Tab Grid (Process)
Projects Carousel
Projects Carousel + Tabs
Accordion
Locations Grid
CTA Specializing
Isotope
Footer
*/

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #bce8e6 !important;
	border: 1px solid #5bc4bf !important;
}
 
/* -------------------------------------------------------------- Generic */
:root {
  --darkblue: #00173A;
  --blue: #004576;
  --lightblue: #008FB4;
  --teal: #5BC4BF;
  --lightgray: #C4C8C9;
  --gray: #84939E;
  --darkgray: #4F6271;
  --text: #1A1818;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
  height: 100%;
}
/* -------------------------------------------------------------- Wordpress */
.admin-bar header {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header {
    padding-top: 46px;
  }
}
.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;
  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;
}
/* -------------------------------------------------------------- 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;
}
.block{
  display: block;
}
/* -------------------------------------------------------------- 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: 55px;
  padding-bottom: 55px;
  max-width: 100%;
  position: relative;
  padding-left: -webkit-calc(50vw - 840px);
  padding-left: -moz-calc(50vw - 840px);
  padding-left: calc(50vw - 840px);
  padding-right: -webkit-calc(50vw - 840px);
  padding-right: -moz-calc(50vw - 840px);
  padding-right: calc(50vw - 840px);
}
.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.no-right-padding {
  padding-right: 0;
}
.columns.no-left-padding {
  padding-left: 0;
}
.columns.tall-padding {
  padding-top: 10em;
  padding-bottom: 10em;
}
.columns.tall-top-padding {
  padding-top: 10em;
}
.columns.tall-bottom-padding {
  padding-bottom: 10em;
}
.columns-wide {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: -webkit-calc(50vw - 591px);
  padding-left: -moz-calc(50vw - 591px);
  padding-left: calc(50vw - 591px);
  padding-right: -webkit-calc(50vw - 591px);
  padding-right: -moz-calc(50vw - 591px);
  padding-right: calc(50vw - 591px);
  position: relative;
}
.columns-wide-content {
  max-width: 100%;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.columns--image-text {
  align-items: center;
}
.columns.cta:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #DEDEDE;
  height: 20%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
}
.column {
  padding: 40px 76px;
  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.no-right-padding {
  padding-right: 0;
}
.column.no-left-padding {
  padding-left: 0;
}
.column-block{
  display: block;
}
.column.image-text-accent {
  margin-top: -20em;
  margin-left: 0;
}
.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%;
}
/* -------------------------------------------------------------- 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-darkblue,
.bg-darkblue:after{
  background-color: var(--darkblue);
}
.bg-blue,
.bg-blue:after{
  background-color: var(--blue);
}
.bg-lightblue,
.bg-lightblue:after{
  background-color: var(--lightblue);
}
.bg-teal,
.bg-teal:after{
  background-color: var(--teal);
}
.bg-lightgray,
.bg-lightgray:after{
  background-color: var(--lightgray);
}
.bg-gray,
.bg-gray:after{
  background-color: var(--gray);
}
.bg-darkgray,
.bg-darkgray:after{
  background-color: var(--darkgray);
}
.bg-gradient-shapes:before {
  content: '';
  background-image: url(images/background-geometric.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-gradient {
  background-image: linear-gradient(
    110deg,
    hsl(177deg 47% 56%) 0%,
    hsl(185deg 46% 50%) 20%,
    hsl(192deg 63% 44%) 40%,
    hsl(193deg 95% 33%) 60%,
    hsl(195deg 95% 25%) 80%,
    hsl(216deg 100% 11%) 100%
  );
}
.bg-gradient2 {
  background: linear-gradient(135deg,  rgba(5,143,180,1) 0%,rgba(0,23,58,1) 100%);
}
.bg-gradient3 {
  background-image: linear-gradient(
    315deg,
    hsl(177deg 47% 56%) 0%,
    hsl(194deg 52% 33%) 20%,
    hsl(204deg 97% 16%) 40%,
    hsl(213deg 100% 13%) 60%,
    hsl(208deg 99% 17%) 80%,
    hsl(205deg 98% 23%) 100%
  );
}
.bg-gradient-unifying {
  background-image: linear-gradient(
    315deg,
    hsl(177deg 47% 56%) 0%,
    hsl(194deg 52% 33%) 20%,
    hsl(204deg 97% 16%) 40%,
    hsl(213deg 100% 13%) 60%,
    hsl(208deg 99% 17%) 80%,
    hsl(205deg 98% 23%) 100%
  );
}
.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-image:after{
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-image.bg-white:after,
.bg-image.bg-black:after {
  content: "";
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-image > * {
  position: relative;
  z-index: 3;
}
.bg-image.column{
  padding: 90px 90px 60px 90px;
}
.bg-video {
  overflow: hidden;
}
.bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-video.bg-white:after,
.bg-video.bg-black:after,
.bg-video.bg-blue:after,
.bg-video.bg-primary:after,
.bg-video.bg-secondary:after,
.bg-video.bg-tertiary:after{
  content: "";
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bg-video > * {
  position: relative;
  z-index: 3;
}
.bg-half-opacity:after{
  opacity: .44 !important;
}
.text-color-white,
.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 .h4,
.text-color-white .h5,
.text-color-white .h6,
.text-color-white p,
.text-color-white p a,
.text-color-white p a:hover,
.text-color-white p a:active,
.text-color-white ul li,
.text-color-white ul li a,
.text-color-white ol li,
.text-color-white ol li 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,
.text-color-white .button,
.text-color-white .link,
.text-color-white .back-link a  {
  color: white;
}
.text-color-white .link:hover,
.text-color-white .link:active,
.text-color-white .link:focus{
  color: white;
}
.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;
  background-color: rgba(255,255,255,.25);
}
.text-color-white .section-title {
  color: white;
}
.bg-teal.related-news--section {
  background-color: rgb(91 196 191 / 18%);
}

/* -------------------------------------------------------------- Accents */
.accent-gradient,
.accent-gradient-before:before,
.accent-gradient-after:after {
  background: rgb(73,170,176);
  background: -moz-linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49aab0",endColorstr="#024576",GradientType=1);
}


/* -------------------------------------------------------------- Headings */
h1,.h1 {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: normal;
  font-family: 'Barlow Condensed', sans-serif;
  color: #003664;
  text-transform: none;
}
h1 + p {
  /* margin-top: 20px; */
}
h1 + .link {
  margin-top: 15px;
}
h2,.h2 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: normal;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  color: var(--lightblue);
}
h2 + p{
  margin-top: 6px;
}
h2 + h3{
  margin-top: -15px;
}
h2 strong {
  color: var(--blue);
  font-weight: 500;
}
h2.large{
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 400;
}
h2.large + .button{
  margin-top: 20px;
}
h2.heading {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: .2em;
}
.center h2 + h3{
  margin-top: 0;
}
h3,.h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
h3.title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
h3 + p{
  margin-top: 10px;
}
h3 + .button{
  margin-top: 15px;
}
h4,.h4 {
  font-size: 27px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.15em;
}
h4 + ul {
  margin-top: 25px;
}
h4 + p{
  margin-top: 4px;
}
h5,.h5 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: none;
  color: var(--blue);
}
h6,.h6 {
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: .2em;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark-teal);
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  display: block;
  z-index: 2;
  padding: 0;
  margin: 0 0 20px 0;
}
h1:last-child,.h1:last-child,
h2:last-child,.h2:last-child,
h3:last-child,.h3:last-child,
h4:last-child,.h4:last-child,
h5:last-child,.h5:last-child,
h6:last-child,.h6:last-child{
  margin-bottom: 0;
}
p {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--text);
  font-weight: 400;
}
p a {
  font-weight: bold;
  text-decoration: underline;
}
p a:hover,
p a:active,
p a:focus {
  color: var(--light-teal);
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}
p + h3{
  margin-top: 6px;
}
* + p {
  /* margin-top: 10px; */
}
p + h2,
p + h4{
  margin-top: 17px;
}
p + .link{
  margin-top: 25px;
}
a {
  text-decoration: underline;
  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: var(--regblue);
}
a:hover,
a:active,
a:focus {
  color: var(--text-color);
  outline: 0;
}
.sub-text {
  font-size: 46px;
  line-height: normal;
  color: var(--blue);
  font-weight: 400;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
  height: 8px;
  opacity: .5;
  margin: 12px 0;
}
.columns > hr {
  margin-left: 15px;
  margin-right: 15px;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  color: var(--mainblue);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.section-title:before {
  content: '';
  background: rgb(73,170,176);
  background: -moz-linear-gradient(90deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: linear-gradient(90deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49aab0",endColorstr="#024576",GradientType=1);
  height: 2px;
  width: 99%;
  position: absolute;
  bottom: -39%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-lightblue h2,
.bg-white h2 {
  color: var(--mainblue);
}
@media (min-width: 992px) {
  h2,.h2 {
    font-size: 43px;
  }
}

/* -------------------------------------------------------------- Lists */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 24px;
  position: relative;
  font-size: 15px;
  line-height: 1.29em;
  color: var(--text);
  letter-spacing: normal;
  font-weight: 400;
  list-style-type: none;
}
ul li:before {
  content: "";
  background-image: url('images/icon-bullet.svg');
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
ul li ul li {
  margin-bottom: 10px;
  padding-left: 18px;
}
ul li ul li:before {
  background-image: none;
  background-color: var(--lightblue);
  width: 7px;
  height: 2px;
  top: 9px;
}
ul li ul li ul li {
  padding-left: 15px;
}
ul li ul li ul li:before {
  background-color: unset;
  background-image: url('images/sub2-icon.svg');
  width: 13px;
  height: 11px;
  top: 5px;
}
ul ul {
  margin-top: 1em;
}
ul + p {
  margin-top: 20px;
}
.tabs ul ul {
  margin-top: 0;
}
.accordion-content-wrapper ul ul, 
.accordion-content-wrapper ul ul ul {
  margin-top: 1em;
}
.text-color-white ul li:before {
  background-image: url('images/icon-bullet-white.svg');
}
.bg-lightblue.text-color-white ul li:before {
  background-image: url('images/icon-bullet.svg');
}
ul:last-child li:last-child {
  margin-bottom: 0;
}
.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 20px 0;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.29em;
  color: var(--text-color);
  letter-spacing: .05em;
  list-style-type: none;
  font-weight: 300;
  counter-increment: numbers;
  display: block;
}
ol li:before {
  content: counter(numbers);
  color: var(--light-teal);
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 0;
}
ol:last-child li:last-child {
  margin-bottom: 0;
}
.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;
}
/* -------------------------------------------------------------- Buttons */
.button {
  background-image: url(images/button-gradient.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: fit-content;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.2em;
  padding: 15px 41px;
  transition: all ease 0.4s;
}
.button:hover,
.button:active,
.button:focus {
  background-image: url(images/button-gradient-hover.svg);
  color: white;
}
.buttons .button{
  margin-right: 30px;
}
.center > .button {
  margin-left: auto;
  margin-right: auto;
}
p .link {
  text-decoration: none;
}
.link {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid var(--yellow);
  padding: 0 0 8px 0;
  color: var(--mainblue);
  text-decoration: none;
}
.center .link{
  /*margin-left: auto;*/
}
.link:hover,
.link:active{
  text-decoration:none;
  border-bottom: 2px solid var(--mainblue);
}
.link:focus{
  color: var(--dark-teal);
}
.text-color-white .link {
  border-bottom: 2px solid white;
}
.text-color-white .link:hover,
.text-color-white .link:active {
  border-bottom: 2px solid var(--mainblue);
}
.bg-regblue.text-color-white .link,
.bg-mainblue.text-color-white .link {
  border-bottom: 2px solid var(--yellow);
}
.bg-regblue.text-color-white .link:hover,
.bg-regblue.text-color-white .link:active,
.bg-mainblue.text-color-white .link:hover,
.bg-mainblue.text-color-white .link:active {
  border-bottom: 2px solid white;
}
.back-link {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 39px;
}
.back-link::after {
  content:'';
  background-image: url('images/backlink.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.back-link:hover:after,
.main-cta .back-link:hover:after {
  background-image: url('images/backlink-hover.svg');
}
/* -------------------------------------------------------------- Forms */
form {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
form .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: center;
}
form .field {
  margin-bottom: 30px;
  padding: 0 10px;
}
form .field p {
  font-size: 16px;
}
form label {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: bold;
  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: #F5F5F5;
  border: none;
  padding: 15px 25px;
  height: 50px;
  text-transform: none;
  letter-spacing: 0;
  width: calc(50% - 30px);
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea {
  background-color: transparent;
  border: 1px solid var(--light-teal);
  padding: 15px;
  height: 165px;
  font-size: 16px;
  text-transform: none;
  color: var(--text-color);
  font-weight: 300;
  letter-spacing: .05em;
  width: 100%;
  margin-top: 30px;
}
form input[type="submit"] {
  display: block;
  height: auto;
  width: auto;
  cursor: pointer;
  margin-right: auto;
  margin-left: 0;
}
form input::placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form input:-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form input::-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea::placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea:-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
form textarea::-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
  color: #1A1818;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
div.wpforms-container-full {
   width: 100%;
  margin: 0 !important;
}
div.wpforms-container-full form {
  flex-direction: column;
}
div.wpforms-container-full button[type=submit] {
  background-image: url(images/button-gradient.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: fit-content;
  text-transform: uppercase;
  color: white !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  letter-spacing: 0.2em;
  padding: 15px 41px !important;
  transition: all ease 0.4s !important;
  background-color: transparent !important;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0 !important;
  border: none !important;
}
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full button[type=submit]:focus {
  background: none !important;
  background-image: url(images/button-gradient-hover.svg) !important;
  color: white;
  background-repeat: no-repeat !important;
}

/* -------------------------------------------------------------- Animations */
.fadein {
  opacity: 0;
}
.fadein.fadein-active {
  animation: fadein 1s ease-out forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------------------------------------------- Header */
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: all ease 0.4s;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
header .column {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
header .container .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.scrolling {
  background-color: var(--blue);
}
header .logo {
  transition: all ease 0.4s;
  width: 175px;
}
header img {
  width: 100%;
  height: 100%;
}
header ul {
  display: flex;
}
header ul li {
  margin: 0;
  padding: 0 15px 0 0;
}
header ul li:last-of-type {
    padding-right: 0;
}
header ul li:before {
  content: none;
}
header ul li a {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 20px;
  color: white;
  border-bottom: 2px solid transparent;
  transition: border-color 0.5s ease;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
header ul li a:hover {
  border-bottom: 2px solid var(--teal);
  color: white;
}
header ul li.active a {
  border-bottom: 2px solid var(--teal);
}
header.scrolling .top-header {
  display: none;
}
header.scrolling .logo {
  width: 162px;
}
header.scrolling .column {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Dropdown Stylings */
header .dropdown {
  position: relative;
  display: inline-block;
}
header .dropdown .dropbtn {
  cursor: pointer;
  color: white;
}
header .dropdown.click-toggle .dropdown-content {
  display: none;
  position: absolute;
  background: rgb(2,69,118);
  background: -moz-linear-gradient(180deg, rgba(2,69,118,1) 0%, rgba(54,143,160,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(2,69,118,1) 0%, rgba(54,143,160,1) 100%);
  background: linear-gradient(180deg, rgba(2,69,118,1) 0%, rgba(54,143,160,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024576",endColorstr="#368fa0",GradientType=1);
  min-width: 268px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 41px;
  left: -20px;
  padding: 5px 20px 5px 20px;
  z-index: 99999999;
}
header .dropdown-content li {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding: 0 0 0 0;
}
header .dropdown .dropdown-content li:last-child {
  border-bottom: none;
}
header .dropdown .dropdown-content a {
  color: white;
  padding: 12px 10px 12px 0;
  text-decoration: none;
  display: block;
  transition: all ease 0.4s;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
}
header .dropdown .dropdown-content a:hover {
  color: white;
}
header .dropdown.active .dropdown-content a {
  border-bottom: 2px solid transparent;
}

/* Mobile Menu Stylings */
header .b-a, .bar, .bar:before, .bar:after {
  transition: all 0.25s;
  content: "";
  position: absolute;
  /* left: 0; */
  height: 2px;
  width: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.95);
}
header .menu-collapsed {
  transition: all 0.25s;
  position: fixed;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}
header .menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}
header .menu-expanded ul li {
  padding: 0 0 35px 0;
}
header .container .wrapper .mobile-menu ul.social-media {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
}
header .container .wrapper .mobile-menu ul.social-media li a img {
  width: 25px;
}
header .bar {
  position: fixed;
  right: 6%;
  top: 6.5%;
}
header.scrolling .bar {
  top: 4.5%;
}
header .bar:before {
  top: -8px;
}
header .bar:after {
  top: 8px;
}
header .b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all 0.25s;
  top: 0px;
  right: -1px;
}
header .menu-expanded {
  transition: all 0.25s;
  text-align: center;
  line-height: 200px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background-color: var(--darkblue);
  opacity: 0.95;
}
header .menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  flex-direction: column;
  align-content: center;
  padding-top: 150px;
}
header .menu-expanded a {
  transition: all 0.15s;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  border: none;
}
header .menu-expanded a:hover {
  background-color: transparent;
  transition: all 0.15s;
  letter-spacing: 2px;
  color: white;
  border: none;
}
header .menu-expanded .bar {
  background-color: transparent;
  transition: all 0.25s;
}
header .menu-expanded .bar:before {
  transform: rotate(45deg);
}
header .menu-expanded .bar:after {
  transform: rotate(-45deg);
}
header .mobile-menu .dropdown.click-toggle .dropdown-content {
  position: relative;
  top: 0;
  padding: 0;
  /* margin-top: 20px; */
  background: none;
  box-shadow: none;
  min-width: fit-content;
  left: 0;
  top: 0;
}
header .mobile-menu .dropdown.click-toggle .dropdown-content li {
  padding: 0;
  background-color: transparent;
  border: none;
}
header .mobile-menu .dropdown.click-toggle .dropdown-content li a {
  font-weight: 500;
  font-size: 17px;
  border: none;
}
header .menu-expanded .dropdown a:hover {
  background-color: transparent;
  color: white;
  border: none;
}
header .mobile-menu .dropdown .dropbtn {
  border: none;
}
header .mobile-menu .dropdown {
  display: block;
}

@media (max-width: 991.98px) {
  header ul:first-of-type {
    display: none;
  }
  header .mobile-menu ul {
    display: block;
  }
}
@media (min-width:992px) {
  header .logo {
    transition: all ease 0.4s;
    width: 123px;
  }
  header ul li a {
    font-size: 13px;
  }
  header .container ul {
    display: flex;
  }
  header .menu-collapsed {
    display: none;
  }
}
@media (min-width:1200px) {
  header .logo {
    width: 181px;
  }
  header ul li {
    padding: 0 44px 0 0;
  }
}

/* -------------------------------------------------------------- Sub Navigation */
.sticky-sub-nav {
  position: sticky;
  background: linear-gradient(135deg,  rgba(0,23,58,1) 0%,rgba(5,143,180,1) 50%,rgba(91,196,191,1) 100%);
  width: 100%;
  text-align: center;
  z-index: 999;
}
.sticky-sub-nav {
  /* padding: 24px 10px; */
  display: none;
}
.sticky-sub-nav a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
}
.sticky-sub-nav a:last-child {
  padding-right: 0;
}
.sticky-sub-nav a:hover {
  text-decoration: underline;
}
.sub-nav-item.site-title {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  padding-right: 26px;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sub-nav-item.site-title:before {
  content: '';
  background-color: white;
  width: 1px;
  height: 256%;
  position: absolute;
  right: 0;
  top: -24px;
  z-index: 0;
  opacity: 0.3;
}
.sticky-sub-nav.sticky-active {
  top: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-sub-nav.always-visible {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 10;
}
.sticky-sub-nav.always-visible.sticky-active .site-title {
  visibility: visible;
  display: block;
  opacity: 1;
}
.sticky-sub-nav .column {
  flex-direction: row;
  justify-content: flex-start;
  gap: 6px 30px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .sub-nav-item.site-title:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    top: auto;
  }
}
@media (min-width: 768px) {
  .sticky-sub-nav.always-visible {
    /* padding-left: 40px; */
    /* padding-right: 40px; */
  }
}
@media (min-width: 992px) {
  .sticky-sub-nav.always-visible {
    /* padding-left: 76px; */
    /* padding-right: 76px; */
  }
}
@media (min-width: 1200px) {
  .sub-nav-item.site-title {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sticky-sub-nav a:first-of-type {
    padding-left: 5em;
  }
  .sticky-sub-nav.sticky-active a:first-of-type {
    padding-left: 0;
  }
}

/* -------------------------------------------------------------- Banners */
#home-banner {
  height: 100vh;
  min-height: 778px;
  padding-bottom:0;
  padding-top: 190px;
}
#home-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMTczYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjQ1NzYiIHN0b3Atb3BhY2l0eT0iMC42OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,23,58,1) 0%, rgba(2,69,118,0.69) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,23,58,1)), color-stop(100%,rgba(2,69,118,0.69)));
background: -webkit-linear-gradient(top,  rgba(0,23,58,1) 0%,rgba(2,69,118,0.69) 100%);
background: -o-linear-gradient(top,  rgba(0,23,58,1) 0%,rgba(2,69,118,0.69) 100%);
background: -ms-linear-gradient(top,  rgba(0,23,58,1) 0%,rgba(2,69,118,0.69) 100%);
background: linear-gradient(to bottom,  rgba(0,23,58,1) 0%,rgba(2,69,118,0.69) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00173a', endColorstr='#b0024576',GradientType=0 );
  opacity: 0.7;
  z-index: 1;
}
#home-banner .column {
  justify-content: center;
}
#home-banner h1 {
  width: 85%;
  font-size: 50px;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
  margin-bottom: 60px;
  text-transform: none;
  line-height: 1.05em;
}
#home-banner h1:before {
  content: '';
  background: rgb(73,170,176);
  background: -moz-linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49aab0",endColorstr="#024576",GradientType=1);
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#home-banner .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#home-banner .mask-image {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  top: 0;
  right: 0;
  position: absolute;
  background-attachment: fixed;
  background-position: 110% 145%;
  background-repeat: no-repeat;
}
#home-banner .explore-link {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  padding-bottom: 1.5em;
  align-self: center;
}
#home-banner .explore-link:before {
  content: '';
  background-image: url('images/icon-explore.svg');
  background-repeat: no-repeat;
  display: block;
  width: 41px;
  height: 31px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media (max-width: 991.98px) { 
  #home-banner .mask-image {
    display: none;
  }
}
@media (min-width: 768px){
  #home-banner .column {
    justify-content: flex-end;
  }
  #home-banner h1 {
    font-size: 90px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  #home-banner h1 {
    width: 60%;
    font-size: 70px;
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  #home-banner h1 {
    width: 50%;
    font-size: 90px;
  }
  #home-banner .mask-image {
    width: 100%;
    height: 100vh;
  }
}

#hero-banner{
  min-height: 420px;
  padding-top: 160px;
  padding-bottom: 40px;
  align-content: end;
}
#hero-banner.bg-darkblue::after {
  background-color: transparent;
  opacity: 1;
  background: rgb(0,23,58);
  background: -moz-linear-gradient(180deg, rgba(0,23,58,1) 0%, rgba(0,35,59,0.5) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,23,58,1) 0%, rgba(0,35,59,0.5) 100%);
  background: linear-gradient(180deg, rgba(0,23,58,1) 0%, rgba(0,35,59,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00173a",endColorstr="#00233b",GradientType=1);
}
#hero-banner .column {
  padding-bottom: 10px;
}
#hero-banner .column:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
}
#hero-banner .heading-wrapper {
  padding-left: 2.5em;
}
#hero-banner h1 {
  font-size: 50px;
}
#hero-banner h1 span {
  display: block;
  margin-bottom: 15px;
  font-size: 29px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: normal;
}
@media (min-width: 768px) {
  #hero-banner h1 {
    font-size: 59px;
  }
}

#people-banner {
  padding-top: 130px;
  align-items: flex-end;
  min-height: 180px;
  padding-bottom: 40px;
}
.back-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 30px;
}
.back-link a:before {
  content: '';
  background-image: url(.images/icon-caret-left-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
}

#work-banner {
  min-height: 537px;
}
#work-banner.bg-image:after {
  opacity: 0.7;
}
#work-banner .column {
  justify-content: flex-end;
  padding-bottom: 0;
}
#work-banner h1 {
  margin-top: 30px;
}

#watchdog-banner {
  min-height: 491px;
  padding-bottom: 58px;
}
#watchdog-banner .column {
  justify-content: flex-end;
  padding-bottom: 0px;
  margin: 0;
}
#watchdog-banner h1 {
  padding-top: 28px;
  font-size: 34px;
  line-height: 1.45em;
  width: 100%;
}
.watchdog-banner.bg-black {
  padding-top: 15px;
  padding-bottom: 15px;
}
.watchdog-banner .column {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: row;
  font-size: 15px;
  font-weight: 700;
  gap: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  #watchdog-banner h1 {
    width: 67%;
    font-size: 40px;
  }
}

#take-action-banner {
  min-height: 473px;
  padding-bottom: 70px;
}
#take-action-banner .column {
  justify-content: flex-end;
  padding-bottom: 0px;
  margin: 0;
}
#take-action-banner h1 {
  padding-top: 45px;
  font-size: 40px;
  line-height: 1.45em;
  width: 67%;
}
.ta-banner.bg-black {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ta-banner .column {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: row;
  font-size: 15px;
  font-weight: 700;
  gap: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.image-banner{
  padding: 90px 90px 60px 90px;
  margin-left: 30px;
  margin-right: 30px;
}
.image-banner:after{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #023A70;
  opacity: .28;
}
.image-banner p{
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.image-banner > *{
  position: relative;
  z-index: 3;
}
/* ------------------------------------------------------------------- Images */
img {
  display: block;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}
.center > img {
  margin-left: auto;
  margin-right: auto;
}
/* Images */
.single-image{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-image .image{
  position: relative;
}
.single-image .image:before{
  content:'';
  background: url('../images/accent-corner-top-left.svg') left top no-repeat transparent;
  width: 75px;
  height: 75px;
  display: block;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: -15px;
}
.single-image .image:after{
  content:'';
  background: url('../images/accent-corner-bottom-right.svg') right bottom no-repeat transparent;
  width: 75px;
  height: 75px;
  display: block;
  background-size: contain;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.single-image img{
  margin: auto;
  max-height: 330px;
}
.single-image .caption{
  text-align: center;
  margin-top: 30px;
  display: block;
  width: 100%;
}
.single-image .caption h4{
  margin-bottom: 15px;
}
.single-image .caption h5{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3em;
}
.double-images{
  display: flex;
  justify-content: space-between;
}
.double-images .single-image:first-child{
  margin-right: 15px;
}
.double-images .single-image:last-child{
  margin-left: 15px;
  position: relative;
  top: 60px;
}
.double-images .image{
  margin-left: 0;
  margin-right: auto;
}
.double-images .caption{
  text-align: left;
  margin-top: 25px;
  margin-bottom: auto;
  margin-left: 0;
}
/* Full Width Image */
img.full-width {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 492px;
}
img.accent-spacer {
  position: absolute;
  top: -101px;
  right: -37px;
}
.image-wrapper {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 40%);
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
  z-index: 2;
  position: relative;
}
.image-wrapper.accent-background {
  border: none;
  /* height: 475px; */
  width: 100%;
  position: relative;
  z-index: 2;
}
.image-wrapper.accent-background img {
  aspect-ratio: 3 / 2;
  padding: 0;
}
.image-wrapper.accent-background:before {
  content: '';
  background: linear-gradient(135deg,  rgba(91,196,191,1) 0%,rgba(23,98,135,1) 12%,rgba(5,143,180,1) 32%,rgba(83,191,190,1) 38%,rgba(91,196,191,1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -8px;
  top: 9px;
  z-index: 1;
}
.image-wrapper.square img {
  /*aspect-ratio: 1 / 1;*/
}
@media (min-width: 768px) {
  img.accent-spacer {
    top: auto;
    right: -18px;
    bottom: -80px;
  }
  .image-wrapper.accent-background {
    /* height: 563px; */
  }
  .image-wrapper.accent-background img {
    /* padding: 0; */
    /* margin: 0 0 20px 20px; */
  }
  .image-wrapper.accent-background:before {
    left: -20px;
    top: 20px;
  }
}

/* ----------------------------------------------------------------------------- Text Sections */
.two-three--section img.accent-spacer {
  bottom: -136px;
  top: auto;
  right: 0;
  z-index: 9;
  width: 50%;
}
@media (min-width: 992px) {
  .two-three--section img.accent-spacer {
      bottom: -197px;
      right: -49px;
  }
}
@media (min-width: 992px) {
  .two-three--section .d8 {
      width: 61.66%;
  }
   .two-three--section .d4 {
      width: 38.33%;
  }
  .two-three--section img.accent-spacer {
    top: auto;
    right: -44px;
    bottom: -195px;
    z-index: 1;
    width: auto;
  }
}
/* ----------------------------------------------------------------------------- Home Sections */
.home-section2 .column {
  margin: 0 0;
  width: 56%;
  z-index: 2;
}
.home-section2 h2 {
  line-height: 1.2em;
}
.home-section2 .mask-image {
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-attachment: fixed;
  background-position: 110% 145%;
  background-repeat: no-repeat;
}
.home-section2 .mask-image.absolute {
  background-attachment: scroll;
  background-position: 110% -35%;
  z-index: 1;
}
@media (max-width: 991.98px) { 
  .home-section2 .mask-image {
    display: none;
  }
}
@media (min-width: 992px){
  .home-section2 .column p {
    padding-right: 67px;
  }
}
@media (min-width: 1200px){
  .home-section2 .column p {
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------------------- Market Tabs */
.market-tabs {
  background-color: transparent;
}
.market-tabs:after {
  content: '';
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.market-tabs .column:nth-of-type(1) {
  align-items: flex-end;
}
.market-tabs .column:nth-of-type(2) h2 {
  margin-bottom: 1.5em;
}
.market-tabs .tabs ul {
  list-style-type: none;
  transition: all 0.5s ease; 
}
.market-tabs .tabs li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 20px 39px;
  margin: 0;
  transition: all ease 0.4s;
  position: relative;
}
.market-tabs .tabs li:before {
  background-color: transparent;
}
.market-tabs .tabs li.active:before {
  background-image: url(images/icon-tablink.svg);
  width: 37px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all ease 0.4s;
}
.market-tabs .tabs li > a {
  display: block;
  color: var(--teal);
  padding: 0 0 0 0;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  font-weight: 700;
  font-size: 17px;
}
.market-tabs .tabs li > a.active {
  padding-bottom: 15px;
  color: white;
}
.market-tabs .tabs li > a:hover {
  color: white;
}
.market-tabs .tabs li ul {
  overflow: hidden;
  max-height: 0; 
}
.market-tabs .tabs li.active ul {
  max-height: 200px; 
}
.market-tabs .tabs ul li ul li:before {
  content: none;
}
.market-tabs .tabs ul li ul li {
  padding: 0 0 10px 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.market-tabs .collapse-link {
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.market-tabs .collapse-link.disabled {
  opacity: 0.4; 
  pointer-events: none; 
  cursor: default;
}
.market-tabs .item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease 0.8s;
}
.market-tabs .item.active {
  aspect-ratio: 2 / 3;
  width: 100%;
  opacity: 1;
  position: relative;
  visibility: visible;
  height: auto;
}
.market-tabs .item.active:before {
  content: '';
  background-image: linear-gradient(
  135deg,
  hsl(177deg 47% 56%) 0%,
  hsl(194deg 53% 38%) 20%,
  hsl(195deg 83% 35%) 40%,
  hsl(189deg 56% 46%) 60%,
  hsl(179deg 46% 54%) 80%,
  hsl(177deg 47% 56%) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: -17px;
  top: 17px;
  z-index: 1;
}
.market-tabs .tab-content {
  width: 100%;
}
.market-tabs .tab-content .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.market-tabs .tab-content .wrapper:before {
  content: '';
  background: rgb(2,69,118);
  background: -moz-linear-gradient(180deg, rgba(2,69,118,0) 0%, rgba(2,69,118,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(2,69,118,0) 0%, rgba(2,69,118,1) 100%);
  background: linear-gradient(180deg, rgba(2,69,118,0) 0%, rgba(2,69,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024576",endColorstr="#024576",GradientType=1);
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.market-tabs .caption {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1em 1em 1em;
  position: relative;
  z-index: 5;
}
.market-tabs .tab-content .caption h1 {
  font-size: 35px;
}
.market-tabs .tab-content .caption p {
  font-size: 12px;
  font-weight: 500;
}
.market-tabs .tab-content .caption .link {
  border: none;
  margin-top: 0;
  font-size: 12px;
}
.market-tabs .tab-content .caption .link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .market-tabs .item.active {
    aspect-ratio: 3 / 2;
  }
  .market-tabs .item.active:before {
    width: 120%;
    height: 100%;
    left: -17px;
    top: 17px;
    z-index: 1;
  }
  .market-tabs:after {
    height: 100%;
  }
  .market-tabs .caption {
    padding: 0 7em 2em 2em;
  }
  .market-tabs .tab-content .caption p {
    font-size: 14px;
  }
  .market-tabs .tab-content .caption h1 {
    font-size: 69px;
  }
  .market-tabs .tab-content .caption .link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .market-tabs:after {
    height: 91%;
  }
}
@media (min-width: 1400px) {
  .market-tabs:after {
    height: 86%;
  }
}
@media (min-width: 1800px) {
  .market-tabs:after {
    height: 81%;
  }
}


/* -------------------------------------------------------------- What We Do */
.what-we-do:before {
  content: '';
  background-image: url('../images/background-rectangles.svg');
  background-position: 106% 100%;
  background-size: 251px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -153px;
  right: -5px;
  z-index: 1;
}
.what-we-do .column {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .what-we-do:before {
    background-position: 106% 100%;
    background-size: 342px;
    bottom: -153px;
    right: -5px;
  }
  .what-we-do .column {
    width: 74%;
  }
}

/* -------------------------------------------------------------- Services Block */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 2em;
  row-gap: 2em;
  column-gap: 20px;
}
.services-grid .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 40px;
}
.services-grid .item .icon {
  height: 71px;
  width: 32%;
}
.services-grid .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-grid .caption {
  width: 100%;
}
.services-grid .item .caption p {
  font-size: 14px;
  font-weight: 500;
}
.services-grid .item.item-button {
  align-self: center;
  gap: 40px;
}
.services-grid .item.item-button .icon img {
  opacity: 0;
}
@media (min-width: 992px) {
  .services-grid .item {
    width: calc(50% - 20px);
  }
  .services-grid .item .icon {
    width: 16%;
  }
}

/* -------------------------------------------------------------- Principles Carousel */
.principles-carousel-nav {
  position: relative;
}
.principles-carousel-nav svg path.blue1 {
  fill: #1C70AD;
  transition: all ease 0.4s;
}
.principles-carousel-nav svg path.blue2 {
  fill: #0F8FB4;
  transition: all ease 0.4s;
}
.principles-carousel-nav svg path.blue3 {
  fill: #56BCB9;
  transition: all ease 0.4s;
}
.principles-carousel-nav svg text {
  fill: white;
  transition: all ease 0.4s;
  cursor: pointer;
}
.principles-carousel-nav svg text tspan {
  text-transform: uppercase;
}
.principles-carousel-nav svg path.active {
  fill: white;
  transition: all ease 0.4s;
}
.principles-carousel-nav svg text.active.blue1 {
  fill: #1C70AD;
  font-weight: 700;
  transition: all ease 0.4s;
}
.principles-carousel-nav svg text.active.blue2 {
  fill: #008FB4;
  font-weight: 700;
  transition: all ease 0.4s;
}
.principles-carousel-nav svg text.active.blue3 {
  fill: #56BCB9;
  font-weight: 700;
  transition: all ease 0.4s;
}
.principles-carousel {
  width: 100%;
}
.principles-carousel .item {
  display: flex;
  flex-wrap: wrap;
}
.principles-carousel .item h1 {
  font-size: 59px;
  line-height: normal;
}
.principles-carousel .item .title {
  width: 100%;
}
.principles-carousel .item .content {
  width: 100%;
}
.principles-carousel .item .content p {
  font-size: 26px;
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
  padding-left: 0;
}
.principles-carousel .item .content p:before {
  content: none;
}
.principles-carousel-nav .principles-arrows #principles-prev,
.principles-carousel-nav .principles-arrows #principles-next {
  font-size: 0;
  border: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principles-carousel-nav .principles-arrows #principles-prev {
  background: url("images/icon-caret-white-left.svg") center center no-repeat transparent;
  left: -20%;
}
.principles-carousel-nav .principles-arrows #principles-next {
  background: url("images/icon-caret-white-right.svg") center center no-repeat transparent;
  right: -20%;
}
@supports (-webkit-touch-callout: none) {
  .principles-carousel-nav .principles-arrows #principles-prev {
    background: url("images/icon-caret-white-left.svg") center center no-repeat transparent;
    transform: rotate(180deg);
    top: -20px;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .principles-carousel-nav .principles-arrows #principles-prev {
    background: url("images/icon-caret-white-left.svg") center center no-repeat transparent;
    transform: rotate(180deg);
    top: -20px;
  }
}
@media (max-width: 767.98px) { 
  .principles-carousel-nav {
    width: 100%;
  }
  .principles-carousel-nav svg {
    width: 100%;
  }
  .principles-carousel-nav .principles-arrows #principles-prev {
    left: 0;
    position: relative;
  }
  .principles-carousel-nav .principles-arrows #principles-next {
    right: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .principles-carousel-nav .principles-arrows #principles-prev {
    left: -13%;
  }
  .principles-carousel-nav .principles-arrows #principles-next {
    right: -13%;
  } 
  .principles-carousel .item .title {
    width: 40%;
  }
  .principles-carousel .item .content {
    width: 60%;
  }
  .principles-carousel .item .content p {
    padding-left: 52px;
  }
  .principles-carousel .item .content p:before {
    content: '';
    background-color: #C9C9C9;
    width: 1px;
    height: 85%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .principles-carousel-nav .principles-arrows #principles-prev {
    left: -20%;
  }
  .principles-carousel-nav .principles-arrows #principles-next {
    right: -20%;
  } 
}


/* -------------------------------------------------------------- Long Section & Text Column Stylings */
.long-section {
  background-image: linear-gradient(
    165deg,
    hsl(216deg 100% 11%) 0%,
    hsl(195deg 95% 25%) 20%,
    hsl(193deg 95% 33%) 40%,
    hsl(192deg 63% 44%) 60%,
    hsl(185deg 46% 50%) 79%,
    hsl(177deg 47% 56%) 100%
  );
}
.long-section .text-image--section {
  margin-top: 2em;
}
.text-accent--section,
.text-image--section {
  display: flex;
  flex-wrap: wrap;
}
.text-image--section {
  align-items: center;
}
.text-image--main .image-wrapper {
  background-size: cover;
  aspect-ratio: 16 / 9;
  z-index: auto;
}
.text-image--main .image-wrapper.square {
  aspect-ratio: 1 / 1;
}
.text-image--main .image-wrapper.accent-background:before {
  z-index: -1;
}
.text-image--main .image-wrapper.full-width img {
  aspect-ratio: 16 / 9;
}
.text-image--main .caption {
  margin-top: 2.5em;
  font-size: 12px;
  font-style: italic;
  line-height: 1.7em;
}
@media (min-width: 768px) {
  .text-image--main .column:nth-of-type(1) {
    padding-right: 40px;
  }
  .text-image--main .column:nth-of-type(2) {
    padding-left: 40px;
  }
  .text-image--main .caption {
    margin-left: -20px;
  }
  .text-three--section .column:nth-of-type(1) {
    padding-right: 20px;
  }
  .text-three--section .column:nth-of-type(2) {
    padding-left: 20px;
  }
  .text-three--section .column:nth-of-type(3) {
    padding-left: 16px;
  }
  .text-image--section .column:nth-of-type(1) {
    padding-right: 20px;
  }
  .text-image--section .column:nth-of-type(2) {
    padding-left: 40px;
  }
}


/* -------------------------------------------------------------- News Grid */
.news-filters--section {
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(
    135deg,
    rgb(0, 23, 58) 0%,
    rgb(5, 143, 180) 70%,
    rgb(91, 196, 191) 100%
  );
}
.news-filters {
  display: flex;
  color: white;
  gap: 1em 2em;
  padding-left: 0;
  flex-direction: column;
}
.news-filters a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.news-filters a.active {
  color: var(--teal);
}
.news-filters a:hover {
  color: var(--teal);
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news-grid .item {
  width: 100%;
  aspect-ratio: 16 / 10;
  position: relative;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 30px;
}
.news-grid .wrapper {
  width: 100%;
  aspect-ratio: 16 / 10;
  position: relative;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-grid .wrapper:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(2, 69, 118, 0) 0%,
    rgba(2, 69, 118, 1) 100%
  );
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-grid .item .caption {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
  color: white;
  padding: 0 20px 1.5em 1.5em;
}
.news-grid .item .caption .news-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
.news-grid .caption .meta {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  letter-spacing: 0.05em;
}
.news-grid .caption .category:before {
  content: "|";
  background-color: white;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.news-grid .item .category {
  position: relative;
  padding-right: 15px;
}
.news-grid .item .date {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .news-filters {
    gap: 2em 1em;
    flex-direction: row;
  }
  .news-grid {
    margin: 0 -15px;
  }
  .news-grid .item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-grid .item .caption {
    padding: 0 20px 20px 20px;
  }
  .news-grid .item .caption .news-title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .news-filters {
    gap: 2em 2em;
    flex-direction: row;
    padding-left: 2.5em;
  }
  .news-grid .item .caption {
    padding: 0 20px 1.5em 1.5em;
  }
  .news-grid .item .caption .news-title {
    font-size: 32px;
  }
}

/* -------------------------------------------------------------- Single News */
.news-banner {
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(
    135deg,
    rgb(0, 23, 58) 0%,
    rgb(5, 143, 180) 70%,
    rgb(91, 196, 191) 100%
  );
  color: white;
}
.news-banner .column {
  flex-direction: row;
  justify-content: space-between;
}
.news-meta {
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 1em 2em;
  letter-spacing: 0.1em;
}
.news-banner .back-link {
  padding-right: 0;
}
.news-banner .back-link:after {
  content: none;
}
.related-news--section h4 {
  color: var(--lightblue);
}
.related-news--section .news-grid .item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.related-news--section .news-grid .item:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(2, 69, 118, 0) 0%,
    rgba(2, 69, 118, 1) 100%
  );
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.related-news--section .news-grid {
  margin: 0 !important;
  gap: 35px;
}
@media (max-width: 767.98px) {
  .columns.news-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .news-banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .news-meta {
    padding-left: 5em;
  }
  .related-news--section .news-grid .item {
      width: calc(50% - 17.5px);
  }
}

/* -------------------------------------------------------------- Tab Grid (Process) */
.tab-grid--section:before,
.tab-grid--section:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.tab-grid--section:before {
  background-color: var(--darkblue);
  top: 0
}
.tab-grid--section:after {
  background-color: var(--lightblue);
  bottom: 0;
}
.tab-grid--section .tab-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-right: 0;
  justify-content: center;
  padding-left: 29px;
  padding-right: 96px;
}
.tab-grid--section .tab-grid .item {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  transition: all ease 0.5s;
  margin-bottom: -1px;
  transform: scale(0.9);
}
.tab-grid--section .tab-grid .item:before {
  content: '';
  background-color: purple;
  width: 100%;
  height: 100%;
  clip-path: polygon(75% 0%, 83% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
  position: absolute;
  top: 0px;
  right: -116px;
  z-index: 1;
  pointer-events: none;
}
.tab-grid--section .tab-grid .item:after {
  content: '';
  background-color: purple;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 10% 50%);
  position: absolute;
  top: 0px;
  left: -116px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.tab-grid--section .tab-grid .item:nth-of-type(1)::after {
  content: none;
}
.tab-grid--section .tab-grid .item.active {
  transform: scale(1);
  z-index: 2;
  margin-right: 0;
  margin-left: 0;
}
.tab-grid--section .tab-grid .item:nth-of-type(1),
.tab-grid--section .tab-grid .item:nth-of-type(1)::before {
  background-color: #5BC4BF;
}
.tab-grid--section .tab-grid .item:nth-of-type(2),
.tab-grid--section .tab-grid .item:nth-of-type(2)::before,
.tab-grid--section .tab-grid .item:nth-of-type(2)::after {
  background-color: #0C234E;
}
.tab-grid--section .tab-grid .item:nth-of-type(3),
.tab-grid--section .tab-grid .item:nth-of-type(3)::before,
.tab-grid--section .tab-grid .item:nth-of-type(3)::after {
  background-color: #002F5A;
}
.tab-grid--section .tab-grid .item:nth-of-type(4),
.tab-grid--section .tab-grid .item:nth-of-type(4)::before,
.tab-grid--section .tab-grid .item:nth-of-type(4)::after {
  background-color: #003763;
}
.tab-grid--section .tab-grid .item:nth-of-type(5),
.tab-grid--section .tab-grid .item:nth-of-type(5)::before,
.tab-grid--section .tab-grid .item:nth-of-type(5)::after {
  background-color: #0071B1;
}
.tab-grid--section .tab-grid .item:nth-of-type(6),
.tab-grid--section .tab-grid .item:nth-of-type(6)::before,
.tab-grid--section .tab-grid .item:nth-of-type(6)::after {
  background-color: #007EA6;
}
.tab-grid--section .tab-grid p {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
.tab-content-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tab-content-item h4 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tab-grid--section .tab-grid {
    padding-right: 37px;
    padding-left: 0;
  }
  .tab-grid--section .tab-grid .item {
    width: calc(31.66% - 5px);
    margin-bottom: 0;
  }
  .tab-grid--section .tab-grid .item.active {
    margin-right: 10px;
    margin-left: 20px;
  }
  .tab-grid--section .tab-grid .item:before {
    clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
    right: -53px;
  }
  .tab-grid--section .tab-grid .item.active:after {
    left: -20px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 10% 50%);
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tab-grid--section .tab-grid .item {
    transform: scale(1);
  }
  .tab-grid--section .tab-grid .item.active {
    transform: scale(1.2);
  }
  .tab-grid--section .tab-grid .item:before {
    right: -63px;
  }
}
@media (min-width: 1200px) {
  .tab-grid--section .tab-grid .item {
    width: calc(20.66% - 5px);
  }
}
@media (min-width: 1400px) {
  .tab-grid--section .tab-grid .item {
    width: calc(16.66% - 5px);
  }
}

/* -------------------------------------------------------------- Projects Carousel */
.projects-carousel {
  width: 100%;
  /* margin-top: 34px; */
}
.projects-carousel .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
	margin-right: 1em;
    margin-left: 1em;
}
.projects-carousel .item .content,
.projects-carousel .item .image-side {
  width: 100%;
}
.projects-carousel .item .content {
  padding-right: 0;
  margin-top: 20px;
}
.projects-carousel .project-title {
  font-family: 'Barlow Condensed',sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.projects-carousel .item .image-wrapper {
  margin-top: 28px;
}
.projects-carousel .item .image-wrapper img {
  padding: 0 0 0 9px;
}
.projects-carousel .slick-prev,
.projects-carousel .slick-next {
  font-size: 0;
  border: 0;
  width: 24px;
  height: 22px;
  position: absolute;
  top: -5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 0;
}
.projects-carousel .slick-prev {
  background: url("images/icon-caret-white-left.svg") center center no-repeat transparent;
  right: 2%;
}
.projects-carousel .slick-next {
  background: url("images/icon-caret-white-right.svg") center center no-repeat transparent;
  right: 0%;
}
.projects-carousel .slick-prev:hover,
.projects-carousel .slick-next:hover {
  opacity: 0.7;
}
.projects-carousel.main {
  margin-top: 1em;
  padding-top: 2em;
}
.projects-carousel.main .image-wrapper.accent-background:before {
  left: 0;
}
.projects-carousel.main .slick-active .image-wrapper.accent-background:before {
  left: -9px;
}
.projects-carousel.main .slick-prev,
.projects-carousel.main .slick-next {
  width: 22px;
  height: 42px;
  top: 0%;
}
.projects-carousel.main .slick-prev {
  left: 0%;
}
.projects-carousel.main .slick-next {
  right: 0%;
}
@media (min-width: 768px) {
  .projects-carousel .item .content {
    padding-right: 60px;
    margin-top: 20px;
  }
  .projects-carousel .item .content,
  .projects-carousel .item .image-side {
    width: 50%;
  }
  .projects-carousel .item .image-wrapper {
    margin-top: 0;
  }
  .projects-carousel .item .image-wrapper img {
    padding: 0;
  }
  .projects-carousel .image-wrapper.accent-background:before {
    top: 25px;
    left: -19px;
  }
  .projects-carousel.main {
    margin-top: 0;
    padding-top: 0;
  }
  .projects-carousel.main .slick-prev,
  .projects-carousel.main .slick-next {
    top: 50%;
  }
  .projects-carousel.main .slick-prev {
    left: -5%;
  }
  .projects-carousel.main .slick-next {
    right: -5%;
  }
}

/* -------------------------------------------------------------- Projects Carousel Tabs */
.projects-carousel-tab {
  width: 100%;
  /* margin-top: 34px; */
}
.projects-carousel-tab .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.projects-carousel-tab .item .content,
.projects-carousel-tab .item .image-side {
  width: 100%;
}
.projects-carousel-tab .item .content {
  padding-right: 0;
  margin-top: 20px;
}
.projects-carousel-tab .project-title {
  font-family: 'Barlow Condensed',sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.projects-carousel-tab .item .image-wrapper {
  margin-top: 28px;
}
.projects-carousel-tab .item .image-wrapper img {
  padding: 0 0 0 9px;
}
.projects-carousel-tab .slick-prev,
.projects-carousel-tab .slick-next {
  font-size: 0;
  border: 0;
  width: 24px;
  height: 22px;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 0;
}
.projects-carousel-tab .slick-prev {
  background: url("images/icon-caret-white-left.svg") center center no-repeat transparent;
  right: 2%;
}
.projects-carousel-tab .slick-next {
  background: url("images/icon-caret-white-right.svg") center center no-repeat transparent;
  right: 0%;
}
.projects-carousel-tab .slick-prev:hover,
.projects-carousel-tab .slick-next:hover {
  opacity: 0.7;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .projects-carousel-tab .slick-prev {
    background: url("images/icon-caret-white-left.svg") center center no-repeat transparent;
    transform: rotate(180deg);
    top: 0;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .projects-carousel-tab .item .content,
  .projects-carousel-tab .item .image-side {
    width: 50%;
  }
  .projects-carousel-tab .item .image-wrapper {
    margin-top: 0;
  }
  .projects-carousel-tab .item .image-wrapper img {
    padding: 0;
  }
  .projects-carousel-tab .image-wrapper.accent-background:before {
    top: 25px;
    left: -19px;
  }
  .projects-carousel-tab .item .content {
    padding-right: 60px;
    margin-top: 20px;
  }
  .projects-carousel-tab .slick-prev,
  .projects-carousel-tab .slick-next {
    top: -5%;
  }
}

/* -------------------------------------------------------------- Accordion */
.accordion-wrapper .accordion {
  cursor:pointer;
  display: grid;
  grid-template-rows: min-content 0fr;
  transition: grid-template-rows 0.5s ease-out;
}
.accordion-wrapper:last-child {
  border-bottom: 1px solid #DBDBDB;
}
.accordion-wrapper .accordion-heading {
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  border-top: 1px solid #DBDBDB;
  padding: 15px 20px;
}
.accordion-wrapper .accordion-heading:before {
  content:'';
  width: 21px;
  height: 21px;
  position: absolute;
  background-image: url('images/icon-plus-gray.svg');
  background-size: contain;
  transition: 0.3s ease-in;
  opacity:1;
}
.accordion-wrapper .accordion-heading:after {
  content:'';
  width: 21px;
  height: 2px;
  position: absolute;
  background: url('images/icon-minus-white.svg');
  background-size: contain;
  opacity:0;
  transition: 0.3s ease-in;
}
.accordion-wrapper .active .accordion-heading:after {
  opacity:1;
}
.accordion-wrapper .active .accordion-heading:before {
  opacity:0;
}
.accordion-wrapper .accordion-heading h3 {
  color: var(--blue);
  padding-left: 35px;
}
.accordion-wrapper .active .accordion-heading h3 {
  color: white;
}
.accordion-wrapper .accordion-content {
  overflow: hidden;
}
.accordion-wrapper .accordion-content-wrapper {
  padding: 20px 20px 15px 56px;
  line-height: 2;
}
.accordion-wrapper .accordion-content-wrapper p {
  margin-bottom: 20px;
}
.accordion-wrapper .accordion-content-wrapper h5 {
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 20px;
}
.accordion-wrapper .accordion.active .accordion-heading {
  color:#fff;
  background-color: var(--teal);
}
.accordion-wrapper .accordion.active .accordion-content {
  border-top:1px solid rgba(151,200,212,.24);
  background-color: rgba(91, 196, 191, 0.18);
}
.accordion-wrapper .accordion.active {
  grid-template-rows:min-content 1fr;
}

/* -------------------------------------------------------------- Locations Grid */
.locations--section {
  background-color: rgba(0, 143, 180, 0.14);
}
.locations--section h4 {
  color: var(--blue);
}
.locations-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.locations-grid .item {
  width: calc(50% - 10px);
  background-color: white;
  height: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 20px;
  position: relative;
}
.locations-grid .location-name {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.locations-grid .country-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--lightblue);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.locations-grid .item:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.locations-grid .item.us-location:before {
  background-color: var(--lightblue);
}
.locations-grid .item.africa-location:before {
  background-color: var(--teal);
}
.locations-grid .item.africa-location .country-name {
  color: var(--teal);
}
.locations-grid .item.india-location:before {
  background-color: var(--gray);
}
.locations-grid .item.india-location .country-name {
  color: var(--gray);
}
.locations-grid .item.aus-location:before {
  background-color: var(--darkgray);
}
.locations-grid .item.aus-location .country-name {
  color: var(--darkgray);
}
@media (min-width: 768px) {
  .locations-grid .item {
    width: calc(33.33% - 14px);
  }
}
@media (min-width: 992px) {
  .locations-grid .item {
    width: calc(25% - 15px);
  }
}

/* -------------------------------------------------------------- WP Maps Go Specializing */
.gm-style-iw-chr {
  display: none;
}
.gm-style .gm-style-iw-c {
  background-color: var(--blue) !important;
  padding-left: 0;
  border-radius: 0;
}
.gm-style .gm-style-iw-d {
  padding: 10px 45px 20px 15px;
  overflow: hidden !important;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
  margin-bottom: 7px;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
  font-size: 16px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding-top: 10px;
}
p.wpgmza_infowindow_categories {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
  position: relative;
  width: 200%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.41);
  padding-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
}
.gm-style .gm-style-iw-tc::after {
  content: none;
}
.wpgmza-infowindow .wpgmza_infowindow_title, .wpgmza-infowindow .wpgmza_infowindow_address, .wpgmza-infowindow .wpgmza_infowindow_description {
  color: white;
}
.wpgmza-infowindow .wpgmza_infowindow_address {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 100%;
}
.wpgmza-infowindow .wpgmza_infowindow_address:before {
  content: 'Address';
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  width: 100%;
  display: block;
}
.wpgmza-infowindow span.custom-field-label {
  color: white;
  width: 100%;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.wpgmza-infowindow div[data-hide-in-marker-listings="true"] {
  font-size: 15px;
  color: white;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px
}

/* Filters */
.wpgmza_custom_fields .custom-field-label {
  display: none;
}
.wpgmza_custom_fields {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lightblue);
  font-weight: 700;
  font-size: 11px;
}
.wpgmza_marker_list_class {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.wpgmaps_mlist_row {
  width: calc(25% - 20px);
}
.wpgmza-standalone-component .wpgmza_basic_row {
  box-shadow: none !important;
  border: none;
  padding: 15px 5px 15px 25px !important;
  margin-bottom: 0 !important;
  position: relative;
}
.wpgmza-standalone-component .wpgmza_basic_row:before {
  content: '';
  background-color: var(--lightblue);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpgmza-standalone-component .wpgmza_basic_row:first-child {
  box-shadow: none;
  border: none;
}
.wpgmza-standalone-component .wpgmza_basic_row .wpgmza-basic-listing-image-holder {
  min-width: auto !important;
  width: 24px;
  height: 15px;
  text-align: unset !important;
  align-self: center;
}
.wpgmza-standalone-component .wpgmza_basic_row .wpgmza-basic-listing-image-holder img {
  width: 100%;
  height: 100%;
}
.wpgmza-standalone-component .wpgmza_basic_row .wpgmza-basic-listing-content-holder {
  justify-content: space-between;
}
.wpgmza-standalone-component .wpgmza_basic_row .wpgmza-content-address-holder {
  align-self: center;
  height: fit-content;
  width: auto;
}
.wpgmza-content-address-holder-inner.wpgmza_marker_title {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}
.wpgmza-standalone-component .wpgmza_basic_row .wpgmza_marker_title a {
  text-decoration: none;
}

/* -------------------------------------------------------------- Market Content */
.market-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.market-info .item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.market-info .head {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(91 196 191 / 18%);
  padding: 15px 15px;
}
.market-info .head h3 {
  color: var(--lightblue);
}
.market-info .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px 0;
  gap: 20px;
}
.market-info .content .col {
  width: 100%;
}
.market-info .content p {
  margin-bottom: 10px;
}
.market-info .content p strong {
  color: var(--blue)
}
@media (min-width: 768px){
  .market-info .content {
    margin: 20px 0;
  }
}
@media (min-width: 992px){
  .market-info .content {
    margin: 25px 0;
    gap: 40px;
  }
  .market-info .content .col {
    width: calc(50% - 20px);
  }
}

/* -------------------------------------------------------------- CTA Specializing */
.main-cta {
  /*background-position: 0% 50%;*/
}
.main-cta::after {
  opacity: 0.75;
}
.main-cta h2 {
  margin-bottom: 25px;
  color: var(--teal);
}
.main-cta p {
  font-weight: 500;
}
.main-cta .back-link::after {
  background-image: url('images/backlink-cta.svg');
}
.main-cta .sub-heading {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.column.center h3 {
  padding: 0;
}
.column.center h4 {
  margin-bottom: 35px;
}
.quote-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quote-cta:before {
  content: '';
  background-color: var(--regblue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.quote-cta .quote-content {
  padding-top: 10%;
  width: 100%;
  position: relative;
  color: white;
  font-family: 'Roboto Slab', sans-serif;
}
.quote-cta .quote-content:before {
  content: '';
  background-color: var(--yellow);
  width: 64px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.quote-cta .byline {
  color: white;
  margin-top: 8%;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .column.center h3 {
    padding: 0 13%;
  }
  .quote-cta .quote-content {
    padding-top: 2%;
    width: 61%;
  }
  .quote-cta .byline {
    margin-top: 3%;
  }
}

.center-cta .column {
  width: 68.66%;
}
.center-cta h2 {
  color: var(--regblue);
}


/* -------------------------------------------------------------- Isotope */
@media (max-width: 992px) {
  .isotope-filter.mobile-dropdown {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    max-height: 54px;
    width: 290px;
    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;
    border: 1px solid #C6C6C6;
  }
  .isotope-filter.mobile-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: auto;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid transparent;
    position: relative;
    color: #272525;
    font-size: 18px;
    font-family: "pill", sans-serif;
    font-weight: 400;
    text-transform: none;
  }
  .isotope-filter.mobile-dropdown a:hover {
    color: #ec5e94;
  }
  .isotope-filter.mobile-dropdown a:after {
    content: '';
    background: url(../images/icon-caret-down-pink.svg) center center no-repeat transparent;
    position: absolute;
    right: 15px;
    display: block;
    width: 22px;
    height: 12px;
    top: 22px;
    font-weight: normal;
  }
  .isotope-filter.mobile-dropdown a.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-color: #C6C6C6;
    padding: 18px 15px 18px 20px;
    height: 54px;
  }
  .isotope-filter.mobile-dropdown a.active:after {
    display: block;
  }
  .isotope-filter.mobile-dropdown.open {
    max-height: 1000px;
  }
  .isotope-filter.mobile-dropdown.open a:after {
    display: none;
  }
  .isotope-filter.mobile-dropdown.open a.active:after {
    display: block;
    background: url(../images/icon-caret-up-pink.svg) center center no-repeat transparent;
  }
}

/* -------------------------------------------------------------- Footer */
footer {
  position: relative;
  padding: 0px;
  color: white;
}
footer .footer-top .column {
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .footer-top .cta-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
footer .footer-top .cta-number {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  width: 100%;
}
footer .footer-top .button {
  margin: 0;
  background-color: white;
  background-image: none;
  color: var(--blue);
  width: 100%;
}
footer .footer-top .button:hover {
  background-color: var(--blue);
  color: white;
}
@media (min-width: 992px) {
  footer .footer-top .cta-title {
    font-size: 26px;
    font-weight: 500;
    margin: 0 15px 0 0;
  }
  footer .footer-top .cta-number {
    width: auto;
    margin-bottom: 0;
  }
  footer .footer-top .button {
    margin: 0 0 0 2em;
    width: auto;
  }
}

footer .footer-main {
  background-size: 380px;
  background-position: 100% 100%;
}
footer .logo {
  width: 100%;
  display: flex;
  /* justify-content: center; */
  margin-bottom: 2em;
}
footer .footer-logo {
  display: block;
  width: 191px;
}
footer .footer-logo img {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
footer .content-wrapper {
  display: flex;
}
footer .footer-main .column p.summary {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
}
footer ul.country-list {
  width: 50%;
  padding-left: 30px;
  position: relative;
  height: fit-content;
}
footer ul.country-list:before {
  content: '';
  background: rgb(73,170,176);
  background: -moz-linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  background: linear-gradient(180deg, rgba(73,170,176,1) 0%, rgba(2,69,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49aab0",endColorstr="#024576",GradientType=1);
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
footer ul.country-list li {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--lightgray) !important;
  letter-spacing: 0.2em;
  padding: 0 0 25px 0;
}
footer ul.country-list li:last-child {
  padding-bottom: 0;
}


footer ul li {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: normal;
}
footer ul li:before {
  content: none;
}
footer ul li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4em;
  text-decoration: none;
}
footer .footer-main ul li a:hover {
  text-decoration: underline;
}
footer .footer-main .nav-wrapper {
  width: 50%;
}
footer .footer-main .nav-wrapper h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal);
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 25px 0;
}
footer .nav-wrapper h4 a {
  text-decoration: none;
}
footer .footer-main .nav-wrapper ul li a {
  font-weight: 500;
  font-size: 16px;
}
footer .footer-main .column:nth-of-type(2), 
footer .footer-main .column:nth-of-type(3) {
  flex-direction: row;
}
footer .footer-main .column:nth-of-type(2) {
  gap: 2em 0;
}


footer hr {
  border-top: 1px solid #024576;
  opacity: 1;
}
footer .copyright-grid  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
footer .copyright-grid .copyright {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 0;
  margin-right: 1em;
}
footer .copyright-grid .privacy-links {
  font-size: 13px;
  font-weight: 500;
}
footer .copyright-grid .privacy-links a {
  text-decoration: none;
  margin-right: 20px;
}
footer .copyright-grid .privacy-links a:hover {
  text-decoration: underline;
}
footer .social-media {
  display: flex;
  flex-direction: row;
  width: 50%;
  padding: 0 76px;
}
footer .social-media li {
  padding: 0 20px 0 0;
}
footer .social-media a {
  width: 23px;
  height: 21px;
  display: block;
  padding: 0;
}
footer .social-media a img {
  width: 100%;
  height: 100%;
}
footer .social-media li:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  footer .logo {
    width: 100%;
    display: block;
    height: fit-content;
    margin-bottom: 2.5em;
  }
  footer .copyright-grid  {
    width: 50%;
  }
  footer .copyright-grid .copyright {
    margin-bottom: 0;
  }
}

/* -------------------------------------------------------------- Tablet */
@media (max-width: 991.98px) {
  /* Utility */
  .t0 {
    padding: 0;
    width: 0;
  }
  .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 */
  .column {
    padding: 40px 40px;
  }
  .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 */
  #nav-drawer .nav-header{
    padding: 30px 30px 0 30px;
  }
  #nav-drawer .nav-header img{
    height: 80px;
  }
  #nav-drawer .nav-columns{
    padding-left: 30px;
  }
  #nav-drawer .button{
    font-size: 11px;
    padding: 15px 28px 15px 28px;
  }
  /* Banners */

  /* Images */
  .double-images{
    justify-content: center;
  }
  .double-images .single-image{
    display: block;
    padding: 0 15px;
  }
  .round-image{
    width: 340px;
    height: 340px;
    margin: auto;
  }
  .round-image .image{
    width: 284px;
    height: 284px;
  }
  /* Gallery */
  .gallery-slider .item a{
    height: 400px;
  }
  .gallery-slider .slick-prev{
    left: 0;
  }
  .gallery-slider .slick-next{
    right: 0;
  }
  /* Timer */
  .timer .item {
    width: 25%;
    margin: 0;
  }
  /* Sponsor Bar */
  .sponsor-bar .item{
    padding: 0 15px;
  }
  .sponsor-bar .logo{
    margin-left: 0;
  }
  .sponsor-bar .logo:before{
    left: -15px;
  }
  .sponsor-bar h3{
    line-height: 1.5em;
    letter-spacing: .33em;
  }
  /* CTA Boxes */
  #cta-boxes{
    height: 600px;
  }
  #cta-boxes h2{
    font-size: 28px;
  }
  #cta-boxes .item:before{
    top: 15px;
    left: 15px;
  }
  #cta-boxes .item:after{
    bottom: 15px;
    right: 15px;
  }
  /* Callout */
  .callout .number{
    font-size: 100px;
  }
  .callout .number:before{
    font-size: 100px;
  }
  .callout .label{
    margin-left: 25px;
  }
  .callout h5{
    margin-left: 25px;
    padding-left: 25px;
  }
  /* Stats */
  .stats{
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
  /* Stats */
  .stats{
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .stats .item{
    width: 100%;
  }
  .stats .stat{
    width: 30%;
    text-align: center;
  }
  .stats .caption{
    width: 70%;
  }
  /* Footer */
  footer .footer-bottom{
    flex-wrap: wrap;
  }
  footer .footer-bottom .logo{
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  footer .footer-bottom .logo img {
    margin: auto
  }
  footer .charity{
    margin: 25px auto 15px auto;
  }
  footer .social-media{
    width: 100%;
    text-align: center;
    margin-top: 25px;
    /* justify-content: center; */
    padding: 0;
  }
}
/* -------------------------------------------------------------- Mobile Landscape */
@media (max-width: 767px) {
  /* Utility */
  .m0 {
    width: 0 !important;
    padding: 0 !important;
  }
  .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;
  }
  /* Scaffolding / Grid */
  .columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .columns.tall-padding{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .columns-wide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column{
    padding: 20px;
  }
  .column.right {
    align-content: center;
  }
  .column.tall-padding{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* Accents */
  .border-left{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* Headings */
  h2.large{
    font-size: 40px;
  }
  h3 + .button{
    margin-top: 0;
  }
  h3 + p{
    margin-top: 0;
  }
  p + .link{
    margin-top: 15px;
  }
  /* Lists */
  ul:first-child:last-child,
  ol:first-child:last-child {
    margin: 0;
  }
  ul ul {
    margin-top: 10px !important;
  }
  .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;
  }
	
  /* Forms */
  form .field {
    width: 100%;
    margin-bottom: 20px;
  }
  /* Header */
  #nav-drawer .nav-header{
    height: 80px;
  }
  #nav-drawer .nav-header img{
    height: 50px;
  }
  #nav-drawer .nav-columns{
    padding-left: 20px;
  }
  #nav-drawer .nav-columns > div{
    width: 100%;
  }
  #nav-drawer .nav-column-1 ul li:last-child a{
    padding-bottom: 20px;
  }
  #nav-drawer .nav-column-1 ul ul li:last-child a{
    padding-bottom: 0;
    padding-top: 10px;
  }
  #nav-drawer .nav-column-2{
    margin-bottom: 30px;
  }
  #nav-drawer ul li a{
    padding-bottom: 0;
  }
  #nav-drawer .button{
    margin-bottom: 30px;
  }
  /* Images */
  .double-images .single-image{
    padding: 0;
  }
  .double-images .single-image:last-child{
    margin-bottom: 60px;
  }
  /* Carousel */
  .gallery-carousel .slick-list{
    margin: 0 -10px;
  }
  .gallery-carousel .item{
    padding: 0 10px;
  }
  /* Timer */
  .timer{
    padding: 0 30px;
  }
  .timer:before{
    width: 30px;
    height: 60px;
    top: 22px;
  }
  .timer:after{
    width: 30px;
    height: 60px;
    top: 22px;
  }
  
  /* Sponsor Bar */
  .sponsor-bar{
    flex-wrap: wrap;
  }
  .sponsor-bar .item{
    width: 100%;
    padding: 0;
  }
  .sponsor-bar .h3{
    font-size: 13px;
    margin-left: 0;
    width: 40%;
  }
  .sponsor-bar .logo{
    width: 60%;
  }
  /* CTA Boxes */
  #cta-boxes{
    display: block;
    height: auto;
  }
  #cta-boxes .ctas{
    display: block;
  }
  #cta-boxes .item{
    width: 100%;
    height: auto;
  }
  #cta-boxes .item a{
    border: 0 !important;
    border-top: 1px solid rgba(255,255,255,.42) !important;
    height: 90px;
  }
  #cta-boxes .item:before{
    width: 55px;
    height: 55px;
    top: 18px;
  }
  #cta-boxes .item:after{
    width: 55px;
    height: 55px;
    top: 18px;
  }
  #cta-boxes a:before{
    transform: scale(.97, .75);
  }
  #cta-boxes h2{
    font-size: 20px;
  }
  #cta-boxes h2 br{
    display: none;
  }
  #cta-boxes .content{
    padding: 0 15px;
    position: relative;
    height: auto;
    margin-top: 0;
  }
  #cta-boxes p{
    display: none;
  }
  #cta-boxes .learnmore{
    display: none;
  }
  /* Callout */
  .callout{
    flex-wrap: wrap;
  }
  .callout h5{
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .callout h5 br{
    display: none;
  }
  .callout h5:before{
    display: none;
  }
  /* Stats */
  .stats{
    max-width: none;
  }
}