@charset "UTF-8";
/*
Theme Name: REGROUP
Author: REGROUP
Description: Wordpress theme for REGROUP's website
Version: 1.0
License URI: LICENSE
Tags: REGROUP
*/
@font-face {
  font-family: Monotype-Helvetica Now Text;
  font-weight: normal;
  src: url("fonts/Monotype  - Helvetica Now Text.otf") format("opentype");
}
@font-face {
  font-family: Monotype-Helvetica Now Text Light;
  font-weight: normal;
  src: url("fonts/Monotype  - Helvetica Now Text Light.otf") format("opentype");
}
@font-face {
  font-family: Poynter Oldstyle Display Bold Italic;
  font-weight: normal;
  src: url("fonts/Poynter Oldstyle Display Bold Italic.otf") format("opentype");
}
.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*=si-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

/*
Theme Name: REGROUP
Author: REGROUP
Description: Wordpress theme for REGROUP's website
Version: 1.0
License URI: LICENSE
Tags: REGROUP
*/
@font-face {
  font-family: Monotype-Helvetica Now Text;
  font-weight: normal;
  src: url("fonts/Monotype  - Helvetica Now Text.otf") format("opentype");
}
@font-face {
  font-family: Monotype-Helvetica Now Text Light;
  font-weight: normal;
  src: url("fonts/Monotype  - Helvetica Now Text Light.otf") format("opentype");
}
@font-face {
  font-family: Poynter Oldstyle Display Bold Italic;
  font-weight: normal;
  src: url("fonts/Poynter Oldstyle Display Bold Italic.otf") format("opentype");
}
.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
::-moz-selection { /* Code for Firefox */
  color: black;
  background: rgba(254, 225, 5, 0.95);
}

::-webkit-selection {
  color: black;
  background: rgba(254, 225, 5, 0.95);
}

::selection {
  color: black;
  background: rgba(254, 225, 5, 0.95);
}

body {
  background-color: #383838;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
a {
  font-family: Monotype-Helvetica Now Text, Helvetica, sans-serif;
  color: #464646;
}

h1,
h2 {
  font-family: Monotype-Helvetica Now Display, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 48px;
  margin: 0 0 8px 0;
  font-weight: normal;
}
@media (max-width: 1024px) {
  h1,
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
  text-transform: uppercase;
  margin: 0;
}

h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
  margin: 0;
}

h5 {
  font-family: Monotype-Helvetica Now Text Medium, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}

p,
div {
  font-family: Monotype-Helvetica Now Text, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  p,
  div {
    font-size: 13px;
    line-height: 20px;
  }
}

main {
  overflow: hidden;
  margin-top: 66px;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  main {
    margin-top: 54px;
  }
}

strong {
  font-weight: bold;
}

.elementor-editor-active main {
  opacity: 1;
}

.elementor.elementor-location-header {
  opacity: 1;
  transition: opacity 199ms ease-in-out;
}
.elementor .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #383838;
}
.elementor .elementor-widget-slides .swiper-container {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .swiper-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide-inner {
    position: relative;
  }
}
.elementor .elementor-widget-slides .swiper-container .swiper-slide-bg {
  position: absolute;
  right: 0;
  min-width: auto;
  width: 60%;
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide-bg {
    width: 100%;
    min-height: auto;
    height: 200px;
    background-position: center top;
    position: relative;
  }
}
.elementor .elementor-widget-slides .swiper-container .swiper-slide-contents {
  background: white;
  position: relative;
  padding: 50px;
}
@media (max-width: 1024px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide-contents {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide-contents {
    padding: 30px;
    width: 100%;
  }
}
.elementor .elementor-widget-slides .swiper-container .swiper-slide-contents a {
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  max-width: 178px;
  background: #DF4629;
  color: white;
  border: 2px solid #DF4629;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  padding: 12px;
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide-contents a {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .elementor .elementor-widget-slides .swiper-container .swiper-slide-contents .elementor-slide-description {
    font-size: 14px;
  }
}
.elementor .elementor-widget-slides .swiper-pagination {
  bottom: -30px;
  z-index: 2;
}
.elementor .elementor-widget-slides .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CFD1D2;
}
.elementor .elementor-widget-slides .swiper-pagination-bullet-active {
  background-color: #5BBBB0;
}
.elementor .elementor-widget-slides .elementor-swiper-button {
  height: 76px;
  width: 23px;
}
@media (max-width: 767px) {
  .elementor .elementor-widget-slides .elementor-swiper-button {
    display: none;
  }
}
.elementor .elementor-widget-slides .elementor-swiper-button i {
  display: none;
}
.elementor .elementor-widget-slides .elementor-swiper-button-prev {
  background: url("./svg/arrow-left.svg") center center no-repeat;
}
.elementor .elementor-widget-slides .elementor-swiper-button-next {
  background: url("./svg/arrow-right.svg") center center no-repeat;
}
.elementor .elementor-widget-image .elementor-image > a img[src$=".svg"],
.elementor .elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
  width: auto;
}
.elementor .elementor-image figure {
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  max-width: none;
}
.elementor .elementor-icon-wrapper {
  line-height: 1;
}
.elementor .elementor-widget-wp-widget-nav_menu {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .elementor .elementor-text-editor p:last-child {
    margin-bottom: 0;
  }
}
.elementor .dialog-widget-content {
  background: transparent;
  box-shadow: none;
}

.dialog-widget .dialog-widget-content {
  background: transparent !important;
  box-shadow: none !important;
}

.cta {
  display: inline-block;
  padding: 12px 36px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.cta-wrapper {
  display: flex;
}
.cta-wrapper.center {
  justify-content: center;
}
.cta-wrapper.right {
  justify-content: flex-end;
}
.cta.primary {
  color: white;
  background: #DF4629;
  border: solid 2px #DF4629;
  transition: all 333ms ease-in-out;
}
.cta.primary:hover {
  background: white;
  color: #DF4629;
}
.cta.secondary {
  color: #DF4629;
  background: transparent;
  border: solid 2px #DF4629;
  transition: all 333ms ease-in-out;
}
.cta.secondary:hover {
  background: #DF4629;
  color: white;
}
.cta.arrow {
  position: relative;
}
.cta.arrow svg {
  position: relative;
  top: 1px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
  transform: translateX(0);
  fill: white;
  transition: all 333ms ease-in-out;
}
.cta.arrow:hover svg {
  transform: translateX(4px);
  fill: #DF4629;
}

.cta-tertiary a {
  position: relative;
  padding: 0;
}
.cta-tertiary a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  background: #DF4629;
  left: 0;
  width: calc(100% - 10px);
}
.cta-tertiary a::after {
  content: "";
  background: url("./svg/cta-arrow.svg") no-repeat center center;
  width: 6px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  right: -4px;
  transform: translateX(0);
  transition: transform 333ms ease-in-out;
}
.cta-tertiary a:hover::after {
  transform: translateX(4px);
}

.cta-quarternary {
  color: white;
  background: #5BBAAF;
  border: solid 2px #5BBAAF;
  transition: all 333ms ease-in-out;
}
.cta-quarternary:hover {
  background: white;
  color: #5BBAAF;
}

