@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

h1,
.t-h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 115%;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    h1,
    .t-h1 {
      font-size: 55px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h1,
    .t-h1 {
      font-size: 65px; } }

h2,
.t-h2, .c-section--case_study_content .b-case_study_content .insights_quote p, .c-section--case_study_content .b-case_study_content .insights_quote a, .c-section--case_study_content .b-case_study_content .insights_quote ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 115%;
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 768px) {
    h2,
    .t-h2, .c-section--case_study_content .b-case_study_content .insights_quote p, .c-section--case_study_content .b-case_study_content .insights_quote a, .c-section--case_study_content .b-case_study_content .insights_quote ul li {
      font-size: 28px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h2,
    .t-h2, .c-section--case_study_content .b-case_study_content .insights_quote p, .c-section--case_study_content .b-case_study_content .insights_quote a, .c-section--case_study_content .b-case_study_content .insights_quote ul li {
      font-size: 36px;
      margin: 0 0 40px; } }

h3,
.t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a, .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .title, .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .number, .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 768px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a, .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .title, .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .number, .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-title {
      font-size: 25px;
      line-height: 33px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a, .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .title, .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .number, .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-title {
      font-size: 28px;
      line-height: 36px; } }

h4,
.t-h4, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title .title, .signatory-intro, .signatory-intro p, .signatory-intro a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  margin: 0 0 5px 0; }
  @media only screen and (min-width: 768px) {
    h4,
    .t-h4, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title .title, .signatory-intro, .signatory-intro p, .signatory-intro a {
      font-size: 20px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h4,
    .t-h4, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title .title, .signatory-intro, .signatory-intro p, .signatory-intro a {
      font-size: 22px; } }

h5,
.t-h5, .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    h5,
    .t-h5, .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .name {
      font-size: 20px;
      line-height: 27px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h5,
    .t-h5, .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .name {
      font-size: 20px;
      line-height: 27px; } }

h6,
.t-h6 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    h6,
    .t-h6 {
      font-size: 20px;
      line-height: 27px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h6,
    .t-h6 {
      font-size: 20px;
      line-height: 27px; } }

body, p,
ul,
ol,
li,
address,
.h2-sml, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-membership-status, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-region, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .find-out-more, .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .role {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-membership-status, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-region, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .find-out-more, .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .role {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-membership-status, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-region, .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .find-out-more, .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .role {
      font-size: 18px;
      line-height: 24px; } }

.t-feature {
  font-size: 60px;
  line-height: 50px; }
  @media (min-width: 992px) and (min-height: 720px) {
    .t-feature {
      font-size: 100px;
      line-height: 90px; } }

.t-caps, .c-career__location, .c-career__experience {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px; }

.t-small, .c-form .errMsg,
.c-form .lengthIndicator, .c-form__label, .c-form__message {
  font-size: 12px;
  line-height: 18px; }
  @media only screen and (min-width: 768px) {
    .t-small, .c-form .errMsg,
    .c-form .lengthIndicator, .c-form__label, .c-form__message {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .t-small, .c-form .errMsg,
    .c-form .lengthIndicator, .c-form__label, .c-form__message {
      font-size: 16px;
      line-height: 26px; } }

[data-src] {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  [data-src].lazyloaded {
    opacity: 1; }

.hamburger-box {
  margin: 5px 0 0 0; }

::placeholder {
  color: #babfc4; }

.align-items-center {
  align-items: center; }

html {
  box-sizing: border-box;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  width: 100%;
  height: 100%; }

body {
  color: #002A3A;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white; }
  body.has-menu {
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      body.has-menu {
        overflow-y: auto; } }
  @media only screen and (min-width: 992px) {
    body {
      padding: 0; } }

*,
*:before,
*:after {
  box-sizing: inherit; }

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  outline: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: 0.1em; }

blockquote {
  border-left: 10px solid #004b40;
  margin: 0;
  padding: 0 20px !important;
  quotes: "“" "”" "‘" "’"; }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    display: none; }
  blockquote p:before, blockquote p:after {
    display: none; }

.video-container,
.responsive-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
  .video-container iframe,
  .responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.bounce {
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.title.align-center {
  text-align: center; }

.content-center {
  text-align: center !important; }

.mrgn-lrg {
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 768px) {
    .mrgn-lrg {
      margin: 0 0 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .mrgn-lrg {
      margin: 0 0 100px 0; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px !important;
  padding-left: 20px !important; }
  @media only screen and (min-width: 768px) {
    .container-fluid {
      padding-right: 50px !important;
      padding-left: 50px !important; } }
  @media only screen and (min-width: 992px) {
    .container-fluid {
      padding-right: 80px !important;
      padding-left: 80px !important; } }
  @media only screen and (min-width: 1200px) {
    .container-fluid {
      padding-right: 150px !important;
      padding-left: 150px !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: inherit;
  letter-spacing: 0; }

h1,
.t-h1 {
  text-transform: none; }

strong,
b {
  font-weight: 600; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0;
  transition: border-color 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

p,
ul,
ol,
li,
address,
.h2-sml {
  text-transform: none;
  font-weight: 400;
  margin: 0 0 20px 0; }

.h2-sml {
  margin: 20px 0; }

address {
  font-style: normal; }

ul,
ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0; }
  ul li,
  ol li {
    margin: 5px 0; }

blockquote,
cite {
  font-style: normal;
  padding: 0;
  display: block; }

blockquote {
  margin: 0;
  quotes: "“" "”" "‘" "’"; }
  @media only screen and (min-width: 768px) {
    blockquote {
      padding: 0 0 0 30px; } }
  blockquote > p {
    position: relative; }
    blockquote > p::before, blockquote > p::after {
      color: inherit;
      font-size: inherit; }
      @media only screen and (min-width: 768px) {
        blockquote > p::before, blockquote > p::after {
          position: absolute; } }
    blockquote > p::before {
      content: open-quote; }
      @media only screen and (min-width: 768px) {
        blockquote > p::before {
          left: -30px; } }
    blockquote > p::after {
      content: close-quote; }

.btn-wrapper {
  display: block; }
  .btn-wrapper.lrg {
    margin-top: 60px; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  top: auto;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00a7b4;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  height: 46px; }

.cta {
  border: 0;
  border-radius: 30px;
  line-height: 100%;
  letter-spacing: 0;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  background-color: #000000;
  pointer-events: all;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 46px;
  height: 46px; }
  @media only screen and (min-width: 768px) {
    .cta {
      min-width: 166px;
      padding: 16px 38px;
      font-size: 18px; } }
  .cta:hover {
    background: #d2d2d2; }
  .cta.cta-green {
    color: #004b40; }
    .cta.cta-green:hover {
      background-color: #004b40; }
  .cta.cta-purple {
    color: #00e87b; }
    .cta.cta-purple:hover {
      background-color: #00e87b; }

.logo {
  border: 0 !important; }

.back-button-container {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0 0 40px; }

.button {
  background-color: #000000;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  overflow: hidden;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in-out; }
  .button:hover {
    border: 2px solid #000000; }
    .button:hover .roll-text:first-child {
      margin-top: -46px; }
  .button .roll-text {
    display: block;
    position: relative;
    transition: all 420ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .button .roll-text:last-child {
    color: #000000; }

.c-career {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-career .back-col {
      text-align: right; } }
  .c-career__title {
    margin: 40px 0 0 0; }
  .c-career__experience {
    margin: 10px 0 40px 0; }
  .c-career__apply {
    margin-top: 40px; }
    @media only screen and (min-width: 576px) {
      .c-career__apply {
        margin-top: 60px; } }
    @media only screen and (max-width: 575px) {
      .c-career__apply .c-button {
        width: 100%; } }

.c-face {
  width: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .c-face__eye {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 4px solid;
    border-radius: 50%;
    position: relative; }
  .c-face__iris {
    background-color: transparent;
    width: 15px;
    height: 15px;
    padding: 3px 0 0 0;
    position: absolute;
    left: calc(50% - 7px);
    top: -3.5px;
    transform-origin: bottom;
    display: flex;
    justify-content: center; }
  .c-face__pupil {
    width: 10px;
    height: 10px;
    border-radius: 50%; }

.c-section--footer-nav {
  padding-bottom: 20px !important; }
  .c-section--footer-nav .b-footer-nav #footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 20px; }
    .c-section--footer-nav .b-footer-nav #footer-social .social {
      margin: 0 10px 0 0;
      height: 30px;
      width: auto; }
      .c-section--footer-nav .b-footer-nav #footer-social .social svg {
        width: 100%;
        max-width: 20px;
        height: auto; }
        .c-section--footer-nav .b-footer-nav #footer-social .social svg rect,
        .c-section--footer-nav .b-footer-nav #footer-social .social svg path {
          fill: #ffffff; }
  .c-section--footer-nav .b-footer-nav .menu-container {
    display: block;
    margin: 0 0 0 0; }
    .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation {
      position: relative; }
      .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav {
        margin: 0;
        padding: 0; }
        .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li {
          list-style: none;
          margin: 0 0 10px;
          padding: 0;
          line-height: 100%; }
          .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li a {
            margin: 0;
            font-size: 16px;
            line-height: 110%;
            color: #ffffff;
            border: 0;
            text-decoration: none; }
            .c-section--footer-nav .b-footer-nav .menu-container .nav-main-navigation .global-nav li a:hover {
              border: 0;
              text-decoration: none; }
  .c-section--footer-nav .b-footer-nav .address {
    font-size: 16px;
    line-height: 110%; }

.c-footer {
  width: 100%;
  padding: 20px 0 !important;
  text-align: center; }
  .c-footer .copyright {
    font-size: 14px;
    color: #ffffff; }

.c-form {
  position: relative;
  overflow: hidden; }
  .c-form .errMsg,
  .c-form .lengthIndicator {
    display: block;
    padding: 10px 0 0 0;
    font-weight: 600; }
  .c-form [disabled] {
    opacity: 0.2;
    user-select: none;
    cursor: not-allowed; }
  .c-form__fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .c-form__label {
    display: block;
    padding: 0;
    color: #ffffff; }
    .theme-navy .c-form__label {
      color: #babfc4; }
  .c-form__field {
    float: left;
    width: 100%;
    margin: 0 0 10px; }
    @media only screen and (min-width: 768px) {
      .c-form__field {
        width: 48%;
        margin: 0 1% 10px; } }
    .c-form__field:last-child {
      margin-bottom: 0; }
    .c-form__field.full-width {
      width: 98%;
      margin: 0 1% 10px;
      text-align: center !important; }
  .c-form__input, .c-form__textarea, .c-form__select {
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: #FEE4DA;
    color: #000000; }
    @media only screen and (min-width: 768px) {
      .c-form__input, .c-form__textarea, .c-form__select {
        padding: 0 20px; } }
  .c-form__input, .c-form__select {
    height: 42px; }
    @media only screen and (min-width: 768px) {
      .c-form__input, .c-form__select {
        font-size: 16px;
        line-height: 22px;
        height: 42px; } }
  .c-form__select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='12' xmlns='http://www.w3.org/2000/svg'><path d='M8 12L0 0h16z' fill='#FFF' fill-rule='evenodd'/></svg>");
    background-position: 96% 50%;
    background-repeat: no-repeat; }
  .c-form__textarea {
    height: 160px;
    padding: 20px; }
  .c-form__button {
    border: 2px solid red;
    border-radius: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    background: red;
    pointer-events: all;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .c-form .actions {
    float: left;
    width: 100%;
    text-align: center; }

.c-form__multiple-select {
  min-height: 350px;
  padding: 20px; }

.login-block .c-section {
  padding: 60px 0; }
  @media only screen and (min-width: 768px) {
    .login-block .c-section {
      padding: 80px 0; } }
.login-block .title_row {
  text-align: center;
  margin-bottom: 80px; }
  .login-block .title_row h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.1rem; }
  .login-block .title_row h1 {
    font-size: 40px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .login-block .title_row h1 {
        font-size: 60px; } }
.login-block .login_field {
  text-align: right; }
.login-block .login {
  max-width: 150px; }
.login-block .c-button {
  border: 2px solid red;
  border-radius: 5px !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .login-block .c-button:hover {
    color: white; }

.c-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .c-grid {
      display: grid;
      grid-gap: 20px;
      grid-auto-flow: dense;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto; } }
  .c-grid audio, .c-grid video {
    width: 100%; }
  .c-grid img {
    display: inherit; }
  .c-grid__item {
    margin: 0 0 15px 0;
    padding: 0;
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .c-grid__item {
        margin: 0; } }
    .c-grid__item:hover, .c-grid__item:active, .c-grid__item:focus {
      background-color: #acb2b8; }
    @media only screen and (max-width: 767px) {
      .c-grid__item.is-hidden-mobile {
        display: none; } }
    .c-grid__item.is-width-half {
      grid-column: span 2; }
    .c-grid__item.is-width-three_quarters {
      grid-column: span 3; }
    .c-grid__item.is-width-full {
      grid-column: span 4; }
    .c-grid__item.is-height-double {
      grid-row: span 2; }
    .c-grid__item.is-type-blank {
      display: none;
      background-color: transparent; }
      @media only screen and (min-width: 768px) {
        .c-grid__item.is-type-blank {
          display: block; } }
      .c-grid__item.is-type-blank:hover, .c-grid__item.is-type-blank:active, .c-grid__item.is-type-blank:focus {
        background-color: transparent; }
    .c-grid__item.is-type-text {
      pointer-events: none; }
  .c-grid__el {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%; }
    .is-width-three_quarters.is-height-double .c-grid__el {
      padding-bottom: 50%; }
    .is-width-quarter.is-height-double .c-grid__el {
      padding-bottom: 177%; }
    .is-type-blank.is-width-quarter.is-height-double .c-grid__el {
      padding-bottom: 100%; }
    .is-width-full .c-grid__el {
      padding-bottom: 50%; }
    @media only screen and (max-width: 767px) {
      .is-type-statistic .c-grid__el {
        padding-bottom: 0;
        height: auto; } }
  .c-grid .is-subtype-testimonial .c-grid__el {
    padding: 0 !important;
    position: relative;
    height: auto; }
    .c-grid .is-subtype-testimonial .c-grid__el .c-grid__content {
      position: relative; }
    .c-grid .is-subtype-testimonial .c-grid__el .wrapper {
      max-width: 1600px; }
    .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
      margin-right: auto;
      margin-left: auto;
      padding-right: 40px !important;
      padding-left: 40px !important; }
      @media only screen and (min-width: 768px) {
        .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
          padding-right: 100px !important;
          padding-left: 100px !important; } }
      @media only screen and (min-width: 992px) {
        .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
          padding-right: 150px !important;
          padding-left: 150px !important; } }
  .c-grid .is-subtype-testimonial .theme-grey {
    color: !important; }
  .c-grid__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .is-type-statistic .c-grid__content {
      display: flex;
      flex-direction: column;
      padding: 20px 15px 0 15px; }
      @media only screen and (max-width: 767px) {
        .is-type-statistic .c-grid__content {
          position: relative; } }
      @media only screen and (min-width: 768px) {
        .is-type-statistic .c-grid__content {
          padding: 20px 15px; } }
      @media only screen and (min-width: 992px) {
        .is-type-statistic .c-grid__content {
          padding: 20px 20px; } }
      .is-type-statistic .c-grid__content p {
        margin-top: 0; }
      .is-type-statistic .c-grid__content .t-feature {
        margin-bottom: 5px; }
    .is-type-text .c-grid__content {
      padding: 0 15px; }
      @media only screen and (min-width: 992px) {
        .is-type-text .c-grid__content {
          padding: 0 20px; } }
  .c-grid__image, .c-grid__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .c-grid a {
    color: white; }
  .c-grid__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 84, 188, 0.8);
    padding: 0 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media only screen and (min-width: 992px) {
      .c-grid__overlay {
        padding: 0 20px; } }
    .c-grid__item:hover .c-grid__overlay {
      opacity: 1; }
    .c-grid__overlay * {
      pointer-events: auto; }
    .c-grid__overlay .project-link {
      position: absolute;
      bottom: 20px;
      left: 20px; }
  .c-grid__logo {
    margin: 20px 0;
    display: block;
    border: none;
    width: auto;
    height: 40px; }
  .c-grid__pp {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1; }

.width-max {
  padding: 0 !important; }
  .width-max .wrapper {
    max-width: 100%;
    padding: 0 !important; }
  .width-max .container-fluid {
    padding: 0; }
    .width-max .container-fluid .c-grid {
      grid-gap: 0; }
      .width-max .container-fluid .c-grid li {
        margin: 0; }
      .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
        padding: 30px 20px; }
      @media only screen and (min-width: 576px) {
        .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
          padding: 80px 50px; } }
      @media only screen and (min-width: 768px) {
        .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
          max-width: 800px;
          right: 0;
          padding-right: 46px;
          left: auto;
          padding-left: 46px;
          padding-top: 46px; } }
      @media only screen and (min-width: 992px) {
        .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
          max-width: 800px;
          right: 0;
          padding-right: 80px;
          left: auto;
          padding-left: 46px;
          padding-top: 80px; } }

.is-type-text .c-grid__el {
  padding: 0;
  height: auto; }
.is-type-text .c-grid__content {
  position: relative;
  height: auto;
  overflow: hidden; }

body.error404 .logo {
  margin-top: 0px; }
body.error404 .c-header {
  background-color: #0e1b13; }
  @media only screen and (min-width: 768px) {
    body.error404 .c-header {
      height: 119px; } }
  @media only screen and (min-width: 992px) {
    body.error404 .c-header {
      height: 119px; } }
body.error404 .site-main {
  padding-top: 159px; }

#responsive-menu-pro-button {
  display: block; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #responsive-menu-pro-button {
      display: none !important; } }
  #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: !important; }
    #responsive-menu-pro-button .responsive-menu-pro-inner:before {
      background-color: #ffffff !important; }
    #responsive-menu-pro-button .responsive-menu-pro-inner:after {
      opacity: 1;
      background-color: #ffffff !important; }
  #responsive-menu-pro-button:hover .responsive-menu-pro-inner {
    background-color: #600F27 !important; }

.page-theme-grey #responsive-menu-pro-button {
  background-color: #0e1b13 !important; }
  .page-theme-grey #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: #0e1b13 !important; }

.page-theme-light #responsive-menu-pro-button {
  background-color: #0e1b13 !important; }
  .page-theme-light #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: #0e1b13 !important; }

#header-search-form {
  display: none;
  position: absolute;
  right: 60px;
  bottom: -66px;
  z-index: 4; }
  #header-search-form.show {
    display: block; }
  #header-search-form .search {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 100;
    color: #000000;
    width: 340px;
    background-color: #ecf2f6;
    border: 1px solid #000000; }
    #header-search-form .search::placeholder {
      color: #000000; }
  #header-search-form .submit {
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 5;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #000000; }

#header-social-wrapper {
  position: absolute;
  top: 26px;
  right: 100px;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 20px;
  z-index: 11;
  display: none; }
  @media only screen and (min-width: 768px) {
    #header-social-wrapper {
      display: flex; } }
  #header-social-wrapper .search-btn {
    margin: 0 0 0 20px;
    width: 14px;
    height: 22px;
    width: auto;
    cursor: pointer; }
    #header-social-wrapper .search-btn svg {
      max-width: 22px;
      max-height: 22px; }
      #header-social-wrapper .search-btn svg rect,
      #header-social-wrapper .search-btn svg path {
        fill: #ffffff; }
      #header-social-wrapper .search-btn svg:hover rect,
      #header-social-wrapper .search-btn svg:hover path {
        fill: #00e87b; }
  #header-social-wrapper .social {
    margin: 0 0 0 20px;
    width: 14px;
    height: 20px;
    width: auto; }
    #header-social-wrapper .social svg {
      max-width: 20px;
      max-height: 20px; }
      #header-social-wrapper .social svg rect,
      #header-social-wrapper .social svg path {
        fill: #ffffff; }
      #header-social-wrapper .social svg:hover rect,
      #header-social-wrapper .social svg:hover path {
        fill: #00e87b; }

#rmp-container-889 {
  background-color: #0e1b13; }

.btn-menu,
#rmp_menu_trigger-889 {
  position: fixed;
  top: 0;
  right: 0;
  height: 80px;
  width: 70px;
  background-color: #00e87b;
  transition: all 0.4s ease-in-out;
  z-index: 10001;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; }
  @media only screen and (min-width: 768px) {
    .btn-menu,
    #rmp_menu_trigger-889 {
      height: 200px; } }
  .btn-menu .responsive-menu-pro-inner,
  .btn-menu .line,
  #rmp_menu_trigger-889 .responsive-menu-pro-inner,
  #rmp_menu_trigger-889 .line {
    width: 28px;
    height: 1px;
    position: relative;
    background-color: #ffffff;
    transition: all 0.6s ease-in-out; }
    .btn-menu .responsive-menu-pro-inner:before,
    .btn-menu .line:before,
    #rmp_menu_trigger-889 .responsive-menu-pro-inner:before,
    #rmp_menu_trigger-889 .line:before {
      background-color: #ffffff;
      content: "";
      width: 28px;
      height: 1px;
      position: absolute;
      top: -7px;
      transition: all 0.6s ease-in-out; }
    .btn-menu .responsive-menu-pro-inner:after,
    .btn-menu .line:after,
    #rmp_menu_trigger-889 .responsive-menu-pro-inner:after,
    #rmp_menu_trigger-889 .line:after {
      display: none; }
  .btn-menu.open .line,
  #rmp_menu_trigger-889.open .line {
    transform: rotateY(0deg) rotate(45deg); }
    .btn-menu.open .line:before,
    #rmp_menu_trigger-889.open .line:before {
      top: 0px;
      transform: rotateY(0deg) rotate(90deg); }
  .btn-menu:hover,
  #rmp_menu_trigger-889:hover {
    background-color: #001A1F; }
  .btn-menu.is-active .responsive-menu-pro-inner,
  #rmp_menu_trigger-889.is-active .responsive-menu-pro-inner {
    transform: rotateY(0deg) rotate(45deg); }
    .btn-menu.is-active .responsive-menu-pro-inner:before,
    #rmp_menu_trigger-889.is-active .responsive-menu-pro-inner:before {
      opacity: 1;
      top: 0px;
      transform: rotateY(0deg) rotate(90deg); }

