/*
Theme Name: Johnson Jensen Williams (v3)
Theme URI:
Description: Custom theme for Johnson Jensen Williams and Pivot
Author: Joe Blackburn
Version: 3.0
Tags: custom
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
* :focus:not(:focus-visible) {
  outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.sans {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
}

.serif {
  font-family: "eb-garamond", Georgia, Times, serif;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.dk-grey {
  color: #102531;
}

.grey {
  color: #8f8f8e;
}

.cream {
  color: #E9E6DF;
}

.lt-cream {
  color: #f7f6f4;
}

.green {
  color: #344339;
}

.gold {
  color: #D3A845;
}

.blue {
  color: #5DB0D8;
}

.dk-blue {
  color: #102531;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

.dk-grey-bg {
  background: #102531;
}

.grey-bg {
  background: #8f8f8e;
}

.cream-bg {
  background: #E9E6DF;
}

.lt-cream-bg {
  background: #f7f6f4;
}

.green-bg {
  background: #344339;
}

.gold-bg {
  background: #D3A845;
}

.blue-bg {
  background: #5DB0D8;
}

.dk-blue-bg {
  background: #102531;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.semi {
  font-weight: 600;
}

.xbold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #5DB0D8;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

a:hover {
  color: #102531;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline > li {
  display: inline;
  float: left;
}

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

li.vbottom,
.vbottom {
  vertical-align: bottom;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img.fill,
video.bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.grid.row {
  grid-auto-rows: 1fr;
}

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.over {
  position: relative;
  z-index: 20;
}

.swap {
  grid-auto-flow: column;
  direction: rtl;
}

.shadow {
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.25);
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.7em;
  font-size: 1.125rem;
}

.text.small-text {
  font-size: 0.875rem;
}

.text.mid-text {
  font-size: 1rem;
  font-weight: 500;
}

.text.large-text {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 300;
}

.text.large-text.bold {
  font-weight: bold;
}

.text a {
  text-decoration: underline;
  color: #5DB0D8;
}

.text a:hover {
  color: #102531;
}

.text.cream a {
  color: #E9E6DF;
}

.text.cream a:hover {
  color: rgba(233, 230, 223, 0.5);
}

.text p {
  margin: 15px 0;
}

.header-text p:first-child,
.text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p {
  margin: 0;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block;
}

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block;
}

text ul li {
  position: relative;
  margin: 0 0 0 20px;
}

.text ul li + li {
  margin-top: 5px;
}

.text ul li:marker {
  color: inherit;
  font-size: 1em;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin: 30px 0 10px 0;
  font-weight: normal;
  color: #102531;
  font-family: "eb-garamond", Georgia, Times, serif;
  line-height: 1.4em;
}

.text h1 {
  font-size: 2rem;
  line-height: 1.4em;
}

.text h2 {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: 300;
}

.text h3 {
  font-size: 1.125rem;
  line-height: 1.4em;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
}

.text h4 {
  font-size: 1rem;
  line-height: 1.4em;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
}

.text.white h1,
.text.white h2,
.text.white h3,
.text.white h4,
.text.white h5 {
  color: #E9E6DF;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #5DB0D8;
  color: #102531;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: left;
  font-family: "eb-garamond", Georgia, Times, serif;
}

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 16px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #102531;
  line-height: 1.6em;
  background: #102531;
}

#container {
  background: #fff;
}

/* !Headlines - - - - - */
.headline1,
.headline2,
.headline3,
.headline4,
.italic-title,
.big-headline,
.headline35 {
  font-family: "eb-garamond", Georgia, Times, serif;
}

.big-headline {
  font-size: 6.25rem;
  line-height: 1.1em;
}

.headline1 {
  font-size: 4rem;
  line-height: 1.2em;
}

.headline2 {
  font-size: 3.4375rem;
  line-height: 1.3em;
}

.headline3 {
  font-size: 2rem;
  line-height: 1.4em;
}

.headline4 {
  font-size: 0.8125rem;
  line-height: 1.7em;
}

.headline35 {
  font-size: 2.5rem;
  line-height: 1.35em;
}