.cta-thought {
  color: #DF4629;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: transparent;
  padding: 6px;
  border: none;
  float: right;
}
.cta-thought::after {
  content: "";
  background: url(./svg/cta-arrow.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  right: -10px;
  transform: translateX(0);
  transition: transform 333ms ease-in-out;
}
.cta-thought:hover::after {
  transform: translateX(4px);
}
.cta-thought:hover {
  color: #DF4629;
}

.back {
  position: fixed;
  top: 160px;
  left: -18px;
  z-index: 5;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  background: transparent;
  color: white;
  transform: rotate(90deg);
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
  transition: all 333ms ease-in-out;
}
.back span:first-child {
  width: 12px;
  height: 10px;
  position: relative;
  display: inline-block;
  position: relative;
  top: 1px;
  left: -12px;
}
.back span:first-child svg {
  fill: white;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.6));
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.6));
  transition: all 333ms ease-in-out;
}
.back:hover {
  color: #DF4629;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.back:hover span:first-child svg {
  fill: #DF4629;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}
@media (max-width: 767px) {
  .back {
    display: none;
  }
}

.close {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 4;
  display: block;
}
@media (max-width: 767px) {
  .close {
    top: 20px;
    right: 20px;
  }
}
.close svg {
  fill: #DF4629;
}
.close span:first-child {
  display: block;
  width: 52px;
  height: 52px;
}
.close span:first-child svg {
  stroke: white;
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.6));
  -webkit-filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.6));
  transition: all 333ms ease-in-out;
}
@media (max-width: 1024px) {
  .close span:first-child {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 576px) {
  .close span:first-child {
    width: 28px;
    height: 28px;
  }
}
.close span:last-child {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 4px;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
  transition: all 333ms ease-in-out;
}
@media (max-width: 576px) {
  .close span:last-child {
    font-size: 8px;
  }
}
.close:hover span:first-child svg {
  stroke: #DF4629;
  filter: drop-shadow(0px 0px 0px);
  -webkit-filter: drop-shadow(0px 0px 0px);
}
.close:hover span:last-child {
  color: #DF4629;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.show-all {
  display: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: underline;
  color: #DF4629;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
@media (max-width: 576px) {
  .show-all {
    display: block;
  }
}

.page-header {
  height: calc(100vh - 120px);
}
@media (max-width: 767px) {
  .page-header {
    height: 318px;
  }
}

.elementor-text-editor a {
  color: #DF4629;
  font-weight: bold;
}
.elementor-text-editor a:hover {
  text-decoration: underline;
}

.error404 {
  background: #FED205;
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}
.error404 .elementor-location-header {
  display: none;
}
.error404 main {
  margin: 0;
  background-color: #fed205;
}
.error404 img {
  max-width: 240px;
  width: 100%;
  margin: 0 0 28px 0;
}
.error404 p {
  margin: 0;
}
.error404 a {
  font-weight: bold;
}
.error404 a:hover {
  text-decoration: underline;
}

.elementor-testimonial-content::before {
  content: "“";
  display: inline-block;
  position: absolute;
  font-family: poynter-oldstyle-display-con;
  font-size: 200px;
  line-height: 1;
  top: -18px;
  left: -98px;
  color: #DF4629;
}
@media (max-width: 1024px) {
  .elementor-testimonial-content::before {
    font-size: 140px;
    left: -21px;
    top: -13px;
  }
}
@media (max-width: 767px) {
  .elementor-testimonial-content::before {
    font-size: 120px;
    top: -9px;
    left: -17px;
  }
}

.elementor-testimonial-name::before {
  content: "—";
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -2px;
  line-height: 1;
}

.covid-alert {
  font-size: 11px;
  display: block;
  position: fixed;
  top: 72px;
  right: -1px;
  z-index: 999;
  color: #464646;
  background-color: white;
  border: 1px solid #FED205;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px 16px;
  transition: all 333ms ease-in-out;
}
@media (max-width: 767px) {
  .covid-alert {
    top: 56px;
  }
}
.covid-alert:hover {
  background-color: #FED205;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
}
.covid-alert:hover span:first-child {
  border-color: #464646;
}
.covid-alert span:first-child {
  font-family: poynter-oldstyle-display;
  font-style: italic;
  border: 1px solid #FED205;
  border-radius: 20px;
  padding: 0 5px;
  margin-right: 6px;
  transition: border-color 333ms ease-in-out;
}
.covid-alert span:last-child {
  font-family: Monotype-Helvetica Now Display, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pdf iframe {
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .pdf iframe {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

.forminator-edit-module {
  display: none !important;
}

.hamburger {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
  width: 20px;
  height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hamburger .hamburger-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.hamburger .hamburger-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  transition: all 400ms cubic-bezier(0.6, 0, 1, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.hamburger .hamburger-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all 400ms cubic-bezier(0.6, 0, 1, 1);
}
.hamburger .hamburger-inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all 400ms cubic-bezier(0.6, 0, 1, 1);
}
.hamburger.is-active .hamburger-inner {
  transform: rotate(-135deg);
  background-color: #DF4629;
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  background-color: #DF4629;
}
.hamburger.is-active .hamburger-inner::after {
  top: 0;
  transform: rotate(-90deg);
  opacity: 0;
  background-color: #DF4629;
}

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  transition: all 200ms ease-in-out !important;
}
@media (max-width: 767px) {
  .elementor-location-header {
    height: 54px;
  }
}
.elementor-location-header.nav-up {
  top: -68px;
}
.elementor-location-header .elementor-widget-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elementor-location-header .elementor-icon {
  z-index: 5;
  padding: 8px 0;
}
.elementor-location-header .header-logo {
  transition: opacity 333ms ease-in-out;
}
.elementor-location-header .header-logo svg {
  width: 100%;
  max-width: 140px;
  max-height: 17px;
}
.elementor-location-header .elementor-widget-nav-menu {
  display: none !important;
}
.elementor-location-header .header .elementor-container {
  justify-content: flex-end;
}
.elementor-location-header .header .elementor-column {
  max-width: 370px;
}
@media (max-width: 1024px) {
  .elementor-location-header .header .elementor-column {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
  }
  .elementor .header .nav-mobile {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #FED205;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    transition: opacity 333ms ease-in-out;
  }
  .elementor .header .nav-mobile.active {
    display: block;
  }
  .elementor .header .nav-mobile .elementor-container {
    height: 100%;
  }
  .elementor .header .nav-mobile-inner {
    height: calc(100vh - 54px);
    top: 54px;
  }
  .elementor .header .nav-mobile-inner .elementor-widget-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
  }
  .elementor .header .nav-mobile-primary ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .elementor .header .nav-mobile-primary ul li {
    padding: 4vh 0;
    list-style: none;
  }
  .elementor .header .nav-mobile-primary ul a {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #464646;
  }
  .elementor .header .nav-mobile-social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 0 60px 0;
    justify-content: center;
    align-items: center;
  }
  .elementor .header .nav-mobile-social ul li:not(:last-child) {
    padding-right: 20px;
  }
  .elementor .header .nav-mobile-social ul li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    padding-left: 20px;
  }
  .elementor .header .nav-mobile-social ul a {
    font-size: 11px;
    font-weight: bold;
  }
}
.menu-popup {
  height: calc(100vh - 73px) !important;
  top: 73px !important;
  z-index: 6 !important;
}
@media (max-width: 767px) {
  .menu-popup {
    top: 54px !important;
    height: calc(100vh - 54px) !important;
    background-color: #383838 !important;
  }
}
.menu-popup div.dialog-widget-content {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .menu-popup div.dialog-widget-content {
    overflow: hidden visible;
  }
}
.menu-popup div.dialog-widget-content .dialog-message {
  max-height: none;
  height: auto !important;
  overflow-x: hidden !important;
}
.menu-popup .divider,
.menu-popup .menu-wbenc-logo {
  opacity: 0;
  transform: translateX(60px);
  transition: all 200ms ease-in-out;
}
.menu-popup .divider.move,
.menu-popup .menu-wbenc-logo.move {
  opacity: 1;
  transform: translateX(0px);
  transition: all 200ms ease-in-out;
}
.menu-popup-nav {
  padding-left: 30px;
  padding-right: 30px;
}
.menu-popup-nav li {
  list-style: none;
}
.menu-popup-nav li a {
  color: white;
  display: block;
  opacity: 0;
  transform: translateX(60px);
  transition: all 200ms ease-in-out;
}
.menu-popup-nav li a:hover {
  color: #FED205;
}
.menu-popup-nav li a.move {
  opacity: 1;
  transform: translateX(0px);
  transition: all 200ms ease-in-out;
}
.menu-popup-nav-primary .menu {
  padding: 0 0 30px 0;
  margin: 0;
}
.menu-popup-nav-primary .menu > li {
  margin: 0;
  padding: 12px 0;
}
.menu-popup-nav-primary .menu > li:last-child {
  padding-bottom: 0;
}
.menu-popup-nav-primary .menu > li a {
  font-family: Poynter Oldstyle Display Bold Italic;
  font-size: 32px;
  line-height: 1;
}
.menu-popup-nav-primary .menu .sub-menu {
  padding: 8px 0 0 8px;
}
.menu-popup-nav-primary .menu .sub-menu li {
  padding: 6px 0;
  line-height: 1;
}
.menu-popup-nav-primary .menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.menu-popup-nav-primary .menu .sub-menu li a {
  font-family: Monotype-Helvetica Now Text;
  font-size: 16px;
  line-height: 1;
}
.menu-popup-nav-secondary .menu {
  margin: 0;
  padding: 0;
}
.menu-popup-nav-secondary .menu li {
  padding: 6px 0;
  line-height: 1;
}
.menu-popup-nav-secondary .menu li:last-child {
  padding-bottom: 0;
}
.menu-popup-nav-secondary .menu li a {
  font-family: Monotype-Helvetica Now Text;
  font-size: 16px;
  line-height: 1;
}
.menu-popup .elementor {
  height: 100%;
}
.menu-popup .elementor > div, .menu-popup .elementor > div > section {
  height: 100%;
}
.menu-popup .menu-top-row {
  height: 73px;
}
@media (max-width: 767px) {
  .menu-popup .menu-top-row {
    height: 55px;
  }
}
.menu-popup .menu-top-row > div {
  height: 100%;
}

.header {
  height: 73px;
}
@media (max-width: 767px) {
  .header {
    height: 55px;
  }
}

.elementor-location-footer > section.elementor-element {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.elementor-location-footer > section.elementor-element .menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.elementor-location-footer > section.elementor-element .menu li {
  font-size: 11px;
  line-height: 1;
  padding-right: 20px;
}
.elementor-location-footer > section.elementor-element .menu li:last-child {
  padding-right: 0;
}
.elementor-location-footer > section.elementor-element a {
  font-weight: bold;
  color: #464646;
  text-align: center;
}
.elementor-location-footer > section.elementor-element a:hover {
  color: #464646;
  text-decoration: underline;
}

.elementor-location-footer > section.elementor-element {
  background: #CFD1D2;
}
.elementor-location-footer > section.elementor-element .wbenc-logo svg {
  width: 120px;
  height: 30px;
  position: relative;
  top: 2px;
}
@media (max-width: 1024px) {
  .elementor-location-footer > section.elementor-element .wbenc-logo svg {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .elementor-location-footer > section.elementor-element .wbenc-logo svg {
    width: 120px;
  }
}
.elementor-location-footer > section.elementor-element .wbenc-logo svg g.text > path {
  fill: #464646;
}
.elementor-location-footer > section.elementor-element .footer-logo svg {
  width: 194px;
  height: 72px;
}
.elementor-location-footer > section.elementor-element .footer-logo svg path:first-child {
  fill: #F4F4F4;
}
.elementor-location-footer > section.elementor-element .social-icons svg path {
  fill: #464646;
  transition: fill 200ms ease-in-out;
}
.elementor-location-footer > section.elementor-element .social-icons a:hover svg path {
  fill: #DF4629;
}

.home .elementor-location-footer > section.elementor-element {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: -178px;
}
@media (max-width: 1024px) {
  .home .elementor-location-footer > section.elementor-element {
    top: -154px;
  }
}
@media (max-width: 767px) {
  .home .elementor-location-footer > section.elementor-element {
    top: -336px;
  }
}
@media (max-width: 767px) {
  .home .elementor-location-footer > section.elementor-element .footer-logo .elementor-icon svg {
    width: 160px;
    height: 60px;
  }
}
.home .elementor-location-footer > section.elementor-element .footer-logo .elementor-icon svg path:first-child {
  fill: rgba(255, 255, 255, 0.3);
}
.home .elementor-location-footer > section.elementor-element .footer-logo .elementor-icon svg path:not(:first-child) {
  fill: white;
}
.home .elementor-location-footer > section.elementor-element .footer-logo .elementor-icon svg text {
  fill: white;
}
.home .elementor-location-footer > section.elementor-element .social-icons {
  position: relative;
  top: auto;
  background: transparent;
}
.home .elementor-location-footer > section.elementor-element .social-icons svg path {
  fill: white;
}
.home .elementor-location-footer > section.elementor-element .social-icons a:hover svg path {
  fill: #DF4629;
}
.home .elementor-location-footer > section.elementor-element .wbenc-logo svg g.text > path {
  fill: white;
}
.home .elementor-location-footer > section.elementor-element a, .home .elementor-location-footer > section.elementor-element div {
  color: white !important;
}
@media (max-width: 767px) {
  .home .elementor-location-footer > section.elementor-element a, .home .elementor-location-footer > section.elementor-element div {
    font-size: 12px;
    line-height: 16px;
  }
}
.home .elementor-location-footer > section.elementor-element li::after {
  color: white;
}

.about {
  position: relative;
}
.about .elementor-location-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .about .elementor-location-footer {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.about .elementor-location-footer > section {
  background: transparent;
}
@media (max-width: 767px) {
  .about .elementor-location-footer > section {
    background: rgba(91, 187, 176, 0.8);
  }
}
.about .elementor-location-footer > section .footer-logo svg path:first-child {
  fill: #B1D9D3;
}

.capabilities .elementor-location-footer section.elementor-element {
  background: #5BBBB0;
  top: 0;
}

.our-story .elementor-location-footer section.elementor-element {
  background: rgba(91, 187, 176, 0.8);
  top: 0;
}
.our-story .elementor-location-footer section.elementor-element.social-icons {
  background: transparent;
}
.our-story .elementor-location-footer section.elementor-element .footer-logo svg path:first-child {
  fill: #B1D9D3;
}

.our-people .elementor-location-footer section.elementor-element {
  background: #FED205;
  top: 0;
}
.our-people .elementor-location-footer section.elementor-element .footer-logo svg path:first-child {
  fill: rgb(254, 232, 147);
}

.single-bio .elementor-location-footer section.elementor-element {
  top: 0;
}
.single-bio .elementor-location-footer section.elementor-element.gray {
  background: #CFD1D2;
}
.single-bio .elementor-location-footer section.elementor-element.gray .footer-logo svg path:first-child {
  fill: #F4F4F4;
}
.single-bio .elementor-location-footer section.elementor-element.teal {
  background: #5BBBB0;
}
.single-bio .elementor-location-footer section.elementor-element.teal .footer-logo svg path:first-child {
  fill: rgba(177, 217, 211, 0.6);
}
.single-bio .elementor-location-footer section.elementor-element.yellow {
  background: #FED205;
}
.single-bio .elementor-location-footer section.elementor-element.yellow .footer-logo svg path:first-child {
  fill: #FEE893;
}

.thoughts .elementor-location-footer,
.single-thought .elementor-location-footer {
  background-color: #F4F4F4;
}
.thoughts .elementor-location-footer section.elementor-element,
.single-thought .elementor-location-footer section.elementor-element {
  background: rgba(177, 217, 211, 0.3);
  top: 0;
}
.thoughts .elementor-location-footer section.elementor-element.social-icons,
.single-thought .elementor-location-footer section.elementor-element.social-icons {
  background: transparent;
}
.thoughts .elementor-location-footer section.elementor-element .footer-logo svg path:first-child,
.single-thought .elementor-location-footer section.elementor-element .footer-logo svg path:first-child {
  fill: #B1D9D3;
}

.work .elementor-location-footer section.elementor-element,
.single-work_item .elementor-location-footer section.elementor-element {
  background: #CFD1D2;
  top: 0;
}
.work .elementor-location-footer section.elementor-element .footer-logo svg path:first-child,
.single-work_item .elementor-location-footer section.elementor-element .footer-logo svg path:first-child {
  fill: #F4F4F4;
}

.contact .elementor-location-footer section.elementor-element,
.single-job .elementor-location-footer section.elementor-element {
  background: #CFD1D2;
  top: 0;
}
.contact .elementor-location-footer section.elementor-element.social-icons,
.single-job .elementor-location-footer section.elementor-element.social-icons {
  background: transparent;
}
.contact .elementor-location-footer section.elementor-element .footer-logo svg path:first-child,
.single-job .elementor-location-footer section.elementor-element .footer-logo svg path:first-child {
  fill: #F4F4F4;
}

.home main {
  margin: 0;
}
.home .wbenc-logo-top {
  width: 112px;
  position: absolute;
  left: 44px;
  bottom: 40px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home .wbenc-logo-top {
    display: none;
  }
}
.home .wbenc-logo-white {
  width: 112px;
  position: absolute;
  left: 44px;
  bottom: 40px;
  z-index: 1;
  display: none;
}
@media (max-width: 1024px) {
  .home .wbenc-logo-white {
    display: block;
  }
}
.home.ribbon::before {
  content: "";
  position: fixed;
  bottom: 100%;
  left: 0;
  max-width: 200px;
  width: 20vw;
  height: 100%;
  background: rgba(254, 210, 5, 0.6);
  z-index: 1;
  opacity: 1;
  transition: all 1000ms ease-in-out;
}
@media (max-width: 1024px) {
  .home.ribbon::before {
    width: 10vw;
  }
}
@media (max-width: 767px) {
  .home.ribbon::before {
    width: 20px;
  }
}
.home.ribbon::after {
  content: "";
  position: fixed;
  top: 100%;
  right: 0;
  z-index: 0;
  width: 400px;
  height: 100vh;
  opacity: 1;
  background: linear-gradient(180deg, rgba(91, 187, 176, 0.5) 0%, rgba(91, 187, 176, 0.3) 100%);
  transition: all 666ms ease-in-out 666ms;
}
@media (max-width: 1024px) {
  .home.ribbon::after {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .home.ribbon::after {
    width: 100%;
    height: 16vh;
    background: rgba(91, 187, 176, 0.6);
  }
}
.home.ribbon.first::before {
  bottom: 0;
}
.home.ribbon.first .logo-slogan svg {
  opacity: 1;
}
.home.ribbon.second::before {
  width: 30px;
  bottom: 0;
}
@media (max-width: 767px) {
  .home.ribbon.second::before {
    width: 0;
  }
}
.home.ribbon.second::after {
  top: 0;
}
@media (max-width: 767px) {
  .home.ribbon.second::after {
    top: calc(100% - 16vh);
  }
}
.home.ribbon.third::before {
  width: 0;
  opacity: 0;
  bottom: 0;
}
.home.ribbon.third::after {
  top: 100%;
  opacity: 0;
  transition: all 666ms ease-in-out 0ms;
}
.home svg.g-icon {
  position: fixed;
  z-index: 1;
  left: 100%;
  top: 50%;
  width: 520px;
  height: 570px;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 1000ms ease-in-out;
}
@media (max-width: 1024px) {
  .home svg.g-icon {
    width: 350px;
    height: 390px;
    top: 80%;
  }
}
@media (max-width: 767px) {
  .home svg.g-icon {
    width: 196px;
    height: 216px;
  }
}
.home svg.g-icon path {
  opacity: 1;
  fill: rgba(254, 210, 5, 0.6);
  transition: fill 1000ms ease-in-out;
}
.home svg.g-icon.first {
  left: calc(100% - 340px);
}
@media (max-width: 1024px) {
  .home svg.g-icon.first {
    left: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .home svg.g-icon.first {
    left: calc(100% - 100px);
  }
}
.home svg.g-icon.second {
  left: calc(100% - 500px);
}
@media (max-width: 1024px) {
  .home svg.g-icon.second {
    left: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .home svg.g-icon.second {
    left: calc(100% - 100px);
  }
}
.home svg.g-icon.second path {
  fill: rgba(177, 217, 211, 0.3);
}
@media (max-width: 767px) {
  .home svg.g-icon.second path {
    fill: rgba(91, 187, 176, 0.75);
  }
}
.home svg.g-icon.third {
  left: calc(100% - 500px);
  transform: translateY(-200%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .home svg.g-icon.third {
    left: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .home svg.g-icon.third {
    left: calc(100% - 100px);
  }
}
.home svg.g-icon.third path {
  fill: rgba(177, 217, 211, 0.3);
}
.home .logo-slogan svg {
  width: 168px;
  opacity: 0;
  fill: white;
  transition: opacity 666ms ease-in-out 333ms;
}
.home .elementor h1 {
  color: #464646;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 2.5px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .home .elementor h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .home .elementor h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}
@media (max-width: 576px) {
  .home .elementor h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
}
.home .elementor .cta-home a {
  display: inline-block;
  position: relative;
}
.home .elementor .cta-home a::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: calc(100% + 20px);
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 333ms ease-in-out;
}
.home .elementor .cta-home a:hover::after {
  width: calc(100% - 20px);
}
.home .elementor .cta-home a span {
  position: relative;
  z-index: 2;
}
.home .elementor .cta-home.yellow a::after {
  background: #FED205;
}
.home .elementor .cta-home.teal a::after {
  background: #5BBBB0;
}
.home .elementor .cta.primary.arrow {
  z-index: 1;
  padding-left: 48px;
  padding-right: 48px;
}
.home .elementor .elementor-top-section > .elementor-container {
  height: 100%;
}
@media (max-width: 576px) {
  .home .elementor .elementor-top-section:nth-child(3) h1 {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
}
.home .elementor .elementor-top-section:nth-child(3) .reel {
  position: relative;
  cursor: pointer;
}
.home .elementor .elementor-top-section:nth-child(3) .reel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 60px;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: rgb(0, 0, 0);
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
@media (max-width: 767px) {
  .home .elementor .elementor-top-section:nth-child(3) .reel::before {
    width: 60px;
  }
}
.home .elementor .elementor-top-section:nth-child(3) .reel::after {
  content: "▶︎";
  position: absolute;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  z-index: 4;
  transition: color 200ms ease-in-out;
}
@media (max-width: 767px) {
  .home .elementor .elementor-top-section:nth-child(3) .reel::after {
    left: calc(50% - 1px);
    font-size: 32px;
  }
}
.home .elementor .elementor-top-section:nth-child(3) .reel:hover::after {
  color: #fed205;
}
.home .elementor .elementor-top-section:last-child .home-section-column .elementor-widget-wrap {
  justify-content: center;
}
.home .elementor .elementor-top-section:last-child .home-section-column .elementor-widget-wrap > .elementor-element:first-child {
  margin-top: 0;
}
.home-section-column .elementor-widget-wrap {
  height: 100%;
  flex-flow: column nowrap;
  justify-content: center;
}
.home .about-section section:last-child {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.home .about-section section:last-child > div {
  height: 100%;
}

@media (max-width: 1024px) {
  .about .page-header {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .about .page-header {
    height: 318px;
  }
}

.about-culture-section::after {
  content: "";
  background: rgba(91, 187, 176, 0.8);
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .about-culture-section {
    height: 420px;
  }
  .about-culture-section::after {
    background: rgba(91, 187, 176, 0.8);
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.capabilities h4 {
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .capabilities h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.capabilities .border-yellow::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -300px;
  right: 0;
  z-index: 2;
  background: #FED205;
}
@media (max-width: 1024px) {
  .capabilities .border-yellow::after {
    top: -200px;
  }
}
.capabilities .border-teal::before {
  content: "";
  display: block;
  width: 20px;
  height: calc(100% + 120px);
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
  background: #5BBBB0;
}
.capabilities .marketing-media .elementor-image::after {
  content: "";
  background: url(./svg/g.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 320px;
  height: 356px;
  position: absolute;
  top: -272px;
  right: -30px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .capabilities .marketing-media .elementor-image::after {
    width: 260px;
    height: 290px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -228px;
  }
}
@media (max-width: 767px) {
  .capabilities .marketing-media .elementor-image::after {
    width: 180px;
    height: 202px;
    top: -160px;
  }
}
.capabilities .technology {
  height: 100%;
  position: relative;
  top: 240px;
}

.history-section-bottom::before {
  content: "";
  display: block;
  width: 440px;
  height: 440px;
  position: absolute;
  top: -196px;
  right: -140px;
  z-index: 1;
  background: url("./svg/yellow-g-opaque.svg") no-repeat center center;
  background-size: contain;
  transform: none;
}
@media (max-width: 1024px) {
  .history-section-bottom::before {
    width: 300px;
    height: 300px;
    top: -138px;
    right: -96px;
  }
}
@media (max-width: 767px) {
  .history-section-bottom::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .history-section-bottom .img-portrait img {
    max-width: 400px;
    width: 100%;
  }
}
.history-section-bottom .founding-story::after {
  content: "";
  background-color: white;
  height: 100%;
  width: 60px;
  right: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1024px) {
  .history-section-bottom .founding-story::after {
    width: 30px;
  }
}

.thoughts-teal-section {
  position: relative;
}
.thoughts-teal-section::after {
  content: "";
  background: url("./svg/g-teal.svg") no-repeat;
  background-size: 100%;
  width: 272px;
  height: 300px;
  position: absolute;
  left: calc(100% - 140px);
  top: -160px;
  z-index: 2;
}
@media (max-width: 767px) {
  .thoughts-teal-section::after {
    width: 155px;
    height: 172px;
    top: -91px;
    left: calc(100% - 96px);
  }
}
@media (max-width: 767px) {
  .thoughts .elementor-swiper .swiper-pagination {
    position: relative;
  }
}
.thoughts .searchandfilter {
  margin-bottom: 60px;
  width: 68%;
}
@media (max-width: 767px) {
  .thoughts .searchandfilter {
    width: 100%;
  }
}
.thoughts .searchandfilter > ul {
  display: flex;
  padding: 0;
  margin-bottom: 20px;
}
.thoughts .searchandfilter > ul ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
.thoughts .searchandfilter > ul li {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .thoughts .searchandfilter > ul li {
    padding: 4px 0;
  }
}
.thoughts .searchandfilter > ul li::after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #5BBBB0;
}
.thoughts .searchandfilter > ul li:last-child::after {
  display: none;
}
.thoughts .searchandfilter > ul li.sf-option-active label {
  color: #464646;
}
.thoughts .searchandfilter > ul label {
  color: #DF4629;
  text-transform: lowercase;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 0 !important;
  transition: color 333ms ease-in-out;
}
.thoughts .searchandfilter > ul label:hover {
  color: #464646;
}
.thoughts .searchandfilter > ul input {
  visibility: hidden;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.thoughts .search-filter-results {
  display: flex;
  flex-flow: row wrap;
}
.thoughts .search-filter-results .search-filter-scroll-loading {
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -60px;
  flex: 0 0 auto;
  margin: 0;
  height: 40px;
  width: 40px;
  animation: search-filter-loader-rotate 0.7s infinite linear;
  border: 6px solid rgba(56, 56, 56, 0.75);
  border-right-color: rgba(56, 56, 56, 0.25);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .thoughts .search-filter-results .search-filter-scroll-loading {
    bottom: -20px;
  }
}
.thoughts .thought-wrapper {
  flex: 0 0 50%;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .thoughts .thought-wrapper {
    flex: 0 0 100%;
    align-items: flex-start;
    flex-flow: column nowrap;
    margin-bottom: 40px;
  }
}
.thoughts .thought-wrapper:nth-child(odd) {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .thoughts .thought-wrapper:nth-child(odd) {
    padding-right: 0;
  }
}
.thoughts .thought-wrapper:nth-child(even) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .thoughts .thought-wrapper:nth-child(even) {
    padding-left: 0;
  }
}
.thoughts .thought-thumbnail {
  flex: 0 0 240px;
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 160px;
  width: 100%;
  filter: grayscale(100);
  transition: filter 333ms ease-in-out;
}
.thoughts .thought-thumbnail:hover {
  filter: grayscale(0);
}
@media (max-width: 1024px) {
  .thoughts .thought-thumbnail {
    flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .thoughts .thought-thumbnail {
    flex: 1 1 auto;
    margin: 0 0 12px 0;
    height: 240px;
  }
}
@media (max-width: 576px) {
  .thoughts .thought-thumbnail {
    height: 200px;
  }
}
.thoughts .thought-blurb h3 {
  font-size: 18px;
  line-height: 24px;
}
.thoughts .thought-blurb h5 {
  margin: 8px 0;
}
.thoughts .thought-blurb p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.single-thought .elementor-post__title {
  line-height: 26px;
}
.single-thought img.alignleft {
  margin: 5px 10px 5px 0;
}
@media (max-width: 767px) {
  .single-thought img.alignleft {
    max-width: 130px;
  }
}
.single-thought h2 {
  font-size: 28px;
  display: inline-block;
  position: relative;
  margin-top: 12px;
}
.single-thought h2::after {
  content: "";
  display: block;
  position: relative;
  bottom: 6px;
  height: 3px;
  background-color: #FED205;
}
.single-thought p > a {
  color: #DF4629;
}

.thought-meta-wrapper {
  margin-bottom: 20px;
}
.thought-meta-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .thought-meta-wrapper-inner {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
.thought-meta-wrapper-inner-left {
  display: flex;
  align-items: center;
}
.thought-meta-wrapper-inner-left > div .date {
  display: none;
}
@media (max-width: 576px) {
  .thought-meta-wrapper-inner-left > div .date {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .thought-meta-wrapper-inner > .date {
    display: none;
  }
}
.thought-meta-wrapper .author-name {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .thought-meta-wrapper .author-name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
  }
}
.thought-meta-wrapper .author-job {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 1px;
}
@media (max-width: 576px) {
  .thought-meta-wrapper .author-job {
    font-size: 12px;
  }
}
.thought-meta-wrapper .author-pic img {
  border-radius: 50px;
  margin-right: 10px;
}

.thought {
  position: relative;
}
.thought a {
  filter: grayscale(100);
  transition: filter 333ms ease-in-out;
}
.thought a:hover {
  filter: grayscale(0);
}

.these-womens-history main {
  background-color: white;
}

.rebranding-pitfalls-to-avoid .elementor-text-editor ul li {
  list-style: none;
  position: relative;
}
.rebranding-pitfalls-to-avoid .elementor-text-editor ul li::before {
  content: "";
  background: url("../../../wp-content/uploads/2023/01/CONE.svg") no-repeat center center;
  background-size: cover;
  height: 14px;
  width: 13px;
  position: absolute;
  left: -26px;
  top: 6px;
}

body.the-hive main {
  margin-top: 72px;
  background-color: #ffffff;
}
body.the-hive .g-section {
  position: relative;
}
body.the-hive .g-section::after {
  content: "";
  background: url("./svg/yellow-g-opaque.svg") no-repeat;
  background-size: 100%;
  width: 326px;
  height: 360px;
  position: absolute;
  left: calc(100% - 204px);
  top: -164px;
  z-index: 2;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  body.the-hive .g-section::after {
    width: 220px;
    height: 244px;
    left: calc(100% - 144px);
    top: -108px;
  }
}
@media (max-width: 767px) {
  body.the-hive .g-section::after {
    display: none;
  }
}
body.the-hive .g-section-mobile {
  position: relative;
}
body.the-hive .g-section-mobile::after {
  display: none;
}
@media (max-width: 767px) {
  body.the-hive .g-section-mobile::after {
    content: "";
    display: block;
    background: url("./svg/yellow-g-opaque.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    width: 32px;
    height: 38px;
    top: 68px;
    left: auto;
    right: 8px;
  }
}

body.single-the-hive .thought-meta-wrapper {
  margin-bottom: 4px;
}
body.single-the-hive .thought-meta-wrapper-inner > .date {
  margin-left: 20px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  body.single-the-hive .thought-meta-wrapper-inner > .date {
    display: none;
  }
}
body.single-the-hive .thought-meta-wrapper .author-pic {
  margin-right: 12px;
  flex: 1 0 auto;
}
body.single-the-hive .thought-meta-wrapper .author-pic img {
  margin-right: 0;
}
@media (max-width: 576px) {
  body.single-the-hive .thought-meta-wrapper .author-pic img {
    width: 82px;
  }
}
@media (max-width: 576px) {
  body.single-the-hive .thought-meta-wrapper .author-job {
    line-height: 1.3333333333em;
    margin: 6px 0;
  }
}
body.single-the-hive .elementor-widget-text-editor p {
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 576px) {
  body.single-the-hive .elementor-widget-text-editor p {
    font-size: 17px;
  }
}
body.single-the-hive .elementor-widget-text-editor p img {
  width: 100%;
}
body.single-the-hive .elementor-widget-text-editor p img.alignright {
  margin: 20px 0 20px 40px;
  max-width: 400px;
}
@media (max-width: 1024px) {
  body.single-the-hive .elementor-widget-text-editor p img.alignright {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  body.single-the-hive .elementor-widget-text-editor p img.alignright {
    max-width: 280px;
    margin: 20px 0 20px 30px;
  }
}
@media (max-width: 576px) {
  body.single-the-hive .elementor-widget-text-editor p img.alignright {
    max-width: none;
    margin: 0 0 1em 0;
  }
}
body.single-the-hive .elementor-widget-text-editor p img.alignleft {
  margin: 20px 40px 20px 0px;
  max-width: 400px;
}
@media (max-width: 1024px) {
  body.single-the-hive .elementor-widget-text-editor p img.alignleft {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  body.single-the-hive .elementor-widget-text-editor p img.alignleft {
    max-width: 280px;
    margin: 20px 30px 20px 0px;
  }
}
@media (max-width: 576px) {
  body.single-the-hive .elementor-widget-text-editor p img.alignleft {
    max-width: none;
    margin: 0 0 1em 0;
  }
}
body.single-the-hive .elementor-post__excerpt {
  font-size: 14px;
  line-height: 1.25em;
}

.work-item-wrapper {
  overflow: hidden;
  height: 50vh;
  width: 50%;
}
.work-item-wrapper:hover .work-item-blurb {
  opacity: 1;
  left: 0;
}
.work-item-wrapper:nth-child(3n) {
  width: 100%;
}
@media (max-width: 1024px) {
  .work-item-wrapper:nth-child(3n) .work-item-blurb {
    padding: 40px;
  }
}
.work-item-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.work-item-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.work-item-thumbnail img {
  width: 100%;
}

.work-item-blurb {
  position: absolute;
  top: 0;
  left: -20%;
  width: 66.66%;
  height: 100%;
  padding: 40px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 333ms ease-in-out;
}
@media (max-width: 1024px) {
  .work-item-blurb {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .work-item-blurb {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
  }
}
.work-item-blurb h3 {
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .work-item-blurb h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.work-item-blurb p {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: white;
  position: relative;
  margin: 0;
}
@media (max-width: 1024px) {
  .work-item-blurb p {
    font-size: 14px;
    line-height: 18px;
  }
}
.work-item-blurb p::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: relative;
  background: #5BBBB0;
  bottom: -12px;
}

.elementor-editor-active .work-industry-summary {
  display: block;
}

.work-industry-summary {
  display: none;
}
.work-industry-summary.active {
  display: block;
}

.work-section-top {
  min-height: calc(100vh - 66px);
  margin: 0;
}
@media (max-width: 767px) {
  .work-section-top {
    min-height: auto;
  }
}

.work-type-column h1, .work-type-column h2 {
  font-size: 34px;
  line-height: 40px;
}
.work-type-column p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .work-type-column h1, .work-type-column h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .work-type-column p {
    font-size: 12px;
    line-height: 18px;
  }
}

.work-logos-row .elementor-widget-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .work-logos-row .elementor-widget-wrap {
    flex-flow: row wrap;
  }
}
.work-logos-row .elementor-widget-wrap .elementor-element {
  flex: 1 0 25%;
  order: 1;
}
@media (max-width: 767px) {
  .work-logos-row .elementor-widget-wrap .elementor-element {
    flex: 1 0 50%;
  }
}

.work .searchandfilter h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.work .searchandfilter ul {
  padding: 0;
}
.work .searchandfilter select,
.work .searchandfilter option {
  font-size: 16px;
  font-weight: bold;
  font-family: Monotype-Helvetica Now Text, Helvetica, sans-serif;
}
.work .searchandfilter select {
  line-height: 22px;
  color: #DF4629;
  background-color: transparent;
  background-image: url("./svg/cta-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 14px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 8px 8px 0;
  border-radius: 4px;
  min-width: 160px;
}
.work .searchandfilter option {
  color: #464646;
  background: transparent;
  text-transform: capitalize;
}
.work .search-filter-results {
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}
@media (max-width: 1024px) {
  .work .search-filter-results {
    grid-auto-rows: 33vh;
  }
}
.work .search-filter-results a[href*=rona] .work-item-thumbnail {
  background-size: contain;
  background-color: #222020;
}
.work .awards h3 {
  font-family: Monotype-Helvetica Now Text Light;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .work .awards h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .work .awards h3 {
    font-size: 28px;
  }
}
.work .awards h3 span {
  color: #FED205;
}
@media (max-width: 767px) {
  .work .awards h3 span {
    display: block;
  }
}
.work .awards h4 {
  font-family: Monotype-Helvetica Now Text Light;
  font-size: 20px;
}
@media (max-width: 767px) {
  .work .awards h4 {
    font-size: 18px;
  }
}
.work .awards button {
  color: #FED205;
  text-decoration: underline;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.single-work_item .elementor-location-header {
  display: none;
}
.single-work_item main {
  margin: 0;
}
.single-work_item .elementor .section-header {
  height: 100vh;
}
.single-work_item .elementor .section-header > .elementor-container {
  height: 100%;
}
@media (max-width: 767px) {
  .single-work_item .elementor .section-header {
    height: 300px;
  }
}
.single-work_item .elementor .section-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100%;
  background: rgba(52, 52, 52, 0.8);
  z-index: 1;
}
@media (max-width: 767px) {
  .single-work_item .elementor .section-header::before {
    width: 100vw;
  }
}
.single-work_item .elementor .section-header h3 {
  line-height: 26px;
}
.single-work_item .elementor .elementor-post-info .elementor-icon-list-icon {
  display: none;
}
.single-work_item .elementor .elementor-post-info .elementor-post-info__item {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}
.single-work_item .elementor .elementor-post-info .elementor-post-info__item::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #5BBBB0;
  position: relative;
  bottom: 0px;
}
.single-work_item .elementor .elementor-image {
  display: inline-block;
}
.single-work_item .work-video > div > div {
  padding: 0;
  height: auto;
}
.single-work_item .work-video-caption {
  max-width: 80%;
}
@media (max-width: 767px) {
  .single-work_item .work-video-caption {
    max-width: none;
  }
}
.single-work_item .work-phone-bg-video {
  max-width: 360px;
}
@media (max-width: 767px) {
  .single-work_item .work-phone-bg-video {
    margin: 0 auto;
  }
}
.single-work_item .work-phone-bg-video::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../../../wp-content/uploads/2019/11/phone-bg.png") no-repeat center center;
  background-size: 96%;
  background-position: 64%;
}
.single-work_item .work-phone-bg-video video {
  padding: 20% 12%;
}
.single-work_item .work-phone-bg-image {
  max-width: 360px;
}
@media (max-width: 767px) {
  .single-work_item .work-phone-bg-image {
    margin: 0 auto;
  }
}
.single-work_item .work-phone-bg-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../../../wp-content/uploads/2019/11/phone-bg.png") no-repeat center center;
  background-size: 88%;
  background-position: 54%;
}
.single-work_item .work-phone-bg-image .elementor-image {
  padding: 20% 14%;
}
.single-work_item .work-laptop-bg .elementor-image {
  position: relative;
  padding: 9%;
}
.single-work_item .work-laptop-bg .elementor-image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../../../wp-content/uploads/2019/11/laptop-bg.png") no-repeat center center;
  background-size: 100% 91%;
  background-position: 0 62%;
}
.single-work_item .work-desktop-bg {
  padding: 8%;
}
.single-work_item .work-desktop-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../../../wp-content/uploads/2019/11/desktop-bg.png") no-repeat center center;
  background-size: 90% 91%;
  background-position: 52% 96%;
}
@media (max-width: 576px) {
  .single-work_item .dfcu-cc-direct-mail {
    background-size: 85% auto !important;
  }
}
@media (max-width: 400px) {
  .single-work_item .dfcu-cc-direct-mail {
    background-size: 90% auto !important;
  }
}
@media (max-width: 767px) {
  .single-work_item .dfcu-cc-direct-mail-inner {
    max-width: 300px;
  }
}
.single-work_item .ah-palette-inner {
  display: flex;
}
.single-work_item .ah-palette-inner > div {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  margin-right: 6px;
}
.single-work_item .ah-palette-inner > div:last-child {
  margin: 0;
}
.single-work_item .ah-palette small {
  display: block;
  margin-top: 10px;
}
.single-work_item .ah-palette .purple-dark {
  background: #43337F;
}
.single-work_item .ah-palette .purple-light {
  background: #705AA7;
}
.single-work_item .ah-palette .green {
  background: #71B249;
}
.single-work_item .ah-palette .orange {
  background: #DD7229;
}
.single-work_item .ah-palette .blue {
  background: #2E94AE;
}
.single-work_item .ah-palette .pink {
  background: #B83D96;
}
.single-work_item .ah-print-showcase::before {
  content: "";
  background: white;
  position: absolute;
  width: 100vw;
  height: 140px;
  bottom: calc(100% - 140px);
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .single-work_item .ah-print-showcase::before {
    height: 80px;
    bottom: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .single-work_item .ah-print-showcase::before {
    display: none;
  }
}
.single-work_item .ah-print-showcase::after {
  content: "";
  background: white;
  position: absolute;
  width: 100vw;
  height: 140px;
  top: calc(100% - 140px);
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .single-work_item .ah-print-showcase::after {
    height: 80px;
    top: calc(100% - 80px);
  }
}
@media (max-width: 576px) {
  .single-work_item .ah-print-showcase::after {
    height: 40px;
    top: calc(100% - 40px);
  }
}
.single-work_item .ah-print img {
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.16);
}
.single-work_item .rona-hand-left .elementor-icon {
  float: right;
}
.single-work_item .rona-hand-left svg {
  width: 20vw;
  height: auto;
  right: 20%;
}
@media (max-width: 1024px) {
  .single-work_item .rona-hand-left svg {
    width: 15vw;
  }
}
.single-work_item .rona-hand-right svg {
  width: 20vw;
  height: auto;
  left: 25%;
}
@media (max-width: 1024px) {
  .single-work_item .rona-hand-right svg {
    width: 15vw;
    left: 20%;
  }
}

@media (max-width: 767px) {
  .our-people .cta-wrapper.right {
    justify-content: center;
  }
}
.our-people .bio-nav {
  transition: max-height 500ms ease-in-out;
}
.our-people .bio-nav::-webkit-scrollbar {
  width: 0 !important;
}
@media (max-width: 576px) {
  .our-people .bio-nav {
    max-height: 44px;
    overflow: hidden;
  }
}
.our-people .bio-nav a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  color: #464646;
  opacity: 0.4;
  transition: all 333ms ease-in-out;
}
.our-people .bio-nav a:hover {
  opacity: 1;
}
.our-people .bio-nav a:not(:last-child)::after {
  content: "/";
  line-height: 1;
  display: inline-block;
  padding: 0 6px;
  color: #464646;
  position: relative;
  top: 0;
  opacity: 0.4;
}
.our-people .bio-nav a.active {
  color: #DF4629;
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 576px) {
  .our-people .bio-nav.active {
    max-height: 200px;
    overflow: auto;
  }
}
.our-people .search-filter-results {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100% !important;
  position: relative;
}
.our-people .search-filter-results::-webkit-scrollbar {
  display: none;
}
.our-people .search-filter-results.center {
  justify-content: center;
}
.our-people .control {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 80px;
  height: 222px;
}
@media (max-width: 1024px) {
  .our-people .control {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .our-people .control {
    display: none;
  }
}
.our-people .control-left {
  left: 0;
  background: -webkit-linear-gradient(right, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
}
.our-people .control-left:hover {
  background: -webkit-linear-gradient(right, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 50%);
  background: linear-gradient(to right, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 50%);
}
.our-people .control-right {
  right: 0;
  background: -webkit-linear-gradient(left, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(to left, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
}
.our-people .control-right:hover {
  background: -webkit-linear-gradient(left, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 50%);
  background: linear-gradient(to left, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 50%);
}
.our-people .full-width-image {
  height: 400px;
}
@media (max-width: 767px) {
  .our-people .full-width-image {
    height: 250px;
  }
}
.our-people .culture-section-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 860px;
  margin-left: 140px;
  height: calc(100% - 40px);
  background: #B1D9D3;
  opacity: 0.8;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .our-people .culture-section-bottom::after {
    left: 0;
    top: 20px;
    height: 100%;
    width: 100vw;
    transform: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .our-people .culture-section-bottom::after {
    top: 0;
    height: calc(100% + 60px);
  }
}

.bio-wrapper {
  position: relative;
  max-width: 220px;
  margin-right: 20px;
}
.bio-wrapper:first-child {
  box-sizing: content-box;
  padding-left: 120px;
}
.bio-wrapper:last-child {
  box-sizing: content-box;
  padding-right: 120px;
}
.bio-wrapper:hover .bio-desc {
  opacity: 1;
}
.bio-wrapper.fade a {
  opacity: 0.4;
}
.bio-wrapper.fade a:hover {
  opacity: 1;
}
.bio-wrapper.active a {
  opacity: 1;
}
.bio-wrapper.active a .bio-desc {
  opacity: 1;
}
.bio-wrapper .title {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.bio-wrapper a {
  display: block;
  transition: opacity 333ms ease-in-out;
}
.bio-wrapper a:hover .bio-image:first-child {
  opacity: 0;
}
.bio-wrapper .bio-image-wrapper {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
}
.bio-wrapper .bio-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.bio-wrapper .bio-image:first-child {
  z-index: 3;
  opacity: 1;
  filter: grayscale(100);
  transition: opacity 333ms ease-in-out;
}
.bio-wrapper .bio-image:last-child {
  z-index: 1;
}
.bio-wrapper .bio-image:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 2;
}
.bio-wrapper .bio-desc {
  opacity: 0;
  transition: opacity 333ms ease-in-out;
}
.bio-wrapper .name {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #5BBBB0;
  margin: 10px 0;
}
.bio-wrapper .job-title {
  font-family: poynter-oldstyle-display;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1;
  color: #383838;
  margin: 0;
}

.bio-bottom::after {
  content: "";
  display: block;
  width: 440px;
  height: 440px;
  position: absolute;
  top: -146px;
  right: 0;
  background: url("./svg/g.svg") no-repeat center center;
  background-size: contain;
  transform: none;
}
@media (max-width: 767px) {
  .bio-bottom::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.bio-bottom .elementor-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #383838;
}
.bio-bottom .elementor-post__excerpt::after {
  content: "...";
  display: inline-block;
  position: relative;
  left: -5px;
}
.bio-pic .elementor-image {
  border-radius: 50%;
  overflow: hidden;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .bio-pic .elementor-image {
    width: 100%;
    margin: 0 auto;
  }
}
.bio.gray .bio-bottom {
  background-color: #CFD1D2;
}
.bio.gray .bio-pic img {
  filter: grayscale(100%);
}
.bio.teal .bio-bottom {
  background-color: rgba(91, 187, 176, 0.75);
}
.bio.teal .bio-bottom .elementor-icon svg path {
  fill: #5BBBB0;
  opacity: 0.5;
}
.bio.yellow .bio-bottom {
  background-color: #FED205;
}
.bio.yellow .bio-bottom .elementor-icon svg path {
  fill: #FEE893;
  opacity: 0.6;
}

.single-bio {
  min-height: 100vh;
  position: relative;
}
.single-bio .elementor-location-header {
  display: none;
}
.single-bio main {
  margin: 0;
  min-height: calc(100vh - 178px);
}
.single-bio main .elementor-column.fadeInUp {
  animation-name: fadeInUpBioPicDesktop;
  animation-duration: 1000ms;
}
@media (max-width: 1024px) {
  .single-bio main .elementor-column.fadeInUp {
    animation-name: fadeInUpBioPicMobile;
    animation-duration: 1500ms;
  }
}
@keyframes fadeInUpBioPicDesktop {
  0% {
    opacity: 0;
    transform: translateY(16%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInUpBioPicMobile {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.linkedin .elementor-widget-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.linkedin .elementor-widget-container .elementor-icon-wrapper {
  display: inline-block;
}
.linkedin .elementor-widget-container .elementor-icon-wrapper a.elementor-icon svg path {
  fill: #DF4629;
  transition: fill 333ms ease-in-out;
}
.linkedin .elementor-widget-container .elementor-icon-wrapper a.elementor-icon:hover svg path {
  fill: black;
}
.linkedin .elementor-widget-container p {
  margin: 0;
  font-size: 10px;
  line-height: 1;
  opacity: 0.5;
}

.elementor .forminator-error-message {
  display: none !important;
}
.elementor .forminator-select-list {
  display: none !important;
}
.elementor .bot-check {
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.elementor .select2 {
  display: none !important;
}
.elementor .form-container form.forminator-custom-form .forminator-response-message {
  margin-bottom: 20px !important;
}
.elementor .form-container form.forminator-custom-form .forminator-response-message p {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.elementor .form-container form.forminator-custom-form .form-group {
  margin-bottom: 10px;
}
.elementor .form-container form.forminator-custom-form label {
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.75px !important;
  color: #464646 !important;
  cursor: default !important;
  margin-bottom: 4px !important;
}
.elementor .form-container form.forminator-custom-form input[type=text],
.elementor .form-container form.forminator-custom-form input[type=email],
.elementor .form-container form.forminator-custom-form textarea {
  padding: 6px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #464646 !important;
  font-size: 15px !important;
}
.elementor .form-container form.forminator-custom-form input[type=text]:focus,
.elementor .form-container form.forminator-custom-form input[type=email]:focus,
.elementor .form-container form.forminator-custom-form textarea:focus {
  outline: 0;
  border: 1px solid #04a4cc !important;
}
.elementor .form-container form.forminator-custom-form textarea {
  height: 76px;
}
.elementor .form-container form.forminator-custom-form .forminator-has_error input,
.elementor .form-container form.forminator-custom-form .forminator-has_error textarea,
.elementor .form-container form.forminator-custom-form .forminator-has_error button {
  border-width: 2px !important;
  border-color: #e04562 !important;
}
.elementor .form-container form.forminator-custom-form select {
  border: 1px solid #464646 !important;
  border-radius: 4px !important;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./svg/cta-arrow-down-gray.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 12px;
  width: 100% !important;
  height: auto !important;
  overflow: auto !important;
  position: relative !important;
  margin: auto !important;
  clip: auto !important;
  clip-path: none !important;
  padding: 7px 16px !important;
  font-size: 15px !important;
  color: #464646 !important;
}
.elementor .form-container form.forminator-custom-form select:focus {
  outline: 0;
  border: 1px solid #04a4cc !important;
}
.elementor .form-container form.forminator-custom-form button.forminator-button-submit {
  border-radius: 0;
  display: block;
  padding: 12px;
  margin-top: 16px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: white;
  background-color: #DF4629 !important;
  border: solid 2px #DF4629;
  transition: all 333ms ease-in-out;
  width: 100%;
}
.elementor .form-container form.forminator-custom-form button.forminator-button-submit:hover {
  background: white !important;
  color: #DF4629 !important;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload {
  display: block !important;
  position: relative;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload > span {
  line-height: 1 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: inline-block !important;
  position: relative !important;
  top: 2px !important;
}
@media (max-width: 576px) {
  .elementor .form-container form.forminator-custom-form .forminator-file-upload > span {
    top: 7px !important;
  }
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload button.forminator-button-delete {
  position: relative;
  top: 8px;
  left: 0;
  background: url("./svg/close.svg") no-repeat center center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 8px;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload button.forminator-button-delete:hover {
  background-color: transparent;
  background: url("./svg/close.svg") no-repeat center center;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload button.forminator-button-delete i {
  display: none !important;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload button.forminator-button-upload {
  display: inline-block;
  padding: 12px;
  font-family: Monotype-Helvetica Now Display, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  background-color: #383838 !important;
  border: 2px solid #383838 !important;
  border-radius: 0;
  color: #F4F4F4;
  transition: all 333ms ease-in-out;
  width: 100%;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload button.forminator-button-upload:hover {
  background-color: #F4F4F4 !important;
  color: #383838 !important;
}
.elementor .form-container form.forminator-custom-form .forminator-file-upload span {
  display: block;
}

.contact #mapCanvas {
  width: 100%;
  height: 680px;
}
@media (max-width: 1024px) {
  .contact #mapCanvas {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .contact #mapCanvas {
    height: 300px;
  }
}
.contact .form-container {
  max-width: 600px;
}
.contact .form-container form.forminator-custom-form .forminator-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
}
.contact .form-container form.forminator-custom-form .forminator-col {
  padding: 0 !important;
}
.contact .form-container form.forminator-custom-form .forminator-row:nth-child(5) {
  margin: 0 !important;
}
.contact .form-container form.forminator-custom-form .forminator-row:nth-child(6) {
  margin: 0 !important;
}
.contact .form-container .purpose > div {
  display: flex;
  justify-content: space-between;
}
.contact .form-container .purpose .radio {
  display: inline-block;
  margin: 0 10px 0 0;
}
.contact .form-container .purpose .radio:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .contact .contact-section-bottom {
    background: none !important;
  }
}
.contact .contact-section-bottom::before {
  content: "";
  width: 20px;
  height: calc(100% + 80px);
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 2;
  background: #5BBBB0;
}
@media (max-width: 767px) {
  .contact .contact-section-bottom::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .consultation h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .consultation .section-top {
    background-image: none !important;
  }
}
.consultation .section-bottom::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  background: #5BBBB0;
}
@media (max-width: 767px) {
  .consultation .section-bottom::after {
    display: none;
  }
}
.consultation .form-small.form-container form.forminator-custom-form div:nth-child(4) {
  margin: 0 !important;
}
.consultation .form-small.form-container form.forminator-custom-form .forminator-row {
  margin-bottom: 15px !important;
}
.consultation .form-small.form-container form.forminator-custom-form button.forminator-button-submit {
  margin-top: 0;
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .consultation .form-small.form-container form.forminator-custom-form button.forminator-button-submit {
    max-width: none;
  }
}
.consultation .thought-leader > div::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 1;
  background-color: #FED205;
}
@media (max-width: 400px) {
  .consultation .thought-leader img {
    width: 54px;
  }
}
.consultation .thought-leader h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .consultation .thought-leader h4 {
    font-size: 16px;
  }
}
.consultation .thought-leader h5 {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 400px) {
  .consultation .thought-leader h5 {
    font-size: 8px;
  }
}
.consultation .thought-leader-desc p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 576px) {
  .consultation .thought-leader-desc p {
    font-size: 13px;
    line-height: 20px;
  }
}
.consultation .thought-leader a.elementor-button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  background-image: url("./svg/cta-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0px);
  transition: transform 333ms ease-in-out;
}
.consultation .thought-leader a.elementor-button:hover:after {
  transform: translateX(6px);
}
.consultation .thought-leader a.elementor-button > span {
  display: inline-block;
}

.consultation-new #form.form-consultation-short form.forminator-custom-form > div:nth-child(2), .consultation-new #form.form-consultation-short form.forminator-custom-form > div:nth-child(3) {
  margin-bottom: 20px;
}
.consultation-new #form.form-consultation-short form.forminator-custom-form > div:nth-child(4) {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.consultation-new #form.form-consultation-short form.forminator-custom-form > div:nth-child(5) {
  margin-top: 0;
  margin-bottom: 0;
}
.consultation-new #form.form-consultation-short form.forminator-custom-form textarea {
  height: 36px;
  min-height: 0 !important;
}
.consultation-new #form.form-consultation-short form.forminator-custom-form button.forminator-button-submit {
  margin: 0;
}

@media (max-width: 767px) {
  .elementor .careers-section-top {
    background: none;
  }
}

.elementor .careers-section-bottom::before {
  content: "";
  width: 20px;
  height: calc(100% + 80px);
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 2;
  background: #FED205;
}
@media (max-width: 767px) {
  .elementor .careers-section-bottom::before {
    display: none;
  }
}
.elementor .careers-section-bottom::after {
  content: "";
  background: url("../../uploads/2021/10/g-yellow.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 264px;
  max-height: 292px;
  display: block;
  position: absolute;
  left: 33vw;
  top: -113px;
}
@media (max-width: 1024px) {
  .elementor .careers-section-bottom::after {
    max-width: 180px;
    max-height: 200px;
    left: 29vw;
    top: -78px;
  }
}
@media (max-width: 767px) {
  .elementor .careers-section-bottom::after {
    max-width: 100px;
    max-height: 112px;
    left: calc(100% - 86px);
    top: -43px;
  }
}
@media (max-width: 767px) {
  .elementor .careers-section-bottom .job-postings .elementor-post {
    margin-bottom: 30px;
  }
}
.elementor .careers-section-bottom .job-postings .elementor-post__text h3 {
  font-size: 32px;
  line-height: 40px;
}
.elementor .careers-section-bottom .job-postings .elementor-post__text h3,
.elementor .careers-section-bottom .job-postings .elementor-post__text .elementor-post__excerpt {
  border-left: 1px solid #5BBBB0;
  padding-left: 20px;
  padding-bottom: 12px;
}
.elementor .careers-section-bottom .job-postings .elementor-post__text > a {
  display: inline-block;
  padding: 12px 36px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #DF4629;
  background: transparent;
  border: solid 2px #DF4629;
  margin-left: 21px;
  transition: all 333ms ease-in-out;
}
.elementor .careers-section-bottom .job-postings .elementor-post__text > a:hover {
  background: #DF4629;
  color: white;
}

.single-job .elementor .elementor-element.page-header {
  height: calc(100vh - 120px);
}
@media (max-width: 767px) {
  .single-job .elementor .elementor-element.page-header {
    height: 300px;
  }
}
.single-job .elementor .elementor-element.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #343434;
  opacity: 0.7;
}
.single-job .elementor .elementor-element.page-header > .elementor-container {
  height: 100%;
}
.single-job h4 {
  font-size: 20px;
}
.single-job .job-form-column.fixed {
  position: fixed;
  top: 74px;
}
@media (max-width: 1024px) {
  .single-job .job-form-column.fixed {
    top: 52px;
  }
}
.single-job form.forminator-custom-form .forminator-row-second-last {
  float: left;
  display: block;
  width: calc(40% - 15px);
  margin-right: 15px;
}
@media (max-width: 576px) {
  .single-job form.forminator-custom-form .forminator-row-second-last {
    width: 100%;
    margin: 0;
  }
}
.single-job form.forminator-custom-form .forminator-row-last {
  float: right;
  display: block;
  width: calc(60% - 15px);
  margin-left: 15px;
}
@media (max-width: 576px) {
  .single-job form.forminator-custom-form .forminator-row-last {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .pov-enviro-subhead span {
    display: block;
  }
}

.pov-enviro-logo {
  display: inline-block;
  position: absolute !important;
  bottom: 80px;
  right: -44px;
  transform: rotate(-90deg);
  width: 100px !important;
}
@media (max-width: 576px) {
  .pov-enviro-logo {
    bottom: 54px;
  }
}
.pov-enviro-logo svg {
  width: 100px !important;
  height: 14px !important;
}
@media (max-width: 576px) {
  .pov-enviro-logo svg {
    width: 72px !important;
  }
}
.pov-enviro-logo svg path {
  fill: white;
}

.pov-enviro-chart-legend {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .pov-enviro-chart-legend {
    flex-flow: column nowrap;
    align-items: flex-end;
  }
}
.pov-enviro-chart-legend span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pov-enviro-chart-legend span:nth-child(2) {
  color: #B0D9D2;
}
.pov-enviro-chart-legend span:last-child {
  color: #FED205;
}

.pov-enviro-counter span.elementor-counter-number {
  font-family: Monotype-Helvetica Now Text Light;
}

.pov-enviro-quote p {
  font-family: Monotype-Helvetica Now Text Light;
}

.result-block .border::after {
  content: "";
  height: 75%;
  min-width: 3px;
  background: #707070;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .result-block .border::after {
    display: none;
  }
}

.result-block .result-column-right > div > div {
  display: flex;
  flex-flow: row nowrap;
}

.franchise-marketing .cta {
  font-size: 14px;
}
.franchise-marketing .section-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(254, 210, 5, 0.6);
  width: 20vw;
  height: 100%;
  z-index: 0;
}
.franchise-marketing .section-top::after {
  content: "";
  background: url(./svg/g-overlay-yellow.svg) no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 328px;
  height: 350px;
  position: absolute;
  left: calc(100% - 220px);
  bottom: -74px;
  z-index: 2;
}
@media (max-width: 767px) {
  .franchise-marketing .section-top::after {
    width: 112px;
    height: 122px;
    left: calc(100% - 98px);
    bottom: 0;
    top: 120px;
  }
}
.franchise-marketing .testimonial-carousel::before {
  content: "";
  background: url("/wp-content/uploads/2024/02/circle-quote.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .franchise-marketing .testimonial-carousel::before {
    width: 50px;
    height: 50px;
    top: -28px;
    left: 20px;
  }
}
.franchise-marketing .form-container form.forminator-custom-form .forminator-row {
  margin-bottom: 20px !important;
}
.franchise-marketing .form-container form.forminator-custom-form > div:nth-child(5) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .mission .section-one-inner {
    background: rgba(116, 185, 176, 0.5);
  }
}
.mission .section-one-inner-right::before {
  content: "";
  background: rgba(116, 185, 176, 0.5);
  position: absolute;
  left: -20%;
  top: 0;
  width: 120%;
  height: 70%;
  z-index: 0;
}
@media (max-width: 767px) {
  .mission .section-one-inner-right::before {
    display: none;
  }
}
.mission .section-one-inner-bottom > div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mission .mission-rgp-logo {
  max-width: 400px;
}
.mission .intro-copy {
  max-width: 332px;
}
.mission .office-image img {
  width: 280px;
}
.mission h1, .mission h2 {
  letter-spacing: 6px;
}
.mission .section-two > div > div {
  height: 100%;
}
.mission .section-three-inner {
  position: relative;
  display: flex;
  width: 100vw;
}
.mission .section-three-image-mobile > div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mission .section-three p {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .mission .section-three p {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.mission .section-three p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #DF4629;
}
.mission .values-image {
  width: calc(50% - 168px);
  height: 100%;
  left: 0;
}
@media (max-width: 1024px) {
  .mission .values-image {
    width: calc(50% - 156px);
  }
}
@media (max-width: 767px) {
  .mission .values-image {
    display: none;
  }
}
.mission .values-list {
  position: absolute;
  left: calc(50% - 108px);
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 1024px) {
  .mission .values-list {
    left: calc(50% - 96px);
  }
}
@media (max-width: 767px) {
  .mission .values-list div:last-child p {
    width: 164px;
  }
}
@media (max-width: 767px) {
  .mission .values-list div:last-child p::after {
    width: 123px;
  }
}

.healthcare-consultation h2 {
  font-size: 38px;
}
.healthcare-consultation .section-top::before {
  content: "";
  background-color: rgba(91, 186, 175, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.healthcare-consultation .rgp-logo-section::after {
  content: "";
  display: block;
  width: 400px;
  height: 440px;
  position: absolute;
  right: -120px;
  top: -202px;
  background: url("../../../wp-content/uploads/2022/12/hc-rgp-logo.svg") no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .healthcare-consultation .rgp-logo-section::after {
    width: 130px;
    height: 144px;
    right: -40px;
    top: -77px;
  }
}

.credit-union-campaign .cta-wrapper.center {
  text-align: center;
}
.credit-union-campaign .cta {
  font-size: 14px;
  line-height: 1.25em;
}
.credit-union-campaign .elementor-widget-text-editor p a {
  color: #DF4629;
  font-weight: bold;
}
.credit-union-campaign .elementor-widget-text-editor p a:hover {
  text-decoration: underline;
}
.credit-union-campaign .section-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(91, 186, 175, 0.75);
  width: 25vw;
  height: 100%;
  z-index: 0;
}
.credit-union-campaign .section-top::after {
  content: "";
  background: url(./svg/g-overlay-yellow.svg) no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 328px;
  height: 350px;
  position: absolute;
  left: calc(100% - 220px);
  bottom: -74px;
  z-index: 2;
}
@media (max-width: 767px) {
  .credit-union-campaign .section-top::after {
    width: 112px;
    height: 122px;
    left: calc(100% - 98px);
    bottom: 0;
    top: 120px;
  }
}
.credit-union-campaign .testimonial-carousel::before {
  content: "";
  background: url("/wp-content/uploads/2024/02/circle-quote.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .credit-union-campaign .testimonial-carousel::before {
    width: 50px;
    height: 50px;
    top: -28px;
    left: 20px;
  }
}
.credit-union-campaign .form-container form.forminator-custom-form .forminator-row {
  margin-bottom: 20px !important;
}
.credit-union-campaign .form-container form.forminator-custom-form > div:nth-child(5) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.year-in-review main {
  background-color: white;
}
.year-in-review .g-section {
  position: relative;
}
.year-in-review .g-section::after {
  content: "";
  background: url("./svg/yellow-g-opaque.svg") no-repeat;
  background-size: 100%;
  width: 240px;
  height: 266px;
  position: absolute;
  left: calc(100% - 192px);
  top: -164px;
  z-index: 2;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .year-in-review .g-section::after {
    width: 180px;
    height: 200px;
    position: absolute;
    left: calc(100% - 146px);
    top: 56px;
  }
}
@media (max-width: 767px) {
  .year-in-review .g-section::after {
    width: 100px;
    height: 112px;
    position: absolute;
    left: 128px;
  }
}
.year-in-review .g-section-mobile {
  position: relative;
}
.year-in-review .g-section-mobile::after {
  display: none;
}
@media (max-width: 767px) {
  .year-in-review .g-section-mobile::after {
    content: "";
    display: block;
    background: url("./svg/yellow-g-opaque.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    width: 32px;
    height: 38px;
    top: 68px;
    left: auto;
    right: 8px;
  }
}

.holiday-card-2022 .section-top {
  position: relative;
}
.holiday-card-2022 .section-top::after {
  content: "";
  display: block;
  width: 100vw;
  height: 17vw;
  background: url("../../../wp-content/uploads/2022/12/white-trim-and-present.png") no-repeat center center;
  background-size: cover;
  bottom: -1px;
  left: 0;
  position: absolute;
}
.holiday-card-2022 .section-top h1 {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 72px;
  line-height: 1;
  color: white !important;
}
.holiday-card-2022 .section-top p {
  color: white;
  font-weight: bold;
  font-size: 26px;
  font-family: Monotype-Helvetica Now Display, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  max-width: 730px;
  line-height: 1.2em;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .holiday-card-2022 .section-top p {
    font-size: 20px;
    margin-top: 20px;
  }
}
.holiday-card-2022 a.spotify-card {
  background-color: transparent;
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  display: block;
  cursor: pointer;
  margin: 0 auto;
}
.holiday-card-2022 a.spotify-card .sc-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  padding-bottom: 100%;
}
.holiday-card-2022 a.spotify-card:hover .sc-inner {
  transform: rotateY(180deg);
}
.holiday-card-2022 a.spotify-card .sc-front,
.holiday-card-2022 a.spotify-card .sc-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.holiday-card-2022 a.spotify-card .sc-back {
  transform: rotateY(180deg);
}
.holiday-card-2022 a.spotify-card.sc-emily .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-emily3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-emily .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-emily-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-bri .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-bri3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-bri .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-bri-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-pat .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-pat3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-pat .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-pat-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-sarah .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-sarah3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-sarah .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-sarah-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-dan .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-dan3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-dan .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-dan-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-ryan .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-ryan3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-ryan .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-ryan-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-andre .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-andre3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-andre .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-andre-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-tom .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-tom3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-tom .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-tom-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-cheryl .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-cheryl3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-cheryl .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-cheryl-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-sally .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-sally3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-sally .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-sally-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-rhonda .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-rhonda3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-rhonda .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-rhonda-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-liz .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-liz3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-liz .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-liz-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-kevin .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-kevin3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-kevin .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-kevin-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-elliott .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-elliott3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-elliott .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-elliott-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-julie .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-julie3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-julie .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-julie-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-stephen .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-stephen3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-stephen .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-stephen-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-lauren .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-lauren3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-lauren .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-lauren-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-asia .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-asia3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-asia .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-asia-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-ann .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-ann3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-ann .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-ann-album.jpg");
}
.holiday-card-2022 a.spotify-card.sc-jan .sc-front {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-jan3.jpg");
}
.holiday-card-2022 a.spotify-card.sc-jan .sc-back {
  background-image: url("../../../wp-content/uploads/2022/12/hc22-jan-album.jpg");
}

.holiday-card-2023 main {
  position: relative;
  background-color: #C5E7E3;
}
.holiday-card-2023 main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/wp-content/uploads/2023/12/snowflake-bg.svg");
  z-index: 1;
  background-size: 50%;
  background-position: 20%;
}
.holiday-card-2023 main .snowflake-container figure {
  position: relative;
  width: 100%;
  height: 100px;
}
.holiday-card-2023 main .snowflake-container figure img {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto;
  perspective: 1000px;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 2;
  width: 80px;
  opacity: 1;
  transition: all 800ms ease-in;
}
.holiday-card-2023 main .snowflake-container figure figcaption {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 400ms ease-in 700ms;
}
.holiday-card-2023 main .snowflake-container figure figcaption h5 {
  color: #5BBBB0;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.holiday-card-2023 main .snowflake-container figure .snowflake-hide {
  opacity: 0;
  transform: rotateY(720deg);
}
.holiday-card-2023 main .snowflake-container figure .message-show {
  opacity: 1;
}

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