.btn-menu {
  display: none; }
  @media screen and (min-width: 835px) {
    .btn-menu {
      display: flex; } }

#rmp_menu_trigger-889 {
  display: flex; }
  @media screen and (min-width: 835px) {
    #rmp_menu_trigger-889 {
      display: none; } }

#responsive-menu-pro-container {
  font-weight: 400; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #responsive-menu-pro-container {
      display: none !important; } }
  #responsive-menu-pro-container .responsive-menu-pro-item-link:focus {
    outline: none; }
  #responsive-menu-pro-container #responsive-menu-pro li {
    font-weight: 400; }
    #responsive-menu-pro-container #responsive-menu-pro li .responsive-menu-pro-back {
      font-weight: 400;
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-left.svg);
      background-position: 5% center;
      background-repeat: no-repeat;
      background-size: 30px;
      text-indent: 4000px; }
    #responsive-menu-pro-container #responsive-menu-pro li a {
      font-weight: 400; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg);
      background-position: 85% center;
      background-repeat: no-repeat;
      background-size: 30px; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item a {
      background-image: none; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg); }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item a {
      background-image: none; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg); }
  #responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 16px 0 0 25px !important;
    height: 81px;
    border-bottom: 1px solid #ffffff61;
    margin: 0 0 20px 0; }
    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image {
      width: 100px; }
      #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
        width: 100%; }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content {
    display: block;
    margin: 20px 0; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-contact-details {
      display: block;
      margin: 0 0 40px 0; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-contact-details a {
        font-weight: 400;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        display: block; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-careers {
      display: inline-block;
      color: #ffffff;
      padding: 10px 20px;
      border: 1px solid #ffffff;
      margin: 0 0 20px 0;
      font-size: 22px;
      line-height: 100%; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-careers:hover {
        background-color: #ffffff;
        color: #8a1538;
        text-decoration: none; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social {
      display: inline-block;
      margin: 0 0 0 20px; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social svg {
        padding: 1px; }
        #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social svg path {
          fill: #ffffff; }

#header-search-form-menu {
  display: none;
  position: absolute;
  left: 0px;
  bottom: -66px;
  z-index: 4; }
  #header-search-form-menu.show {
    display: block; }
  #header-search-form-menu .search {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 100;
    color: #000000;
    width: 340px;
    background-color: #ecf2f6;
    border: 1px solid #000000; }
    #header-search-form-menu .search::placeholder {
      color: #000000; }
  #header-search-form-menu .submit {
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 5;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #000000; }

#main-navigation {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: -100vh;
  left: 0;
  background-color: #ffffff;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  display: none; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #main-navigation {
      display: block; } }
  #main-navigation .top-section {
    background-color: #0e1b13;
    color: #ffffff;
    min-height: 120px;
    padding: 20px 0 0 0; }
    @media screen and (min-height: 730px) {
      #main-navigation .top-section {
        min-height: 200px;
        padding: 40px 0 0 0; } }
    #main-navigation .top-section .nav-logo {
      margin: 0;
      display: block;
      width: 140px; }
      #main-navigation .top-section .nav-logo.home {
        margin-top: -20px; }
      @media screen and (min-height: 730px) {
        #main-navigation .top-section .nav-logo {
          width: 200px; } }
      #main-navigation .top-section .nav-logo svg {
        padding: 1px;
        width: 100%;
        height: auto; }
    #main-navigation .top-section #header-menu-social {
      position: relative;
      display: flex;
      justify-content: flex-start;
      margin: 20px 0 0 0; }
      #main-navigation .top-section #header-menu-social .search-btn-menu {
        border: 1px solid #ffffff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        @media screen and (min-height: 730px) {
          #main-navigation .top-section #header-menu-social .search-btn-menu {
            height: 60px;
            width: 60px;
            margin-right: 20px; } }
        #main-navigation .top-section #header-menu-social .search-btn-menu svg {
          padding: 1px;
          width: auto;
          height: 14px; }
          @media screen and (min-height: 730px) {
            #main-navigation .top-section #header-menu-social .search-btn-menu svg {
              height: 20px; } }
          #main-navigation .top-section #header-menu-social .search-btn-menu svg rect,
          #main-navigation .top-section #header-menu-social .search-btn-menu svg path {
            fill: #ffffff; }
        #main-navigation .top-section #header-menu-social .search-btn-menu:hover {
          background-color: #ffffff; }
          #main-navigation .top-section #header-menu-social .search-btn-menu:hover svg rect,
          #main-navigation .top-section #header-menu-social .search-btn-menu:hover svg path {
            fill: #0e1b13; }
      #main-navigation .top-section #header-menu-social .social {
        border: 1px solid #ffffff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-in-out; }
        @media screen and (min-height: 730px) {
          #main-navigation .top-section #header-menu-social .social {
            height: 60px;
            width: 60px;
            margin-right: 20px; } }
        #main-navigation .top-section #header-menu-social .social svg {
          padding: 1px;
          width: auto;
          height: 14px; }
          @media screen and (min-height: 730px) {
            #main-navigation .top-section #header-menu-social .social svg {
              height: 20px; } }
          #main-navigation .top-section #header-menu-social .social svg rect,
          #main-navigation .top-section #header-menu-social .social svg path {
            fill: #ffffff; }
        #main-navigation .top-section #header-menu-social .social:hover {
          background-color: #ffffff; }
          #main-navigation .top-section #header-menu-social .social:hover svg rect,
          #main-navigation .top-section #header-menu-social .social:hover svg path {
            fill: #0e1b13; }
      #main-navigation .top-section #header-menu-social .members-area {
        border: 1px solid #ffffff;
        height: 40px;
        width: auto;
        border-radius: 20px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-in-out;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none; }
        @media screen and (min-height: 730px) {
          #main-navigation .top-section #header-menu-social .members-area {
            height: 60px;
            margin-right: 20px;
            font-size: 18px; } }
        #main-navigation .top-section #header-menu-social .members-area:hover {
          background-color: #ffffff;
          color: #0e1b13; }
  #main-navigation .menu-wrapper {
    margin-top: 20px; }
    @media screen and (min-height: 730px) {
      #main-navigation .menu-wrapper {
        margin-top: 40px; } }
  #main-navigation .menu-container {
    display: block;
    margin: 20px 0 0 0; }
    @media screen and (min-height: 730px) {
      #main-navigation .menu-container {
        margin: 30px 0 0 0; } }
    #main-navigation .menu-container.standard .nav-main-navigation {
      position: relative; }
      #main-navigation .menu-container.standard .nav-main-navigation .global-nav {
        margin: 0;
        padding: 0; }
        #main-navigation .menu-container.standard .nav-main-navigation .global-nav li {
          list-style: none;
          margin: 0 0 10px;
          padding: 0;
          line-height: 100%; }
          #main-navigation .menu-container.standard .nav-main-navigation .global-nav li a {
            margin: 0;
            font-size: 18px;
            line-height: 125%;
            color: #0e1b13;
            border: 0;
            text-decoration: none; }
            #main-navigation .menu-container.standard .nav-main-navigation .global-nav li a:hover {
              color: #004b40;
              border: 0;
              text-decoration: none; }
          #main-navigation .menu-container.standard .nav-main-navigation .global-nav li.current-menu-item a {
            color: #004b40; }
        #main-navigation .menu-container.standard .nav-main-navigation .global-nav li:first-child a {
          margin: 0;
          font-size: 26px;
          line-height: 110%;
          color: #004b40;
          border: 0;
          text-decoration: none;
          cursor: default; }
          #main-navigation .menu-container.standard .nav-main-navigation .global-nav li:first-child a:hover {
            color: #004b40;
            border: 0;
            text-decoration: none; }
    #main-navigation .menu-container.our-work .our-work-title {
      margin: 0;
      font-size: 26px;
      line-height: 110%;
      color: #004b40;
      border: 0;
      text-decoration: none;
      cursor: default; }
      #main-navigation .menu-container.our-work .our-work-title:hover {
        color: #004b40; }
    #main-navigation .menu-container.our-work .our-work-subtitle {
      text-transform: uppercase;
      margin: 20px 0 10px 0;
      font-size: 14px;
      line-height: 110%;
      color: #0e1b13;
      display: block; }
    #main-navigation .menu-container.our-work .nav-main-navigation {
      position: relative; }
      #main-navigation .menu-container.our-work .nav-main-navigation .global-nav {
        margin: 0;
        padding: 0; }
        #main-navigation .menu-container.our-work .nav-main-navigation .global-nav li {
          list-style: none;
          margin: 0 0 10px;
          padding: 0;
          line-height: 100%; }
          #main-navigation .menu-container.our-work .nav-main-navigation .global-nav li a {
            margin: 0;
            font-size: 18px;
            line-height: 125%;
            color: #0e1b13;
            border: 0;
            text-decoration: none; }
            #main-navigation .menu-container.our-work .nav-main-navigation .global-nav li a:hover {
              border: 0;
              text-decoration: none;
              color: #004b40; }
    #main-navigation .menu-container.top-level .nav-main-navigation {
      position: relative; }
      #main-navigation .menu-container.top-level .nav-main-navigation .global-nav {
        margin: 0;
        padding: 0; }
        #main-navigation .menu-container.top-level .nav-main-navigation .global-nav li {
          list-style: none;
          margin: 0 0 10px;
          padding: 0;
          line-height: 100%; }
          #main-navigation .menu-container.top-level .nav-main-navigation .global-nav li a {
            margin: 0;
            font-size: 26px;
            line-height: 120%;
            color: #0e1b13;
            border: 0;
            text-decoration: none; }
            #main-navigation .menu-container.top-level .nav-main-navigation .global-nav li a:hover {
              border: 0;
              text-decoration: none;
              color: #004b40; }
          #main-navigation .menu-container.top-level .nav-main-navigation .global-nav li.current-menu-item a {
            color: #004b40; }
  #main-navigation .nav-social.small {
    display: inline-block;
    margin: 0 10px 0 0; }
    #main-navigation .nav-social.small svg {
      padding: 1px;
      width: 16px; }
      #main-navigation .nav-social.small svg path, #main-navigation .nav-social.small svg rect, #main-navigation .nav-social.small svg circle {
        fill: #ffffff; }
    @media only screen and (min-width: 992px) {
      #main-navigation .nav-social.small {
        display: none; } }
  #main-navigation.open {
    top: 0; }
  #main-navigation .focus a {
    color: #0e1b13; }
  #main-navigation .left-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%; }
  #main-navigation .nav-contact-details {
    margin: 0 0 20px 0;
    display: block; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-contact-details {
        margin: 0 0 40px 0; } }
    #main-navigation .nav-contact-details a {
      font-weight: 400;
      margin: 0 0 10px;
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      display: block; }
  #main-navigation .nav-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-search {
        height: 160px; } }
    #main-navigation .nav-search .searchandfilter-wrapper {
      position: relative;
      width: 40%;
      min-width: 330px; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px 10px;
        margin: 5px 10px 0 0;
        outline: none;
        cursor: pointer; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #0e1b13; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
          margin: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          font-weight: normal;
          opacity: 0;
          pointer-events: none;
          padding: 0; }
          #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              padding: 10px;
              margin: 0; }
            #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: transparent; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
      #main-navigation .nav-search .searchandfilter-wrapper .search-header-form {
        display: none;
        float: left;
        width: 160px; }
        #main-navigation .nav-search .searchandfilter-wrapper .search-header-form.show {
          display: inline-block; }
      #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset {
        background-color: #ffffff; }
        #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
          position: relative;
          display: block;
          color: #002A3A;
          background-color: #ffffff;
          padding: 10px;
          border-bottom: 1px solid black;
          font-size: 16px;
          margin: 0;
          line-height: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset a {
          display: block;
          margin-bottom: 5px;
          color: #0e1b13;
          padding: 10px;
          min-width: 165px;
          text-decoration: none; }
          #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            background-color: #0e1b13;
            color: #ffffff; }
      #main-navigation .nav-search .searchandfilter-wrapper #btn-search {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter {
        width: 100%;
        min-width: 150px; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter ul {
          padding-left: 0; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter label {
          width: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .twitter-typeahead {
          width: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
          border: 0;
          border-bottom: 1px solid #0e1b13;
          border-radius: 0;
          padding: 5px 0;
          background-color: transparent;
          width: 100%;
          background-image: url(/wp-content/themes/boodle/build/img/search.svg);
          background-size: 16px;
          background-position: right center;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 992px) {
            #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
              width: 100%; } }
          #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text:active, #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text:focus {
            outline: 0;
            -moz-outline-style: none; }
          #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #0e1b13;
            opacity: 1;
            /* Firefox */ }
    #main-navigation .nav-search .nav-careers {
      background-color: #0e1b13;
      color: #ffffff;
      padding: 10px 15px;
      margin: 0 10px;
      transition: all 0.2s ease-in-out; }
      @media only screen and (min-width: 992px) {
        #main-navigation .nav-search .nav-careers {
          margin: 0 5px 0 10px; } }
      @media screen and (min-width: 1200px) {
        #main-navigation .nav-search .nav-careers {
          margin: 0 30px 0 40px; } }
      #main-navigation .nav-search .nav-careers:hover {
        text-decoration: none; }
    #main-navigation .nav-search .nav-social {
      display: none;
      margin: 0 10px; }
      @media only screen and (min-width: 992px) {
        #main-navigation .nav-search .nav-social {
          margin: 0 5px;
          display: inline-block; } }
      @media screen and (min-width: 1200px) {
        #main-navigation .nav-search .nav-social {
          margin: 0 10px; } }
      #main-navigation .nav-search .nav-social svg {
        padding: 1px;
        width: 16px; }
  #main-navigation h3 {
    margin: 0 0 20px 0; }
    @media screen and (min-height: 730px) {
      #main-navigation h3 {
        margin: 0 0 40px 0; } }
  #main-navigation h4 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px;
    color: #0e1b13; }
    #main-navigation h4 a {
      font-weight: 700;
      margin: 0 0 10px;
      font-size: 15px;
      line-height: 20px;
      color: #0e1b13; }
    #main-navigation h4.services-header {
      font-weight: 400;
      font-size: 26px;
      line-height: 36px; }
  #main-navigation .nav-focus .c-navigation__list {
    margin: 0 0 20px;
    padding: 0; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-focus .c-navigation__list {
        margin: 0 0 40px 0; } }
    #main-navigation .nav-focus .c-navigation__list li {
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-navigation .nav-focus .c-navigation__list li a {
        font-weight: 400;
        margin: 0 0 6px;
        font-size: 15px;
        line-height: 20px;
        color: #0e1b13;
        display: block; }

.c-header {
  position: absolute;
  top: 0;
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 81px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  align-items: center;
  z-index: 10;
  border-bottom: 1px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .c-header {
      border-bottom: none;
      height: 80px; } }
  .c-header .wrapper {
    width: 100%;
    max-width: 1800px; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .c-header {
      height: 119px; } }
  .c-header__brand {
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-header__brand a {
      display: block;
      padding: 0;
      border: none; }
      .c-header__brand a img {
        max-width: 200px; }
        @media only screen and (min-width: 992px) {
          .c-header__brand a img {
            max-width: 300px; } }
  .c-header__navigation {
    float: right;
    margin: 6px 0 0 0;
    display: flex;
    align-items: center; }
  .c-header__hamburger {
    z-index: 10000;
    margin: 0 -15px 0 0; }
    @media only screen and (min-width: 992px) {
      .c-header__hamburger {
        display: none; } }
  .c-header .logo {
    display: inline-block;
    border: 0 !important;
    width: 80px;
    margin-top: -20px;
    transition: all 0.2s ease-in; }
    @media only screen and (min-width: 768px) {
      .c-header .logo {
        margin-top: 1.25em;
        width: 200px; } }
    @media only screen and (min-width: 992px) {
      .c-header .logo {
        width: 200px; } }
    .c-header .logo.home {
      margin-top: 0px; }
      @media only screen and (min-width: 768px) {
        .c-header .logo.home {
          margin-top: 7em; } }
      @media only screen and (min-width: 992px) {
        .c-header .logo.home {
          margin-top: 5em; } }
    .c-header .logo svg {
      padding: 1px;
      width: 100%; }
    .c-header .logo img {
      display: block;
      width: 100%; }
  .c-header #header-social {
    position: absolute;
    top: 15px;
    right: 150px;
    display: flex;
    justify-content: flex-end; }
    .c-header #header-social .social {
      width: 28px;
      margin: 0 10px;
      text-decoration: none;
      border: 0; }
      .c-header #header-social .social svg {
        width: 100%; }
      .c-header #header-social .social:hover {
        text-decoration: none;
        border: 0; }
  .c-header .btn-search {
    display: none;
    position: absolute;
    top: 8px;
    right: 25px;
    width: 14px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-header .btn-search {
        display: block; } }
    .c-header .btn-search img {
      width: 100%; }
  .c-header.scroll {
    padding: 0;
    transition: all 0.3s ease-in-out; }
    .c-header.scroll .logo {
      display: inline-block;
      margin-top: 5px;
      border: 0 !important;
      width: 160px; }
      .c-header.scroll .logo svg {
        padding: 1px;
        width: 100%; }
      @media only screen and (min-width: 768px) {
        .c-header.scroll .logo {
          width: 204px; } }
      @media only screen and (min-width: 992px) {
        .c-header.scroll .logo {
          width: 204px; } }
      .c-header.scroll .logo img {
        display: block;
        width: 100%; }
  .c-header .header-social {
    display: none;
    float: right;
    margin-top: 14px; }
    @media only screen and (min-width: 768px) {
      .c-header .header-social {
        display: inline-block; } }
    .c-header .header-social a {
      margin: 0 0 0 15px;
      text-decoration: none;
      border: 0; }
      .c-header .header-social a:hover {
        text-decoration: none;
        border: 0; }
      .c-header .header-social a svg {
        padding: 1px;
        width: 16px; }
        .c-header .header-social a svg path {
          fill: #ffffff; }
  .c-header .cta {
    float: right;
    margin: 2px 0 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-header .cta {
        display: block; } }

.page-template-home .c-header,
.page-template-careers .c-header {
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 81px; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .page-template-home .c-header,
    .page-template-careers .c-header {
      height: 119px; } }
  .page-template-home .c-header .bg,
  .page-template-careers .c-header .bg {
    background-color: #000000;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    opacity: 0.2; }
    @media screen and (min-width: 992px) and (min-height: 600px) {
      .page-template-home .c-header .bg,
      .page-template-careers .c-header .bg {
        height: 119px; } }

.page-theme-light .c-header {
  border-bottom: 1px solid #0e1b13; }
  @media only screen and (min-width: 768px) {
    .page-theme-light .c-header {
      border-bottom: none; } }

#responsive-menu-button {
  display: none;
  background: transparent !important; }

.search-header {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #002A3A;
  padding: 10px 0; }
  .search-header .search-form {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .search-header .search-form input {
      border: 1px solid #ffffff;
      color: #000000;
      font-family: "UniversLTPro-45Light", sans-serif;
      font-size: 16px;
      padding: 7px 5px 5px;
      outline: 0 !important; }
    .search-header .search-form .search-submit {
      color: #ffffff;
      font-family: "UniversLTPro-45Light", sans-serif;
      margin: 5px 10px 0; }
  .search-header.open {
    display: block; }

.breadcrumbs-container {
  position: relative;
  display: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs-container {
      display: block; } }
  .breadcrumbs-container .wrapper {
    width: 100%;
    max-width: 1800px; }
  .breadcrumbs-container .border-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid #0e1b13; }
  .breadcrumbs-container .border-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid #0e1b13; }
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    align-items: center;
    height: 62px; }
    .breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs span {
      display: inline-block;
      margin-right: 10px;
      color: #0e1b13; }
      .breadcrumbs-container .breadcrumbs a.mobile, .breadcrumbs-container .breadcrumbs span.mobile {
        display: none; }
        @media only screen and (min-width: 768px) {
          .breadcrumbs-container .breadcrumbs a.mobile, .breadcrumbs-container .breadcrumbs span.mobile {
            display: inline-block; } }
      .breadcrumbs-container .breadcrumbs a.client-breadcrumb, .breadcrumbs-container .breadcrumbs span.client-breadcrumb {
        display: none; }
        .breadcrumbs-container .breadcrumbs a.client-breadcrumb.show, .breadcrumbs-container .breadcrumbs span.client-breadcrumb.show {
          display: inline-block; }
    .breadcrumbs-container .breadcrumbs svg {
      padding: 1px;
      display: inline-block;
      margin-right: 10px; }
      .breadcrumbs-container .breadcrumbs svg.client-breadcrumb {
        display: none; }
        .breadcrumbs-container .breadcrumbs svg.client-breadcrumb.show {
          display: inline-block; }

.page-theme-navy .btn-menu:hover {
  background-color: #600F27; }
.page-theme-navy .breadcrumbs-container .border-t {
  border-top: 1px solid #ffffff; }
.page-theme-navy .breadcrumbs-container .border-b {
  border-top: 1px solid #ffffff; }
.page-theme-navy .breadcrumbs-container .breadcrumbs a, .page-theme-navy .breadcrumbs-container .breadcrumbs span {
  color: #ffffff; }

.page-theme-grey .btn-menu {
  background-color: #0e1b13; }
  .page-theme-grey .btn-menu:hover {
    background-color: #600F27; }
.page-theme-grey .breadcrumbs-container .border-t {
  border-top: 1px solid #0e1b13; }
.page-theme-grey .breadcrumbs-container .border-b {
  border-top: 1px solid #0e1b13; }
.page-theme-grey .breadcrumbs-container .breadcrumbs a, .page-theme-grey .breadcrumbs-container .breadcrumbs span {
  color: #0e1b13; }

#header-search-form-menu ul,
#header-search-form ul {
  padding: 0; }
#header-search-form-menu .sf-input-text,
#header-search-form .sf-input-text {
  padding: 8px 14px;
  font-size: 14px;
  background-color: #fff;
  border: 0; }

#header-search {
  float: right;
  width: 340px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #header-search {
      display: inline-block;
      margin: 0 100px 0 20px; } }
  @media only screen and (min-width: 1200px) {
    #header-search {
      margin: 0 0 0 20px; } }
  #header-search .sf-input-text {
    padding: 8px 14px;
    font-size: 14px;
    background-color: #fff;
    border: 0; }
  #header-search .searchandfilter-wrapper {
    position: relative; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
      float: left;
      position: relative;
      width: 140px;
      padding: 5px 10px;
      margin: 5px 10px 0 0;
      color: #ffffff;
      outline: none;
      cursor: pointer; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
        display: block; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
        margin: 0;
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-weight: normal;
        opacity: 0;
        pointer-events: none;
        padding: 0; }
        #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
          display: block;
          margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
            background-color: #ffffff;
            display: block;
            text-decoration: none;
            color: #0e1b13;
            padding: 10px;
            margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
            background: #f3f8f8; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
        opacity: 1;
        pointer-events: auto; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 6px 0px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
      border-color: #fff transparent;
      border-width: 0px 6px 6px 6px;
      margin-top: -3px; }
    #header-search .searchandfilter-wrapper .search-header-form {
      display: none;
      float: left;
      width: 160px; }
      #header-search .searchandfilter-wrapper .search-header-form.show {
        display: inline-block; }
    #header-search .searchandfilter-wrapper .tt-menu .tt-dataset {
      background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
        position: relative;
        display: block;
        color: #002A3A;
        background-color: #ffffff;
        padding: 10px;
        border-bottom: 1px solid black;
        font-size: 16px;
        margin: 0;
        line-height: 100%; }
      #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a {
        display: block;
        margin-bottom: 5px;
        color: #0e1b13;
        padding: 10px;
        min-width: 200px;
        text-decoration: none; }
        #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
          background-color: #0e1b13;
          color: #ffffff; }
    #header-search .searchandfilter-wrapper #btn-search-all {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      cursor: pointer;
      z-index: 2; }
    #header-search .searchandfilter-wrapper #btn-search-people {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      cursor: pointer;
      z-index: 2; }
    #header-search .searchandfilter-wrapper .searchandfilter {
      width: 100%;
      min-width: 150px; }
      #header-search .searchandfilter-wrapper .searchandfilter ul {
        padding-left: 0; }
      #header-search .searchandfilter-wrapper .searchandfilter label {
        width: 100%; }
      #header-search .searchandfilter-wrapper .searchandfilter .twitter-typeahead {
        width: 100%; }
      #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100%;
        color: #ffffff;
        background-image: url(/wp-content/themes/boodle/build/img/search-white.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 992px) {
          #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
            width: 100%; } }
        #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text:active, #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text:focus {
          outline: 0;
          -moz-outline-style: none; }
        #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #ffffff;
          opacity: 1;
          /* Firefox */ }
  #header-search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }

.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
  float: left;
  position: relative;
  width: 140px;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  outline: none;
  cursor: pointer; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e1b13; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
    display: block; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    padding: 0; }
    .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li,
    .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
      display: block;
      margin: 0; }
      .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a,
      .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
        background-color: #f8f8f8;
        display: block;
        text-decoration: none;
        padding: 10px;
        margin: 0; }
      .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a,
      .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
        background: #f1f1f1; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto; }
.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: transparent; }
.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
  border-color: transparent;
  border-width: 0px 6px 6px 6px;
  margin-top: -3px; }
.page-theme-light #header-search .searchandfilter-wrapper .sf-input-text,
.page-theme-grey #header-search .searchandfilter-wrapper .sf-input-text {
  border-bottom: 1px solid;
  color: #0e1b13;
  background-image: url(/wp-content/themes/boodle/build/img/search.svg); }
.page-theme-light #header-search .searchandfilter-wrapper ::placeholder,
.page-theme-grey #header-search .searchandfilter-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0e1b13;
  opacity: 1;
  /* Firefox */ }

#header-strapline {
  float: right;
  display: none; }
  @media only screen and (min-width: 992px) {
    #header-strapline {
      display: inline-block; } }
  #header-strapline h4 {
    margin: 5px 0 0 0;
    color: #ffffff; }

.mobile-search {
  position: absolute;
  right: 100px;
  top: 0px;
  padding: 10px;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .mobile-search {
      display: none; } }

#header-search-additional {
  position: absolute;
  top: 81px;
  width: 100%;
  max-height: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #ffffff;
  display: none; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    #header-search-additional {
      display: none !important; } }
  #header-search-additional .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #header-search-additional .strapline {
    text-align: center;
    padding: 0 0 20px 0; }
    #header-search-additional .strapline h4 {
      color: #ffffff; }
  #header-search-additional .search {
    padding: 0 0 20px 0;
    text-align: center; }
    #header-search-additional .search .searchandfilter-wrapper {
      position: relative; }
      #header-search-additional .search .searchandfilter-wrapper label {
        width: 100%; }
      #header-search-additional .search .searchandfilter-wrapper .sf-input-text {
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100%;
        color: #ffffff;
        background-image: url(/wp-content/themes/boodle/build/img/search-white.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat; }
      #header-search-additional .search .searchandfilter-wrapper ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      #header-search-additional .search .searchandfilter-wrapper .search-header-form {
        display: none; }
        #header-search-additional .search .searchandfilter-wrapper .search-header-form.show {
          display: inline-block;
          width: calc(100% - 150px); }
          #header-search-additional .search .searchandfilter-wrapper .search-header-form.show .twitter-typeahead {
            width: 100%; }
      #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset {
        background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
          position: relative;
          display: block;
          color: #002A3A;
          background-color: #ffffff;
          padding: 10px;
          border-bottom: 1px solid black;
          font-size: 16px;
          margin: 0;
          line-height: 100%; }
        #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a {
          display: block;
          margin-bottom: 5px;
          color: #0e1b13;
          padding: 10px;
          min-width: 200px;
          text-decoration: none; }
          #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            background-color: #0e1b13;
            color: #ffffff; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-all {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-people {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px;
        margin: 5px 10px 0 0;
        color: #ffffff;
        outline: none;
        text-align: left;
        cursor: pointer; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 span {
          display: block;
          text-align: left; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
          margin: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          font-weight: normal;
          opacity: 0;
          pointer-events: none;
          padding: 0; }
          #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              padding: 10px;
              margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: #ffffff transparent; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: #ffffff transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
    #header-search-additional .search ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
  #header-search-additional.open {
    opacity: 1;
    max-height: 400px;
    display: block; }

[data-inview] {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.95);
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  [data-inview].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