.headline4.upper {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.italic-title {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3em;
  border-bottom: 1px solid #8f8f8e;
  padding: 0 10px 2px 20px;
  display: inline-block;
}

.label,
.test-text,
.small-label,
.big-label,
.mid-label,
.vbig-label,
.post-title {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: 600;
}

.test-text {
  font-size: 3rem;
  line-height: 1.25em;
  font-weight: bold;
}

.test-text p {
  margin: 0;
}

.label {
  font-size: 1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.mid-label {
  font-size: 1.125rem;
  line-height: 1.3em;
}

.big-label {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.post-title {
  font-size: 2rem;
  line-height: 1.3em;
}

.vbig-label {
  font-size: 2.875rem;
  line-height: 1.3em;
}

.small-label {
  font-size: 0.875rem;
  line-height: 1.4em;
}

.test-text.upper,
.small-label.upper,
.big-label.upper,
.mid-label.upper,
.vbig-label.upper,
.post-title.upper {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* !Page Blocks - - - - - */
.inner {
  padding: 0 30px;
  display: block;
  max-width: 1010px;
  margin: 0 auto;
}

.inner.skinny {
  max-width: 860px;
}

.inner.mid {
  max-width: 1120px;
}

.inner.wide {
  max-width: 1300px;
}

.inner.vwide {
  max-width: 1400px;
}

.inner.vvwide {
  max-width: 1440px;
}

.max {
  max-width: 1400px;
  margin: 0 auto;
}

.page-block {
  position: relative;
}

.page-block + .page-block {
  margin-top: 120px;
}

.page-block.bg,
.block-pad,
.block-pad-top {
  padding: 120px 0;
}

.page-block.lt-cream-bg.bg + .page-block.lt-cream-bg.bg,
.page-block.dk-grey-bg.bg + .page-block.dk-grey-bg.bg {
  padding-top: 0;
}

.small-block-pad,
.page-block.bg.small-block-pad {
  padding: 85px 0;
}

.page-block.bg + .page-block.bg {
  margin-top: 0;
}

.page-block:last-child {
  padding-bottom: 120px;
}

.page-block:first-child {
  padding-top: 120px;
}

.block-pad-top {
  padding-top: 120px;
}

.block-pad-bottom {
  padding-bottom: 120px;
}

.page-block.bg.no-pad {
  padding: 0;
}

.page-block.margin-check:last-child {
  padding-bottom: 0;
}

/* !Buttons + Links - - - - - */
.button,
input.gform_button {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
  padding: 8px 25px 10px 25px;
  color: #E9E6DF;
  background: #5DB0D8;
  border: 1px solid #5DB0D8;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
}

input.gform_button {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 600;
}

.button:hover {
  background: #102531;
  border-color: #102531;
  color: #E9E6DF;
}

.button.outline,
input.gform_button {
  color: #5DB0D8;
  background: transparent;
  border-color: #5DB0D8;
}

.button.outline.cream {
  border-color: #E9E6DF;
  color: #E9E6DF;
}

.button.outline.dk-grey {
  border-color: #102531;
  color: #102531;
}

.button.outline:hover,
.button.outline.cream:hover,
input.gform_button:hover {
  background: #5DB0D8;
  color: #E9E6DF;
  border-color: #5DB0D8;
}

.button.outline.dk-grey:hover {
  background: #102531;
  color: #E9E6DF;
  border-color: #102531;
}

.button.dk-blue {
  background: #5DB0D8;
  color: #102531;
  border-color: #5DB0D8;
}

.button.dk-blue:hover {
  background: #E9E6DF;
  border-color: #E9E6DF;
  color: #102531;
}

/* !Form Styling - - - - - */
.gfield {
  margin: 0;
  clear: both;
}

.gfield_error.gfield {
  margin-bottom: 30px;
}

input.medium,
input.large,
input.small,
select,
textarea,
.ginput_complex input,
.ginput_product_price_wrapper input[type=text],
.gfield--type-product input[type=number],
input.datepicker,
input[type=text],
input[type=email] {
  background: #fff;
  border-radius: 0;
  height: 50px;
  font-size: 1rem;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #102531;
  padding: 0 10px;
  border: 1px solid #102531;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center #fff;
  padding-right: 30px;
}

textarea {
  resize: none;
  height: 180px;
}

.gform_validation_container,
.gfield--type-consent .gfield_label {
  display: none !important;
}

.gfield_label,
.ginput_complex label,
.ginput_container_creditcard legend,
.gfield--type-choice legend,
html .code label {
  color: #102531;
  font-size: 1rem;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 7px;
  display: block;
}

.dark-form .gfield_label,
.dark-form .ginput_complex label,
.dark-form .ginput_container_creditcard legend,
.dark-form .gfield--type-choice legend,
.dark-form html .code label {
  color: #fff;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #8f8f8e;
  transition: all 0.35s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #8f8f8e;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #8f8f8e;
  transition: all 0.35s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #8f8f8e;
  transition: all 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.gform_submission_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #da0000 !important;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 600;
  padding-bottom: 30px;
}

.validation_message,
.gfield_validation_message,
.gfield_description,
.gfield--type-html {
  padding-top: 7px;
  color: #102531;
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4em;
  clear: both;
}

.validation_message,
.gfield_validation_message {
  color: #da0000;
}

.gform_confirmation_message {
  color: #5DB0D8;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.gfield_radio,
.gfield_checkbox,
.gfield--type-consent {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

fieldset.gfield--type-choice {
  clear: both;
}

fieldset.gfield--type-choice legend {
  padding-top: 20px;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.gfield--type-consent {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-block;
  padding: 0 25px 0 34px;
  margin: 15px 0 0 0;
  position: relative;
  vertical-align: top;
}

.gfield--type-consent {
  width: 100%;
  margin-bottom: 20px;
}

.gfield_radio label,
.gfield_checkbox label,
.gfield--type-consent label {
  font-size: 0.875rem;
  display: block;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #102531;
}

.dark-form .gfield_radio label,
.dark-form .gfield_checkbox label,
.dark-form .gfield--type-consent label {
  color: #fff;
}

.gfield_radio input,
.gfield_checkbox input,
.gfield--type-consent input {
  width: 22px;
  height: 22px;
  border: 1px solid #102531;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.gfield_radio input,
.gfield_radio input:checked {
  outline: 3px solid #fff;
  outline-offset: -4px;
}

.gfield_radio input:checked,
.gfield--type-consent input:checked {
  background-color: #5DB0D8 !important;
}

.gfield_checkbox input,
.offset input[type=checkbox],
.woocommerce input#rememberme,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox],
.remember_me input[type=checkbox],
.gfield--type-consent input {
  border-radius: 0;
}

.gfield_checkbox input:checked,
.offset input[type=checkbox],
.dark-form .gfield_checkbox input:checked,
.dark-form .offset input[type=checkbox],
.woocommerce input#rememberme:checked,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.remember_me input[type=checkbox]:checked,
.gfield--type-consent input:checked {
  background: url(images/check.svg) no-repeat center #fff;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.gfield {
  flex-basis: 100%;
}

.gfield--width-half {
  flex-basis: calc(50% - 10px);
}

.ginput_complex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gfield--type-time .ginput_complex {
  gap: 10px;
}

.hour_minute_colon {
  width: 3px;
  position: relative;
  top: 46x;
}

.screen-reader-text {
  display: none;
}

.gfield--type-time .ginput_container {
  flex-basis: calc(33.33% - 11px);
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.gform_wrapper {
  text-align: left;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(16, 37, 49, 0.2);
  border-left: 4px solid #102531;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.dark-form .gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gfield_required_text,
.gfield--input-type-consent legend {
  display: none !important;
}

.gfield_required:after {
  content: " *";
  color: #da0000;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-indent: 0;
  font-size: 100%;
  position: relative;
}

h3.gsection_title,
.text h3.gsection_title {
  font-family: "eb-garamond", Georgia, Times, serif;
  font-weight: normal;
  border-bottom: 1px solid #8f8f8e;
  color: #102531;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 50px 0 30px 0;
}

.dark-form h3.gsection_title,
.dark-form .text h3.gsection_title {
  color: #fff;
  border-color: #fff;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.ginput_complex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.text .gform_wrapper {
  margin-top: 40px;
}

.text .gform_wrapper:first-child {
  margin-top: 0;
}

.gform_drop_area {
  border: 1px dashed #102531;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center;
}

.dark-form .gform_drop_area {
  border-color: #fff;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#extensions_message {
  display: block;
  margin-top: 3px;
}

.ginput_preview {
  font-size: 0.9375rem;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: url(images/cancel.svg) no-repeat;
}

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: 24px;
  clear: both;
  text-align: center;
}

.ginput_product_price_wrapper {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  border: none;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  margin: 0;
  font-weight: 500;
}

.ginput_product_price_wrapper .gform-field-label {
  margin-bottom: 5px;
}

.ginput_product_price_wrapper input[type=text] {
  font-size: 1rem;
  line-height: 1.4em;
  border: none;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  margin: 0;
}

.gfield--type-product input[type=number] {
  margin-left: 10px;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.gfield--type-product .ginput_quantity_label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 0 !important;
}

.gfield--type-total {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #102531;
  margin: 40px 0;
}

.gfield--type-total .gfield_label {
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  display: inline-block;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  vertical-align: top;
  padding: 0 15px 0 0;
  color: #102531;
  position: relative;
  top: 1px;
  text-transform: capitalize;
}

.ginput_container_total {
  font-weight: bold;
  display: inline-block;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  vertical-align: top;
}

input.ginput_total {
  border: none;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #102531;
  background: none;
  padding: 0;
}

.ginput_container_creditcard {
  max-width: 475px;
}

.ginput_container_creditcard span {
  display: block;
  width: 100%;
  float: none;
}

.ginput_container_creditcard span + span {
  margin-top: 20px;
}

.ginput_cardinfo_left {
  margin-bottom: 20px;
}

.gform_card_icon_container,
.ginput_container_creditcard span.ginput_card_security_code_icon {
  display: none;
}

.gform_footer {
  padding-top: 25px;
}

.post-signup-block .gform_footer {
  padding-top: 0;
}

/* !Datepicker - - - - - */
.ui-datepicker {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -9999px;
  left: -9999px;
  transform: translate(0, 15px);
  width: 250px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
}

.ui-datepicker-title {
  padding: 5px 0 15px 0;
}

table.ui-datepicker-calendar td {
  padding: 4px 5px;
  text-align: center;
  color: #8f8f8e;
}

table.ui-datepicker-calendar th {
  color: #102531;
}

.ui-datepicker-title select {
  width: calc(50% - 8px);
  margin: 0 0 0 8px;
  background-color: #f7f6f4;
  border: none;
  font-size: 0.8125rem;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #102531;
  padding: 0 25px 0 5px;
  font-weight: bold;
  height: 30px;
  text-transform: uppercase;
  background-position: right 10px center;
}

.ui-datepicker-title select:first-child {
  margin: 0 8px 0 0;
}

a.ui-datepicker-prev {
  width: 50%;
  padding: 0 5px 3px 12px;
  line-height: 20px;
  font-weight: bold;
  background: url(images/arrow-left.svg) no-repeat left 2px;
  display: inline-block;
  text-transform: uppercase;
  color: #102531;
}

a.ui-datepicker-next {
  width: 50%;
  padding: 0 12px 3px 5px;
  text-align: right;
  line-height: 20px;
  font-weight: bold;
  background: url(images/arrow-right.svg) no-repeat right 2px;
  display: inline-block;
  text-transform: uppercase;
  color: #102531;
}

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
  color: #5DB0D8;
}

a.ui-datepicker-prev span {
  padding-left: 10px;
}

a.ui-datepicker-next span {
  padding-right: 10px;
}

.ui-datepicker-calendar {
  width: 100%;
}

table.ui-datepicker-calendar td a {
  color: rgba(143, 143, 142, 0.6);
  font-weight: bold;
  display: block;
}

table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td a:hover {
  color: #5DB0D8;
}

.ginput_container_date span,
.gfield--type-date .screen-reader-text {
  display: none;
}

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important;
}

/* !Header - - - - - */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #102531;
  z-index: 100500;
  height: 90px;
  transition: all 0.35s ease-in-out;
}

#container {
  padding-top: 90px;
}

.header-flex {
  padding: 0 25px;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
}

.header-left {
  width: 185px;
  padding-bottom: 8px;
  display: flex;
  align-items: bottom;
}

a.logo {
  display: block;
  width: 185px;
}

a.logo svg.logo-icon {
  display: none;
}

ul.nav {
  display: flex;
}

ul.nav a.main,
a.portal,
a.lng-toggle,
a.search-toggle {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E9E6DF;
  font-size: 1rem;
  padding: 0 5px;
  cursor: pointer;
  font-weight: bold;
}

a.portal,
a.lng-toggle,
a.search-toggle {
  font-size: 0.875rem;
}

/* !Language Selector - - - - - */
a.lng-toggle {
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  width: 55px;
  display: block;
  transition: all 0.35s ease-in-out;
}

a.lng-toggle.active {
  visibility: visible;
  opacity: 1;
}

select.gt_selector {
  background: url(images/globe-icon.svg) no-repeat right center transparent;
  color: #E9E6DF;
  border: none;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  height: 55px;
  transition: all 0.35s ease-in-out;
}

.search-active select.gt_selector {
  color: #102531;
}

select.gt_selector:focus-visible {
  outline: none !important;
}

ul.nav a.main:hover,
a.portal:hover,
a.lng-toggle:hover {
  color: #5DB0D8;
}

a.portal,
a.lng-toggle,
a.search-toggle {
  gap: 10px;
}

ul.nav > li {
  position: relative;
}

ul.nav > li + li {
  margin-left: 30px;
}

ul.nav li.has-search {
  margin-left: 40px;
}

a.search-toggle {
  width: 50px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5DB0D8;
}

a.search-toggle:hover {
  background: #E9E6DF;
}

ul.subnav {
  width: 200px;
  background: #102531;
  padding: 2px 15px 10px 15px;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  z-index: 1001;
  text-align: center;
  left: -9999px;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

li:hover ul.subnav {
  left: 50%;
  opacity: 1;
}

ul.subnav a {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4em;
  color: #E9E6DF;
  padding: 10px 0;
}

ul.subnav a:hover,
ul.subnav a.active {
  color: #5DB0D8;
}

ul.subnav li + li {
  border-top: 1px solid #5DB0D8;
}

/* !Spacing - - - - - */
* + .text,
* + .right-button {
  margin-top: 25px;
}

.label + .headline1,
.label + .headline2 {
  margin-top: 30px;
}

* + .button {
  margin-top: 35px;
}

/* !Header Block - - - - - */
.page-block.full-header-block.bg {
  padding: 250px 0 200px 0;
  overflow: hidden;
}

#container.trans-header .page-block.full-header-block.bg {
  padding-top: 350px;
}

.bg-image,
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bg-image.dark-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.full-header-block * + .text {
  margin-top: 70px;
}

/* !Footer - - - - - */
.footer-top {
  padding: 40px 0;
}

.footer-bottom {
  padding: 40px 0 60px 0;
}

* + .footer-bottom {
  padding-bottom: 40px;
}

#map {
  height: 200px;
}

.footer-map {
  margin-top: 20px;
}

.footer-cols {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 50px;
}

.footer-right {
  padding-left: 150px;
}

.footer-left {
  padding-top: 35px;
}

a.footer-logo {
  width: 105px;
  display: block;
}

.footer-address {
  margin-top: 35px;
}

.footer-address:first-child {
  margin-top: 0;
}

.map-icon {
  width: 24px;
  height: 36px;
  background: url(images/map-icon.svg) no-repeat center bottom;
}

.footer-address p {
  margin: 0;
  color: #E9E6DF;
}

.footer-address a {
  display: block;
  color: #E9E6DF;
  text-decoration: none;
}

.footer-address a:hover {
  color: #5DB0D8;
}

.footer-address .text {
  margin-top: 5px;
  font-weight: 500;
}

.credit {
  font-size: 0.875rem;
  line-height: 1.4em;
}

.credit a {
  color: #E9E6DF;
}

.credit a:hover {
  color: #5DB0D8;
}

.footer-sub-top,
.footer-sub-bottom {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
}

.footer-sub-bottom {
  padding-top: 25px;
}

.footer-link-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 55px;
}

* + .mobile-slide {
  margin-top: 20px;
}

ul.footer-links a {
  color: #E9E6DF;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3em;
}

ul.footer-links a:hover {
  color: #5DB0D8;
}

ul.footer-links li + li {
  margin-top: 10px;
}

.footer-label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-box {
  padding: 35px 30px;
}

ul.footer-logos {
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logo-list {
  max-width: 55px;
  max-height: 45px;
  display: flex;
  align-items: center;
}

.footer-logo-list img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

a.footer-logo-list:hover {
  opacity: 0.7;
}

.footer-sub-bottom .footer-sub-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

ul.social {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

ul.social a {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.social a path {
  fill: #E9E6DF;
  transition: all 0.35s ease-in-out;
}

* + .footer-signup-form {
  margin-top: 35px;
}

.footer-signup-form .gfield_label {
  display: none;
}

.footer-signup-form input.gform_button {
  color: #102531;
  background: #5DB0D8;
  border-color: #102531;
}

.footer-signup-form input.gform_button:hover {
  color: #E9E6DF;
  background: #102531;
}

.mod-signup.dark-form input.gform_button,
.mod-signup input.gform_button {
  color: #102531;
  background: #5DB0D8;
  border-color: #5DB0D8;
}

.mod-signup input.gform_button:hover {
  color: #fff;
  background: #102531;
  border-color: #102531;
}

.mod-signup.dark-form input.gform_button:hover {
  color: #102531;
  background: #fff;
  border-color: #fff;
}

.footer-signup-form .gform_footer {
  padding-top: 15px;
}

ul.social a:hover path {
  fill: #5DB0D8;
}

/* !Grid Boxes - - - - - */
.grid-box a {
  display: block;
  position: relative;
}

.grid-box-screen {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  transition: all 0.35s ease-in-out;
}

ul.grid-box {
  gap: 35px;
}

.grid-box-screen .headline3 {
  position: relative;
  left: -15px;
  display: inline;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
}

a:hover .grid-box-screen .headline3 {
  left: 0;
}

.grid-box-screen .headline3 svg {
  margin-left: 10px;
}

* + ul.grid-box {
  margin-top: 70px;
}

.hover-text {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

a:hover .grid-box-screen {
  background: rgba(16, 37, 49, 0.8);
}

.grid-box-bottom {
  text-align: right;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.grid-box-bottom .button {
  color: #E9E6DF;
  border-color: #E9E6DF;
  background: none;
}

.grid-box-bottom .button:hover {
  background: #5DB0D8;
  color: #E9E6DF;
  border-color: #5DB0D8;
}

a:hover .hover-text,
a:hover .grid-box-bottom {
  opacity: 1;
}

/* !Video - - - - - */
video {
  width: 100%;
  height: auto;
  display: block;
}

.video-screen {
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}

a.video-play svg {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  display: inline-block;
  vertical-align: middle;
}

a.video-play path {
  transition: all 0.35s ease-in-out;
}

a.video-play:hover path {
  fill: #5DB0D8;
}

a.close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 17px;
  color: #fff;
  display: none;
  padding-right: 25px;
  background: url(images/close.svg) no-repeat right center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a.close:hover {
  opacity: 0.5;
}

/* !Image + Text Block - - - - - */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 100px;
}

.stack-grid {
  display: grid;
  grid-template-columns: 1fr 52.3%;
  gap: 100px;
}

.image-col-grid {
  display: grid;
  grid-template-columns: 57.1% 1fr;
  gap: 100px;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.off-image:nth-child(even) {
  padding-top: 100px;
}

* + .image-col-grid {
  margin-top: 70px;
}

.stack-image + .stack-image {
  margin-top: 40px;
}

.image-col-right.has-arrow {
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: space-between;
}

/* !Practice Area - - - - - */
.prac-grid {
  display: grid;
  grid-template-columns: 1fr 57.9%;
  gap: 100px;
}

* + .prac-grid {
  margin-top: 30px;
}

* + .prac-cols {
  margin-top: 60px;
}

.prac-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 60px 70px;
}

.right-button {
  text-align: right;
}

/* !Centered Intro - - - - - */
.italic-title + .headline1 {
  margin-top: 40px;
}

.slash-bg {
  background: url(images/big-bg-slash.svg) no-repeat center;
  background-size: contain;
  padding-bottom: 40px;
}

/* !Columns - - - - - */
.columns-top {
  max-width: 600px;
  margin: 0 auto;
}

* + ul.cols {
  margin-top: 120px;
}

ul.cols {
  gap: 50px;
}

/* !Awards - - - - - */
* + .awards-bottom {
  margin-top: 80px;
}

ul.award-list {
  gap: 25px;
}

* + ul.award-list {
  margin-top: 30px;
}

.award-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 60px;
}

/* !Logos - - - - - */
/* .logo-wrap { max-width: 250px; max-height: 140px; display: flex; align-items: center; justify-content: center;}

.logo-wrap img { object-fit: contain; max-width: 100%; max-height: 100%; width: auto; height: auto;} */
ul.logo-list {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.logo-wrap {
  max-width: 250px;
  max-height: 140px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo-wrap img {
  object-fit: contain;
  max-width: 250px;
  max-height: 140px;
  width: auto;
  height: auto;
  display: block;
}

a.logo-wrap.has-link:hover {
  opacity: 0.7;
}

* + .logos-bottom {
  margin-top: 120px;
}

.page-block.logos-block.no-text.bg {
  padding: 50px 0;
}

/* !CTA - - - - - */
.cta-box {
  padding: 60px;
}

.cta-box-grid {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.cta-content {
  padding: 60px;
}

.cta-max {
  max-width: 500px;
  margin: 0 auto;
}

.size-large .cta-content {
  padding: 120px 60px;
}

.cta-image {
  position: relative;
  height: 100%;
}

.page-block.image-cta.bg {
  padding: 0;
}

/* !Signup Block - - - - - */
.signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.mod-signup .gfield_label {
  display: none;
}

.mod-signup input.large {
  border-color: #8f8f8e;
}

.mod-signup .gform_footer {
  padding-top: 15px;
}

.post-signup-block {
  padding: 120px 0;
}

/* !Accordion Block - - - - - */
.acc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  position: relative;
}

.acc-grid:before {
  content: "";
  width: 60px;
  height: 75px;
  position: absolute;
  top: 0;
  left: calc(50% - 22px);
  z-index: 1;
  transform: translate(-50%, 0);
  background: url(images/mid-blue-slash.svg) no-repeat center;
  background-size: auto 100%;
}

.acc-item + .acc-item {
  margin-top: 10px;
}

.acc-item {
  border-top: 1px solid #5DB0D8;
  border-bottom: 1px solid #5DB0D8;
  position: relative;
}

.acc-item:before {
  content: attr(data-number);
  font-size: 1.375rem;
  line-height: 1em;
  font-weight: 600;
  color: #5DB0D8;
  position: absolute;
  top: 30px;
  left: -45px;
  z-index: 1;
}

.acc-wrap {
  padding-left: 45px;
}

.acc-toggle {
  padding: 25px 50px 25px 10px;
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 200;
  color: #102531;
}

.acc-toggle:before {
  content: "";
  width: 21px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 1;
  background: #102531;
}

.acc-toggle:after {
  content: "";
  width: 1px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  z-index: 2;
  background: #102531;
  transition: all 0.35s ease-in-out;
}

.acc-toggle.ui-state-active:after {
  opacity: 0;
}

.acc-content {
  padding-bottom: 40px;
  display: none;
}

/* !Team Block - - - - - */
ul.small-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 40px);
  margin-left: -20px;
}

ul.small-team-grid > li {
  /*
  use
  33.33% grid of 3
  25%    grid of 4
  20%    grid of 5
  16.66% grid of 6
  */
  flex: 0 0 calc(33% - 20px);
  padding: 20px;
  margin: 10px;
}

* + .team-bottom {
  margin-top: 80px;
}

a.small-team-box {
  width: 100%;
  height: 100%;
  padding: 20px 64px 20px 20px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 25px;
  align-items: center;
  color: #102531;
}

a.small-team-box:hover {
  background: #fff;
}

.page-block.lt-cream-bg a.small-team-box:hover {
  background: #000;
  color: #fff;
}

a.team-linkedin {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}

a.team-linkedin path {
  transition: all 0.35s ease-in-out;
}

a.team-linkedin:hover path {
  fill: #102531;
}

/* !Quote - - - - - */
.test-slider-wrap,
.quote-wrap {
  padding: 50px;
}

.test-slider-wrap:before,
.test-slider-wrap:after {
  content: "";
  width: 150px;
  height: 103px;
  background: url(images/cream-quote-left.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.test-slider-wrap:after {
  background: url(images/cream-quote-right.svg) no-repeat center;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.dk-grey-bg .test-slider-wrap:before {
  background: url(images/dark-quote-left.svg) no-repeat center;
}

.dk-grey-bg .test-slider-wrap:after {
  background: url(images/dark-quote-right.svg) no-repeat center;
}

.quote-block {
  overflow: hidden;
}

.quote-wrap:before,
.quote-wrap:after {
  content: "";
  width: 370px;
  height: 253px;
  position: absolute;
  top: 50%;
  left: -330px;
  transform: translate(0, -50%);
  background: url(images/big-quote-left-for-cream.svg) no-repeat center;
  z-index: 1;
}

.quote-wrap:after {
  left: auto;
  right: -330px;
  background: url(images/big-quote-right-for-cream.svg) no-repeat center;
}

.quote-block.lt-cream-bg .quote-wrap:before {
  background: url(images/big-quote-left-for-cream.svg) no-repeat center;
}

.quote-block.lt-cream-bg .quote-wrap:after {
  background: url(images/big-quote-right-for-cream.svg) no-repeat center;
}

.quote-block.dk-grey-bg .quote-wrap:before {
  background: url(images/big-quote-left-for-black.svg) no-repeat center;
}

.quote-block.dk-grey-bg .quote-wrap:after {
  background: url(images/big-quote-right-for-black.svg) no-repeat center;
}

.test-text + .big-label {
  margin-top: 35px;
}

/* !Testimonials - - - - - */
ul.slick-dots {
  display: inline-flex;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}

ul.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 120%;
  overflow: hidden;
  text-indent: -9999px;
  background: rgba(93, 176, 216, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  background: #5db0d8;
}

.test-dots ul.slick-dots {
  margin-top: 50px;
}

.test-person {
  margin: 10px auto 0 auto;
  display: inline-block;
  text-align: center;
}

.test-person.has-image {
  display: inline-grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 35px;
}

.test-person.has-image .test-info {
  text-align: left;
}

.test-info {
  font-weight: 600 !important;
  text-transform: none !important;
}

.test-pic {
  border-radius: 120%;
  overflow: hidden;
}

.test-info * + .mid-label {
  margin-top: 5px;
}

/* !Form Block - - - - - */
.form-box {
  padding: 80px;
}

.form-box input.gform_button {
  background: transparent;
  color: #5DB0D8;
  border-color: #5DB0D8;
}

.form-box input.gform_button:hover {
  background: #5DB0D8;
  color: #E9E6DF;
  border-color: #5DB0D8;
}

* + .box-form {
  margin-top: 80px;
}

.form-block.has-overlap:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #102531;
}

.page-block.form-block.has-overlap.bg {
  padding-bottom: 0;
}

/* !Recent Posts - - - - - */
.recent-cols {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 100px;
}

.recent-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.italic-label {
  font-size: 0.8125rem;
  font-style: italic;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #102531;
  color: #102531;
  padding-bottom: 1px;
  margin-bottom: 25px;
  font-family: "eb-garamond", Georgia, Times, serif;
}

ul.recent-stack li + li {
  margin-top: 80px;
}

.small-post-grid {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 35px;
  align-items: end;
}

.image-hover {
  position: relative;
  display: block;
}

.image-hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(16, 37, 49, 0);
  transition: all 0.35s ease-in-out;
}

.image-hover:hover:after {
  background: rgba(16, 37, 49, 0.3);
}

.small-post-title {
  padding-top: 30px;
}

.small-post-title a {
  color: #102531;
}

.small-post-title a:hover {
  color: #5DB0D8;
}

.small-post-content {
  min-height: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: space-between;
}

.post-meta {
  display: flex;
  align-items: center;
}

* + .post-meta-name {
  padding-left: 20px;
}

.post-meta-name {
  font-family: "eb-garamond", Georgia, Times, serif;
  color: #5DB0D8;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4em;
}

.post-meta-image {
  width: 32px;
  overflow: hidden;
  border-radius: 120%;
}

* + .post-meta-time {
  padding-left: 50px;
  position: relative;
}

.post-meta-time {
  font-family: "eb-garamond", Georgia, Times, serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4em;
}

* + .post-meta-time:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #8f8f8e;
  position: absolute;
  top: 50%;
  left: 25px;
  border-radius: 120%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slide-post {
  padding-right: 40px;
  width: 590px;
}

.recent-wide {
  width: 200%;
  padding-top: 70px;
}

.recent-bottom {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

a.big-next {
  width: 60px;
  display: block;
}

a.big-next path {
  transition: all 0.35s ease-in-out;
}

a.big-next:hover path {
  fill: #102531;
}

.recent-slider-block {
  overflow: hidden;
}

/* !Contact Block - - - - - */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 61.9%;
  gap: 80px;
}

.contact-bg {
  background: url(images/big-bg-slash.svg) no-repeat right 20px top 20px;
  background-size: auto 165px;
  min-height: 185px;
}

/* !Directory Block - - - - - */
ul.directory-list {
  gap: 40px;
}

/* !Directions - - - - - */
#contactMap {
  height: 275px;
}

* + .directions-top {
  margin-top: 80px;
}

.location-box {
  background: rgba(255, 255, 255, 0.06);
  padding: 40px;
  height: 100%;
}

.directions-top {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 50px;
}

ul.location-grid {
  gap: 15px;
}

* + .directions-bottom {
  margin-top: 50px;
}

.location-title {
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 500;
  font-family: "eb-garamond", Georgia, Times, serif;
}

.location-title + .text {
  margin-top: 15px;
}

.location-box .text p {
  margin: 0;
}

.location-box .text a {
  color: #E9E6DF;
  text-decoration: none;
}

.location-box .text a:hover {
  color: #5DB0D8;
}

a.directions,
a.write-toggle {
  font-size: 1rem;
  font-weight: 600;
  color: #E9E6DF;
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a.directions:hover,
a.write-toggle:hover {
  color: #5DB0D8;
}

.write-grid-wrap {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

a.write-toggle {
  text-transform: capitalize;
  margin: 0;
}

a.write-toggle path {
  fill: #E9E6DF;
  transition: all 0.35s ease-in-out;
}

a.write-toggle svg {
  margin-left: 10px;
  position: relative;
  top: 3px;
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

a.write-toggle.active svg {
  transform: rotate(90deg);
}

a.write-toggle:hover path {
  fill: #5DB0D8;
}

.write-wrap {
  padding: 50px 0 0 0;
  display: none;
}

.write-section + .write-section {
  margin-top: 50px;
}

.write-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.write-section .text {
  margin-top: 20px;
}

/* !Team Top - - - - - */
.team-top-grid {
  display: grid;
  grid-template-columns: 1fr 53%;
  gap: 100px;
}

ul.big-team-grid {
  gap: 50px 90px;
}

ul.grid-team-social {
  margin-top: 10px;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: normal;
}

ul.grid-team-social svg {
  width: 26px;
  height: 26px;
}

ul.grid-team-social path {
  fill: #E9E6DF;
  transition: all 0.35s ease-in-out;
}

ul.grid-team-social a:hover path {
  fill: #102531;
}

a.team-link {
  display: block;
}

.team-card {
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 10;
  padding: 20px;
}

.small-team-name {
  font-size: 1rem;
  line-height: 1.4em;
}

.small-team-title {
  font-size: 0.875rem;
  line-height: 1.4em;
  margin-top: 5px;
}

.team-bottom-block * + ul.directory-list {
  margin-top: 60px;
}

.team-social {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.team-social ul.social {
  gap: 10px;
}

.team-award-cols {
  gap: 60px;
}

.team-award-cols ul.award-list li + li {
  margin-top: 25px;
}

.team-image img {
  transition: all 0.35s ease-in-out;
}

a.team-image:hover img {
  opacity: 0.85;
}

/* !Expect - - - - - */
.expect-max {
  max-width: 820px;
  margin: 0 auto;
}

.expect-max + .text {
  margin-top: 80px;
}

* + .expect-bottom {
  margin-top: 100px;
}

.expect-row + .expect-row {
  margin-top: 100px;
}

.expect-row {
  padding-left: calc(50% + 60px);
}

.expect-row:nth-child(even) {
  padding-left: 0;
  padding-right: calc(50% + 60px);
}

a.expect-toggle {
  padding: 30px;
  display: block;
  position: relative;
}

.expect-box:after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background: #E9E6DF;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

a.expect-toggle:hover:after,
.expect-box:hover:after,
.expect-box.active:after {
  opacity: 1;
}

a.expect-toggle {
  color: #E9E6DF;
}

a.expect-toggle:hover {
  color: #5DB0D8;
}

.expect-box {
  transition: all 0.35s ease-in-out;
}

.expect-box:hover,
.expect-box.active {
  padding-bottom: 20px;
}

.expect-number {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.expect-slide {
  padding: 0 30px 30px 30px;
  display: none;
}

.expect-wrap:before {
  content: "";
  width: 4px;
  height: calc(100% - 100px);
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  position: absolute;
  background: #5DB0D8;
}

.expect-box {
  position: relative;
}

.expect-box:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translate(-50%, -50%);
  border-radius: 120%;
  background: #5DB0D8;
  outline: 2px solid #5DB0D8;
  outline-offset: 10px;
}

.expect-row:nth-child(even) .expect-box:before {
  left: auto;
  right: -60px;
  transform: translate(50%, -50%);
}

.expect-row:first-child .expect-box:before {
  top: 0;
  transform: translate(-50%, 30px);
}

.expect-row:last-child .expect-box:before {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 30px);
}

.expect-row:nth-child(even):last-child .expect-box:before {
  transform: translate(50%, -30px);
}

/* !Blog Landing - - - - - */
.blog-block-top {
  margin-bottom: 35px;
}

#searchform {
  max-width: 330px;
  margin: 0 0 0 auto;
  position: relative;
}

#searchform input.medium {
  padding-left: 50px;
}

#searchform input.search-button {
  width: 50px;
  height: 50px;
  background: url(images/big-search-icon.svg) no-repeat center;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

#searchform input.search-button:hover {
  opacity: 0.5;
}

.blog-cols {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 90px;
}

.side-section ul.recent-stack .small-post-grid {
  grid-template-columns: 100px 1fr;
  gap: 20px;
}

.side-section ul.recent-stack .post-meta-time {
  display: none;
}

.side-section ul.recent-stack .big-label {
  font-size: 0.875rem;
}

.side-section ul.recent-stack * + .post-meta-name {
  padding-left: 15px;
}

.side-section ul.recent-stack .small-post-title {
  padding-top: 0;
}

.side-section ul.recent-stack .small-post-content {
  gap: 10px;
}

.side-section + .side-section,
.side-section ul.recent-stack li + li {
  margin-top: 40px;
}

ul.blog-cat-list a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4em;
  color: #102531;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

ul.blog-cat-list a:hover,
ul.blog-cat-list a.active {
  color: #5DB0D8;
}

ul.blog-cat-list li + li {
  margin-top: 20px;
}

.side-section .italic-label {
  margin-bottom: 30px;
}

ul.blog-grid {
  gap: 70px 35px;
}

.blog-right .italic-label {
  margin-bottom: 35px;
}

.grid-post .post-title {
  margin-top: 30px;
}

ul.post-cats {
  gap: 10px;
  margin-top: 20px;
}

.post-cat-label,
a.cat-cancel {
  color: #5DB0D8;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 5px 10px;
  border: 1px solid #5DB0D8;
  border-radius: 13px;
}

a.cat-cancel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

a.cat-cancel polygon {
  transition: all 0.35s ease-in-out;
}

a.cat-cancel:hover {
  color: #102531;
  border-color: #102531;
}

a.cat-cancel:hover polygon {
  fill: #102531;
}

.post-title a {
  color: #102531;
  display: block;
}

.post-title a:hover {
  color: #5DB0D8;
}

ul.blog-grid .post-meta {
  margin-top: 30px;
}

/* !Current Category - - - - - */
.current-label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #102531;
  line-height: 1em;
  font-size: 0.875rem;
}

ul.current-cat-filter {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 35px;
}

/* !Single Post - - - - - */
.back-wrap {
  margin-bottom: 60px;
}

a.back {
  font-family: "eb-garamond", Georgia, Times, serif;
  font-style: italic;
  color: #5DB0D8;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a.back:hover {
  color: #102531;
}

.post-header-image {
  margin-top: 60px;
}

.page-block + .page-block.post-header-actions {
  margin-top: 0;
  padding-top: 45px;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  left: 0;
  z-index: 1010;
  background: #fff;
}

.post-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #102531;
  padding-bottom: 10px;
}

ul.share-list {
  display: flex;
  gap: 10px;
  align-items: center;
}

.share-label {
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 500;
}

ul.share-list a path {
  transition: all 0.35s ease-in-out;
}

ul.share-list a:hover path {
  fill: #102531;
}

.post-block + .post-block {
  margin-top: 120px;
}

.post-footer-share ul.share-list {
  justify-content: center;
  margin-top: 15px;
}

.post-footer-cta {
  margin-top: 40px;
  padding-top: 80px;
  border-top: 1px solid #102531;
}

#progress-bar {
  height: 4px;
  background: #5DB0D8;
  width: 0;
  border-radius: 2px;
  overflow: hidden;
}

.post-progress {
  flex-grow: 1;
  position: relative;
}

/* !Pagination - - - - - */
.pagination {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #102531;
}

.page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  position: relative;
  color: rgba(16, 37, 49, 0.5);
  text-align: center;
  border-radius: 120%;
  border: 1px solid rgba(16, 37, 49, 0.5);
  transition: all 0.35s ease-in-out;
}

a.page-numbers {
  cursor: pointer;
}

span.page-numbers.dots {
  width: auto;
  border: none;
}

a.page-numbers:hover {
  background: #102531;
  color: #fff;
  border-color: #102531;
}

.page-numbers.current {
  color: #fff;
  background: #5DB0D8;
  border-color: #5DB0D8;
}

.pagination a.next:before,
span.page-numbers:first-child:before,
.pagination + a.page-numbers:before,
.pagination a.prev:before,
.pagination a.next:before {
  display: none;
}

.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
  background: url(images/arrow-right.svg) no-repeat left center;
  border: none;
  width: 36px;
  text-indent: -9999px;
}

.pagination a.prev.page-numbers {
  background: url(images/arrow-left.svg) no-repeat right center;
}

.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover {
  opacity: 0.5;
}

.post-nav {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #102531;
}

/* !Search Overlay - - - - - */
.search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100200;
  padding: 100px 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.search-active .search-wrap {
  visibility: visible;
  opacity: 1;
}

.search-active header {
  background: transparent;
}

* + #overlayForm {
  margin-top: 120px;
}

#overlayForm input[type=text] {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.3em;
  height: auto;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #102531;
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: all 0.35s ease-in-out;
}

#overlayForm input[type=text]:focus-visible {
  border-color: #5DB0D8;
  outline: none;
}

#overlayForm ::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#overlayForm :-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#overlayForm ::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#overlayForm :-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.search-flex {
  min-height: 100%;
  overflow: scroll;
  display: flex;
  align-items: center;
}

.search-flex > div {
  width: 100%;
}

a.logo path,
a.portal path {
  transition: all 0.35s ease-in-out;
}

.search-active a.logo path,
.search-active a.portal path {
  fill: #102531;
}

.search-active a.logo path.slash {
  fill: #5DB0D8;
}

.search-active ul.nav a.main,
.search-active a.portal,
.search-active .lng-toggle {
  color: #102531;
}

.search-active ul.nav a.main:hover,
.search-active a.portal:hover,
.search-active .lng-toggle:hover {
  color: #5DB0D8;
}

/* !Search Results - - - - - */
ol.search-list {
  margin: 50px 0;
  padding-left: 20px;
}

ol.search-list li + li {
  margin-top: 40px;
}

ol.search-list .grid-title + .text {
  margin-top: 10px;
}

ol.search-list .grid-title {
  position: relative;
  top: 2px;
}