.c-loader {
  display: none;
  margin: 50px auto;
  position: relative;
  border-top: 4px solid rgba(14, 27, 19, 0.2);
  border-right: 4px solid rgba(14, 27, 19, 0.2);
  border-bottom: 4px solid rgba(14, 27, 19, 0.2);
  border-left: 4px solid #0e1b13;
  transform: translate3d(0, 0, 0);
  animation: spinner 0.5s infinite linear; }
  .is-loading .c-loader {
    display: block; }
  .c-loader, .c-loader::after {
    border-radius: 50%;
    width: 30px;
    height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.c-location a {
  color: inherit; }
.c-location__address {
  margin: 0; }
.c-location__separator {
  margin: 0 0 5px 0; }
.c-location__telephone {
  margin: 0; }
.c-location__map {
  margin-top: 10px; }
  .c-location__map a {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    color: #000000;
    border: 0; }
    .c-location__map a .icn {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      height: 100%;
      width: 29px;
      left: -29px;
      top: -4px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .c-location__map a .title {
      display: inline-block;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s;
      -webkit-backface-visibility: hidden;
      -moz-transition: all 0.3s;
      -moz-backface-visibility: hidden;
      transition: all 0.3s;
      backface-visibility: hidden; }
    .c-location__map a:hover .title, .c-location__map a.selected .title {
      -webkit-transform: translateX(44px);
      -moz-transform: translateX(44px);
      -ms-transform: translateX(44px);
      transform: translateX(44px);
      color: #000000; }
    .c-location__map a:hover .icn, .c-location__map a.selected .icn {
      left: 0; }
    .c-location__map a:hover {
      text-decoration: none; }
.c-location .embed-container {
  margin-top: 20px; }
  .c-location .embed-container iframe {
    width: 100%;
    height: 200px; }

.main-menu-wrapper {
  display: block; }

.c-navigation {
  width: auto;
  display: inline-block;
  margin-right: 45px; }
  @media only screen and (min-width: 768px) {
    .c-navigation.footer {
      float: right; } }
  .c-navigation.search {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .c-navigation {
      overflow: visible; } }
  .has-menu .c-navigation {
    transform: translate3d(0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .c-navigation {
      position: static;
      background-color: transparent;
      transform: translate3d(0, 0, 0); } }
  .c-navigation__container {
    width: 100%;
    margin: 0;
    padding: 0; }
  .c-navigation__list {
    position: relative;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-navigation__list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
    .c-navigation__list li {
      font-size: 16px;
      line-height: 26px;
      color: #002A3A;
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .c-navigation__list li {
          width: auto;
          margin: 5px 0 0 38px;
          text-align: center; } }
      .c-navigation__list li.current-menu-item a {
        border-bottom-color: #000000; }
    .c-navigation__list a {
      font-size: 16px;
      font-weight: 700;
      color: #000000;
      padding: 0 0 5px;
      width: auto;
      border-bottom-color: transparent; }
      .c-navigation__list a:hover {
        text-decoration: none;
        border-bottom-color: #000000; }

.footer-nav {
  list-style: none; }
  .footer-nav li {
    text-align: left;
    margin: 0 0 25px;
    background-image: url("/wp-content/themes/wgbc/build/img/arrow-right.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px; }
    .footer-nav li a {
      font-weight: 700;
      color: #ffffff;
      font-size: 20px;
      line-height: 115%; }
      @media only screen and (min-width: 768px) {
        .footer-nav li a {
          font-size: 24px; } }
      @media only screen and (min-width: 992px) {
        .footer-nav li a {
          font-size: 30px; } }

#responsive-menu-container #responsive-menu-wrapper {
  padding: 20px 0;
  background-color: #002a3a !important; }

.responsive-menu-search-box {
  border: 1px solid #ffffff !important;
  height: 40px !important;
  padding: 0 10px !important; }

button#responsive-menu-button {
  z-index: 10001;
  display: inline-block;
  right: 20px !important; }

@media only screen and (max-width: 920px) {
  #navigation-header {
    display: none !important; } }

.c-pp {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-pp__icon {
    display: block;
    position: absolute;
    width: 12px;
    height: 20px;
    box-sizing: border-box;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff; }
    .c-pp.is-play .c-pp__icon {
      width: 30px;
      border-right: 15px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff;
      transform: translate3d(30%, 0, 0); }

.c-section {
  width: 100%;
  padding: 40px 0;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    .c-section {
      padding: 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .c-section {
      padding: 100px 0; } }
  .c-section.padding-none {
    padding: 0 !important; }
  .c-section.padding-top {
    padding-bottom: 0 !important; }
  .c-section.padding-bottom {
    padding-top: 0 !important; }
  .c-section .wrapper {
    width: 100%;
    max-width: 1800px; }
  .c-section.theme-navy {
    background-color: #0e1b13;
    color: #ffffff; }
    .c-section.theme-navy a {
      color: #ffffff; }
  .c-section.theme-teal {
    background-color: #004b40;
    color: #ffffff; }
    .c-section.theme-teal a {
      color: #ffffff; }
  .c-section.theme-green {
    background-color: #004b40;
    color: #ffffff; }
    .c-section.theme-green a {
      color: #ffffff; }
  .c-section.theme-pistachio {
    background-color: #90c8a0;
    color: #0e1b13; }
  .c-section.theme-mint {
    background-color: #f5f3ea;
    color: #0e1b13; }
  .c-section.theme-salmon {
    background-color: #004b40;
    color: #ffffff; }
    .c-section.theme-salmon a {
      color: #ffffff; }
  .c-section.theme-aqua {
    background-color: #00e87b;
    color: #0e1b13; }
  .c-section.theme-baby_pink {
    background-color: #f5f3ea;
    color: #ffffff; }
  .c-section.theme-sea {
    background-color: #00dcaf;
    color: #ffffff; }
    .c-section.theme-sea a {
      color: #ffffff; }
  .c-section.theme-sage {
    background-color: #004b40;
    color: #ffffff; }
    .c-section.theme-sage a {
      color: #ffffff; }
  .c-section.theme-grey {
    background-color: #babfc4;
    color: #0e1b13; }
  .c-section.theme-purple {
    background-color: #00e87b;
    color: #0e1b13; }
    .c-section.theme-purple a {
      color: #0e1b13; }
  .c-section.theme-grey {
    background-color: #babfc4; }
  .c-section.theme-white {
    background-color: #ffffff;
    color: #000000; }
  .c-section.theme-black {
    background-color: #000000;
    color: #ffffff; }
  .c-section.theme-sus-red-light {
    background-color: #FF2D21;
    color: #ffffff; }
    .c-section.theme-sus-red-light a {
      color: #ffffff; }
  .c-section.theme-sus-red {
    background-color: #D3282A;
    color: #ffffff; }
    .c-section.theme-sus-red a {
      color: #ffffff; }
  .c-section.theme-sus-red-dark {
    background-color: #951D33;
    color: #ffffff; }
  .c-section.theme-sus-gold {
    background-color: #DB9E2F;
    color: #ffffff; }
    .c-section.theme-sus-gold a {
      color: #ffffff; }
  .c-section.theme-sus-green-light {
    background-color: #44B448;
    color: #ffffff; }
    .c-section.theme-sus-green-light a {
      color: #ffffff; }
  .c-section.theme-sus-green {
    background-color: #379F44;
    color: #ffffff; }
    .c-section.theme-sus-green a {
      color: #ffffff; }
  .c-section.theme-sus-green-dark {
    background-color: #427939;
    color: #ffffff; }
  .c-section.theme-sus-orange-dark {
    background-color: #FF6722;
    color: #ffffff; }
  .c-section.theme-sus-orange-light {
    background-color: #FF9930;
    color: #ffffff; }
  .c-section.theme-sus-cyan {
    background-color: #17B8DD;
    color: #ffffff; }
    .c-section.theme-sus-cyan a {
      color: #ffffff; }
  .c-section.theme-sus-blue-light {
    background-color: #0081C0;
    color: #ffffff; }
    .c-section.theme-sus-blue-light a {
      color: #ffffff; }
  .c-section.theme-sus-blue {
    background-color: #084F8D;
    color: #ffffff; }
    .c-section.theme-sus-blue a {
      color: #ffffff; }
  .c-section.theme-sus-blue-dark {
    background-color: #103167;
    color: #ffffff; }
    .c-section.theme-sus-blue-dark a {
      color: #ffffff; }
  .c-section.theme-sus-yellow {
    background-color: #FFB32F;
    color: #ffffff; }
    .c-section.theme-sus-yellow a {
      color: #ffffff; }
  .c-section.theme-sus-pink {
    background-color: #EE338F;
    color: #ffffff; }
    .c-section.theme-sus-pink a {
      color: #ffffff; }

.box.theme-white,
.article-content.theme-white,
.carousel-item.theme-white,
.carousel-column.theme-white,
.accordionSection.theme-white,
.theme-options.theme-white,
.theme-split.theme-white,
.theme-section.theme-white {
  background-color: #ffffff;
  color: #ffffff; }
.box.theme-sea,
.article-content.theme-sea,
.carousel-item.theme-sea,
.carousel-column.theme-sea,
.accordionSection.theme-sea,
.theme-options.theme-sea,
.theme-split.theme-sea,
.theme-section.theme-sea {
  background-color: #00dcaf;
  color: #ffffff; }
.box.theme-navy,
.article-content.theme-navy,
.carousel-item.theme-navy,
.carousel-column.theme-navy,
.accordionSection.theme-navy,
.theme-options.theme-navy,
.theme-split.theme-navy,
.theme-section.theme-navy {
  background-color: #0e1b13;
  color: #ffffff; }
.box.theme-teal,
.article-content.theme-teal,
.carousel-item.theme-teal,
.carousel-column.theme-teal,
.accordionSection.theme-teal,
.theme-options.theme-teal,
.theme-split.theme-teal,
.theme-section.theme-teal {
  background-color: #004b40;
  color: #ffffff; }
.box.theme-eggshell_blue,
.article-content.theme-eggshell_blue,
.carousel-item.theme-eggshell_blue,
.carousel-column.theme-eggshell_blue,
.accordionSection.theme-eggshell_blue,
.theme-options.theme-eggshell_blue,
.theme-split.theme-eggshell_blue,
.theme-section.theme-eggshell_blue {
  background-color: #7ba7b3;
  color: #ffffff; }
.box.theme-green,
.article-content.theme-green,
.carousel-item.theme-green,
.carousel-column.theme-green,
.accordionSection.theme-green,
.theme-options.theme-green,
.theme-split.theme-green,
.theme-section.theme-green {
  background-color: #004b40;
  color: #ffffff; }
.box.theme-mint,
.article-content.theme-mint,
.carousel-item.theme-mint,
.carousel-column.theme-mint,
.accordionSection.theme-mint,
.theme-options.theme-mint,
.theme-split.theme-mint,
.theme-section.theme-mint {
  background-color: #f5f3ea;
  color: #ffffff; }
.box.theme-pistachio,
.article-content.theme-pistachio,
.carousel-item.theme-pistachio,
.carousel-column.theme-pistachio,
.accordionSection.theme-pistachio,
.theme-options.theme-pistachio,
.theme-split.theme-pistachio,
.theme-section.theme-pistachio {
  background-color: #90c8a0;
  color: #0e1b13; }
.box.theme-aqua,
.article-content.theme-aqua,
.carousel-item.theme-aqua,
.carousel-column.theme-aqua,
.accordionSection.theme-aqua,
.theme-options.theme-aqua,
.theme-split.theme-aqua,
.theme-section.theme-aqua {
  background-color: #00e87b;
  color: #0e1b13; }
.box.theme-sage,
.article-content.theme-sage,
.carousel-item.theme-sage,
.carousel-column.theme-sage,
.accordionSection.theme-sage,
.theme-options.theme-sage,
.theme-split.theme-sage,
.theme-section.theme-sage {
  background-color: #004b40;
  color: #ffffff; }
.box.theme-purple,
.article-content.theme-purple,
.carousel-item.theme-purple,
.carousel-column.theme-purple,
.accordionSection.theme-purple,
.theme-options.theme-purple,
.theme-split.theme-purple,
.theme-section.theme-purple {
  background-color: #00e87b;
  color: #0e1b13; }
.box.theme-salmon,
.article-content.theme-salmon,
.carousel-item.theme-salmon,
.carousel-column.theme-salmon,
.accordionSection.theme-salmon,
.theme-options.theme-salmon,
.theme-split.theme-salmon,
.theme-section.theme-salmon {
  background-color: #004b40;
  color: #ffffff; }
.box.theme-baby_pink,
.article-content.theme-baby_pink,
.carousel-item.theme-baby_pink,
.carousel-column.theme-baby_pink,
.accordionSection.theme-baby_pink,
.theme-options.theme-baby_pink,
.theme-split.theme-baby_pink,
.theme-section.theme-baby_pink {
  background-color: #f5f3ea;
  color: #ffffff; }
.box.theme-grey,
.article-content.theme-grey,
.carousel-item.theme-grey,
.carousel-column.theme-grey,
.accordionSection.theme-grey,
.theme-options.theme-grey,
.theme-split.theme-grey,
.theme-section.theme-grey {
  background-color: #babfc4; }
.box.theme-red,
.article-content.theme-red,
.carousel-item.theme-red,
.carousel-column.theme-red,
.accordionSection.theme-red,
.theme-options.theme-red,
.theme-split.theme-red,
.theme-section.theme-red {
  color: #ffffff; }
.box.theme-sus-red-light,
.article-content.theme-sus-red-light,
.carousel-item.theme-sus-red-light,
.carousel-column.theme-sus-red-light,
.accordionSection.theme-sus-red-light,
.theme-options.theme-sus-red-light,
.theme-split.theme-sus-red-light,
.theme-section.theme-sus-red-light {
  background-color: #FF2D21;
  color: #ffffff; }
.box.theme-sus-red,
.article-content.theme-sus-red,
.carousel-item.theme-sus-red,
.carousel-column.theme-sus-red,
.accordionSection.theme-sus-red,
.theme-options.theme-sus-red,
.theme-split.theme-sus-red,
.theme-section.theme-sus-red {
  background-color: #D3282A;
  color: #ffffff; }
.box.theme-sus-red-dark,
.article-content.theme-sus-red-dark,
.carousel-item.theme-sus-red-dark,
.carousel-column.theme-sus-red-dark,
.accordionSection.theme-sus-red-dark,
.theme-options.theme-sus-red-dark,
.theme-split.theme-sus-red-dark,
.theme-section.theme-sus-red-dark {
  background-color: #951D33;
  color: #ffffff; }
.box.theme-sus-gold,
.article-content.theme-sus-gold,
.carousel-item.theme-sus-gold,
.carousel-column.theme-sus-gold,
.accordionSection.theme-sus-gold,
.theme-options.theme-sus-gold,
.theme-split.theme-sus-gold,
.theme-section.theme-sus-gold {
  background-color: #DB9E2F;
  color: #ffffff; }
.box.theme-sus-green-light,
.article-content.theme-sus-green-light,
.carousel-item.theme-sus-green-light,
.carousel-column.theme-sus-green-light,
.accordionSection.theme-sus-green-light,
.theme-options.theme-sus-green-light,
.theme-split.theme-sus-green-light,
.theme-section.theme-sus-green-light {
  background-color: #44B448;
  color: #ffffff; }
.box.theme-sus-green,
.article-content.theme-sus-green,
.carousel-item.theme-sus-green,
.carousel-column.theme-sus-green,
.accordionSection.theme-sus-green,
.theme-options.theme-sus-green,
.theme-split.theme-sus-green,
.theme-section.theme-sus-green {
  background-color: #379F44;
  color: #ffffff; }
.box.theme-sus-green-dark,
.article-content.theme-sus-green-dark,
.carousel-item.theme-sus-green-dark,
.carousel-column.theme-sus-green-dark,
.accordionSection.theme-sus-green-dark,
.theme-options.theme-sus-green-dark,
.theme-split.theme-sus-green-dark,
.theme-section.theme-sus-green-dark {
  background-color: #427939;
  color: #ffffff; }
.box.theme-sus-orange-dark,
.article-content.theme-sus-orange-dark,
.carousel-item.theme-sus-orange-dark,
.carousel-column.theme-sus-orange-dark,
.accordionSection.theme-sus-orange-dark,
.theme-options.theme-sus-orange-dark,
.theme-split.theme-sus-orange-dark,
.theme-section.theme-sus-orange-dark {
  background-color: #FF6722;
  color: #ffffff; }
.box.theme-sus-orange-light,
.article-content.theme-sus-orange-light,
.carousel-item.theme-sus-orange-light,
.carousel-column.theme-sus-orange-light,
.accordionSection.theme-sus-orange-light,
.theme-options.theme-sus-orange-light,
.theme-split.theme-sus-orange-light,
.theme-section.theme-sus-orange-light {
  background-color: #FF9930;
  color: #ffffff; }
.box.theme-sus-cyan,
.article-content.theme-sus-cyan,
.carousel-item.theme-sus-cyan,
.carousel-column.theme-sus-cyan,
.accordionSection.theme-sus-cyan,
.theme-options.theme-sus-cyan,
.theme-split.theme-sus-cyan,
.theme-section.theme-sus-cyan {
  background-color: #17B8DD;
  color: #ffffff; }
.box.theme-sus-blue-light,
.article-content.theme-sus-blue-light,
.carousel-item.theme-sus-blue-light,
.carousel-column.theme-sus-blue-light,
.accordionSection.theme-sus-blue-light,
.theme-options.theme-sus-blue-light,
.theme-split.theme-sus-blue-light,
.theme-section.theme-sus-blue-light {
  background-color: #0081C0;
  color: #ffffff; }
.box.theme-sus-blue,
.article-content.theme-sus-blue,
.carousel-item.theme-sus-blue,
.carousel-column.theme-sus-blue,
.accordionSection.theme-sus-blue,
.theme-options.theme-sus-blue,
.theme-split.theme-sus-blue,
.theme-section.theme-sus-blue {
  background-color: #084F8D;
  color: #ffffff; }
.box.theme-sus-blue-dark,
.article-content.theme-sus-blue-dark,
.carousel-item.theme-sus-blue-dark,
.carousel-column.theme-sus-blue-dark,
.accordionSection.theme-sus-blue-dark,
.theme-options.theme-sus-blue-dark,
.theme-split.theme-sus-blue-dark,
.theme-section.theme-sus-blue-dark {
  background-color: #103167;
  color: #ffffff; }
.box.theme-sus-yellow,
.article-content.theme-sus-yellow,
.carousel-item.theme-sus-yellow,
.carousel-column.theme-sus-yellow,
.accordionSection.theme-sus-yellow,
.theme-options.theme-sus-yellow,
.theme-split.theme-sus-yellow,
.theme-section.theme-sus-yellow {
  background-color: #FFB32F;
  color: #ffffff; }
.box.theme-sus-pink,
.article-content.theme-sus-pink,
.carousel-item.theme-sus-pink,
.carousel-column.theme-sus-pink,
.accordionSection.theme-sus-pink,
.theme-options.theme-sus-pink,
.theme-split.theme-sus-pink,
.theme-section.theme-sus-pink {
  background-color: #EE338F;
  color: #ffffff; }

.filter-container .pagination .nav-next {
  margin-right: 20px; }
  .filter-container .pagination .nav-next a {
    padding: 10px 20px;
    background-color: #004b40;
    color: #ffffff !important;
    border-radius: 5px;
    text-decoration: none; }
    .filter-container .pagination .nav-next a:hover {
      background-color: #0e1b13; }
.filter-container .pagination .nav-previous a {
  padding: 10px 20px;
  background-color: #004b40;
  color: #ffffff !important;
  border-radius: 5px;
  text-decoration: none; }
  .filter-container .pagination .nav-previous a:hover {
    background-color: #0e1b13; }

.accordionSection .accordion-item {
  background: none;
  border: 0; }
  .accordionSection .accordion-item .accordion-header {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    min-height: 70px;
    cursor: pointer; }
    .accordionSection .accordion-item .accordion-header.sustainable {
      padding: 40px 0; }
    .accordionSection .accordion-item .accordion-header .wrapper {
      width: 100%;
      max-width: 1800px; }
    .accordionSection .accordion-item .accordion-header .header-wrapper {
      position: relative;
      display: block; }
      @media only screen and (min-width: 768px) {
        .accordionSection .accordion-item .accordion-header .header-wrapper {
          display: flex;
          align-items: center; } }
      .accordionSection .accordion-item .accordion-header .header-wrapper .drawer-image {
        display: block;
        width: 100%;
        max-width: 75px;
        margin: 0 20px 20px 0; }
        @media only screen and (min-width: 768px) {
          .accordionSection .accordion-item .accordion-header .header-wrapper .drawer-image {
            margin: 0 40px 0 0; } }
      .accordionSection .accordion-item .accordion-header .header-wrapper .header-inner .sub-title {
        margin: 10px 0 0 0;
        display: block; }
      .accordionSection .accordion-item .accordion-header .header-wrapper h2, .accordionSection .accordion-item .accordion-header .header-wrapper h3, .accordionSection .accordion-item .accordion-header .header-wrapper a {
        margin: 0;
        color: #ffffff;
        padding-right: 28px; }
        .accordionSection .accordion-item .accordion-header .header-wrapper h2.theme-white, .accordionSection .accordion-item .accordion-header .header-wrapper h2.theme-mint, .accordionSection .accordion-item .accordion-header .header-wrapper h2.theme-aqua, .accordionSection .accordion-item .accordion-header .header-wrapper h3.theme-white, .accordionSection .accordion-item .accordion-header .header-wrapper h3.theme-mint, .accordionSection .accordion-item .accordion-header .header-wrapper h3.theme-aqua, .accordionSection .accordion-item .accordion-header .header-wrapper a.theme-white, .accordionSection .accordion-item .accordion-header .header-wrapper a.theme-mint, .accordionSection .accordion-item .accordion-header .header-wrapper a.theme-aqua {
          color: #0e1b13; }
      .accordionSection .accordion-item .accordion-header .header-wrapper .icon-wrapper {
        position: absolute;
        right: 0;
        top: 50%; }
        .accordionSection .accordion-item .accordion-header .header-wrapper .icon-wrapper .icon {
          display: block;
          width: 28px;
          height: 2px;
          position: relative;
          background-color: #ffffff;
          transition: all 0.6s ease-in-out;
          transform: rotateY(0deg) rotate(0deg); }
          .accordionSection .accordion-item .accordion-header .header-wrapper .icon-wrapper .icon:before {
            top: 0px;
            transform: rotateY(0deg) rotate(0deg);
            background-color: #ffffff;
            content: "";
            width: 28px;
            height: 2px;
            position: absolute;
            transition: all 0.6s ease-in-out; }
    .accordionSection .accordion-item .accordion-header.collapsed .header-wrapper .icon-wrapper .icon {
      height: 2px;
      transform: rotateY(0deg) rotate(0deg); }
      .accordionSection .accordion-item .accordion-header.collapsed .header-wrapper .icon-wrapper .icon:before {
        transform: rotateY(0deg) rotate(90deg);
        top: 0px; }
.accordionSection.theme-sage .header-wrapper h2, .accordionSection.theme-sage .header-wrapper h3, .accordionSection.theme-sage .header-wrapper a {
  color: #ffffff; }
.accordionSection.theme-mint .header-wrapper h2, .accordionSection.theme-mint .header-wrapper h3, .accordionSection.theme-mint .header-wrapper a, .accordionSection.theme-purple .header-wrapper h2, .accordionSection.theme-purple .header-wrapper h3, .accordionSection.theme-purple .header-wrapper a, .accordionSection.theme-white .header-wrapper h2, .accordionSection.theme-white .header-wrapper h3, .accordionSection.theme-white .header-wrapper a, .accordionSection.theme-aqua .header-wrapper h2, .accordionSection.theme-aqua .header-wrapper h3, .accordionSection.theme-aqua .header-wrapper a {
  color: #0e1b13 !important; }
.accordionSection.theme-mint .header-wrapper .icon-wrapper .icon, .accordionSection.theme-purple .header-wrapper .icon-wrapper .icon, .accordionSection.theme-white .header-wrapper .icon-wrapper .icon, .accordionSection.theme-aqua .header-wrapper .icon-wrapper .icon {
  background-color: #0e1b13 !important; }
  .accordionSection.theme-mint .header-wrapper .icon-wrapper .icon:before, .accordionSection.theme-purple .header-wrapper .icon-wrapper .icon:before, .accordionSection.theme-white .header-wrapper .icon-wrapper .icon:before, .accordionSection.theme-aqua .header-wrapper .icon-wrapper .icon:before {
    background-color: #0e1b13 !important; }
.accordionSection.theme-navy .header-wrapper h2, .accordionSection.theme-navy .header-wrapper h3, .accordionSection.theme-navy .header-wrapper a {
  color: #ffffff; }

.c-slider, .c-slider__wrapper, .c-slider__slide {
  width: 100%;
  height: 100%;
  background-color: transparent; }
.c-slider__pp {
  left: 50%;
  bottom: auto;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }
.c-slider__button {
  width: 50px;
  height: 50px;
  background-image: none;
  text-indent: -9999em;
  overflow: hidden;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-slider__button::before {
    content: "";
    position: absolute;
    border: 1px solid white;
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    width: 14px;
    height: 14px;
    pointer-events: none; }
  .c-slider__button--prev {
    right: 53px; }
    .c-slider__button--prev::before {
      transform: rotate(-45deg);
      left: 23px; }
  .c-slider__button--next::before {
    transform: rotate(135deg);
    left: 13px; }
  .c-slider__button.swiper-button-disabled {
    opacity: 1;
    cursor: not-allowed;
    pointer-events: auto; }
.c-slider__title {
  padding: 80px 0 0 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold; }

.theme-blue .c-slider__button, .theme-red .c-slider__button {
  background: white; }
  .theme-blue .c-slider__button:before, .theme-red .c-slider__button:before {
    border: 1px solid;
    border-right-color: transparent;
    border-bottom-color: transparent; }

.is-subtype-image .c-slider, .is-subtype-image .c-slider__wrapper, .is-subtype-image .c-slider__slide, .is-subtype-video .c-slider, .is-subtype-video .c-slider__wrapper, .is-subtype-video .c-slider__slide {
  width: 100%;
  height: 100% !important;
  background-color: transparent; }

.is-subtype-testimonial {
  transition: none; }
  .is-subtype-testimonial.c-grid__item {
    background: none !important; }
    .is-subtype-testimonial.c-grid__item:hover {
      background: none !important; }
  .is-subtype-testimonial blockquote {
    padding: 0; }
    .is-subtype-testimonial blockquote p:before {
      left: -1rem; }
    .is-subtype-testimonial blockquote footer {
      margin-top: 40px;
      font-size: 1rem; }
  .is-subtype-testimonial .c-section {
    padding-bottom: 160px; }
  .is-subtype-testimonial .c-slider__title {
    padding-bottom: 0; }

.c-section--apn-festival-results {
  padding-top: 0;
  padding-bottom: 60px; }
  .c-section--apn-festival-results .b-apn-festival-results {
    padding: 0 !important;
    max-width: 100% !important; }
    .c-section--apn-festival-results .b-apn-festival-results #map-data-apn {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 600px;
      border: 0 !important; }
      .c-section--apn-festival-results .b-apn-festival-results #map-data-apn.selected {
        display: block; }
      @media only screen and (min-width: 992px) {
        .c-section--apn-festival-results .b-apn-festival-results #map-data-apn {
          display: block;
          height: 700px; } }
      .c-section--apn-festival-results .b-apn-festival-results #map-data-apn:focus {
        outline: 0 !important; }
      .c-section--apn-festival-results .b-apn-festival-results #map-data-apn .border {
        border: 0 !important; }
      .c-section--apn-festival-results .b-apn-festival-results #map-data-apn .cta {
        line-height: 120%;
        text-decoration: none; }

.c-section-apn-cards-filter {
  padding: 20px 0; }
  .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 ul {
    margin: 0;
    padding: 0; }
  .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-search label {
    display: block; }
    .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-search label .sf-input-text {
      display: block;
      padding: 12px;
      width: 100%;
      border: 0;
      background-color: #f4f4f4;
      font-size: 14px; }
  .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-post-meta-month ul {
    display: flex;
    margin: 0;
    padding: 0; }
    .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-post-meta-month ul li {
      margin-right: 20px; }
      .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-post-meta-month ul li input {
        opacity: 0;
        height: 0;
        width: 0; }
      .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-post-meta-month ul li label {
        padding: 10px;
        border: 1px solid #004b40;
        color: #0e1b13;
        cursor: pointer; }
        .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-post-meta-month ul li label:hover {
          background-color: #004b40;
          color: #ffffff; }
      .c-section-apn-cards-filter .b-apn-cards-filter #search-filter-form-6539 .sf-field-post-meta-month ul li.sf-option-active label {
        background-color: #004b40;
        color: #ffffff; }

.c-section-apn-festival-map-filter {
  padding-bottom: 0; }
  .c-section-apn-festival-map-filter .b-apn-festival-map-filter .filters-container-toggle .btn-search-map {
    display: inline-block;
    padding: 15px 25px; }
    .c-section-apn-festival-map-filter .b-apn-festival-map-filter .filters-container-toggle .btn-search-map.btn-toggle-events {
      background-color: #00e87b;
      border-color: #00e87b;
      color: #ffffff;
      background-image: url(/wp-content/themes/wgbc/build/img/calendar.png);
      background-size: 40px;
      background-position: 90% center;
      background-repeat: no-repeat;
      padding-right: 60px; }
    .c-section-apn-festival-map-filter .b-apn-festival-map-filter .filters-container-toggle .btn-search-map.btn-toggle-events {
      background-color: #00e87b;
      border-color: #00e87b;
      color: #ffffff;
      cursor: pointer; }
    .c-section-apn-festival-map-filter .b-apn-festival-map-filter .filters-container-toggle .btn-search-map.search-filter-reset {
      background-color: #004b40;
      color: #ffffff;
      text-decoration: none; }
  .c-section-apn-festival-map-filter .b-apn-festival-map-filter .filters-container {
    height: 0;
    overflow: hidden; }
    .c-section-apn-festival-map-filter .b-apn-festival-map-filter .filters-container.open {
      height: auto; }
  .c-section-apn-festival-map-filter.events {
    background-color: #00e87b;
    padding: 0; }
    .c-section-apn-festival-map-filter.events ul {
      display: flex;
      margin: 0;
      padding: 0; }
      .c-section-apn-festival-map-filter.events ul li {
        margin-right: 20px; }
        .c-section-apn-festival-map-filter.events ul li input {
          opacity: 0;
          height: 0;
          width: 0; }
        .c-section-apn-festival-map-filter.events ul li label {
          padding: 8px 10px;
          border: 1px solid #ffffff;
          color: #ffffff;
          cursor: pointer; }
        .c-section-apn-festival-map-filter.events ul li.sf-option-active label {
          background-color: #ffffff;
          color: #0e1b13; }

.c-section--breadcrumbs {
  padding: 20px 0; }
  .c-section--breadcrumbs .b-breadcrumbs #breadcrumbs {
    margin: 0; }
    .c-section--breadcrumbs .b-breadcrumbs #breadcrumbs span {
      font-size: 14px; }
      .c-section--breadcrumbs .b-breadcrumbs #breadcrumbs span a {
        color: #000000;
        text-decoration: none;
        font-size: 14px; }
        .c-section--breadcrumbs .b-breadcrumbs #breadcrumbs span a:hover {
          color: #004b40; }
      .c-section--breadcrumbs .b-breadcrumbs #breadcrumbs span .sep {
        width: 20px;
        height: 10px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.75 21.43'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23132a45;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='b' points='19.04 0 17.75 1.29 26.27 9.81 0 9.81 0 11.62 26.27 11.62 17.75 20.14 19.04 21.43 29.75 10.71 19.04 0'/%3E%3C/svg%3E"); }
  .c-section--breadcrumbs .b-breadcrumbs .title-mt {
    margin-top: 40px; }
  .c-section--breadcrumbs.theme-navy .b-breadcrumbs #breadcrumbs span a {
    color: #ffffff; }
    .c-section--breadcrumbs.theme-navy .b-breadcrumbs #breadcrumbs span a:hover {
      color: #004b40; }
  .c-section--breadcrumbs.theme-navy .b-breadcrumbs #breadcrumbs span .sep {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.75 21.43'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='b' points='19.04 0 17.75 1.29 26.27 9.81 0 9.81 0 11.62 26.27 11.62 17.75 20.14 19.04 21.43 29.75 10.71 19.04 0'/%3E%3C/svg%3E"); }

.c-section--banner_section {
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0; }
  .c-section--banner_section.type-standard .banner-container {
    padding: 80px 0 0; }
  .c-section--banner_section.type-standard h1 {
    color: #ffffff;
    margin: 20px 0 0; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section.type-standard h1 {
        margin: 80px 0 20px; } }
    @media only screen and (min-width: 1200px) {
      .c-section--banner_section.type-standard h1 {
        margin: 80px 0 20px; } }
  .c-section--banner_section.type-slideshow {
    min-height: 420px;
    display: block;
    background-color: #000000; }
    .c-section--banner_section.type-slideshow .banner-strapline {
      position: absolute;
      z-index: 2;
      bottom: 20px;
      left: 0;
      width: 100%;
      text-transform: uppercase; }
      .c-section--banner_section.type-slideshow .banner-strapline .trademarks {
        display: block; }
      .c-section--banner_section.type-slideshow .banner-strapline .locations {
        display: inline-block;
        margin-left: 0; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section.type-slideshow .banner-strapline .locations {
            margin-left: 100px; } }
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-start,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s; }
  .c-section--banner_section .carousel .carousel-inner {
    padding-bottom: 0;
    min-height: 440px; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .carousel .carousel-inner {
        min-height: 500px; } }
    @media only screen and (min-width: 1200px) {
      .c-section--banner_section .carousel .carousel-inner {
        min-height: 700px; } }
    .c-section--banner_section .carousel .carousel-inner .carousel-item {
      position: relative;
      overflow: hidden;
      height: auto;
      min-height: 440px; }
      .c-section--banner_section .carousel .carousel-inner .carousel-item.hide {
        opacity: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-item {
          height: 100vh;
          min-height: 500px; } }
      @media only screen and (min-width: 1200px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-item {
          min-height: 700px; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        background-size: cover;
        background-position: center center;
        display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg {
            display: block; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg-mob {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        background-size: cover;
        background-position: center center;
        display: block; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg-mob {
            display: none; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .video-bg {
        transition: all 0.4s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .video-bg {
            display: block; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .wrapper {
        display: flex;
        height: 400px;
        z-index: 2;
        align-items: center;
        min-width: 100%; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .wrapper {
            height: 100%; } }
        .c-section--banner_section .carousel .carousel-inner .carousel-item .wrapper .row {
          width: 100%; }
          .c-section--banner_section .carousel .carousel-inner .carousel-item .wrapper .row h2 {
            margin: 0; }
            .c-section--banner_section .carousel .carousel-inner .carousel-item .wrapper .row h2.theme-white {
              color: #ffffff; }
    .c-section--banner_section .carousel .carousel-inner .carousel-indicators {
      bottom: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-indicators {
          bottom: 220px; } }
      @media only screen and (min-width: 992px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-indicators {
          bottom: 280px; } }
  .c-section--banner_section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1; }
    .c-section--banner_section .carousel .carousel-indicators li.active {
      background-color: #0e1b13; }
  .c-section--banner_section .carousel.carousel-fade .carousel-item {
    transition-duration: 0;
    transition-property: opacity; }
    .c-section--banner_section .carousel.carousel-fade .carousel-item h2 {
      transition: all 1s ease-in-out;
      transition-delay: 1s; }
  .c-section--banner_section .carousel.carousel-fade .carousel-item.active,
  .c-section--banner_section .carousel.carousel-fade .carousel-item-next.carousel-item-left,
  .c-section--banner_section .carousel.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
    .c-section--banner_section .carousel.carousel-fade .carousel-item.active h2,
    .c-section--banner_section .carousel.carousel-fade .carousel-item-next.carousel-item-left h2,
    .c-section--banner_section .carousel.carousel-fade .carousel-item-prev.carousel-item-right h2 {
      opacity: 1; }
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-left,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .c-section--banner_section .carousel.carousel-fade .carousel-item-next,
  .c-section--banner_section .carousel.carousel-fade .carousel-item-prev,
  .c-section--banner_section .carousel.carousel-fade .carousel-item.active,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-left,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0); }
  .c-section--banner_section.description {
    min-height: 600px; }
  .c-section--banner_section .video-bg-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    z-index: 0; }
  .c-section--banner_section video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
    opacity: 0.7; }
  .c-section--banner_section iframe,
  .c-section--banner_section object,
  .c-section--banner_section embed {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .c-section--banner_section .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .c-section--banner_section .embed-container iframe,
    .c-section--banner_section .embed-container object,
    .c-section--banner_section .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .c-section--banner_section .overlap-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .c-section--banner_section .b-banner_section {
    width: 100%;
    position: relative; }
    .c-section--banner_section .b-banner_section svg {
      display: none;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .b-banner_section svg {
          bottom: 46px; } }
      @media only screen and (min-width: 992px) {
        .c-section--banner_section .b-banner_section svg {
          bottom: 30px; } }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .b-banner_section svg {
        display: block;
        position: absolute;
        left: -520px;
        width: 600px; } }
    @media only screen and (min-width: 992px) {
      .c-section--banner_section .b-banner_section svg {
        display: block;
        position: absolute;
        left: -480px;
        width: 600px; } }
    @media only screen and (min-width: 1200px) {
      .c-section--banner_section .b-banner_section svg {
        display: block;
        position: absolute;
        left: -620px;
        width: 800px; } }
    .c-section--banner_section .b-banner_section .banner-logo {
      float: right;
      margin: 40px 0; }
    .c-section--banner_section .b-banner_section .banner-overlap-container {
      position: relative;
      margin: 0 0 20px 0; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .b-banner_section .banner-overlap-container {
          margin: 0 0 20px 0; } }
      @media only screen and (min-width: 1200px) {
        .c-section--banner_section .b-banner_section .banner-overlap-container {
          margin: 0 0 20px 0; } }
      .c-section--banner_section .b-banner_section .banner-overlap-container .overlap-title {
        padding: 20px 0;
        color: #ffffff; }
        .c-section--banner_section .b-banner_section .banner-overlap-container .overlap-title.theme-blue {
          color: #ffffff; }
        .c-section--banner_section .b-banner_section .banner-overlap-container .overlap-title.theme-purple {
          background-color: #00e87b;
          color: #ffffff; }
      .c-section--banner_section .b-banner_section .banner-overlap-container .overlap-description {
        padding: 20px 0;
        color: #ffffff;
        font-weight: 700;
        font-size: 30px;
        line-height: 45px; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .b-banner_section .banner-overlap-container .overlap-description {
            font-size: 30px;
            line-height: 45px; } }
        @media only screen and (min-width: 992px) {
          .c-section--banner_section .b-banner_section .banner-overlap-container .overlap-description {
            font-size: 30px;
            line-height: 45px; } }
      .c-section--banner_section .b-banner_section .banner-overlap-container.description {
        position: relative;
        min-height: 250px;
        display: flex;
        align-items: center; }

.c-section--big_link_section {
  padding-top: 140px;
  text-align: center;
  padding: 60px 0; }
  @media only screen and (min-width: 768px) {
    .c-section--big_link_section {
      padding: 200px 0; } }
  .c-section--big_link_section .b-big_link_section h2 {
    font-size: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--big_link_section .b-big_link_section h2 {
        font-size: 60px; } }
    @media only screen and (min-width: 992px) {
      .c-section--big_link_section .b-big_link_section h2 {
        font-size: 80px; } }
  .c-section--big_link_section .b-big_link_section a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    line-height: 100%;
    font-size: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--big_link_section .b-big_link_section a {
        font-size: 60px; } }
    @media only screen and (min-width: 992px) {
      .c-section--big_link_section .b-big_link_section a {
        font-size: 80px; } }
    .c-section--big_link_section .b-big_link_section a:hover {
      color: #ffffff; }

.c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  padding: 0; }
  .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li {
    grid-column: span 12; }
    @media only screen and (min-width: 992px) {
      .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li {
        grid-column: span 4; } }
    .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-container {
      width: 100% !important; }
      .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-container ul {
        padding: 5px;
        grid-gap: 0px;
        background-image: none;
        background-color: #ececec;
        color: #0e1b13; }
        .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-container ul li {
          grid-column: span 12;
          padding: 10px;
          line-height: 115%;
          font-size: 14px;
          margin: 0;
          color: #0e1b13; }
        .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-container ul .search-choice {
          width: auto;
          background: none;
          color: #0e1b13;
          border: 0 !important;
          background-color: #ffffff;
          margin: 0 0 4px; }
          .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-container ul .search-choice .search-choice-close {
            top: calc(50% - 6px);
            right: 10px; }
    .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-results li {
      grid-column: span 12;
      padding: 10px;
      line-height: 115%;
      font-size: 14px;
      margin: 0;
      color: #0e1b13; }
      .c-section-case_studies-filter .b-case_studies-filter .searchandfilter ul li .chosen-results li:hover {
        background-color: #ffffff; }

.c-section--case-studies-results {
  padding-top: 0; }
  .c-section--case-studies-results .b-case-studies-results {
    padding: 0 !important;
    max-width: 100% !important; }
    @media only screen and (min-width: 992px) {
      .c-section--case-studies-results .b-case-studies-results .case-studies-list-container {
        height: 800px;
        overflow-y: scroll; } }
    .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 20px;
      padding: 20px;
      border-bottom: 1px solid #e8e8e8;
      cursor: pointer;
      text-decoration: none;
      color: #000000; }
      .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .image {
        grid-column: span 12;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 180px; }
        @media only screen and (min-width: 992px) {
          .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .image {
            grid-column: span 4;
            height: auto;
            min-height: 100px; } }
        .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .image.image-none {
          height: 0; }
          @media only screen and (min-width: 992px) {
            .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .image.image-none {
              height: auto; } }
      .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .details {
        position: relative;
        padding-right: 35px;
        grid-column: span 12;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 125%; }
        @media only screen and (min-width: 992px) {
          .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .details {
            grid-column: span 8; } }
        .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .details svg {
          position: absolute;
          top: 0;
          right: 0;
          width: 30px;
          height: auto; }
        .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list .details h3 {
          font-size: 21px;
          line-height: 125%;
          margin: 0 0 10px 0; }
      .c-section--case-studies-results .b-case-studies-results .case-studies-list-container .case-studies-list:hover {
        background-color: #0e1b13;
        color: #ffffff; }
  .c-section--case-studies-results.signatories {
    padding: 0; }

.map-filter-container {
  display: flex; }
  @media only screen and (min-width: 992px) {
    .map-filter-container {
      display: none; } }
  .map-filter-container .btn-filter {
    background-color: #004b40;
    height: 60px;
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer; }
    .map-filter-container .btn-filter.map {
      background-color: #0e1b13; }
    .map-filter-container .btn-filter.selected, .map-filter-container .btn-filter:hover {
      background-color: #babfc4; }

.map-rows {
  display: flex;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 992px) {
    .map-rows {
      flex-direction: inherit; } }

#search-filter-form-4228 {
  display: none; }
  #search-filter-form-4228.selected {
    display: block; }
  @media only screen and (min-width: 992px) {
    #search-filter-form-4228 {
      display: block; } }

#map-data {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  border: 0 !important; }
  #map-data.selected {
    display: block; }
  @media only screen and (min-width: 992px) {
    #map-data {
      display: block;
      height: 800px; } }
  #map-data:focus {
    outline: 0 !important; }
  #map-data .border {
    border: 0 !important; }
  #map-data .cta {
    line-height: 120%;
    text-decoration: none; }

.c-section--case_study_content .b-case_study_content .building-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 450px;
  margin: 0 0 40px; }
.c-section--case_study_content .b-case_study_content a {
  color: #004b40; }
.c-section--case_study_content .b-case_study_content .label-value {
  display: block;
  font-weight: 700;
  margin: 0 0 20px; }
  .c-section--case_study_content .b-case_study_content .label-value span {
    display: block;
    font-weight: 300; }
    .c-section--case_study_content .b-case_study_content .label-value span.capital {
      text-transform: capitalize; }
  .c-section--case_study_content .b-case_study_content .label-value.icon {
    padding-left: 80px;
    background-position: 0 5px;
    background-size: 50px;
    background-repeat: no-repeat; }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-pin {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-pin.png"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-academic {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-academic.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-academic {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-academic.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-commercial {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-commercial.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-healthcare {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-healthcare.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-industrial {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-industrial.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-residential-single {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-residential-single.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-retail {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-retail.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-residential-multi-unit {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-residential-multi-unit.svg"); }
    .c-section--case_study_content .b-case_study_content .label-value.icon.icon-other {
      background-image: url("/wp-content/themes/wgbc/build/img/case-studies/icon-other.svg"); }
.c-section--case_study_content .b-case_study_content .insights_quote {
  display: block;
  margin-top: 40px; }
  .c-section--case_study_content .b-case_study_content .insights_quote p, .c-section--case_study_content .b-case_study_content .insights_quote a, .c-section--case_study_content .b-case_study_content .insights_quote ul li {
    font-style: italic; }
    .c-section--case_study_content .b-case_study_content .insights_quote p:last-child, .c-section--case_study_content .b-case_study_content .insights_quote a:last-child, .c-section--case_study_content .b-case_study_content .insights_quote ul li:last-child {
      margin: 0; }

#map-data .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px; }
#map-data .border.bg-health {
  background-color: #2c2c2c; }
#map-data .border.bg-net {
  background-color: #2c2c2c; }
#map-data .border.bg-signatory {
  background-color: #2c2c2c; }
#map-data .border.bg-health-net {
  background-color: #2c2c2c;
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/blue-green.png");
  background-size: cover;
  background-position: center center; }
#map-data .info-container {
  display: block;
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 40px 0 15px;
  margin: 10px;
  position: relative;
  z-index: 2;
  border-radius: 12px; }
  @media only screen and (min-width: 992px) {
    #map-data .info-container {
      width: 505px;
      padding: 2% 50% 0 30px; } }
#map-data .info-container .content {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 0 25px 60px 0; }
#map-data .info-container .content svg {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: auto; }
#map-data .gm-ui-hover-effect {
  z-index: 100;
  background-color: #ffffff !important;
  top: 14px !important;
  right: 15px !important;
  text-align: center;
  opacity: 1;
  border-radius: 20px; }
#map-data .gm-ui-hover-effect img {
  height: 20px !important;
  width: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important; }
#map-data .info-image {
  display: block;
  width: 100%; }
#map-data .info-title {
  display: block;
  font-size: 21px;
  line-height: 135%;
  margin: 0;
  background-color: white;
  padding: 20px; }
#map-data .info-address {
  display: block;
  font-size: 14px;
  line-height: 135%;
  margin: 0;
  background-color: white;
  padding: 0 20px; }
#map-data .info-performance-area {
  display: block;
  font-size: 14px;
  line-height: 135%;
  margin: 0;
  background-color: white;
  padding: 20px; }
#map-data .info-container .cta {
  position: absolute;
  left: 50px;
  width: 150px;
  bottom: 10px;
  padding: 12px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #2c2c2c; }
#map-data .info-container .cta.bg-health {
  background-color: #2c2c2c; }
#map-data .info-container .cta.bg-net {
  background-color: #2c2c2c; }
#map-data .info-container .cta.bg-signatory {
  background-color: #2c2c2c; }
#map-data .info-container .cta.bg-health-net {
  background-color: #2c2c2c;
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/blue-green.png");
  background-size: cover;
  background-position: center center; }
#map-data .info-container .cta:hover {
  text-decoration: none; }
#map-data .info-pin {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 52px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3; }
#map-data .info-pin.bg-wgbweek {
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/case-study-pin-black.svg"); }
#map-data .info-pin.bg-health {
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/case-study-pin-green.svg"); }
#map-data .info-pin.bg-net {
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/case-study-pin-blue.svg"); }
#map-data .info-pin.bg-health-net {
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/case-study-pin-blue_green.svg"); }
#map-data .info-pin.bg-signatory {
  background-image: url("/wp-content/themes/wgbc/build/img/case-studies/case-study-pin-purple.svg"); }
#map-data .game-changer.bg-health-net {
  position: absolute;
  top: 2%;
  left: 45%;
  background-image: url(/wp-content/themes/wgbc/build/img/case-studies/game-changer.svg);
  background-size: cover;
  width: 60px;
  height: 90px; }
#map-data .gm-style .gm-style-iw-t {
  bottom: 43px !important; }
#map-data .gm-style .gm-style-iw-d {
  overflow: visible !important; }
#map-data .gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 20px;
  overflow: visible !important; }
#map-data .gm-style .gm-style-iw-t::after {
  background-color: transparent;
  display: none !important; }

.c-section--carousel_section .carousel .carousel-indicators {
  margin-bottom: 5px; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column {
  position: absolute;
  width: 5%;
  height: 100%;
  background-size: cover;
  background-position: center center; }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.left-column-one {
    left: 0;
    width: 10%; }
    @media only screen and (min-width: 768px) {
      .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.left-column-one {
        width: 5%; } }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.left-column-two {
    left: 5%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.left-column-two {
        display: block; } }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.right-column-one {
    left: 90%;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.right-column-one {
        display: block; } }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.right-column-two {
    left: 90%;
    width: 10%; }
    @media only screen and (min-width: 768px) {
      .c-section--carousel_section .carousel .carousel-inner .carousel-item .carousel-column.right-column-two {
        left: 95%;
        width: 5%; } }
.c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-image {
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 250px;
  width: calc(70%);
  margin: 20px 15% 20px; }
  @media only screen and (min-width: 768px) {
    .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-image {
      height: 350px;
      width: 40%;
      margin: 30px 20px 40px 12%; } }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-image.full {
    height: auto !important; }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-image .slide-image-inner {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-image.style-full {
      width: 76%;
      margin: 30px 12% 40px 12%; } }
.c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 15% 60px;
  background-size: cover;
  background-position: center center;
  height: auto;
  min-height: 120px;
  width: calc(70%);
  text-decoration: none;
  color: #ffffff;
  margin: 0 12% 20px 12%; }
  @media only screen and (min-width: 768px) {
    .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content {
      min-height: 180px;
      margin: 30px 12% 0 0;
      width: 32%; } }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .category {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 18px; }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .title {
    display: block; }
  .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .find-out-more {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%; }
    @media only screen and (min-width: 768px) {
      .c-section--carousel_section .carousel .carousel-inner .carousel-item .slide-content .find-out-more {
        font-size: 24px; } }
.c-section--carousel_section .carousel .carousel-inner .carousel-item img {
  width: 100%; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-white .left-column-one {
  background-color: #f5f3ea; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-white .left-column-two {
  background-color: #004b40; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-white .right-column-one {
  background-color: #004b40; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-white .right-column-two {
  background-color: #f5f3ea; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-navy .left-column-one {
  background-color: #0e1b13; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-navy .left-column-two {
  background-color: #00dcaf; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-navy .right-column-one {
  background-color: #00dcaf; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-navy .right-column-two {
  background-color: #0e1b13; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-teal .left-column-one {
  background-color: #004b40; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-teal .left-column-two {
  background-color: #004b40; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-teal .right-column-one {
  background-color: #004b40; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-teal .right-column-two {
  background-color: #004b40; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-sage .left-column-one {
  background-color: #0e1b13; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-sage .left-column-two {
  background-color: #00dcaf; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-sage .right-column-one {
  background-color: #00dcaf; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-sage .right-column-two {
  background-color: #0e1b13; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-green .left-column-one {
  background-color: #00e87b; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-green .left-column-two {
  background-color: #00e87b; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-green .right-column-one {
  background-color: #00e87b; }
.c-section--carousel_section .carousel .carousel-inner .carousel-item.theme-green .right-column-two {
  background-color: #00e87b; }
.c-section--carousel_section .carousel .carousel-control-prev,
.c-section--carousel_section .carousel .carousel-control-next {
  width: 10%; }
  @media only screen and (min-width: 768px) {
    .c-section--carousel_section .carousel .carousel-control-prev,
    .c-section--carousel_section .carousel .carousel-control-next {
      width: 15%; } }

.c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  margin: 20px 0 50px; }
  .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a {
    grid-column: span 4;
    text-decoration: none;
    text-align: center;
    color: #0e1b13;
    font-weight: 600; }
    .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle {
      display: block;
      border-radius: 100%;
      color: #ffffff;
      position: relative;
      margin: 0 0 20px;
      transition: all 0.6s ease-in; }
      .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle .inner {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #ffffff;
        font-size: 3.5vw;
        transition: all 0.6s ease-in;
        font-weight: 600; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle .inner:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
      .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.green {
        border: 20px solid #3C886C; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.green .inner {
          border: 20px solid #58B573;
          background-color: #90C8A0; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.green:hover {
          border: 20px solid #58B573; }
          .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.green:hover .inner {
            border: 20px solid #3C886C; }
      .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.blue {
        border: 20px solid #7BA7B3; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.blue .inner {
          border: 20px solid #357E92;
          background-color: #132B45; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.blue:hover {
          border: 20px solid #357E92; }
          .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.blue:hover .inner {
            border: 20px solid #7BA7B3; }
      .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.pink {
        border: 20px solid #E3D0D0; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.pink .inner {
          border: 20px solid #BABFC4;
          background-color: #DD7877; }
        .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.pink:hover {
          border: 20px solid #BABFC4; }
          .c-section--commitment_signatories_section .b-commitment_signatories_section .commitment-link-container a .circle.pink:hover .inner {
            border: 20px solid #E3D0D0; }
.c-section--commitment_signatories_section .b-commitment_signatories_section .view-all-signatories {
  display: block;
  text-align: center;
  color: #0e1b13;
  font-weight: 600; }

.c-section--content_section {
  position: relative;
  padding: 60px 0; }
  .c-section--content_section .b-content_section h2 {
    margin: 0 0 20px; }
  .c-section--content_section .b-content_section img {
    max-width: 100%;
    height: auto; }
  .c-section--content_section .b-content_section .image {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 120px; }
    @media only screen and (min-width: 768px) {
      .c-section--content_section .b-content_section .image {
        margin: 0;
        max-width: 200px; } }
  .c-section--content_section .b-content_section .content.drawer-image {
    border-top: 1px solid #ffffff;
    padding-top: 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--content_section .b-content_section .content.drawer-image {
        margin-left: 100px; } }
  .c-section--content_section .b-content_section .link-container {
    display: block;
    margin: 20px 0; }
    .c-section--content_section .b-content_section .link-container .link {
      display: block;
      margin: 0 0 10px; }
      .c-section--content_section .b-content_section .link-container .link a {
        border: 0; }
  .c-section--content_section .b-content_section .icon-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    width: 100%;
    margin-bottom: 40px; }
    .c-section--content_section .b-content_section .icon-grid-wrapper .icon-image-wrapper {
      grid-column: span 2;
      display: block;
      text-align: center; }
      .c-section--content_section .b-content_section .icon-grid-wrapper .icon-image-wrapper .icon-image {
        display: block;
        width: 100%;
        max-width: 100px; }
    .c-section--content_section .b-content_section .icon-grid-wrapper .icon-content-wrapper {
      grid-column: span 10; }
      @media only screen and (min-width: 768px) {
        .c-section--content_section .b-content_section .icon-grid-wrapper .icon-content-wrapper {
          grid-column: span 8; } }
      .c-section--content_section .b-content_section .icon-grid-wrapper .icon-content-wrapper h4 .count {
        display: inline-block;
        margin-right: 10px; }
  .c-section--content_section.theme-mint a, .c-section--content_section.theme-white a, .c-section--content_section.theme-aqua a {
    color: #0e1b13; }
  .c-section--content_section.theme-sage a, .c-section--content_section.theme-navy a, .c-section--content_section.theme-green a, .c-section--content_section.theme-salmon a {
    color: #ffffff; }

.c-section--cta_section {
  position: relative;
  overflow: hidden; }
  .c-section--cta_section .theme-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0; }
  .c-section--cta_section .theme-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0; }
  .c-section--cta_section .b-cta_section {
    width: 100%;
    position: relative;
    z-index: 3; }
    .c-section--cta_section .b-cta_section h2 {
      position: relative;
      z-index: 2; }
    .c-section--cta_section .b-cta_section .cta-content-inner {
      margin: 0 0 40px 0; }
      @media only screen and (min-width: 768px) {
        .c-section--cta_section .b-cta_section .cta-content-inner {
          margin: 0 0 60px 0; } }
      @media (min-width: 992px) and (min-height: 720px) {
        .c-section--cta_section .b-cta_section .cta-content-inner {
          margin: 0 0 100px 0; } }
    .c-section--cta_section .b-cta_section .cta-rows-container .cta-row {
      position: relative;
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr);
      color: #0e1b13;
      border-top: 1px solid;
      padding: 30px 0;
      z-index: 1; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .number {
        grid-column: span 12;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .number {
            grid-column: span 1; } }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title {
        grid-column: span 12;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title {
            grid-column: span 4; } }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .title.double {
            grid-column: span 9; } }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .description {
        grid-column: span 12;
        font-size: 24px;
        line-height: 110%;
        font-weight: 800; }
        .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .description p:last-child {
          margin: 0; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .description {
            grid-column: span 5;
            font-size: 40px; } }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link {
        grid-column: span 12;
        display: block; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link {
            grid-column: span 2; } }
        .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link a {
          border-radius: 8px;
          border: 1px solid #0e1b13;
          color: #0e1b13;
          padding: 10px;
          display: inline-block;
          transition: all 0.3s ease-in-out;
          text-decoration: none; }
          @media only screen and (min-width: 768px) {
            .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link a {
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 5px;
              width: auto;
              height: auto; } }
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .link a:hover {
            background-color: #ffffff;
            color: #0e1b13 !important; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row .ctarow-background-image {
        width: 200px;
        height: 200px;
        margin: -100px 0 0 60px;
        position: absolute;
        display: none;
        z-index: 2;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row:hover {
        z-index: 2; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row:hover .ctarow-background-image {
            display: block; } }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.link .ctarow-background-image {
        display: none !important; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row:last-child {
        border-bottom: 1px solid #004b40; }
      .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.theme-green {
        background-color: #004b40;
        color: #0e1b13; }
        .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.theme-green a {
          color: #0e1b13; }
        .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.theme-green:hover {
          background-color: #004b40;
          color: #ffffff; }
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.theme-green:hover a {
            color: #ffffff; }
        .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.theme-green.parent-sage:hover {
          color: #0e1b13;
          background-color: #90c8a0; }
          .c-section--cta_section .b-cta_section .cta-rows-container .cta-row.theme-green.parent-sage:hover a {
            color: #0e1b13; }
    .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row {
      padding: 15px 10px;
      text-decoration: none; }
      .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .title {
        grid-column: span 6;
        font-size: 18px;
        line-height: 125%;
        color: #0e1b13; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .title {
            grid-column: span 8;
            font-size: 21px; } }
      .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row.theme-green .title {
        color: #ffffff; }
      .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .link-small {
        grid-column: span 6;
        text-align: right; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .link-small {
            grid-column: span 4; } }
        .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .link-small a {
          font-size: 18px;
          color: #0e1b13;
          text-decoration: none; }
          @media only screen and (min-width: 768px) {
            .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .link-small a {
              font-size: 22px; } }
          .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row .link-small a:hover {
            color: #ffffff; }
      .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row.theme-green .link-small {
        color: #004b40; }
      .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row:hover {
        background: #f5f3ea; }
        .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row:hover a, .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row:hover .link-small, .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row:hover .title {
          color: #004b40 !important; }
      .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row.parent-white:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff !important; }
        .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row.parent-white:hover .title, .c-section--cta_section .b-cta_section .cta-rows-container.small .cta-row.parent-white:hover .link-small {
          color: #ffffff !important; }
    .c-section--cta_section .b-cta_section .cta-rows-container.style-margin .cta-row {
      border: 0;
      margin-bottom: 10px;
      padding: 20px; }
  .c-section--cta_section .boxes-container {
    display: block;
    position: relative;
    text-decoration: none;
    border: 0;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_section .boxes-container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: calc(25%);
        width: 75%; } }
    @media only screen and (min-width: 992px) {
      .c-section--cta_section .boxes-container {
        width: 87.5%; } }
    .c-section--cta_section .boxes-container .box {
      display: block;
      position: relative;
      width: calc(100% - 40px);
      min-height: 150px;
      padding: 20px;
      margin: 0 0 20px;
      transition: all 0.6s ease-in-out;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .c-section--cta_section .boxes-container .box {
          margin: 0 40px 0 0;
          width: 100%;
          min-width: 200px;
          max-width: 280px;
          min-height: 250px;
          padding: 60px 20px;
          cursor: url(/wp-content/themes/wgbc/build/img/cursor.svg) 32 32, auto; } }
      @media only screen and (min-width: 992px) {
        .c-section--cta_section .boxes-container .box {
          min-width: 300px;
          max-width: 300px;
          min-height: 360px; } }
      .c-section--cta_section .boxes-container .box .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center center;
        transition: all 0.6s ease-in-out; }
      .c-section--cta_section .boxes-container .box .title {
        position: relative;
        z-index: 2;
        color: #ffffff;
        font-size: 20px;
        line-height: 110%;
        font-weight: 800;
        font-style: italic; }
        @media only screen and (min-width: 768px) {
          .c-section--cta_section .boxes-container .box .title {
            font-size: 25px; } }
        @media only screen and (min-width: 992px) {
          .c-section--cta_section .boxes-container .box .title {
            font-size: 30px; } }
      .c-section--cta_section .boxes-container .box:hover .background-image {
        opacity: 0; }
    .c-section--cta_section .boxes-container:hover {
      border: 0;
      text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .c-section--cta_section .boxes-container.single {
        cursor: url(/wp-content/themes/wgbc/build/img/cursor.svg) 64 64, auto; } }
  .c-section--cta_section.theme-sage .b-cta_section .cta-rows-container .cta-row, .c-section--cta_section.theme-navy .b-cta_section .cta-rows-container .cta-row {
    color: #ffffff;
    border-top: 1px solid #ffffff; }
    .c-section--cta_section.theme-sage .b-cta_section .cta-rows-container .cta-row .link a, .c-section--cta_section.theme-navy .b-cta_section .cta-rows-container .cta-row .link a {
      border: 1px solid #ffffff;
      color: #ffffff; }
  .c-section--cta_section.theme-sage .b-cta_section .cta-rows-container.small .cta-row .title, .c-section--cta_section.theme-navy .b-cta_section .cta-rows-container.small .cta-row .title {
    color: #ffffff;
    margin: 0; }
  .c-section--cta_section.theme-sage .b-cta_section .cta-rows-container.small .cta-row .link-small a, .c-section--cta_section.theme-navy .b-cta_section .cta-rows-container.small .cta-row .link-small a {
    color: #ffffff; }

.boxes-container, .boxes-slider {
  width: 100%;
  border: none;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  z-index: 4; }

.wrapper1 {
  height: 20px; }

.div1 {
  width: 1000px;
  height: 20px; }

.div2 {
  width: 1000px;
  height: auto;
  overflow: auto; }

/* Hide scrollbar for Chrome, Safari and Opera */
.boxes-container::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.boxes-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scrollbar-external_wrapper {
  position: relative;
  width: auto !important; }

.scrollbar-external {
  overflow: auto; }

/******************* EXTERNAL SCROLLBAR *******************/
.cta-box-scroller {
  position: relative;
  margin: 40px 0 40px 25%;
  width: 33%;
  background-color: #ffffff;
  display: none; }
  @media only screen and (min-width: 768px) {
    .cta-box-scroller {
      display: block; } }
  .cta-box-scroller .external-scroll_x {
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 2; }
    .cta-box-scroller .external-scroll_x.scroll-scrollx_visible {
      display: block;
      height: 10px;
      left: 0;
      top: 0px;
      width: 100%; }
    .cta-box-scroller .external-scroll_x div {
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      border-radius: 6px; }
    .cta-box-scroller .external-scroll_x .scroll-element_track {
      background-color: #ffffff; }
    .cta-box-scroller .external-scroll_x .scroll-bar {
      background: #004b40;
      z-index: 12;
      width: 30%; }

.tribe-events-event-image img {
  max-width: 100%;
  height: auto; }

.tribe-events .tribe-events-c-ical__link,
.tribe-events .tribe-events-c-ical__link:visited,
.tribe-events .tribe-events-c-search__button {
  border: 0;
  color: #ffffff;
  background-color: #004b40; }
  .tribe-events .tribe-events-c-ical__link .tribe-common-c-svgicon,
  .tribe-events .tribe-events-c-ical__link:visited .tribe-common-c-svgicon,
  .tribe-events .tribe-events-c-search__button .tribe-common-c-svgicon {
    color: #ffffff; }
  .tribe-events .tribe-events-c-ical__link:hover,
  .tribe-events .tribe-events-c-ical__link:visited:hover,
  .tribe-events .tribe-events-c-search__button:hover {
    background-color: #004b40; }

.tooltipster-show {
  display: none !important; }

.tribe-events-calendar-month__calendar-event.tribe_events_cat-events-of-interest {
  background-color: #004b40 !important;
  color: #ffffff;
  padding: 5px 8px 10px !important; }
  .tribe-events-calendar-month__calendar-event.tribe_events_cat-events-of-interest h3 a {
    color: #ffffff !important; }
.tribe-events-calendar-month__calendar-event.tribe_events_cat-established-gbc-events {
  background-color: #00e87b !important;
  color: #ffffff;
  padding: 5px 8px 10px !important; }
  .tribe-events-calendar-month__calendar-event.tribe_events_cat-established-gbc-events h3 a {
    color: #ffffff !important; }
.tribe-events-calendar-month__calendar-event.tribe_events_cat-worldgbc-events {
  background-color: #004b40 !important;
  color: #ffffff;
  padding: 5px 8px 10px !important; }
  .tribe-events-calendar-month__calendar-event.tribe_events_cat-worldgbc-events h3 a {
    color: #ffffff !important; }

.type-tribe_events {
  background-color: #ffffff !important;
  color: #0e1b13; }

.c-section--form_section {
  position: relative; }
  .c-section--form_section .b-form_section .salesforce-container label {
    display: inline-block;
    font-size: 14px; }
  .c-section--form_section .b-form_section .salesforce-container input {
    padding: 5px;
    margin: 0 0 10px;
    width: 100%; }
  .c-section--form_section .b-form_section .salesforce-container .g-recaptcha {
    margin-top: 40px; }
  .c-section--form_section .b-form_section .salesforce-container [type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #0e1b13;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 30px;
    border: 0; }
    .c-section--form_section .b-form_section .salesforce-container [type="submit"]:hover {
      background-color: #004b40; }
  .c-section--form_section .b-form_section .gform_required_legend {
    display: none; }
  .c-section--form_section .b-form_section .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    background-color: #0e1b13; }
  .c-section--form_section .b-form_section .gform_body .ginput_container input {
    width: 100%;
    padding: 15px; }
  .c-section--form_section .b-form_section .gform_body .ginput_container select {
    padding: 15px; }
  .c-section--form_section .b-form_section .gform_body .ginput_container_checkbox input,
  .c-section--form_section .b-form_section .gform_body .ginput_container_consent input {
    width: auto; }
  .c-section--form_section .b-form_section .gform_body .gform_button,
  .c-section--form_section .b-form_section .gform_body .gform_previous_button,
  .c-section--form_section .b-form_section .gform_body .gform_previous_button button,
  .c-section--form_section .b-form_section .gform_body .gform_next_button {
    margin: 0;
    color: #ffffff !important;
    padding: 12px;
    font-size: 14px;
    background-color: #0e1b13 !important;
    border: 1px solid #0e1b13; }
    .c-section--form_section .b-form_section .gform_body .gform_button:hover,
    .c-section--form_section .b-form_section .gform_body .gform_previous_button:hover,
    .c-section--form_section .b-form_section .gform_body .gform_previous_button button:hover,
    .c-section--form_section .b-form_section .gform_body .gform_next_button:hover {
      background-color: #ffffff !important;
      color: #0e1b13 !important; }
  .c-section--form_section .b-form_section .gform_footer .gform_button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: auto;
    padding: 10px 25px;
    margin: 0;
    height: auto;
    background-color: #0e1b13;
    border: 1px solid #0e1b13;
    color: #ffffff;
    font-size: 14px; }
    .c-section--form_section .b-form_section .gform_footer .gform_button:hover {
      background-color: #004b40;
      color: #ffffff; }
  .c-section--form_section .b-form_section .wpforms-field-container input {
    border: 0 !important;
    color: #0e1b13 !important;
    background-color: #ffffff !important;
    padding: 16px !important;
    height: 56px !important;
    border-radius: 0 !important;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #004b40 !important; }
    .c-section--form_section .b-form_section .wpforms-field-container input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #0e1b13;
      opacity: 1;
      /* Firefox */ }
    .c-section--form_section .b-form_section .wpforms-field-container input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .c-section--form_section .b-form_section .wpforms-field-container input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .c-section--form_section .b-form_section .wpforms-field-container textarea {
    color: #0e1b13 !important;
    background-color: #ffffff !important;
    padding: 16px !important;
    font-family: "Roboto", sans-serif;
    border: 0 !important;
    border-bottom: 1px solid #004b40 !important;
    border-radius: 0 !important; }
    .c-section--form_section .b-form_section .wpforms-field-container textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #0e1b13;
      opacity: 1;
      /* Firefox */ }
    .c-section--form_section .b-form_section .wpforms-field-container textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .c-section--form_section .b-form_section .wpforms-field-container textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .c-section--form_section .b-form_section .wpforms-submit-container .wpforms-submit {
    background-color: #0e1b13 !important;
    color: #ffffff !important;
    float: right;
    min-width: 166px;
    padding: 16px 38px;
    font-size: 18px;
    border-radius: 8px;
    line-height: 100%;
    letter-spacing: 0;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.15s ease-out;
    text-align: center;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 20px;
    border: 0 !important;
    font-family: "Roboto", sans-serif; }
    .c-section--form_section .b-form_section .wpforms-submit-container .wpforms-submit:hover {
      background: !important;
      color: #ffffff !important; }

.gbc-location {
  display: block;
  margin: 0 0 40px; }
  .gbc-location .region,
  .gbc-location .country,
  .gbc-location .membership-status {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-transform: capitalize;
    margin: 0 0 10px; }
    .gbc-location .region span,
    .gbc-location .country span,
    .gbc-location .membership-status span {
      display: inline-block;
      font-weight: 700;
      margin: 0 10px 0 0;
      width: 50%; }

.social-wrapper {
  margin: 0 0 40px 0; }
  .social-wrapper a {
    display: inline-block;
    margin: 0 10px 10px 0; }
    .social-wrapper a svg path {
      fill: #0e1b13; }
    .social-wrapper a:hover svg path {
      fill: #00e87b; }

.gbc-logo {
  width: 100%;
  max-width: 340px !important; }

.c-section--gbcs-header {
  padding: 80px 0 20px; }
  .c-section--gbcs-header ul {
    text-align: right; }
    .c-section--gbcs-header ul li {
      display: inline-block; }
      .c-section--gbcs-header ul li .sf-input-text {
        border: 0;
        border-bottom: 1px solid;
        font-family: "Roboto", sans-serif;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 300px;
        background-image: url(/wp-content/themes/dehns/build/img/magnifying-glass.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat;
        margin: 0 40px 0 0;
        color: #0e1b13; }
        .c-section--gbcs-header ul li .sf-input-text:active, .c-section--gbcs-header ul li .sf-input-text:focus {
          outline: 0;
          -moz-outline-style: none; }
        .c-section--gbcs-header ul li .sf-input-text ::placeholder {
          color: #333333;
          opacity: 1;
          /* Firefox */ }
        .c-section--gbcs-header ul li .sf-input-text :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #333333; }
        .c-section--gbcs-header ul li .sf-input-text ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #333333; }
      .c-section--gbcs-header ul li ::placeholder {
        color: #333333;
        opacity: 1;
        /* Firefox */ }
      .c-section--gbcs-header ul li :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #333333; }
      .c-section--gbcs-header ul li ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #333333; }
      .c-section--gbcs-header ul li .sf-input-select {
        font-weight: 400;
        font-size: 14px;
        padding: 10px 37px 10px 10px;
        background-color: #004b40;
        border-radius: 8px;
        font-family: "Roboto", sans-serif;
        border: 0;
        color: #ffffff;
        background-image: url(/wp-content/themes/dehns/build/img/chevron-down.svg);
        background-size: 15px;
        background-position: 95% center;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0 5px;
        cursor: pointer;
        text-transform: uppercase; }
        .c-section--gbcs-header ul li .sf-input-select:focus {
          outline: 0; }
      .c-section--gbcs-header ul li .search-filter-reset {
        background-color: #004b40;
        color: #ffffff;
        font-size: 14px;
        border-radius: 8px;
        padding: 10px 15px;
        margin: 0 10px;
        transition: all 0.2s ease-in-out;
        text-transform: uppercase;
        font-weight: 400; }
        .c-section--gbcs-header ul li .search-filter-reset:hover {
          background-color: #0e1b13;
          color: #ffffff;
          text-decoration: none; }
      .c-section--gbcs-header ul li .empty-message {
        padding: 10px;
        color: #0e1b13; }
      .c-section--gbcs-header ul li .tt-menu .tt-dataset {
        background-color: #004b40; }
        .c-section--gbcs-header ul li .tt-menu .tt-dataset span {
          text-align: left;
          display: block;
          margin-bottom: 5px;
          color: #ffffff;
          padding: 10px;
          min-width: 250px;
          text-decoration: none; }
          .c-section--gbcs-header ul li .tt-menu .tt-dataset span:hover {
            background-color: #004b40;
            color: #ffffff; }

.gbc-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .gbc-grid-container .article-link {
    grid-column: span 12;
    position: relative;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .gbc-grid-container .article-link {
        grid-column: span 4;
        min-height: 300px; } }
    .gbc-grid-container .article-link .background-image {
      position: relative;
      width: 80%;
      margin: 20px 10%;
      height: 200px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      .gbc-grid-container .article-link .background-image.img-none {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 32px;
        line-height: 120%;
        font-weight: 800;
        text-transform: capitalize;
        padding: 0 10% 140px 10%; }
        .gbc-grid-container .article-link .background-image.img-none .type {
          display: block;
          opacity: 0.8; }
        @media only screen and (min-width: 768px) {
          .gbc-grid-container .article-link .background-image.img-none {
            padding: 10% 10% 100px 10%; } }
      .gbc-grid-container .article-link .background-image.theme-navy {
        background-color: #004b40;
        color: #ffffff; }
      .gbc-grid-container .article-link .background-image.theme-green {
        background-color: #90c8a0;
        color: #ffffff; }
      .gbc-grid-container .article-link .background-image.theme-salmon {
        background-color: #f5f3ea;
        color: #ffffff; }
    .gbc-grid-container .article-link .article-content {
      position: relative;
      z-index: 2;
      margin: 0;
      width: 100%;
      color: #ffffff;
      padding: 20px;
      min-height: 112px;
      height: auto;
      transition: all 0.3s ease-in; }
      .gbc-grid-container .article-link .article-content .status {
        display: block;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: capitalize; }
      .gbc-grid-container .article-link .article-content .title {
        display: block;
        font-size: 20px;
        line-height: 120%;
        font-weight: 800; }
      .gbc-grid-container .article-link .article-content .region {
        display: block;
        font-size: 16px;
        margin: 0;
        text-transform: capitalize; }
    .gbc-grid-container .article-link:hover .article-content {
      background-color: #0e1b13; }

.c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px; }
  .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic {
    grid-column: span 4;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner {
      display: block;
      text-align: center; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .radius {
        width: 160px;
        height: 160px;
        margin: 0;
        border-radius: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .place-0 {
        background: #90c8a0;
        z-index: 2; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .place-1 {
        background: #0e1b13;
        z-index: 2; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .place-2 {
        background: #004b40;
        z-index: 2; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .radius .border-animation,
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .place {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 34px;
        font-weight: 700; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .radius .border-animation {
        z-index: 1; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba1-0 {
        animation: rounder1 2s linear 2s infinite alternate;
        background: rgba(88, 181, 115, 0.6); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba2-0 {
        animation: rounder2 2s linear 2s infinite alternate;
        background: rgba(88, 181, 115, 0.5); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba3-0 {
        animation: rounder3 2s linear 2s infinite alternate;
        background: rgba(88, 181, 115, 0.4); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba1-1 {
        animation: rounder1 2s linear 2s infinite alternate;
        background: rgba(19, 43, 69, 0.6); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba2-1 {
        animation: rounder2 2s linear 2s infinite alternate;
        background: rgba(19, 43, 69, 0.5); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba3-1 {
        animation: rounder3 2s linear 2s infinite alternate;
        background: rgba(19, 43, 69, 0.4); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba1-2 {
        animation: rounder1 2s linear 2s infinite alternate;
        background: rgba(221, 120, 119, 0.6); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba2-2 {
        animation: rounder2 2s linear 2s infinite alternate;
        background: rgba(221, 120, 119, 0.5); }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .inner .ba3-2 {
        animation: rounder3 2s linear 2s infinite alternate;
        background: rgba(221, 120, 119, 0.4); }
@keyframes rounder1 {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
@keyframes rounder2 {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.3); } }
@keyframes rounder3 {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.5); } }
    .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .statistic-link {
      text-decoration: none; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .statistic-link .link {
        background-color: #004b40;
        color: #ffffff;
        border-radius: 10px;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px 20px;
        transition: 0.2s all ease-in; }
      .c-section--highlighted_statistics_section .b-highlighted_statistics_section .statistic_wrapper .statistic .statistic-link:hover .link {
        background-color: #0e1b13; }

.c-section--image_rows_section .b-image_rows_section .image-rows-container .image-row {
  display: block;
  margin: 0 0 40px; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container .image-row span {
    display: block;
    margin: 0 0 20px; }
  .c-section--image_rows_section .b-image_rows_section .image-rows-container .image-row img {
    display: inline-block;
    margin-right: 20px;
    max-width: 150px; }

.filter-library {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px; }
  .filter-library .filter-btn {
    flex: 1 0 100%;
    margin: 0 1px 2px;
    border: 0;
    flex-grow: 1;
    background-color: #0e1b13;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .filter-library .filter-btn {
        flex: 1 0 21%; } }
    .filter-library .filter-btn.selected, .filter-library .filter-btn:hover {
      background-color: #00e87b; }

.library-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .library-wrapper .article-link {
    grid-column: span 12;
    position: relative;
    text-decoration: none;
    display: none;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .library-wrapper .article-link {
        grid-column: span 4; } }
    @media only screen and (min-width: 992px) {
      .library-wrapper .article-link {
        grid-column: span 4; } }
    .library-wrapper .article-link.theme-navy {
      background-color: #004b40;
      color: #ffffff; }
    .library-wrapper .article-link.theme-green {
      background-color: #90c8a0;
      color: #ffffff; }
    .library-wrapper .article-link.theme-salmon {
      background-color: #f5f3ea;
      color: #ffffff; }
    .library-wrapper .article-link.theme-teal {
      background-color: #7ba7b3;
      color: #ffffff; }
    .library-wrapper .article-link.theme-sage {
      background-color: #004b40;
      color: #ffffff; }
    .library-wrapper .article-link .background-image {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 240px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0;
      transition: all 0.3s ease-in; }
      .library-wrapper .article-link .background-image .type {
        display: none; }
      .library-wrapper .article-link .background-image.img-none {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 32px;
        line-height: 120%;
        font-weight: 800;
        text-transform: capitalize;
        padding: 0 10% 140px 10%; }
        .library-wrapper .article-link .background-image.img-none .type {
          display: block;
          opacity: 0.8; }
    .library-wrapper .article-link .article-content {
      position: relative;
      z-index: 2;
      width: 100%;
      color: #ffffff;
      padding: 15px 20px 45px 20px; }
      .library-wrapper .article-link .article-content .title {
        display: block;
        font-size: 20px;
        line-height: 120%;
        font-weight: 800; }
      .library-wrapper .article-link .article-content .author {
        display: block;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: capitalize; }
      .library-wrapper .article-link .article-content .content {
        display: block;
        font-size: 20px;
        line-height: 120%;
        font-weight: 100; }
      .library-wrapper .article-link .article-content .find-out-more {
        position: absolute;
        bottom: 15px;
        left: 20px;
        font-size: 16px;
        line-height: 120%;
        font-style: italic; }
        .library-wrapper .article-link .article-content .find-out-more svg {
          transition: 0.3s all ease-in;
          margin-left: 10px;
          height: auto;
          width: 15px; }
    .library-wrapper .article-link:hover .find-out-more svg {
      margin-left: 15px; }
    .library-wrapper .article-link:hover .background-image {
      transform: scale(1.05); }
    .library-wrapper .article-link.selected {
      display: block; }

.c-section--link_list_section .b-link_list_section .links-container .link {
  display: block;
  margin: 0 0 20px;
  border-bottom: 1px solid #cecece; }
  .c-section--link_list_section .b-link_list_section .links-container .link a {
    display: block;
    padding: 20px 0;
    border: 0; }
    .c-section--link_list_section .b-link_list_section .links-container .link a:hover {
      border: 0; }

.c-section--list_section .b-list_section .list-container-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  margin: 40px 0; }
  .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles {
    grid-column: span 4; }
    .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title {
      display: flex;
      align-items: center;
      justify-content: left;
      margin: 0 0 20px;
      cursor: pointer; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title .number {
        height: 70px;
        width: 70px;
        border-radius: 70px;
        border: 1px solid #babfc4;
        color: #ffffff;
        display: flex;
        flex: 0 0 70px;
        align-items: center;
        justify-content: center;
        background-color: #babfc4;
        color: #0e1b13;
        margin-right: 20px; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title .title {
        font-weight: 600;
        font-style: italic; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(1):hover .number, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(1).selected .number {
        border: 1px solid #00e87b;
        background-color: #00e87b;
        color: #ffffff; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(2):hover .number, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(2).selected .number {
        border: 1px solid #00e87b;
        background-color: #00e87b;
        color: #ffffff; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(3):hover .number, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(3).selected .number {
        border: 1px solid #00e87b;
        background-color: #00e87b;
        color: #ffffff; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(4):hover .number, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(4).selected .number {
        border: 1px solid #00e87b;
        background-color: #00e87b;
        color: #ffffff; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(5):hover .number, .c-section--list_section .b-list_section .list-container-wrapper .list-container-titles .list-title:nth-child(5).selected .number {
        border: 1px solid #00e87b;
        background-color: #00e87b;
        color: #ffffff; }
  .c-section--list_section .b-list_section .list-container-wrapper .list-container-content {
    grid-column: span 8; }
    .c-section--list_section .b-list_section .list-container-wrapper .list-container-content .list-content {
      display: none; }
      .c-section--list_section .b-list_section .list-container-wrapper .list-container-content .list-content.selected {
        display: block; }
.c-section--list_section.theme-aqua .list-container-titles .list-title:hover .number, .c-section--list_section.theme-aqua .list-container-titles .list-title.selected .number {
  border: 1px solid #0e1b13 !important;
  background-color: #0e1b13 !important; }

.c-section--location_section .b-location_section .locations-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--location_section .b-location_section .locations-container .location {
    grid-column: span 12; }
    @media only screen and (min-width: 768px) {
      .c-section--location_section .b-location_section .locations-container .location {
        grid-column: span 6; } }
    .c-section--location_section .b-location_section .locations-container .location .acf-map {
      display: block;
      width: 100%;
      height: 360px;
      margin: 0 0 40px;
      position: relative;
      overflow: hidden; }
      .c-section--location_section .b-location_section .locations-container .location .acf-map img {
        max-width: inherit !important; }
    .c-section--location_section .b-location_section .locations-container .location .title {
      font-weight: 700;
      display: block;
      margin: 0 0 20px; }

.c-section--logo_section .b-logo_section .logo-row {
  border-top: 2px solid #0e1b13;
  padding: 10px 0; }
  .c-section--logo_section .b-logo_section .logo-row .company {
    display: inline-block;
    margin: 0 10px 10px;
    height: 75px; }
    .c-section--logo_section .b-logo_section .logo-row .company img {
      display: block;
      height: 100%; }
.c-section--logo_section .b-logo_section .logo-sections {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--logo_section .b-logo_section .logo-sections .section {
    border-top: 2px solid #0e1b13;
    grid-column: span 6;
    padding: 10px 40px 10px 0; }
    .c-section--logo_section .b-logo_section .logo-sections .section .company {
      display: inline-block;
      margin: 0 10px 10px 0;
      height: 75px;
      max-width: 200px; }
      .c-section--logo_section .b-logo_section .logo-sections .section .company img {
        display: block;
        max-height: 100%;
        max-width: 100%;
        height: auto; }
.c-section--logo_section .b-logo_section h4 {
  margin: 0 0 20px; }

.c-section--map_region_selector .b-map_region_selector .map-container {
  position: relative;
  overflow: hidden; }
  .c-section--map_region_selector .b-map_region_selector .map-container svg {
    width: 100%;
    height: auto; }
    .c-section--map_region_selector .b-map_region_selector .map-container svg g {
      opacity: 1; }
      .c-section--map_region_selector .b-map_region_selector .map-container svg g path {
        cursor: pointer; }
.c-section--map_region_selector .b-map_region_selector .button-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: -20px; }
  .c-section--map_region_selector .b-map_region_selector .button-container .map-button {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .c-section--map_region_selector .b-map_region_selector .button-container .map-button {
        height: 120px;
        width: 120px; } }
    @media only screen and (min-width: 992px) {
      .c-section--map_region_selector .b-map_region_selector .button-container .map-button {
        height: 160px;
        width: 160px; } }
    .c-section--map_region_selector .b-map_region_selector .button-container .map-button:hover {
      border: 0;
      text-decoration: none; }

.mapsvg-container-fullscreen .map-popup-gbc-container {
  display: flex;
  padding: 10% 10px 0;
  flex-direction: column-reverse; }
  .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-logo-wrapper {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px; }
    .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-logo-wrapper img {
      width: 100%; }
  .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-details-wrapper {
    font-size: 16px; }
    .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-details-wrapper .gbc-title {
      display: block;
      margin: 0 0 5px; }
    .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-details-wrapper .gbc-membership-status {
      display: block;
      margin: 0 0 5px;
      text-transform: capitalize; }
    .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-details-wrapper .gbc-region {
      display: block;
      margin: 0 0 5px;
      text-transform: capitalize; }
    .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-details-wrapper .find-out-more {
      display: block;
      color: #0e1b13;
      margin: 0 0 5px; }
      .mapsvg-container-fullscreen .map-popup-gbc-container .gbc-details-wrapper .find-out-more:hover {
        color: #004b40; }

.c-section--map_section h2 {
  color: #ffffff; }
.c-section--map_section.theme-white h2 {
  color: #000000; }
.c-section--map_section .mapsvg-wrap-all .mapsvg-header {
  display: none !important; }
.c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container {
  background-color: #ffffff;
  margin: 40px auto;
  width: 80% !important;
  max-width: 700px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4); }
  .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content {
    padding: 25px; }
    .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-logo-wrapper {
        display: block;
        padding: 0 0 0 20px;
        width: 40%; }
        .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-logo-wrapper .gbc-logo {
          display: block;
          width: 100%;
          max-width: 220px !important;
          margin: 0 0 40px; }
      .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper {
        display: block;
        width: 60%; }
        .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-title {
          display: block;
          margin: 0 0 20px; }
        .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-membership-status {
          display: block;
          margin: 0 0 10px;
          text-transform: capitalize; }
          .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-membership-status .title {
            display: inline-block;
            margin: 0 5px 0 0; }
        .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-region {
          display: block;
          margin: 0 0 10px;
          text-transform: capitalize; }
          .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .gbc-region .title {
            display: inline-block;
            margin: 0 5px 0 0; }
        .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .find-out-more {
          color: #0e1b13;
          font-weight: 700;
          display: block;
          text-transform: uppercase;
          text-decoration: none;
          font-style: italic;
          margin: 20px 0; }
          .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-controller-view-content .map-popup-gbc-container .gbc-details-wrapper .find-out-more:hover {
            color: #004b40; }
  .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-popover-close {
    top: 20px;
    right: 20px;
    border-radius: 100%;
    border: 1px solid #000000;
    width: 120px;
    height: 120px; }
  .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-popover-close::before,
  .c-section--map_section .mapsvg-wrap-all .mapsvg-wrap .mapsvg-map-container .mapsvg-details-container .mapsvg-popover-close::after {
    width: 50%;
    left: 25%; }
.c-section--map_section .button-container {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .c-section--map_section .button-container {
      display: flex;
      justify-content: space-between;
      margin-top: -40px; } }
  .c-section--map_section .button-container .map-button {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in;
    display: block;
    display: inline-block;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 auto 10px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-section--map_section .button-container .map-button {
        display: flex;
        height: 120px;
        width: 120px;
        padding: 0;
        margin: 0;
        border-radius: 100%; } }
    @media only screen and (min-width: 992px) {
      .c-section--map_section .button-container .map-button {
        height: 160px;
        width: 160px; } }
    .c-section--map_section .button-container .map-button.africa {
      background-color: #004b40; }
    .c-section--map_section .button-container .map-button.americas {
      background-color: #00e87b; }
    .c-section--map_section .button-container .map-button.asia-pacific {
      background-color: #0e1b13; }
    .c-section--map_section .button-container .map-button.europe {
      background-color: #00dcaf; }
    .c-section--map_section .button-container .map-button.mena {
      background-color: #f5f3ea;
      color: black; }
    .c-section--map_section .button-container .map-button:hover {
      border: 0;
      text-decoration: none;
      opacity: 0.85; }

.c-section--media_section {
  position: relative; }
  .c-section--media_section .theme-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; }
  .c-section--media_section .theme-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; }
  .c-section--media_section .image-contain {
    display: inline-block;
    width: 100%;
    height: 320px;
    background-position: center center;
    background-size: cover;
    z-index: 3;
    position: relative;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .c-section--media_section .image-contain {
        height: 440px;
        width: 95%;
        margin-left: 5%; } }
    @media only screen and (min-width: 992px) {
      .c-section--media_section .image-contain {
        height: 500px;
        width: 95%;
        margin-left: 5%; } }
  .c-section--media_section .image-full {
    position: relative;
    width: 100%;
    margin: 0;
    height: auto; }
  .c-section--media_section.size-contain .image-contain {
    background-size: contain; }
  @media only screen and (min-width: 768px) {
    .c-section--media_section.box-content {
      padding-bottom: 140px !important; } }
  .c-section--media_section.box-content .content-box {
    z-index: 4;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    margin: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .c-section--media_section.box-content .content-box {
        position: absolute;
        top: 300px;
        left: 50%;
        max-width: 300px;
        min-height: 300px;
        margin: 0; } }
    .c-section--media_section.box-content .content-box p {
      font-weight: 700; }
      .c-section--media_section.box-content .content-box p:last-child {
        margin: 0; }
    .c-section--media_section.box-content .content-box.theme-sage {
      color: #ffffff; }
  .c-section--media_section .responsive-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
    .c-section--media_section .responsive-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.c-section--articles-header {
  padding: 80px 0 20px; }
  .c-section--articles-header .filter-container {
    border-top: 2px solid #0e1b13;
    padding: 20px 0 0; }
    .c-section--articles-header .filter-container ul {
      padding: 0; }

.c-section--article a {
  color: #004b40; }
.c-section--article img {
  max-width: 100%;
  height: auto; }

.sf-field-post-meta-article_type ul {
  padding: 0;
  flex: 0 1 auto; }
  .sf-field-post-meta-article_type ul li {
    display: inline-block;
    margin: 0 1px 0 0;
    min-width: calc(15% - 1px); }
    .sf-field-post-meta-article_type ul li .sf-input-radio {
      display: none; }
    .sf-field-post-meta-article_type ul li .sf-label-radio {
      width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 20px;
      background-color: #0e1b13;
      color: #ffffff;
      cursor: pointer; }
    .sf-field-post-meta-article_type ul li:hover .sf-label-radio, .sf-field-post-meta-article_type ul li.sf-option-active .sf-label-radio {
      background-color: #00e87b; }

.article-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .article-grid-container .article-link {
    grid-column: span 12;
    position: relative;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .article-grid-container .article-link {
        grid-column: span 4;
        min-height: 300px; } }
    .article-grid-container .article-link .background-image {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 240px;
      background-position: center center;
      background-size: cover; }
      @media only screen and (min-width: 768px) {
        .article-grid-container .article-link .background-image {
          position: absolute;
          height: 240px; } }
      .article-grid-container .article-link .background-image .type {
        display: none; }
      .article-grid-container .article-link .background-image.img-none {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 32px;
        line-height: 120%;
        font-weight: 800;
        text-transform: capitalize;
        padding: 0 10% 140px 10%; }
        .article-grid-container .article-link .background-image.img-none .type {
          display: block;
          opacity: 0.8; }
        @media only screen and (min-width: 768px) {
          .article-grid-container .article-link .background-image.img-none {
            padding: 10% 10% 100px 10%; } }
      .article-grid-container .article-link .background-image.theme-navy {
        background-color: #004b40;
        color: #ffffff; }
      .article-grid-container .article-link .background-image.theme-green {
        background-color: #90c8a0;
        color: #ffffff; }
      .article-grid-container .article-link .background-image.theme-salmon {
        background-color: #f5f3ea;
        color: #ffffff; }
      .article-grid-container .article-link .background-image.theme-teal {
        background-color: #7ba7b3;
        color: #ffffff; }
      .article-grid-container .article-link .background-image.theme-sage {
        background-color: #004b40;
        color: #ffffff; }
    .article-grid-container .article-link .article-content {
      position: relative;
      z-index: 2;
      width: 100%;
      color: #ffffff;
      padding: 10px 20px 45px 20px; }
      @media only screen and (min-width: 768px) {
        .article-grid-container .article-link .article-content {
          margin-left: 10%;
          width: 90%;
          padding: 10px 20px 45px 20px;
          margin-top: 160px;
          height: calc(100% - 160px); } }
      .article-grid-container .article-link .article-content .type {
        display: block;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: capitalize; }
      .article-grid-container .article-link .article-content .title {
        display: block;
        font-size: 20px;
        line-height: 120%;
        font-weight: 800; }
      .article-grid-container .article-link .article-content .sub-title {
        display: block;
        font-size: 20px;
        line-height: 120%;
        font-weight: 100; }
      .article-grid-container .article-link .article-content .tile-description {
        display: block;
        margin: 10px 0 0 0; }
      .article-grid-container .article-link .article-content .date {
        display: block;
        font-size: 16px;
        margin: 10px 0 0; }
      .article-grid-container .article-link .article-content .find-out-more {
        position: absolute;
        bottom: 15px;
        left: 20px;
        font-size: 16px;
        line-height: 120%;
        font-style: italic; }
        .article-grid-container .article-link .article-content .find-out-more svg {
          transition: 0.3s all ease-in;
          margin-left: 10px;
          height: auto;
          width: 15px; }
    .article-grid-container .article-link:hover .find-out-more svg {
      margin-left: 15px; }

.c-section--profile_section {
  position: relative; }
  .c-section--profile_section .b-profile_section .profile-container {
    margin: 80px 0 0 0;
    display: block; }
    .c-section--profile_section .b-profile_section .profile-container .profile {
      text-decoration: none;
      color: #0e1b13; }
      @media only screen and (min-width: 768px) {
        .c-section--profile_section .b-profile_section .profile-container .profile {
          grid-column: span 6;
          max-width: 400px; } }
      @media only screen and (min-width: 992px) {
        .c-section--profile_section .b-profile_section .profile-container .profile {
          grid-column: span 4; } }
      .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper {
        display: block;
        position: relative;
        background-size: cover;
        background-position: top left;
        height: 300px;
        margin: 0 0 20px;
        overflow: hidden;
        transition: all 0.2s ease-in; }
        @media only screen and (min-width: 768px) {
          .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper {
            height: 300px; } }
        .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper img {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 90%;
          max-height: 100%;
          max-width: 260px; }
        .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper.option-1 {
          background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
        .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper.option-2 {
          background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
        .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper.option-3 {
          background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
        .c-section--profile_section .b-profile_section .profile-container .profile .image-wrapper.option-4 {
          background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
      .c-section--profile_section .b-profile_section .profile-container .profile .details {
        display: block;
        padding: 0 20px 40px 5px; }
        .c-section--profile_section .b-profile_section .profile-container .profile .details .name {
          display: block;
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 0; }
        .c-section--profile_section .b-profile_section .profile-container .profile .details .role {
          display: block;
          font-size: 20px; }
        .c-section--profile_section .b-profile_section .profile-container .profile .details .view-profile {
          display: block;
          font-size: 20px;
          margin: 15px 0 0;
          cursor: pointer;
          text-decoration: none;
          color: #0e1b13; }
      .c-section--profile_section .b-profile_section .profile-container .profile:hover .option-1 {
        background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
      .c-section--profile_section .b-profile_section .profile-container .profile:hover .option-2 {
        background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
      .c-section--profile_section .b-profile_section .profile-container .profile:hover .option-3 {
        background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
      .c-section--profile_section .b-profile_section .profile-container .profile:hover .option-4 {
        background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
      .c-section--profile_section .b-profile_section .profile-container .profile:hover .view-profile {
        color: #004b40; }
    @media only screen and (min-width: 768px) {
      .c-section--profile_section .b-profile_section .profile-container {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(12, 1fr); } }
    .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper {
      background-image: none !important;
      padding-bottom: 30px;
      height: 310px; }
      .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 280px; }
      .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper .img {
        position: absolute;
        top: 30px;
        left: 30px;
        height: 280px;
        width: calc(100% - 30px);
        max-width: none;
        background-size: cover;
        background-position: top center; }
      .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper.option-1 .bg {
        background-color: #004b40; }
      .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper.option-2 .bg {
        background-color: #004b40; }
      .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper.option-3 .bg {
        background-color: #004b40; }
      .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile .image-wrapper.option-4 .bg {
        background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile:hover.option-1 .bg {
      background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile:hover.option-2 .bg {
      background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile:hover.option-3 .bg {
      background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-container.profile-style-square .profile:hover.option-4 .bg {
      background-color: #004b40; }
  .c-section--profile_section .b-profile_section .profile-row-container {
    margin: 20px 0 0 0;
    display: block;
    border-bottom: 1px solid #0e1b13; }
    .c-section--profile_section .b-profile_section .profile-row-container .profile {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 15px;
      width: 100%;
      border-top: 1px solid #0e1b13;
      padding: 20px 0; }
      .c-section--profile_section .b-profile_section .profile-row-container .profile .image-wrapper {
        grid-column: span 12;
        display: block;
        height: 200px;
        position: relative;
        background-size: cover;
        background-position: top left;
        margin: 0;
        overflow: hidden;
        background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-bg-1.png");
        max-width: 200px; }
        @media only screen and (min-width: 768px) {
          .c-section--profile_section .b-profile_section .profile-row-container .profile .image-wrapper {
            grid-column: span 4;
            max-width: 100%; } }
        .c-section--profile_section .b-profile_section .profile-row-container .profile .image-wrapper img {
          position: absolute;
          bottom: 0;
          right: 0;
          max-height: 100%;
          max-width: 260px; }
      .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details {
        grid-column: span 12;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media only screen and (min-width: 768px) {
          .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details {
            grid-column: span 4; } }
        .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details {
          display: block; }
          .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .name {
            display: block;
            margin-bottom: 10px; }
          .c-section--profile_section .b-profile_section .profile-row-container .profile .profile-details .details .role {
            display: block; }
      .c-section--profile_section .b-profile_section .profile-row-container .profile .view {
        grid-column: span 12;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media only screen and (min-width: 768px) {
          .c-section--profile_section .b-profile_section .profile-row-container .profile .view {
            grid-column: span 4;
            justify-content: flex-end; } }
        .c-section--profile_section .b-profile_section .profile-row-container .profile .view .view-profile {
          display: inline-block;
          font-size: 20px;
          margin: 20px 0 0;
          cursor: pointer;
          text-decoration: none;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #0e1b13;
          border: 1px solid #0e1b13;
          padding: 10px 20px;
          border-radius: 8px; }
          @media only screen and (min-width: 768px) {
            .c-section--profile_section .b-profile_section .profile-row-container .profile .view .view-profile {
              grid-column: span 4;
              justify-content: center;
              height: 60px;
              width: 60px;
              border-radius: 100%;
              padding: 0; } }
          .c-section--profile_section .b-profile_section .profile-row-container .profile .view .view-profile:hover {
            color: #ffffff;
            border: 1px solid #004b40;
            background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper {
      background-image: none !important;
      padding-bottom: 30px;
      height: 250px; }
      .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 220px; }
      .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper .img {
        position: absolute;
        top: 30px;
        left: 30px;
        height: 220px;
        width: calc(100% - 30px);
        max-width: none;
        background-size: cover;
        background-position: top center;
        background-color: #babfc4; }
      .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper.option-1 .bg {
        background-color: #004b40; }
      .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper.option-2 .bg {
        background-color: #0e1b13; }
      .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper.option-3 .bg {
        background-color: #004b40; }
      .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile .image-wrapper.option-4 .bg {
        background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile:hover.option-1 .bg {
      background-color: #0e1b13; }
    .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile:hover.option-2 .bg {
      background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile:hover.option-3 .bg {
      background-color: #004b40; }
    .c-section--profile_section .b-profile_section .profile-row-container.profile-style-square .profile:hover.option-4 .bg {
      background-color: #004b40; }

.c-section--banner_section .profile-name {
  margin-bottom: 10px !important; }
.c-section--banner_section .profile-role {
  display: block;
  font-size: 28px;
  line-height: 115%; }

.corporate-details {
  margin: 20px 0 20px 0;
  display: block;
  width: 100%;
  max-width: auto;
  text-align: center;
  border: 1px solid #f5f3ea;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .corporate-details {
      float: right;
      max-width: 400px; } }
  .corporate-details .logo {
    position: relative;
    height: 175px;
    margin: 0 0 20px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .corporate-details .details {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 24px; }
    .corporate-details .details svg {
      width: 100%;
      height: auto; }
      .corporate-details .details svg path {
        fill: #0e1b13; }

.profile-image-mobile {
  display: block;
  width: calc(100% - 80px);
  margin: 0 40px 40px; }
  @media only screen and (min-width: 768px) {
    .profile-image-mobile {
      display: none; } }

.profile-image {
  display: none;
  position: relative;
  background-size: cover;
  background-position: top left;
  overflow: hidden;
  transition: all 0.2s ease-in;
  height: 250px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .profile-image {
      display: block;
      float: right;
      height: 300px;
      max-width: 300px;
      margin: 0 0 20px;
      margin-top: -160px; } }
  @media only screen and (min-width: 992px) {
    .profile-image {
      height: 400px;
      max-width: 400px;
      margin-top: -200px; } }
  .profile-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    max-width: 220px; }
    @media only screen and (min-width: 768px) {
      .profile-image img {
        max-width: 360px; } }
  .profile-image.option-1 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
  .profile-image.option-2 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
  .profile-image.option-3 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
  .profile-image.option-4 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-static.png"); }
  .profile-image:hover.option-1 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
  .profile-image:hover.option-2 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
  .profile-image:hover.option-3 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
  .profile-image:hover.option-4 {
    background-image: url("/wp-content/themes/wgbc/build/img/profile/profile-hover.png"); }
  .profile-image.style-square {
    background-image: none !important;
    padding-bottom: 30px;
    height: 360px; }
    .profile-image.style-square .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 330px; }
    .profile-image.style-square .img {
      position: absolute;
      top: 30px;
      left: 30px;
      height: 330px;
      width: calc(100% - 30px);
      max-width: none;
      background-size: cover;
      background-position: top center; }
    .profile-image.style-square.option-1 .bg {
      background-color: #004b40; }
    .profile-image.style-square.option-2 .bg {
      background-color: #0e1b13; }
    .profile-image.style-square.option-3 .bg {
      background-color: #004b40; }
    .profile-image.style-square.option-4 .bg {
      background-color: #004b40; }
  .profile-image:hover.option-1 .bg {
    background-color: #0e1b13; }
  .profile-image:hover.option-2 .bg {
    background-color: #004b40; }
  .profile-image:hover.option-3 .bg {
    background-color: #004b40; }
  .profile-image:hover.option-4 .bg {
    background-color: #004b40; }

.c-section--video_section {
  padding-bottom: 0; }
  .c-section--video_section .responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
    .c-section--video_section .responsive-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.resource-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .resource-grid-container .resource-link {
    grid-column: span 12;
    position: relative;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .resource-grid-container .resource-link {
        grid-column: span 4;
        min-height: 300px; } }
    .resource-grid-container .resource-link .background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 240px;
      background-position: center center;
      background-size: cover; }
      .resource-grid-container .resource-link .background-image .type {
        display: none; }
      .resource-grid-container .resource-link .background-image.img-none {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 32px;
        line-height: 120%;
        font-weight: 800;
        text-transform: capitalize;
        padding: 0 10% 140px 10%; }
        .resource-grid-container .resource-link .background-image.img-none .type {
          display: block;
          opacity: 0.8; }
        @media only screen and (min-width: 768px) {
          .resource-grid-container .resource-link .background-image.img-none {
            padding: 10% 10% 100px 10%; } }
      .resource-grid-container .resource-link .background-image.theme-navy {
        background-color: #004b40;
        color: #ffffff; }
      .resource-grid-container .resource-link .background-image.theme-green {
        background-color: #90c8a0;
        color: #ffffff; }
      .resource-grid-container .resource-link .background-image.theme-salmon {
        background-color: #f5f3ea;
        color: #ffffff; }
    .resource-grid-container .resource-link .article-content {
      position: relative;
      z-index: 2;
      margin-left: 10%;
      width: 90%;
      color: #ffffff;
      padding: 10px 20px 20px 20px;
      margin-top: 100px;
      height: calc(100% - 100px); }
      @media only screen and (min-width: 768px) {
        .resource-grid-container .resource-link .article-content {
          margin-top: 160px;
          height: calc(100% - 160px); } }
      .resource-grid-container .resource-link .article-content .type {
        display: block;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: capitalize; }
      .resource-grid-container .resource-link .article-content .title {
        display: block;
        font-size: 20px;
        line-height: 120%;
        font-weight: 800; }
      .resource-grid-container .resource-link .article-content .date {
        display: block;
        font-size: 16px;
        margin: 10px 0 0; }

.signatory-logo {
  display: block;
  max-width: 180px;
  max-height: 180px;
  margin: 0 0 40px; }

#search-filter-form-4764 ul li label,
#search-filter-form-11035 ul li label {
  width: 100%;
  padding: 0 20px 0 0; }
  #search-filter-form-4764 ul li label select,
  #search-filter-form-11035 ul li label select {
    padding: 5px;
    width: 100%;
    font-size: 15px; }
#search-filter-form-4764 ul,
#search-filter-form-11035 ul {
  padding: 0;
  flex: 0 1 auto; }
  #search-filter-form-4764 ul li,
  #search-filter-form-11035 ul li {
    display: inline-block;
    margin: 0 1px 0 0;
    min-width: calc(15% - 1px); }
    #search-filter-form-4764 ul li.sf-field-post-meta-signatory_type,
    #search-filter-form-11035 ul li.sf-field-post-meta-signatory_type {
      display: block; }
    #search-filter-form-4764 ul li .sf-input-radio,
    #search-filter-form-11035 ul li .sf-input-radio {
      display: none; }
    #search-filter-form-4764 ul li .sf-label-radio,
    #search-filter-form-11035 ul li .sf-label-radio {
      width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 20px;
      background-color: #0e1b13;
      color: #ffffff;
      cursor: pointer; }
    #search-filter-form-4764 ul li .sf-level-0:hover .sf-label-radio,
    #search-filter-form-4764 ul li .sf-option-active .sf-label-radio,
    #search-filter-form-11035 ul li .sf-level-0:hover .sf-label-radio,
    #search-filter-form-11035 ul li .sf-option-active .sf-label-radio {
      background-color: #00e87b; }

.c-section--tile_statistics_section .pathway-container .pathway {
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0 40px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 14px; }
  .c-section--tile_statistics_section .pathway-container .pathway.policy-pathway {
    background-image: url("/wp-content/themes/wgbc/build/img/signatories/policy.svg"); }
  .c-section--tile_statistics_section .pathway-container .pathway.municipal-buildings-pathway {
    background-image: url("/wp-content/themes/wgbc/build/img/signatories/municipal-buildings.svg"); }

.c-section--checklist-section .checklist-wrapper {
  margin: 0 0 60px; }
  .c-section--checklist-section .checklist-wrapper h2 {
    margin: 0 0 20px; }
  .c-section--checklist-section .checklist-wrapper .checklist-container {
    display: flex;
    margin: 0 0 20px; }
    .c-section--checklist-section .checklist-wrapper .checklist-container .status {
      flex: 0 0 60px; }
      .c-section--checklist-section .checklist-wrapper .checklist-container .status .box {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #000000;
        margin: 5px 0 0 0; }
        .c-section--checklist-section .checklist-wrapper .checklist-container .status .box svg {
          position: absolute;
          top: 0;
          left: 5px;
          width: 30px;
          height: auto; }

.social-share-btns-container {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .social-share-btns-container .social-share-btns {
    display: inline-block;
    overflow: hidden; }
    .social-share-btns-container .social-share-btns .share-btn {
      float: left;
      margin: 0 5px;
      padding: 8px 16px;
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      vertical-align: middle;
      -moz-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      -webkit-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out;
      background-color: #95a5a6; }
      .social-share-btns-container .social-share-btns .share-btn i {
        margin-right: 5px;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle; }
      .social-share-btns-container .social-share-btns .share-btn:hover {
        background-color: #798d8f;
        border: 0; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-twitter {
        background-color: #00aced; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-twitter:hover {
          background-color: #0087ba; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-facebook {
        background-color: #3b5998; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-facebook:hover {
          background-color: #2d4373; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-linkedin {
        background-color: #007bb6; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-linkedin:hover {
          background-color: #005983; }
      .social-share-btns-container .social-share-btns .share-btn.share-btn-mail {
        background-color: #f1c40f; }
        .social-share-btns-container .social-share-btns .share-btn.share-btn-mail:hover {
          background-color: #dab10d; }

.c-section--tile_statistics_section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 60px 0; }
  @media only screen and (min-width: 768px) {
    .c-section--tile_statistics_section {
      padding: 160px 0 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .c-section--tile_statistics_section {
      padding: 160px 0 100px 0; } }
  .c-section--tile_statistics_section .overlap-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-attachment: fixed; }
  .c-section--tile_statistics_section .b-tile_statistics_section {
    position: relative;
    z-index: 2; }
    .c-section--tile_statistics_section .b-tile_statistics_section h2 {
      font-weight: 500; }
    .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container {
      margin: 40px 0 0;
      display: block; }
      @media only screen and (min-width: 768px) {
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container {
          display: flex;
          gap: 20px; } }
      .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile {
        flex: 1;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 20px;
        margin: 0 0 20px; }
        @media only screen and (min-width: 768px) {
          .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile {
            padding: 40px 20px; } }
        @media (min-width: 992px) and (min-height: 720px) {
          .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile {
            padding: 60px 20px; } }
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .inner {
          position: relative;
          z-index: 2; }
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .icon {
          display: block;
          max-width: 100px;
          margin: 0 auto 20px; }
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .value {
          display: block;
          text-align: center;
          font-size: 40px;
          line-height: 120%;
          font-weight: 600; }
          @media only screen and (min-width: 768px) {
            .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .value {
              font-size: 40px; } }
          @media only screen and (min-width: 992px) {
            .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .value {
              font-size: 50px; } }
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .description {
          display: block;
          text-align: center; }
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container .tile .tile-bg {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          opacity: 0.3;
          background-color: #ffffff; }
      .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container.grid {
        display: grid;
        grid-column-gap: 20px;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px; }
        .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container.grid .tile {
          grid-column: span 12;
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container.grid .tile {
              grid-column: span 6; } }
          @media (min-width: 992px) and (min-height: 720px) {
            .c-section--tile_statistics_section .b-tile_statistics_section .tile-statistics-container.grid .tile {
              grid-column: span 3; } }

.c-section--video_section-full {
  padding: 0; }

.c-section--video_section {
  position: relative;
  height: 240px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  cursor: pointer; }
  .c-section--video_section svg {
    width: 100px;
    height: auto;
    transition: all 0.3s ease-in; }
  .c-section--video_section span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .c-section--video_section:hover svg path,
  .c-section--video_section:hover svg polygon {
    fill: #0e1b13; }

.expanded-image .modal-dialog {
  height: 92vh;
  width: 80vw;
  max-width: 80vw;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  margin: 0 auto; }
  .expanded-image .modal-dialog .modal-content {
    background-color: transparent;
    max-width: 100%;
    max-height: 92vh;
    margin: auto; }
    .expanded-image .modal-dialog .modal-content .image-wrapper {
      height: 100%;
      width: 100%;
      max-width: 100%;
      max-height: 92vh;
      margin: auto; }
      .expanded-image .modal-dialog .modal-content .image-wrapper .close {
        position: absolute;
        right: 0;
        top: 2px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 60px;
        color: #ffffff; }
        .expanded-image .modal-dialog .modal-content .image-wrapper .close span {
          font-size: 32px;
          line-height: 32px; }
      .expanded-image .modal-dialog .modal-content .image-wrapper img {
        max-width: 100%;
        max-height: 92vh;
        margin: auto; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-section .tab__inner .icon {
  display: inline-block; }
.c-section .tab__inner .icon__hover {
  display: none; }
.c-section .tab__inner.active .icon {
  display: none; }
.c-section .tab__inner.active .icon__hover {
  display: inline-block; }
.c-section--table p {
  font-size: 16px !important;
  line-height: 1.2em !important; }
  .c-section--table p a {
    color: #0e1b13 !important; }
.c-section--table ul, .c-section--table li, .c-section--table ol {
  font-size: 16px !important;
  line-height: 1.2em !important; }
.c-section--table .title__status {
  font-size: 16px !important;
  line-height: 1.2em !important; }
.c-section--table .desktop__table {
  display: none; }
  .c-section--table .desktop__table .table__wrapper {
    display: none; }
    .c-section--table .desktop__table .table__wrapper.active {
      display: block; }
  .c-section--table .desktop__table .value__content p {
    font-size: 16px;
    line-height: 1.2em !important; }
  .c-section--table .desktop__table .top__container {
    padding-top: 3em;
    position: sticky;
    top: 0;
    background-color: #fff; }
    .c-section--table .desktop__table .top__container .sub__heading {
      font-weight: bold; }
    .c-section--table .desktop__table .top__container .tab__inner {
      text-align: center;
      font-weight: bold;
      cursor: pointer; }
    .c-section--table .desktop__table .top__container img {
      max-height: 3em;
      width: auto;
      margin-bottom: 1em; }
  .c-section--table .desktop__table .status__wrapper {
    padding: 4em 0 2em 0; }
    .c-section--table .desktop__table .status__wrapper .status__wrapper__inner {
      text-align: right;
      font-size: 16px;
      line-height: 1.2em !important; }
      .c-section--table .desktop__table .status__wrapper .status__wrapper__inner .status {
        display: inline-block;
        padding-left: 2.5em;
        margin-left: 2em;
        position: relative; }
        .c-section--table .desktop__table .status__wrapper .status__wrapper__inner .status:before {
          position: absolute;
          height: 10px;
          width: 10px;
          border-radius: 999px;
          content: "";
          left: 16px;
          top: 7px; }
        .c-section--table .desktop__table .status__wrapper .status__wrapper__inner .status.on-track:before {
          background-color: #23ff36; }
        .c-section--table .desktop__table .status__wrapper .status__wrapper__inner .status.in-progress:before {
          background-color: #ffd03a; }
        .c-section--table .desktop__table .status__wrapper .status__wrapper__inner .status.not-on-track:before {
          background-color: #ff1006; }
        .c-section--table .desktop__table .status__wrapper .status__wrapper__inner .status.not-enough:before {
          background-color: #5e615e; }
  .c-section--table .desktop__table .label__wrapper {
    font-weight: bold;
    padding: 0.5em 0;
    font-size: 16px;
    line-height: 1.2em !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .c-section--table .desktop__table .values__wrapper {
    padding: 1em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .c-section--table .desktop__table .values__wrapper .value__content, .c-section--table .desktop__table .values__wrapper .status__content {
      display: none; }
    .c-section--table .desktop__table .values__wrapper .value__title {
      min-height: 40px;
      display: flex;
      align-items: center;
      padding-right: 2em; }
    .c-section--table .desktop__table .values__wrapper .status__label {
      cursor: pointer;
      font-weight: bold; }
    .c-section--table .desktop__table .values__wrapper .status__content {
      font-size: 16px !important;
      line-height: 1.2em !important; }
      .c-section--table .desktop__table .values__wrapper .status__content p {
        font-size: 16px !important;
        line-height: 1.2em !important;
        margin-bottom: 0;
        margin-top: 0.5em; }
      .c-section--table .desktop__table .values__wrapper .status__content.active {
        display: block; }
    .c-section--table .desktop__table .values__wrapper .value__content {
      margin: 1em 0; }
      .c-section--table .desktop__table .values__wrapper .value__content.active {
        display: block; }
  .c-section--table .desktop__table .value__status__inner {
    border-radius: 1em;
    margin-top: 0.25em;
    font-size: 16px;
    line-height: 1.2em !important;
    padding: 0.25em; }
    .c-section--table .desktop__table .value__status__inner .status__label {
      padding: 0.25em 0.75em;
      display: flex;
      border-radius: 1em;
      justify-content: space-between; }
    .c-section--table .desktop__table .value__status__inner .status__content {
      border-radius: 1em;
      padding: 1em 0.75em 1em 0.75em; }
    .c-section--table .desktop__table .value__status__inner.on-track .status__label {
      background-color: #23ff36; }
    .c-section--table .desktop__table .value__status__inner.on-track.active .status__content {
      background-color: #baf0c0; }
    .c-section--table .desktop__table .value__status__inner.in-progress .status__label {
      background-color: #ffd03a; }
    .c-section--table .desktop__table .value__status__inner.in-progress.active .status__content {
      background-color: #fff0bf; }
    .c-section--table .desktop__table .value__status__inner.not-on-track .status__label {
      background-color: #ff1006;
      color: #fff; }
      .c-section--table .desktop__table .value__status__inner.not-on-track .status__label svg {
        fill: #fff; }
    .c-section--table .desktop__table .value__status__inner.not-on-track.active .status__content {
      background-color: #fdcdca;
      color: #000; }
    .c-section--table .desktop__table .value__status__inner.not-enough .status__label {
      background-color: #5e615e;
      color: #fff; }
      .c-section--table .desktop__table .value__status__inner.not-enough .status__label svg {
        fill: #fff; }
    .c-section--table .desktop__table .value__status__inner.not-enough.active .status__content {
      color: #fff;
      background-color: #5e615e; }
    .c-section--table .desktop__table .value__status__inner .expand__status {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .c-section--table .desktop__table .value__status__inner .expand__status svg {
        width: 0.75em; }
    .c-section--table .desktop__table .value__status__inner .close__status {
      display: none; }
      .c-section--table .desktop__table .value__status__inner .close__status svg {
        width: 0.75em; }
    .c-section--table .desktop__table .value__status__inner.active .expand__status {
      display: none; }
    .c-section--table .desktop__table .value__status__inner.active .close__status {
      display: flex;
      justify-content: space-between;
      width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-section--table .desktop__table {
      display: block; } }
.c-section .mobile__table {
  display: block; }
  .c-section .mobile__table .mobile__table__outer.active .tab__inner:before {
    transform: rotate(180deg); }
  .c-section .mobile__table .mobile__table__outer .label__wrapper {
    font-size: 16px;
    line-height: 1.2em !important; }
  .c-section .mobile__table .mobile__table__outer .tab__inner {
    display: flex;
    font-weight: bold;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 1em 0;
    border-top: 1px solid #e8e8e8; }
    .c-section .mobile__table .mobile__table__outer .tab__inner:last-child {
      border-bottom: 1px solid #e8e8e8; }
    .c-section .mobile__table .mobile__table__outer .tab__inner:before {
      content: "";
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M191.1 352c-1.1 0-3.969-.7344-5.531-2.219L34.47 205.8c-3.187-3.047-3.312-8.125-.25-11.31c3.094-3.188 8.156-3.281 11.31-.25l146.5 138.7l146.5-138.7c3.219-3.031 8.281-2.938 11.31 .25c3.062 3.188 2.937 8.266-.25 11.31l-151.1 144C195.1 351.3 193.1 352 191.1 352z"/></svg>');
      top: 0;
      font-family: "FontAwesome";
      position: absolute;
      right: 1em;
      width: 1.25em;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      background-position: center; }
    .c-section .mobile__table .mobile__table__outer .tab__inner img {
      height: auto;
      max-width: 2em;
      margin-right: 2em; }
  .c-section .mobile__table .mobile__table__outer .mobile__table__inner {
    position: relative;
    background-color: #f4f1f2;
    display: none; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner:before {
      content: "";
      width: 200vh;
      left: -50vw;
      height: 100%;
      background-color: #f4f1f2;
      z-index: -1;
      position: absolute; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner.active {
      display: block; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .sub__heading {
      padding: 2em 0 1em 0;
      font-weight: bold; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__title {
      border-bottom: 1px solid #e4e1e2;
      padding: 1em 6em 1em 0;
      position: relative; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__title:before {
        content: "";
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M191.1 352c-1.1 0-3.969-.7344-5.531-2.219L34.47 205.8c-3.187-3.047-3.312-8.125-.25-11.31c3.094-3.188 8.156-3.281 11.31-.25l146.5 138.7l146.5-138.7c3.219-3.031 8.281-2.938 11.31 .25c3.062 3.188 2.937 8.266-.25 11.31l-151.1 144C195.1 351.3 193.1 352 191.1 352z"/></svg>');
        top: 0;
        font-family: "FontAwesome";
        position: absolute;
        right: 1em;
        width: 1.25em;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status__wrapper {
      border-bottom: 1px solid #e4e1e2;
      margin-bottom: 1em;
      padding: 0.5em 0; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__content {
      display: none;
      margin: 1em 0 0 0; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__content.active {
        display: block; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status {
      position: relative;
      display: inline-block;
      font-weight: bold; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status:before {
        position: absolute;
        height: 10px;
        width: 10px;
        border-radius: 999px;
        content: "";
        right: -15px;
        top: 7px; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status.on-track:before {
        background-color: #23ff36; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status.in-progress:before {
        background-color: #ffd03a; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status.not-on-track:before {
        background-color: #ff1006; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .title__status.not-enough:before {
        background-color: #5e615e; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner {
      display: flex;
      flex-wrap: wrap;
      line-height: 11px;
      margin: 2em 0 1em 0; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner .status {
        font-size: 16px;
        display: inline-block;
        padding-left: 1.5em;
        padding-right: 0.5em;
        margin-bottom: 1em;
        width: 50%;
        position: relative; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner .status:before {
          position: absolute;
          height: 10px;
          width: 10px;
          border-radius: 999px;
          content: "";
          left: 0px;
          top: 0px; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner .status.on-track:before {
          background-color: #23ff36; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner .status.in-progress:before {
          background-color: #ffd03a; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner .status.not-on-track:before {
          background-color: #ff1006; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__wrapper__inner .status.not-enough:before {
          background-color: #5e615e; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__label {
      cursor: pointer;
      font-weight: bold; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__title {
      cursor: pointer; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner {
      border-radius: 1em;
      margin-top: 0.25em;
      font-size: 16px;
      line-height: 1.2em !important;
      padding: 0.25em; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner .status__label {
        padding: 0.25em 0.75em;
        display: flex;
        border-radius: 1em;
        justify-content: space-between; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner .status__content {
        border-radius: 1em;
        padding: 1em 0.75em 1em 0.75em; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.on-track .status__label {
        background-color: #23ff36; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.on-track.active .status__content {
        background-color: #baf0c0; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.in-progress .status__label {
        background-color: #ffd03a; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.in-progress.active .status__content {
        background-color: #fff0bf; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.not-on-track .status__label {
        background-color: #ff1006;
        color: #fff; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.not-on-track .status__label svg {
          fill: #fff; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.not-on-track.active .status__content {
        background-color: #fdcdca;
        color: #000; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.not-enough .status__label {
        background-color: #5e615e;
        color: #fff; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.not-enough .status__label svg {
          fill: #fff; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.not-enough.active .status__content {
        color: #fff;
        background-color: #5e615e; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner .expand__status {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner .expand__status svg {
          width: 0.75em; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner .close__status {
        display: none; }
        .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner .close__status svg {
          width: 0.75em; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.active .expand__status {
        display: none; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner.active .close__status {
        display: flex;
        justify-content: space-between;
        width: 100%; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .value__status__inner {
      font-size: 16px;
      line-height: 1.2em !important;
      padding: 0.25em;
      margin-bottom: 2em; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__content {
      display: none; }
      .c-section .mobile__table .mobile__table__outer .mobile__table__inner .status__content.active {
        display: block; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .row__inner .row__content {
      display: none; }
    .c-section .mobile__table .mobile__table__outer .mobile__table__inner .row__inner.active .row__content {
      display: block; }
  @media only screen and (min-width: 768px) {
    .c-section .mobile__table {
      display: none; } }

/*# sourceMappingURL=styles.css.map */