ol.search-list .grid-title a {
  color: #5DB0D8;
}

ol.search-list .grid-title a:hover {
  color: #102531;
}

ol.search-list li::marker {
  font-weight: bold;
  color: #102531;
  left: -5px;
}

.searchwp-highlight {
  background: none;
  color: inherit;
}

.load-status + .button {
  margin-top: 0;
}

/* !Mobile Nav - - - - - */
.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100200;
  padding: 90px 30px;
  visibility: hidden;
  opacity: 0;
  overflow: scroll;
  transition: all 0.35s ease-in-out;
}

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1;
}

a.nav-toggle {
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 100100;
  display: none;
}

a.nav-toggle div {
  width: 30px;
  height: 2px;
  background: #5DB0D8;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease-in-out;
}

a.nav-toggle div:nth-child(1) {
  transform: translate(-50%, -9px);
}

a.nav-toggle div:nth-child(3) {
  transform: translate(-50%, 7px);
}

a.nav-toggle.active div:nth-child(2) {
  opacity: 0;
}

a.nav-toggle.active div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

a.nav-toggle.active div:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

a.mobile-link {
  font-size: 1.25rem;
  line-height: 1.4em;
  padding: 8px 0;
  display: block;
  color: #E9E6DF;
  font-weight: 600;
}

a.mobile-link:hover,
a.mobil-link.active {
  color: #5DB0D8;
}

ul.mobile-nav > li + li {
  margin-top: 5px;
}

ul.mobile-nav a.portal {
  height: auto;
  font-size: 1.25rem;
  gap: 10px;
  justify-content: flex-start;
  padding: 8px 0;
  font-weight: 600;
}

.search-active a.search-toggle path {
  fill: #102531;
}

ul.mobile-nav a.portal svg {
  width: 20px;
  height: auto;
}

.sub-toggle span {
  position: relative;
  padding-right: 30px;
  display: block;
}

.sub-toggle span:before {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 1;
  transform: translate(0, -50%);
  background: #5DB0D8;
}

.sub-toggle span:after {
  content: "";
  width: 2px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 2;
  transform: translate(0, -50%);
  background: #5DB0D8;
  transition: all 0.35s ease-in-out;
}

.sub-toggle.active span:after {
  opacity: 0;
}

ul.mobile-nav ul.subnav {
  position: static;
  padding: 10px 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  margin: 0;
  transform: none;
  text-align: left;
  display: none;
}

ul.mobile-nav ul.subnav li {
  border-top: none;
}

ul.mobile-nav ul.subnav a {
  font-size: 0.9375rem;
}

/* !Header (New) - - - - - */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding: 0 40px;
  background: #102531;
  transition: all 0.35s ease-in-out;
}

#container {
  padding-top: 140px;
}

#container.trans-header {
  padding-top: 0;
}

header.trans {
  background: rgba(16, 37, 49, 0);
}

header.trans:before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #E9E6DF;
  position: absolute;
  top: calc(100% + 1px);
  left: 40px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.scrolled header.trans {
  background: #102531;
}

.scrolled header.trans:before {
  opacity: 0;
}

.header-flex {
  padding: 49px 0 0 0;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  height: 140px;
}

.header-left {
  width: auto;
  gap: 50px;
  align-items: center;
}

ul.header-right-top {
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  align-items: center;
  padding-top: 2px;
}

ul.header-right-top li,
ul.header-right-top a {
  height: 100%;
}

a.logo {
  width: 98px;
  height: 91px;
  padding-bottom: 25px;
}

a.logo svg.logo-icon {
  display: none;
}

ul.nav a.main,
a.logo {
  height: 91px;
  display: flex;
  align-items: center;
}

.header-right {
  padding-bottom: 29px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  max-width: 500px;
}

ul.nav a.main {
  position: relative;
  padding: 0 0 25px 0;
}

ul.nav a.main:before {
  content: "";
  width: 0;
  height: 1px;
  background: #E9E6DF;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

ul.nav a.main:hover:before,
ul.nav a.main.active:before {
  width: 100%;
  left: 0;
}

ul.nav a.main:hover,
ul.nav a.main.active {
  color: #E9E6DF;
}

.mega-nav {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  padding: 50px 40px;
  background: #102531;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

li:hover > .mega-nav {
  visibility: visible;
  opacity: 1;
}

.mega-nav:before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #E9E6DF;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
}

header.trans .mega-nav:before {
  display: none;
}

.scrolled header.trans .mega-nav:before {
  display: block;
}

a.search-toggle,
a.search-toggle:hover {
  background: none;
  display: flex;
  gap: 10px;
  align-items: center;
  width: auto;
}

a.search-toggle path {
  fill: #5DB0D8;
}

.search-active a.search-toggle {
  color: #102531;
}

a.search-toggle:hover,
.search-active a.search-toggle:hover {
  color: #5DB0D8;
}

select.gt_selector {
  height: 40px;
  font-weight: bold;
}

.mega-nav-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
}

ul.mega-nav-links {
  gap: 15px 25px;
}

ul.mega-nav-links a {
  color: #E9E6DF;
  font-size: 1rem;
  line-height: 1.3em;
}

ul.mega-nav-links a:hover,
ul.mega-nav-links a.active {
  color: #5DB0D8;
}

ul.mega-nav-links a.active {
  font-weight: bold;
}

.mega-nav-title {
  font-weight: bold;
}

a.sidebar-link {
  display: inline-block;
  color: #5DB0D8;
  font-size: 1rem;
  line-height: 1.3em;
  border-bottom: 1px solid #5DB0D8;
}

a.sidebar-link:hover {
  color: #E9E6DF;
  border-color: #E9E6DF;
}

* + a.sidebar-link {
  margin-top: 15px;
}

/* !New Footer - - - - - */
.footer-location-label {
  font-size: 0.8125rem;
  line-height: 1.2em;
}

.footer-address a {
  font-size: 0.8125rem;
  line-height: 1.3em;
}

.footer-address,
.footer-social,
.footer-map {
  margin-top: 30px;
}

.footer-address + .footer-address {
  margin-top: 20px;
}

.footer-cols {
  grid-template-columns: 250px 1fr;
  gap: 65px;
}

.footer-right {
  padding-left: 0;
}

.footer-sub-top {
  gap: 65px;
  grid-template-columns: 1fr 360px;
}

.footer-link-cols {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 0;
}

ul.footer-links {
  gap: 15px;
}

ul.footer-links li + li {
  margin: 0;
}

ul.footer-links a {
  font-size: 0.8125rem;
  padding: 0;
}

.footer-sub-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 0;
}

.footer-sub-right {
  width: 360px;
}

ul.footer-logos {
  justify-content: flex-start;
}

.footer-box {
  border: 1px solid #E9E6DF;
  padding: 40px;
}

.footer-signup-form input.gform_button {
  display: inline-block;
  width: auto;
}

.footer-signup-form input.gform_button:hover {
  background: #E9E6DF;
  color: #102531;
}

.credit {
  padding-bottom: 60px;
  color: rgba(233, 230, 223, 0.5);
}

.credit a {
  color: rgba(233, 230, 223, 0.5);
}

.credit a:hover {
  color: #5DB0D8;
}

.footer-right {
  padding-top: 35px;
}

/* !3 Square Module - - - - - */
* + .stack-grid {
  margin-top: 60px;
}

.square-image-grid {
  gap: 20px;
}

.square-image {
  aspect-ratio: 1/1;
}

.square-image img.full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.square-image-under .square-image {
  max-width: calc(50% - 10px);
  margin: -15% auto 0 auto;
  position: relative;
  z-index: 10;
}

/* !New Team Grid - - - - - */
.new-team-top {
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.new-team-top-left,
.new-team-top-right {
  max-width: 500px;
}

* + ul.new-big-team-grid {
  margin-top: 70px;
}

ul.new-big-team-grid {
  gap: 20px;
}

ul.new-big-team-grid li.big-team {
  background: #E9E6DF;
  padding: 20px;
}

.team-content-bottom {
  margin-top: 25px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

a.meet-label {
  color: #102531;
  font-size: 1rem;
  line-height: 1.3em;
  border-bottom: 1px solid #102531;
  position: relative;
  top: -4px;
}

a.meet-label:hover {
  color: #5DB0D8;
  border-color: #5DB0D8;
}

.team-name a {
  color: #102531;
  display: block;
}

.team-name a:hover {
  color: #5DB0D8;
}

ul.new-team-social {
  gap: 7px;
  align-items: center;
}

ul.new-team-social path,
ul.vert-team-social path {
  fill: #5DB0D8;
  transition: all 0.35s ease-in-out;
}

ul.new-team-social a:hover path,
ul.vert-team-social a:hover path {
  fill: #102531;
}

.team-content {
  padding-top: 25px;
}

.team-name {
  font-size: 1.625rem;
  line-height: 1.3em;
}

.small-team-title {
  font-size: 1rem;
}

ul.directory-list {
  gap: 20px;
}

a.small-team-box {
  padding: 0;
  background: transparent;
  grid-template-columns: 110px 1fr;
  min-height: 110px;
  padding-right: 0 !important;
}

a.small-team-box:hover {
  background: transparent;
}

li.small-team {
  display: grid;
  grid-template-columns: 1fr 66px;
  align-items: center;
  background: #E9E6DF;
  transition: all 0.35s ease-in-out;
}

li.small-team:hover {
  background: #fff;
}

ul.vert-team-social {
  padding: 10px 17px;
  gap: 7px;
}

.small-team-image {
  height: 100%;
}

.small-team-image img.full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.small-team-name {
  font-size: 1.125rem;
  line-height: 1.3em;
}

/* !Team Carousel - - - - - */
.team-carousel-card {
  padding: 20px;
  background: #E9E6DF;
  height: 100%;
  width: 320px;
}

.controls {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.controls a path {
  fill: #E9E6DF;
  transition: all 0.35s ease-in-out;
}

.controls a:hover path {
  fill: #102531;
}

a.text-link {
  font-weight: bold;
  font-size: 1rem;
  color: #5DB0D8;
  border-bottom: 1px solid #5DB0D8;
  display: inline-block;
}

a.text-link:hover {
  color: #102531;
  border-color: #102531;
}

* + a.text-link {
  margin-top: 15px;
}

* + .team-carousel {
  margin-top: 70px;
}

/* !Results Block - - - - - */
.results-number {
  font-size: 3rem;
  line-height: 1.3em;
}

.results-label {
  font-size: 1.125rem;
  line-height: 1em;
}

* + .results-label {
  margin-top: 5px;
}

.results-box {
  padding: 50px;
  height: 100%;
}

* + .results-carousel {
  margin-top: 60px;
}

.bg .controls a path {
  fill: #E9E6DF;
}

.bg .controls a:hover path {
  fill: #5DB0D8;
}

.white-bg.bg .controls a path {
  fill: #102531;
}

.white-bg.bg .controls a:hover path {
  fill: #5DB0D8;
}

/* !Accessibility Focus - - - - - */
* :focus-visible,
a:focus-visible,
a.nav-toggle:focus-visible,
input.gform_button:focus-visible {
  outline: 2px solid #5DB0D8;
  outline-offset: 5px;
}

.gform_validation_errors:focus-visible {
  outline: none;
}

input.medium:focus-visible,
input.large:focus-visible,
input.small:focus-visible,
input.search-box:focus-visible,
select:focus-visible,
textarea:focus-visible,
.ginput_complex input:focus-visible,
.ginput_product_price_wrapper input[type=text]:focus-visible,
.gfield--type-product input[type=number]:focus-visible,
input.datepicker:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible {
  outline: 2px solid #5DB0D8;
  outline-offset: -2px;
}

/* !Media Queries - - - - - */
@media only screen and (max-width: 1500px) {
  /* .header-left,
  a.logo,
  a.logo svg
  { width: 170px;}

  .header-flex { gap: 15px; padding-left: 25px;}

  ul.nav > li + li { margin-left: 15px;}

  ul.nav li.has-search { margin-left: 15px;}

  a.portal,
  a.lng-toggle
  { gap: 7px;}

  a.search-toggle { width: 40px;} */
  .header-right {
    max-width: 350px;
    gap: 10px;
    margin-top: -49px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 1380px) {
  /* a.logo svg
  { display: none;}

  a.logo svg.logo-icon { display: block;}

  .header-left,
  a.logo,
  a.logo svg
  { width: 37px;}

  .header-left { padding-bottom: 12px;} */
}
@media only screen and (max-width: 1300px) {
  /* Style adjustments for viewports that meet the condition */
  /* .header-flex { gap: 15px; padding-left: 25px;}

  ul.nav li.has-search { margin-left: 15px;}

  a.search-toggle { width: 40px;} */
  a.portal,
  a.lng-toggle,
  a.search-toggle {
    gap: 7px;
  }
  ul.nav a.main {
    font-size: 0.9375rem;
  }
  .test-text {
    font-size: 2.25rem;
    line-height: 1.3em;
  }
  .headline1 {
    font-size: 3.4375rem;
    line-height: 1.3em;
  }
  .headline2 {
    font-size: 2.5rem;
    line-height: 1.3em;
  }
  .headline3 {
    font-size: 1.75rem;
    line-height: 1.4em;
  }
  .headline35 {
    font-size: 2rem;
    line-height: 1.35em;
  }
  .big-label {
    font-size: 1.25rem;
    line-height: 1.3em;
  }
  .post-title {
    font-size: 1.75rem;
    line-height: 1.3em;
  }
  .vbig-label {
    font-size: 2.375rem;
    line-height: 1.3em;
  }
  .text.large-text {
    font-size: 1.25rem;
  }
  .footer-right {
    padding-left: 30px;
  }
  .footer-sub-top,
  .footer-sub-bottom {
    grid-template-columns: 1fr 350px;
  }
  .big-headline {
    font-size: 4.375rem;
  }
  .header-left {
    gap: 30px;
  }
  .header-right {
    overflow: visible;
    margin-top: 0;
    position: static;
    display: block;
  }
  ul.header-right-top {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 10;
    width: 300px;
  }
  .footer-cols,
  .footer-sub-top {
    gap: 45px;
  }
  .footer-sub-top,
  .footer-sub-bottom {
    grid-template-columns: 1fr 320px;
  }
  .footer-sub-right {
    width: 320px;
  }
  .footer-box {
    padding: 30px;
  }
  ul.footer-links.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1180px) {
  ul.nav,
  .hide-mobile {
    display: none;
  }
  /* ul.nav > li + li { margin-left: 6px;}

  ul.nav li.has-search { margin-left: 12px;}

  a.search-toggle { width: 30px;} */
  ul.nav a.main,
  a.portal,
  a.lng-toggle,
  ul.subnav a,
  a.search-toggle {
    font-size: 0.875rem;
  }
  ul.header-right-top {
    position: static;
  }
  .text.large-text {
    font-size: 1.25rem;
    font-weight: normal;
  }
  .test-text {
    font-size: 1.75rem;
    line-height: 1.4em;
  }
  .page-block + .page-block {
    margin-top: 85px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 85px 0;
  }
  .small-block-pad,
  .page-block.bg.small-block-pad {
    padding: 60px 0;
  }
  .page-block:last-child {
    padding-bottom: 85px;
  }
  .page-block:first-child {
    padding-top: 85px;
  }
  .block-pad-top {
    padding-top: 85px;
  }
  .block-pad-bottom {
    padding-bottom: 85px;
  }
  .image-col-grid,
  .intro-grid,
  .stack-grid,
  .prac-grid,
  .cta-box-grid,
  .recent-cols,
  .signup-grid,
  .team-top-grid,
  .blog-cols {
    gap: 60px;
  }
  ul.big-team-grid {
    gap: 30px;
  }
  .acc-grid {
    gap: 100px;
  }
  ul.small-team-grid > li {
    padding: 5px;
  }
  ul.small-team-grid {
    width: calc(100% + 26px);
    margin-left: -13px;
  }
  a.small-team-box {
    padding-right: 55px;
    gap: 20px;
  }
  a.team-linkedin {
    right: 25px;
  }
  ul.logo-list {
    gap: 25px;
  }
  .logo-wrap,
  .logo-wrap img {
    max-width: 180px;
    max-height: 100px;
  }
  .size-large .cta-content {
    padding: 60px;
  }
  ul.cols.grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .acc-grid:before {
    width: 50px;
    height: 60px;
  }
  .test-slider-wrap,
  .quote-wrap {
    padding: 35px;
  }
  .test-slider-wrap {
    margin-top: -35px;
  }
  .test-dots ul.slick-dots {
    margin-top: 35px;
  }
  .text.hover-text {
    font-size: 0.875rem;
  }
  .text.large-text {
    font-size: 1.125rem;
  }
  .text {
    font-size: 1rem;
  }
  .acc-toggle {
    font-size: 1.25rem;
  }
  .prac-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
  }
  * + .team-bottom {
    margin-top: 35px;
  }
  .footer-link-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
  .footer-sub-bottom .footer-sub-left {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
  ul.recent-stack li + li,
  * + ul.cols,
  * + .logos-bottom,
  * + ul.grid-box,
  .full-header-block * + .text,
  * + .image-col-grid,
  .post-header-image {
    margin-top: 50px;
  }
  ul.small-team-grid > li {
    flex: 0 0 calc(50% - 20px);
  }
  .page-block.full-header-block.bg {
    padding: 90px 0;
  }
  #container.trans-header .page-block.full-header-block.bg {
    padding-top: 170px;
  }
  .big-headline {
    font-size: 3.75rem;
  }
  .form-box {
    padding: 60px;
  }
  ul.directory-list,
  .directions-top {
    gap: 25px;
  }
  * + .directions-bottom,
  * + .directions-top {
    margin-top: 25px;
  }
  .location-box {
    padding: 25px;
  }
  ul.location-grid.grid.grid5,
  .directions-top {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
  }
  ul.nav li.hide-mobile,
  .acc-grid:before,
  .acc-item:before {
    display: none;
  }
  /* .header-left,
  a.logo,
  a.logo svg
  { width: 175px;}

  header,
  .header-flex
  { height: 60px;} */
  #container {
    padding-top: 70px;
  }
  /* a.search-toggle { background: transparent;}

  a.search-toggle path { fill: $cream;}

  a.search-toggle:hover { background: $blue;}

  a.search-toggle:hover path { fill: $dk-grey;} */
  header,
  .header-flex,
  .header-left .header-right,
  a.logo,
  ul.header-right-top {
    height: 70px;
  }
  .header-flex {
    align-items: center;
  }
  .header-left {
    padding-bottom: 0;
    padding-top: 0;
  }
  .header-flex {
    padding-right: 50px;
  }
  ul.nav li.has-search {
    margin-left: 0;
  }
  a.nav-toggle {
    display: block;
  }
  a.logo svg {
    display: block;
  }
  a.logo svg.logo-icon {
    display: none;
  }
  .page-block + .page-block.post-header-actions {
    top: 30px;
  }
  header {
    padding: 0 30px;
  }
  a.logo {
    padding-bottom: 0;
  }
  header.trans:before {
    width: calc(100% - 60px);
    left: 30px;
  }
  a.logo svg {
    display: none;
  }
  a.logo svg.logo-icon {
    display: block;
  }
  .header-flex {
    padding-top: 0;
  }
  ul.header-right-top {
    padding-bottom: 0;
    gap: 20px;
    width: auto;
  }
  .header-right {
    padding-bottom: 0;
  }
  a.lng-toggle,
  a.search-toggle,
  a.lng-toggle:hover,
  a.search-toggle:hover {
    display: flex;
    align-items: center;
    gap: 7px;
    width: auto;
  }
  a.lng-toggle,
  a.lng-toggle:hover,
  .gtranslate_wrapper {
    width: 55px;
  }
  a.search-toggle svg {
    width: 12px;
    height: auto;
  }
  ul.mobile-nav ul.subnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 0;
    padding: 0 0 25px 0;
  }
  ul.mobile-nav ul.subnav a {
    padding: 0;
  }
  ul.mobile-nav * + ul.subnav {
    margin-top: 20px;
  }
  .mobile-subnav-wrap {
    display: none;
    padding-top: 5px;
  }
  ul.mobile-nav li + li {
    border-top: 1px solid rgba(233, 230, 223, 0.2);
  }
  a.mobile-link,
  ul.mobile-nav a.portal {
    padding: 19px 0 17px 0;
  }
  .footer-sub-top,
  .footer-sub-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .footer-right {
    padding-left: 0;
  }
  .footer-sub-left {
    display: block;
  }
  .footer-sub-right {
    width: 100%;
  }
  .footer-link-cols {
    gap: 40px;
  }
  ul.footer-links.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .new-team-top-left,
  .new-team-top-right {
    width: 100%;
    max-width: none;
  }
  ul.new-big-team-grid.grid.grid4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .results-card {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .acc-grid:before,
  .acc-item:before,
  .post-share,
  .most-read,
  ul.cat-toggle-list {
    display: none;
  }
  .page-block + .page-block {
    margin-top: 65px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 65px 0;
  }
  .small-block-pad,
  .page-block.bg.small-block-pad {
    padding: 45px 0;
  }
  .page-block:last-child {
    padding-bottom: 65px;
  }
  .page-block:first-child {
    padding-top: 65px;
  }
  .block-pad-top {
    padding-top: 65px;
  }
  .block-pad-bottom {
    padding-bottom: 65px;
  }
  .image-col-grid,
  .intro-grid,
  .stack-grid,
  .prac-grid,
  .cta-box-grid,
  .recent-cols,
  .prac-cols,
  .signup-grid,
  ul.cols.grid.grid4,
  .acc-grid,
  .footer-sub-top,
  .footer-sub-bottom,
  ul.grid-box.grid,
  .contact-grid,
  .team-top-grid,
  .blog-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 35px;
  }
  .stack-grid.swap {
    grid-auto-flow: row;
    direction: rtl;
  }
  ul.grid-box.grid {
    grid-auto-rows: auto;
  }
  .image-grid {
    max-width: 720px;
    margin: 0 auto;
    gap: 20px;
  }
  .logo-wrap,
  .logo-wrap img {
    max-width: 150px;
    max-height: 90px;
  }
  .cta-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cta-image .bg-image {
    position: static;
  }
  .right-button {
    text-align: left;
  }
  .form-box {
    padding: 50px 40px;
  }
  .footer-sub-bottom {
    gap: 30px;
    padding-top: 30px;
  }
  ul.footer-logos {
    justify-content: flex-start;
  }
  ul.recent-stack li + li,
  * + ul.cols,
  * + .logos-bottom,
  * + ul.grid-box,
  .full-header-block * + .text,
  * + .image-col-grid,
  .post-header-image {
    margin-top: 40px;
  }
  .cta-content,
  .cta-box,
  .size-large .cta-content {
    padding: 40px 25px;
  }
  .test-text {
    font-size: 1.625rem;
    line-height: 1.3em;
    font-weight: 600;
  }
  .headline1 {
    font-size: 2.625rem;
    line-height: 1.3em;
  }
  .headline2 {
    font-size: 2.25rem;
    line-height: 1.3em;
  }
  .headline3 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  .headline35 {
    font-size: 1.75rem;
    line-height: 1.35em;
  }
  .big-label {
    font-size: 1.125rem;
    line-height: 1.3em;
  }
  .post-title {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .vbig-label {
    font-size: 1.875rem;
    line-height: 1.3em;
  }
  .test-dots,
  .quote-wrap {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .quote-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .test-dots {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .test-slider-wrap:before,
  .test-slider-wrap:after {
    width: 70px;
    height: 48px;
    background-size: 100% auto;
  }
  .test-slider-wrap:before {
    left: -5px;
  }
  .test-slider-wrap:after {
    right: -5px;
  }
  .test-person.has-image {
    gap: 25px;
  }
  .quote-wrap:before,
  .quote-wrap:after {
    width: 120px;
    height: 82px;
    background-size: 100% auto;
  }
  .quote-wrap:before {
    left: -10px;
  }
  .quote-wrap:after {
    right: -10px;
  }
  ul.grid-box.grid,
  .stack-grid {
    gap: 30px;
  }
  .acc-wrap {
    padding-left: 0;
  }
  .acc-toggle {
    padding-left: 0;
  }
  .page-block.full-header-block.bg {
    padding: 80px 0;
  }
  #container.trans-header .page-block.full-header-block.bg {
    padding-top: 150px;
  }
  .big-headline {
    font-size: 3.125rem;
  }
  .grid-box-screen .headline3 {
    left: 0;
  }
  .grid-box-screen {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 40px 30px;
    background: rgba(16, 37, 49, 0.8);
  }
  .grid-box-bottom,
  .hover-text {
    text-align: left;
    opacity: 1;
  }
  .grid-box-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .grid-box-image img.full {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .grid-box-screen .headline3 {
    font-size: 1.25rem;
  }
  .grid-box-screen .headline3 svg {
    width: 18px;
    height: auto;
  }
  .stack-image + .stack-image {
    margin-top: 30px;
  }
  ul.cols.grid.grid4 {
    text-align: center;
  }
  #overlayForm input[type=text] {
    font-size: 1.25rem;
  }
  * + #overlayForm {
    margin-top: 50px;
  }
  .headline1 + .label {
    margin-top: 5px;
  }
  .team-award-cols.grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .expect-row,
  .expect-row:nth-child(even) {
    width: 100%;
    padding: 0;
  }
  .expect-wrap {
    padding-left: 60px;
  }
  .expect-wrap:before {
    left: 12px;
    transform: none;
  }
  .expect-box:before,
  .expect-row:first-child .expect-box:before,
  .expect-row:nth-child(even) .expect-box:before {
    top: 35px;
    transform: none;
    left: -58px;
    right: auto;
  }
  .expect-row + .expect-row {
    margin-top: 35px;
  }
  .expect-row:nth-child(even):last-child .expect-box:before,
  .expect-row:nth-child(odd):last-child .expect-box:before {
    transform: none;
    top: auto;
    bottom: 35px;
  }
  a.expect-toggle {
    padding: 25px;
  }
  .expect-box:after {
    width: calc(100% - 50px);
    left: 25px;
  }
  .expect-slide {
    padding-left: 25px;
    padding-right: 25px;
  }
  ul.big-team-grid {
    max-width: 650px;
    margin: 0 auto;
  }
  .post-actions {
    flex-wrap: wrap;
  }
  .post-footer-cta {
    padding-top: 40px;
  }
  #searchform {
    max-width: none;
    width: 100%;
  }
  .cat-toggle {
    position: relative;
    cursor: pointer;
  }
  .cat-toggle:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -1px;
    background: #5DB0D8;
  }
  .cat-toggle:after {
    content: "";
    width: 2px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    margin-top: -6px;
    background: #5DB0D8;
    transition: all 0.35s ease-in-out;
  }
  .cat-toggle.active:after {
    opacity: 0;
  }
  .footer-link-cols {
    gap: 35px;
  }
  .square-image-grid,
  .square-image-under {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  * + .stack-grid {
    margin-top: 35px;
  }
  * + ul.new-big-team-grid,
  * + .team-carousel,
  * + .results-carousel {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 850px) {
  .header-image {
    height: 209px;
    overflow: hidden;
  }
  .header-image img.full {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  ul.new-big-team-grid.grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .footer-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .footer-right {
    padding-left: 0;
  }
  .footer-sub-bottom {
    text-align: center;
  }
  /* ul.footer-logos,
  ul.social
  { justify-content: center;} */
  .footer-box {
    padding: 25px;
  }
  .form-box,
  .cta-box .cta-content,
  .size-large .cta-content {
    padding: 30px 25px;
  }
  .form-block .form-box {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .gfield--width-half {
    flex-basis: 100%;
  }
  .ginput_complex.ginput_container_address span:nth-child(3) {
    flex-basis: 100%;
  }
  .ginput_complex.ginput_container_address span:nth-child(4) {
    flex-basis: calc(50% - 10px);
  }
  .ginput_complex.ginput_container_address span:nth-child(5) {
    flex-basis: calc(50% - 10px);
  }
  .slide-post {
    width: 450px;
  }
  ul.small-team-grid > li {
    flex: 0 0 100%;
  }
  a.team-linkedin,
  a.team-linkedin svg {
    width: 20px;
    height: 20px;
  }
  .label + .headline1,
  .label + .headline2,
  * + .button {
    margin-top: 25px;
  }
  * + .text {
    margin-top: 20px;
  }
  .big-headline {
    font-size: 2.5rem;
  }
  .label {
    font-size: 0.875rem;
  }
  a.video-play svg {
    width: 70px;
    height: 70px;
  }
  .team-award-cols.grid.grid4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .footer-left {
    padding-right: 235px;
  }
  .footer-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    margin-top: 0;
  }
  .footer-left,
  .footer-right {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  ul.blog-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 45px;
  }
  .pagination {
    gap: 10px;
  }
  .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1rem;
  }
  .pagination a.next.page-numbers,
  .pagination a.prev.page-numbers {
    width: 20px;
  }
  .results-number {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .post-progress,
  .footer-map {
    display: none;
  }
  .gfield_radio .gchoice,
  .gfield_checkbox .gchoice,
  .gfield--type-consent {
    width: 100%;
    padding-right: 0;
  }
  .small-post-grid,
  ul.directory-list.grid.grid2,
  ul.big-team-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
  ul.directory-list.grid.grid2 {
    gap: 25px;
  }
  .small-post-content {
    min-height: auto;
  }
  .slide-post {
    width: 100%;
    padding-right: 0;
  }
  .recent-wide {
    width: 100%;
  }
  .test-text {
    font-size: 1.5rem;
  }
  .headline1 {
    font-size: 2.375rem;
    line-height: 1.3em;
  }
  .headline2 {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .page-block + .page-block {
    margin-top: 65px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 55px 0;
  }
  .page-block:last-child {
    padding-bottom: 55px;
  }
  .page-block:first-child {
    padding-top: 55px;
  }
  .block-pad-top {
    padding-top: 55px;
  }
  .block-pad-bottom {
    padding-bottom: 55px;
  }
  #contactMap {
    height: 200px;
  }
  ul.big-team-grid.grid.grid2 {
    gap: 40px;
  }
  .footer-left {
    text-align: center;
    padding-right: 0;
  }
  .footer-left a.footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  footer ul.social {
    justify-content: center;
  }
  .credit {
    padding-bottom: 40px;
  }
  ul.footer-links.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 30px;
  }
  .mobile-slide {
    display: none;
    margin-top: 0;
  }
  .footer-label {
    padding-right: 50px;
    position: relative;
    padding: 20px 0 18px 0;
  }
  .footer-link-col {
    border-bottom: 1px solid #5DB0D8;
  }
  .footer-link-col:first-child {
    border-top: 1px solid #5DB0D8;
  }
  .footer-link-cols {
    gap: 0;
    padding-bottom: 10px;
  }
  .footer-label:before {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 3px;
    z-index: 1;
    transform: translate(0, -50%);
    background: #5DB0D8;
  }
  .footer-label:after {
    content: "";
    width: 2px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 2;
    transform: translate(0, -50%);
    background: #5DB0D8;
    transition: all 0.35s ease-in-out;
  }
  .footer-label.active:after {
    opacity: 0;
  }
  ul.new-big-team-grid.grid.grid4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  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;
  }
}
