@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Remove default margin.
  */
body {
  margin: 0;
}

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
  background: transparent;
}

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
}

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

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

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * 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 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
  * Address Firefox 4+ 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 8+.
  * 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.
  */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
  * 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/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * 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 */
  /* 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 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
  * 1. Remove default vertical scrollbar in IE 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;
}

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

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

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

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

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

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

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

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

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

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

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

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

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes animateToastIn {
  0% {
    transform: translateX(118%);
  }
  70% {
    transform: translateX(-5%);
  }
  85% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
.search-item-list {
  max-width: 1140px !important;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  padding: 20px;
  gap: 20px;
}

article.search-item {
  width: 100%;
  min-height: 110px;
}
article.search-item .search-item-link {
  display: flex;
  gap: 40px;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
article.search-item .search-item-link .search-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
article.search-item .search-item-link .search-item-content .title {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 600;
}
article.search-item .search-item-link .search-item-content .post-type {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
article.search-item .search-item-link .search-item-image {
  max-width: 200px;
  width: 100%;
  position: relative;
}
article.search-item .search-item-link .search-item-image .search-image-wrap {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  padding-top: 51.5%;
  width: 100%;
  width: 100%;
}
article.search-item .search-item-link .search-item-image .search-image-wrap img,
article.search-item .search-item-link .search-item-image .search-image-wrap picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 768px) {
  article.search-item .search-item-link .search-item-image {
    display: none;
  }
}
/********** MIXINS **********/
.post-edit-link {
  font-size: 13px;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  top: 60px;
  left: 10px;
  padding: 5px 10px;
  z-index: 50;
  background: white;
}

p.blue-text,
span.blue-text {
  color: #2f3033;
}
p.blue-text a,
span.blue-text a {
  color: #2f3033;
}
p.black-text,
span.black-text {
  color: #2f3033;
}
p.black-text a,
span.black-text a {
  color: #2f3033;
}
p.white-text,
span.white-text {
  color: white !important;
}
p.white-text a,
span.white-text a {
  color: white !important;
}

.blue-button, aside.disclaimer .disclaimer-inner button, button.facetwp-load-more, .under-team-block a, .large-image-with-text-block .content-container .link, .flexible-content-blocks .button-row a, .flexible-content-blocks.btn-not-reversed .button-row a, .button-link-block a, .button-link {
  z-index: 10;
  position: relative;
  color: #2f3033;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  transition: 150ms ease-in all;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.blue-button:after, aside.disclaimer .disclaimer-inner button:after, button.facetwp-load-more:after, .under-team-block a:after, .large-image-with-text-block .content-container .link:after, .flexible-content-blocks .button-row a:after, .flexible-content-blocks.btn-not-reversed .button-row a:after, .button-link-block a:after, .button-link:after {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.4101 10.0064C24.4101 9.60671 24.2424 9.21986 23.9458 8.93617L15.4739 0.464217C15.1386 0.141844 14.7905 0 14.4294 0C13.6041 0 13.011 0.580271 13.011 1.36686C13.011 1.7795 13.1786 2.12766 13.4365 2.38556L16.3378 5.3256L20.0774 8.74275L17.0858 8.56222H1.45712C0.593166 8.56222 0 9.15538 0 10.0064C0 10.8446 0.593166 11.4378 1.45712 11.4378H17.0858L20.0774 11.2573L16.3378 14.6744L13.4365 17.6144C13.1786 17.8723 13.011 18.2205 13.011 18.6331C13.011 19.4197 13.6041 20 14.4294 20C14.7905 20 15.1386 19.8582 15.4481 19.5616L23.9458 11.0638C24.2424 10.7801 24.4101 10.3933 24.4101 10.0064Z" fill="%232F3033"/></svg>');
  background-size: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  transition: 150ms ease-in all;
}
.blue-button:hover, aside.disclaimer .disclaimer-inner button:hover, button.facetwp-load-more:hover, .under-team-block a:hover, .large-image-with-text-block .content-container .link:hover, .flexible-content-blocks .button-row a:hover, .button-link-block a:hover, .button-link:hover {
  text-decoration: none;
  transition: 150ms ease-in all;
}
.blue-button:hover:after, aside.disclaimer .disclaimer-inner button:hover:after, button.facetwp-load-more:hover:after, .under-team-block a:hover:after, .large-image-with-text-block .content-container .link:hover:after, .flexible-content-blocks .button-row a:hover:after, .button-link-block a:hover:after, .button-link:hover:after {
  transition: 150ms ease-in all;
  transform: translateX(5px);
}

.content-row .image-circle picture,
.content-row .image-circle img,
.content-row .image-circle source {
  border-radius: 50%;
}
.content-row.no-padding-top {
  padding-top: 0 !important;
}
.content-row.no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-row .no-padding-top {
  padding-top: 0 !important;
}
.content-row .no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-row.no-padding {
  padding: 0 !important;
}
.content-row .no-padding {
  padding: 0 !important;
}

.bg-creme,
.creme,
.creme-bg {
  background: #f4f3f6 !important;
}

.grey,
.bg-grey,
.grey-bg {
  background: #f4f3f6;
}

.alignnone {
  max-width: 100%;
  height: auto;
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

* {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.2px;
}

img,
picture {
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

body {
  background: white;
  color: #2f3033;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
body.overflow header {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.wrapper {
  max-width: initial !important;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

#primary {
  min-height: 70vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #2f3033;
}

h1 {
  margin: 0 0 10px 0;
}

h2 {
  font-size: 44px;
  margin-bottom: 41px;
  font-weight: 400;
}

h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

body.home #homepage-headings h2 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 650px) {
  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
}
p,
li {
  color: #2f3033;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

b,
strong {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}

em {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

sup,
sub {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a {
  text-decoration: underline;
  transition: 150ms ease-in all;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
a:hover {
  text-decoration: none;
  transition: 150ms ease-in all;
}

iframe {
  border: 0;
}

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

span {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.vid-wrapper .embed-container {
  display: none;
}

.play-btn {
  position: absolute;
  z-index: 666;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
}
.play-btn svg {
  width: 300px;
  height: 300px;
}

.play-btn:hover {
  cursor: pointer;
}

.play-btn:focus {
  outline: 0;
}

.parallax-background,
.parallax-background-home {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  height: 650px;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  transition: all 350ms cubic-bezier(0.17, 0.67, 1, 0.74);
}
.parallax-background.article-image,
.parallax-background-home.article-image {
  height: 350px;
}
.parallax-background.larger,
.parallax-background-home.larger {
  height: 740px;
}

.parallax-background-home {
  background-position: 58% 0;
}

.main-body {
  max-width: none;
  margin: auto;
}

.vid-wrapper {
  position: relative;
}
.vid-wrapper img {
  height: auto;
}

body:not(.home) .main-body {
  position: relative;
  max-width: none;
}
body:not(.home) .above-subnav-container {
  padding-top: 126px;
}
body:not(.home) .above-subnav-container .above-subnav h2 {
  padding-top: 32px;
  padding: 32px 20px 30px 20px;
  max-width: 940px;
  font-size: 44px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 100px;
}
body:not(.home) .above-subnav-container .above-subnav h2 b,
body:not(.home) .above-subnav-container .above-subnav h2 strong {
  font-weight: 600;
}
body:not(.home) .desktop-hero {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
body:not(.home) #subnav-under-content {
  position: relative;
  z-index: 1;
}
body:not(.home) #subnav-under-content > div.subnaved {
  scroll-margin-top: 120px;
}
body:not(.home) #subnav-under-content .body-copy-block.blue-dots li {
  font-weight: normal;
  color: #1b75e0;
}
body:not(.home) #subnav-under-content .body-copy-block.blue-dots li span {
  color: #2f3033;
}
body:not(.home) #subnav-under-content .body-copy-block ul,
body:not(.home) #subnav-under-content .body-copy-block ol {
  padding-left: 20px;
}
body:not(.home) #subnav-under-content .body-copy-block ul li,
body:not(.home) #subnav-under-content .body-copy-block ol li {
  font-size: 18px;
  font-weight: normal;
}
body:not(.home) #subnav-under-content .body-copy-block ul li a,
body:not(.home) #subnav-under-content .body-copy-block ol li a {
  word-break: break-all;
}
body:not(.home) #subnav-under-content .body-copy-block.creme, body:not(.home) #subnav-under-content .body-copy-block.bg-creme {
  background: #f4f3f6;
}
body:not(.home) #subnav-under-content.sticky {
  display: block;
  margin-top: 127px;
}
body:not(.home) .main-subnav {
  margin: 0 auto 25px auto;
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #f3f0e9;
}
body:not(.home) .main-subnav.sticky {
  z-index: 15;
  animation-name: subnav-in;
  animation-duration: 0.5s;
  background: #f4f3f6;
  position: fixed;
  top: 80px;
  padding-top: 15px;
  left: 0;
  right: 0;
}
body:not(.home) .main-subnav ul {
  text-align: center;
  list-style: none;
  width: 100vw;
  margin: auto;
}
body:not(.home) .main-subnav ul li {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  color: #2f3033;
  margin: 0 28px;
  position: relative;
  padding: 4px 0;
}
body:not(.home) .main-subnav ul li:hover ul.sub-menu {
  display: inherit;
}
body:not(.home) .main-subnav ul li ul.sub-menu {
  position: absolute;
  width: 300px;
  top: 29px;
  background: #f4f3f6;
  left: 0;
  display: none;
  position: absolute;
  padding: 25px 5px 10px 5px;
  z-index: 5;
  text-align: left;
}
body:not(.home) .main-subnav ul li ul.sub-menu li {
  margin: 0;
}
body:not(.home) .main-subnav ul li ul.sub-menu li a {
  transition: 250ms ease-in all;
}
body:not(.home) .main-subnav ul li ul.sub-menu li a[aria-current=page]:before,
body:not(.home) .main-subnav ul li ul.sub-menu li a .current-page-ancestor:before,
body:not(.home) .main-subnav ul li ul.sub-menu li a .current-page-parent:before {
  display: none;
}
body:not(.home) .main-subnav ul li ul.sub-menu li a:hover {
  color: #1b75e0;
  transition: 250ms ease-in all;
}
body:not(.home) .main-subnav ul li ul.sub-menu li a:hover:before {
  display: none;
}
body:not(.home) .main-subnav ul li ul.sub-menu li a:hover:after {
  width: 0;
  display: none;
}
body:not(.home) .main-subnav ul li a {
  padding: 0 0 10px 0;
  position: relative;
  margin: 0 5px;
}
body:not(.home) .main-subnav ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1b75e0;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
body:not(.home) .main-subnav ul li a:hover:before, body:not(.home) .main-subnav ul li a.active:before, body:not(.home) .main-subnav ul li a[aria-current=page]:before,
body:not(.home) .main-subnav ul li a .current-page-ancestor:before,
body:not(.home) .main-subnav ul li a .current-page-parent:before {
  transform: translate(-50%, 0) scaleX(1);
}

.pagination {
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
}
.pagination span,
.pagination a {
  margin: 0 5px;
  color: #2f3033;
  text-decoration: underline;
}
.pagination span:hover,
.pagination a:hover {
  text-decoration: none;
}

.password-protected-form {
  text-align: center;
  padding: 100px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.password-protected-form p:first-of-type {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #2f3033;
}
.password-protected-form p:last-of-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.password-protected-form input[type=password] {
  height: 28px;
}
.password-protected-form input[type=submit] {
  text-indent: initial;
  display: inline-block;
  position: relative;
  height: auto;
  width: auto;
  float: none;
  border: 1px solid black;
  padding: 2px 13px;
}

.reference a {
  word-break: break-all;
  text-decoration: underline;
}
.reference a:hover {
  text-decoration: none;
}
.reference ol {
  padding-left: 20px;
}
.reference p,
.reference li {
  font-size: 14px;
}

.hero-background {
  position: relative;
  width: 100%;
  height: 650px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.hero-background picture,
.hero-background img,
.hero-background source {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 75% 0px;
  object-position: 75% 0px;
  transform: scale(1.05);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

body.home .hero-background {
  height: 740px;
}

.hero-container {
  margin: 0 auto;
  position: relative;
  max-width: 1500px;
}
.hero-container .hero-content {
  position: absolute;
  left: 4.8% !important;
  vertical-align: middle;
  max-width: 45%;
  bottom: 75px;
  z-index: 5;
}
.hero-container .hero-content h1 {
  font-weight: 400;
  color: white;
  font-size: 65px !important;
  background: transparent;
}
.hero-container .hero-content h1 b,
.hero-container .hero-content h1 strong {
  font-weight: 600;
}

@media only screen and (max-width: 647px) {
  body.home .hero-container .hero-background {
    height: 450px;
  }

  .hero-container .hero-content {
    max-width: 45%;
  }

  .hero-container .hero-background {
    height: 325px;
  }

  .hero-container .hero-content h1,
.hero-container .hero-content-bg h1 {
    font-size: 25px !important;
    padding-right: 20%;
  }
}
@media only screen and (max-width: 416px) {
  .hero-container .hero-content {
    top: initial;
    bottom: 20px;
    max-width: 48%;
  }
  .hero-container .hero-content h1 {
    padding-right: 20px;
  }

  body:not(.home) .hero-container .hero-content h1 {
    font-size: 34px !important;
    padding-right: 8%;
  }
  body:not(.home) .hero-container .hero-content .hero-header {
    font-weight: 400 !important;
  }
}
@media only screen and (max-width: 407px) {
  body.page-id-560 .hero-container .hero-content h1,
body.page-id-558 .hero-container .hero-content h1 {
    font-size: 29px !important;
  }
}
@media only screen and (max-width: 1330px) {
  body.home .hero-container .hero-content h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 855px) {
  body.home .hero-container .hero-content {
    max-width: 62%;
  }
}
@media only screen and (max-width: 385px) {
  body.home .hero-container .hero-content {
    max-width: 62%;
  }
  body.home .hero-container .hero-content h1 {
    font-size: 18px !important;
  }
}
.background-image-block {
  background-position: top right;
  position: relative;
  background-size: auto;
  background-repeat: no-repeat;
}
.background-image-block.left {
  background-position: top left;
}

body.home .main-body > .background-image-block {
  padding-top: 80px;
}

.accordion-block {
  max-width: 1500px;
  margin: 0 auto !important;
  font-family: inherit;
}
.accordion-block ul {
  list-style: initial;
  list-style-position: outside !important;
  padding-left: 20px;
}
.accordion-block ol {
  list-style: auto;
  list-style-position: outside !important;
  padding-left: 20px;
}
.accordion-block a {
  text-decoration: underline;
}
.accordion-block a:hover {
  text-decoration: none;
}
.accordion-block.more-bottom-padding {
  padding-bottom: 50px;
}
.accordion-block .title-container {
  max-width: 756px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}
.accordion-block .title-container p {
  color: #2f3033;
}
.accordion-block .title-container p.title {
  font-size: 26px;
  margin: 10px 0;
  font-weight: bold;
}
.accordion-block .title-container p.subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.accordion-block span {
  margin-left: auto;
}
.accordion-block span svg {
  transform-origin: center;
  transition: 150ms linear transform;
}
.accordion-block ul.accordion {
  list-style: none;
  padding: 0;
  max-width: 1140px;
  margin: auto;
}
.accordion-block .titles {
  width: calc(100% - 100px);
  text-align: left;
}
.accordion-block ul .inner {
  overflow: hidden;
  display: none;
  padding: 20px 20px 0 120px;
  max-width: 1300px;
}
.accordion-block ul li.accordion-item {
  margin: 0.5em 0;
}

.accordion-block .toggle {
  width: 100%;
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.accordion-block .toggle.show span svg {
  transform: rotate(-180deg);
  transition: 150ms linear transform;
}
.accordion-block .toggle:focus {
  outline: 0;
}
.accordion-block .toggle h3,
.accordion-block .toggle h4,
.accordion-block .toggle h5 {
  margin: 0;
}
.accordion-block .toggle .image {
  margin-right: 44px;
}
.accordion-block .toggle .image img {
  max-width: initial;
}

.accordion-item.no-image {
  background-color: #f4f3f6;
  border-radius: 14px;
}
.accordion-item.no-image h4 {
  transition: 350ms linear all;
}
.accordion-item.no-image .toggle {
  padding: 15px 5px;
  padding-right: 30px;
}
.accordion-item.no-image .toggle:hover span svg {
  transform: rotate(-90deg);
}
.accordion-item.no-image .titles {
  padding: 15px 30px 10px 30px;
  margin-bottom: 0;
}
.accordion-item.no-image .inner {
  padding: 15px 30px;
  padding-right: 5%;
}

@media only screen and (max-width: 575px) {
  .accordion-block ul .inner {
    padding: 0 20px 0 20px;
  }
  .accordion-block .toggle {
    flex-direction: column;
    padding-right: 5px;
  }
  .accordion-block .toggle .image {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .accordion-block .titles {
    width: 100%;
    text-align: center;
  }
  .accordion-block span {
    margin-right: auto;
  }

  .accordion-item.no-image .toggle {
    padding-right: 5px;
  }
  .accordion-item.no-image .inner {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.body-copy-block ul.stats-list {
  list-style: none;
  text-align: center;
  max-width: 750px;
  margin: 40px auto 0 auto;
}
.body-copy-block ul.stats-list li {
  margin-bottom: 40px;
  text-align: center;
}
.body-copy-block ul.stats-list li:last-of-type {
  margin-bottom: 0;
}
.body-copy-block ul.stats-list li b,
.body-copy-block ul.stats-list li strong {
  font-size: 25px;
  font-weight: bold;
  color: #1b75e0;
}
.body-copy-block ul.stats-list li b a,
.body-copy-block ul.stats-list li strong a {
  font-size: 25px;
  font-weight: bold;
  color: #1b75e0;
}
.body-copy-block.underlay {
  padding-top: 300px !important;
  margin-top: -300px !important;
  padding-bottom: 200px;
}
.body-copy-block.contained .body-copy-inner * {
  max-width: 740px;
}
.body-copy-block.align-center {
  display: flex;
  justify-content: center;
}
.body-copy-block picture,
.body-copy-block img,
.body-copy-block source {
  width: auto;
  max-width: 100%;
  border-radius: 14px;
}

@media only screen and (max-width: 650px) {
  .body-copy-block.contained .body-copy-inner * {
    padding-right: 0;
  }
}
.button-link-block {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.button-link-block.without-margin {
  margin: 0 auto;
}
.button-link-block.margin-bottom-none {
  margin-bottom: 0;
}
.button-link-block.left-aligned {
  text-align: left;
}
.button-link-block.right-aligned {
  text-align: right;
}
.button-link-block.center-aligned {
  text-align: center;
}
.report-row.charter .charter-inner {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px;
}
.report-row.charter .charter-boxes {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.report-row.charter button.charter-box {
  border: 0;
  background: 0 0;
  border-radius: 0;
  outline: 0;
}
.report-row.charter button.charter-box picture,
.report-row.charter button.charter-box img {
  max-width: 300px;
  height: auto;
  width: 100%;
}
.report-row.charter button.close-charter-btn {
  border: 0;
  background: 0 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}
.report-row.charter .charter-modal {
  margin-bottom: 30px;
  border: 2px solid #5fbe84;
  border-radius: 35px;
  padding: 30px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: 150ms linear all;
  margin: 30px;
}
.report-row.charter .charter-modal.open {
  opacity: 1;
  pointer-events: auto;
  transition: 150ms linear all;
}
.report-row.charter .charter-modal.blue {
  border-color: #1b75e0;
}
.report-row.charter .charter-modal.blue .charter-title {
  color: #1b75e0;
}
.report-row.charter .charter-modal.blue .charter-modal-content li {
  border-color: #1b75e0;
}
.report-row.charter .charter-modal.blue .charter-modal-content li:before {
  color: #1b75e0;
}
.report-row.charter .charter-modal-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.report-row.charter .charter-modal-titles .charter-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #5fbe84;
  margin: 0;
}
.report-row.charter .charter-modal-content ul {
  padding-left: 15px;
  list-style: none;
}
.report-row.charter .charter-modal-content ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5fbe84;
  margin-right: 15px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}
.report-row.charter .charter-modal-content ul li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.report-row.charter .charter-modal-content ul li:before {
  content: "•";
  color: #5fbe84;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.report-row.charter .close-charter-btn {
  margin-left: auto;
  align-self: flex-end;
  display: flex;
}

body.charter-modal-open .charter-boxes {
  opacity: 0.5;
  transition: 150ms linear opacity;
}

.main-card .report-row {
  padding: 0 85px 24px 85px;
  max-width: 970px;
  margin: auto;
}
.main-card li,
.main-card p {
  font-weight: 400;
}

@media only screen and (max-width: 1000px) {
  .main-card .report-row {
    padding: 0 35px 24px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .main-card .report-row {
    padding: 0 40px 24px 40px;
  }

  .report-row.charter .charter-boxes {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }

  .report-row.charter .charter-modal {
    margin: 30px 0px;
  }
  .report-row.charter .charter-modal[data-idx="1"] {
    top: 0;
  }
  .report-row.charter .charter-modal[data-idx="2"] {
    top: 23.6%;
  }
  .report-row.charter .charter-modal[data-idx="3"] {
    top: 47.2%;
  }
  .report-row.charter .charter-modal[data-idx="4"] {
    top: 70.5%;
  }
}
@media only screen and (max-width: 400px) {
  .main-card .report-row {
    padding: 0 15px 24px 15px;
  }
}
#primary .main-body #subnav-under-content .counting-graphic-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  padding: 0 40px 60px 40px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 25px;
}
#primary .main-body #subnav-under-content .counting-graphic-content .title-container {
  padding-bottom: 40px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#primary .main-body #subnav-under-content .counting-graphic-content .title-container * {
  text-align: center;
}
#primary .main-body #subnav-under-content .counting-graphic-content .title-container h2 {
  margin-bottom: 20px;
}
#primary .main-body #subnav-under-content .counting-graphic-content .title-container h3 {
  font-weight: bold;
  color: #2f3033;
}
#primary .main-body #subnav-under-content .counting-graphic-content .button-container .blue-button, #primary .main-body #subnav-under-content .counting-graphic-content .button-container aside.disclaimer .disclaimer-inner button, aside.disclaimer .disclaimer-inner #primary .main-body #subnav-under-content .counting-graphic-content .button-container button, #primary .main-body #subnav-under-content .counting-graphic-content .button-container button.facetwp-load-more, #primary .main-body #subnav-under-content .counting-graphic-content .button-container .under-team-block a, .under-team-block #primary .main-body #subnav-under-content .counting-graphic-content .button-container a, #primary .main-body #subnav-under-content .counting-graphic-content .button-container .large-image-with-text-block .content-container .link, .large-image-with-text-block .content-container #primary .main-body #subnav-under-content .counting-graphic-content .button-container .link, #primary .main-body #subnav-under-content .counting-graphic-content .button-container .flexible-content-blocks .button-row a, .flexible-content-blocks .button-row #primary .main-body #subnav-under-content .counting-graphic-content .button-container a, #primary .main-body #subnav-under-content .counting-graphic-content .button-container .button-link, #primary .main-body #subnav-under-content .counting-graphic-content .button-container .button-link-block a, .button-link-block #primary .main-body #subnav-under-content .counting-graphic-content .button-container a {
  margin-top: 0;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 50px;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container.three-per-row .number-container-row {
  flex: 0 0 33%;
  max-width: 33%;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container.three-per-row .number-container-row .number-container-inner {
  max-width: 300px;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row {
  flex: 0 0 25%;
  max-width: 265px;
  padding: 20px 20px 5px 20px;
  position: relative;
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .number-container-inner {
  margin: 0 auto 0 0;
  position: relative;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .number-container-inner .number-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 110px;
  font-weight: 700;
  line-height: 1 !important;
  font-family: inherit;
  margin: 0;
  height: 100%;
  width: 100%;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .number-container-inner .number-container .number {
  line-height: 1;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .number-container-inner .number-container.large-number .number {
  font-size: 45px;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .sub-text {
  font-weight: 600;
  padding: 25px 0;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .sub-text p {
  margin: 0 auto 25px auto;
  max-width: 240px;
}

#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image {
  flex: 1 1 25%;
  max-width: 265px;
  padding: 25px 15px 15px 15px;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image .sub-text {
  padding: 0 0 0 0;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image .number-container-inner {
  height: auto;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image p {
  margin-bottom: 0;
}
#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image .number-container {
  position: relative;
  top: initial;
  left: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 90px;
  padding-bottom: 10px;
  width: 100%;
  line-height: 1.3 !important;
}

#primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image:last-of-type {
  border-right: 0 !important;
}

@media screen and (max-width: 1024px) {
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row {
    flex: 0 0 46% !important;
    max-width: 46% !important;
  }
}
@media screen and (max-width: 768px) {
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row {
    flex: 0 0 100% !important;
    max-width: 400px !important;
  }
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row.no-image {
    border-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container {
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .number-container-inner {
    max-width: 180px;
  }
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .number-container-inner .number {
    font-size: 40px;
  }
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row .sub-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  #primary .main-body #subnav-under-content .counting-graphic-content .numbers-container .number-container-row {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.double-video-block {
  max-width: 1195px;
  margin: 0 auto;
  text-align: center;
}
.double-video-block .video-block {
  width: calc(50% - 40px);
  display: inline-block;
  margin: 0 10px;
}
.double-video-block .caption.long-caption {
  max-width: calc(100% - 40px);
}

@media only screen and (max-width: 850px) {
  .double-video-block .video-block {
    width: 100%;
    margin: 0;
  }
}
.content-row.downloads ul.download-rows {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin: auto;
  padding: 0 20px 0 20px;
  list-style: none;
}
.content-row.downloads .download-row {
  width: 100%;
  margin: 0;
}
.content-row.downloads .download-row .download-row-inner {
  border-bottom: 2px solid #f4f3f6;
  gap: 30px;
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.content-row.downloads .download-row .name {
  width: 100%;
}
.content-row.downloads .download-row .name p {
  margin-bottom: 0;
  font-weight: 500;
}
.content-row.downloads .download-row .icon {
  width: 50px;
  height: 43px;
}
.content-row.downloads .download-row .icon svg,
.content-row.downloads .download-row .icon img {
  width: 50px;
  height: 43px;
}
.content-row.downloads .download-row .download {
  width: 150px;
  padding: 0 0 0 20px;
  text-align: right;
}
.content-row.downloads .download-row .download a {
  text-decoration: underline;
}
.content-row.downloads .download-row .download a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 475px) {
  .content-row.downloads .download-row .download-row-inner {
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .content-row.downloads .download-row .download-row-inner .name {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .content-row.downloads .download-row .download-row-inner .icon {
    order: 2;
    flex: none;
    width: 50px;
    height: auto;
  }
  .content-row.downloads .download-row .download-row-inner .download {
    order: 3;
    flex: none;
    width: 92px;
    height: auto;
    padding: 0;
  }
}
.featured-posts-container,
.sixty-with-block {
  display: block;
}

.related-articles {
  padding-top: 50px;
  padding-bottom: 50px;
}

.related-articles-title {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}

.posts-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  display: flex;
  gap: 40px;
}

.featured-post {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  will-change: transform;
  border-radius: 14px;
  overflow: hidden;
  flex-basis: calc(33.3333333333% - 30px);
  text-decoration: none;
  height: auto;
}
.featured-post .featured-post-img {
  position: relative;
  overflow: hidden;
  padding-top: 51.5%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  transition: 150ms linear all;
}
.featured-post .featured-post-img img,
.featured-post .featured-post-img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.featured-post .featured-post-img picture,
.featured-post .featured-post-img img,
.featured-post .featured-post-img source {
  transition: 150ms linear all;
  will-change: transform;
}
.featured-post .post-info {
  background-color: #f4f3f6;
  padding: 20px 20px 10px 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.featured-post .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.featured-post .featured-title {
  color: #2f3033;
  font-size: 20px;
  font-weight: 600;
}
.featured-post .date {
  font-weight: 600;
  font-size: 16px;
}
.featured-post .view-article {
  font-weight: 600;
  font-size: 16px;
  margin-top: auto;
  padding-top: 20px;
  transition: 150ms linear all;
}
.featured-post a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.featured-post a:hover .featured-post-img picture,
.featured-post a:hover .featured-post-img source,
.featured-post a:hover .featured-post-img img {
  transform: scale(1.05);
  transition: 150ms linear all;
}
.featured-post a:hover .view-article {
  color: #1b75e0;
  transition: 150ms linear all;
}

body.home .posts-container .featured-post .post-info {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.posts-container.owl-carousel .owl-dots {
  margin-top: 0;
}
.posts-container.owl-carousel .owl-dots .owl-dot.active span {
  background: #1b75e0 !important;
}
.posts-container.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f4f3f6 !important;
}

@media only screen and (max-width: 871px) {
  .posts-container .featured-post {
    margin: 0 auto !important;
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 740px) {
  .sixty-with-block .posts-container {
    flex-direction: column;
  }
  .sixty-with-block .posts-container .featured-post {
    max-width: 100%;
    margin: 0 auto !important;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .posts-container .featured-post {
    flex-basis: 100%;
  }
}
.flexible-content-blocks {
  width: 100%;
}
.flexible-content-blocks.divided .text-row hr {
  margin: 30px auto 40px auto !important;
}
.flexible-content-blocks.left-align-all * {
  text-align: left;
}
.flexible-content-blocks.left-align-all h2 {
  padding: 0;
}
.flexible-content-blocks.btn-not-reversed .button-row a {
  color: white !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.flexible-content-blocks.btn-not-reversed .button-row a:hover {
  color: #1b75e0 !important;
}
.flexible-content-blocks.contained-more .flexible-inner {
  max-width: 859px;
  margin: auto;
}
.flexible-content-blocks.bg-grey {
  background: #e9e9e9;
}
.flexible-content-blocks .flexible-inner {
  padding: 40px 0 0 0;
}
.flexible-content-blocks .row {
  display: block;
  width: 100%;
}
.flexible-content-blocks .text-row {
  max-width: 1140px;
  margin: 0 auto 40px auto;
}
.flexible-content-blocks .image-columns {
  max-width: 1180px;
  margin: auto;
  display: flex;
  list-style: none;
  flex-direction: row;
}
.flexible-content-blocks .image-columns li.image-col {
  padding: 5px 18px;
  border-right: 2px solid #1b75e0;
  flex: 1;
}
.flexible-content-blocks .image-columns li.image-col:last-child {
  margin-right: 2px;
  border: none !important;
}
.flexible-content-blocks .image-columns li.image-col .text {
  font-size: 18px;
}
.flexible-content-blocks .image-columns li.image-col .text strong {
  font-size: 38px;
  color: #1b75e0;
}
.flexible-content-blocks .image-columns li.image-col img {
  width: 55px;
  float: right;
}
.flexible-content-blocks .button-row {
  text-align: center;
  margin: 0 20px !important;
}
.flexible-content-blocks .button-row a {
  border-radius: 50px;
  max-width: 1180px;
  margin: 40px auto 20px auto;
  font-size: 24px;
  padding: 10px 70px;
  text-align: center;
}
.flexible-content-blocks .logo-rows {
  max-width: 1140px;
  margin: auto;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.flexible-content-blocks .logo-rows .logo-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 10px auto 30px auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #5b676d;
}
.flexible-content-blocks .logo-rows .logo-row:first-of-type {
  margin-top: 0;
}
.flexible-content-blocks .logo-rows .logo-row:last-of-type {
  border-bottom: none;
}
.flexible-content-blocks .logo-rows .logo-row .img-container {
  flex: 1;
  padding: 0 20px;
  text-align: center;
}
.flexible-content-blocks .logo-rows .logo-row .img-container img {
  margin: auto;
  max-width: 290px;
  height: auto;
}
.flexible-content-blocks .logo-rows .logo-row span {
  flex: 2;
}
.flexible-content-blocks.no-border .logo-rows .logo-row {
  border: 0;
}
.flexible-content-blocks.small-logos .logo-rows .logo-row {
  width: 100%;
  align-items: center;
}
.flexible-content-blocks.small-logos .logo-rows .logo-row span {
  flex: 3;
}
.flexible-content-blocks.small-logos .logo-rows .logo-row .img-container img {
  max-width: 150px;
}

#training-block .button-row a {
  pointer-events: none;
}

@media only screen and (max-width: 1230px) {
  .flexible-content-blocks .row .text-row,
.flexible-content-blocks .row .button-row {
    margin: 0 20px !important;
  }
}
@media only screen and (max-width: 996px) {
  .flexible-content-blocks .logo-rows {
    padding: 0 20px;
  }
  .flexible-content-blocks .logo-rows img {
    max-width: 250px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 932px) {
  .flexible-content-blocks.small-logos .logo-rows .logo-row span h3 {
    text-align: center;
  }

  .logo-row {
    display: inline-block !important;
    text-align: center;
  }
  .logo-row .img-container,
.logo-row .text {
    margin: 0 auto 15px auto;
    display: block;
  }
}
@media only screen and (max-width: 921px) {
  .flexible-content-blocks .row .button-row {
    margin: 0 20px;
  }
  .flexible-content-blocks .row .image-columns {
    flex-wrap: wrap;
  }
  .flexible-content-blocks .row .image-columns .image-col {
    flex: 0 0 49%;
    margin-bottom: 20px;
  }
  .flexible-content-blocks .row .image-columns .image-col:nth-child(even) {
    border: none;
  }
}
@media only screen and (max-width: 611px) {
  .flexible-content-blocks .image-columns {
    display: inline-block;
  }
  .flexible-content-blocks .image-columns .image-col {
    border: 0 !important;
  }
  .flexible-content-blocks .button-row a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 510px) {
  #training-block .button-row a {
    padding: 20px 30px;
    margin: 10px 0 30px 0;
  }
}
@media only screen and (max-width: 416px) {
  .flexible-content-blocks {
    margin-top: 50px;
  }
}
.growing-carousel-block {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.growing-carousel-block.no-line {
  padding-top: 0 !important;
}
.growing-carousel-block.no-line .title-container {
  padding-top: 50px !important;
}
.growing-carousel-block.no-line .line {
  display: none;
}
.growing-carousel-block.lift-up .growing-carousel {
  margin-top: -120px;
}
.growing-carousel-block .owl-stage-outer {
  overflow-y: visible;
}
.growing-carousel-block .owl-stage,
.growing-carousel-block .not-a-carousel {
  padding: 40px 0;
  display: flex;
}
.growing-carousel-block .owl-item,
.growing-carousel-block .fake-owl-item,
.growing-carousel-block .growing-block {
  min-height: 350px;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 200ms linear;
  transform-origin: center;
  flex: 1;
  pointer-events: none;
}
.growing-carousel-block .owl-item.active,
.growing-carousel-block .fake-owl-item.active,
.growing-carousel-block .growing-block.active {
  pointer-events: auto;
}
.growing-carousel-block .title-container {
  margin: auto;
  text-align: left;
  padding: 0 20px;
  padding-top: 70px;
}
.growing-carousel-block .title-container * {
  max-width: 1020px;
  padding-right: 120px;
}
.growing-carousel-block .title-container p {
  color: #2f3033;
}
.growing-carousel-block .title-container p.title {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.growing-carousel-block .title-container p.subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}
.growing-carousel-block.less-top-padding {
  padding-top: 50px !important;
}
.growing-carousel-block.more-bottom-padding {
  padding-bottom: 50px !important;
}
.growing-carousel-block .owl-carousel .owl-nav {
  top: -50px;
  right: 20px;
}

.growing-carousel {
  padding: 40px 20px 30px 20px;
  list-style-type: none;
}
.growing-carousel.has-content {
  padding-top: 0;
}

.growing-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
.growing-block p {
  color: #fff;
}
.growing-block .read-more {
  margin-bottom: 0;
}
.growing-block .title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.growing-block .desc {
  font-size: 18px;
  transition: opacity 200ms linear;
}
.growing-block a {
  border-radius: 14px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  text-decoration: none;
  position: relative;
  width: 100%;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: auto;
}
.growing-block a .background-container {
  background-color: rgba(47, 48, 51, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 150ms linear all;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 20px 15px 20px;
}
.growing-block a.has-desc .desc-container {
  overflow: hidden;
  padding-bottom: 30px;
  transition: 250ms linear all;
}
.growing-block a.has-desc .background-container {
  height: 42%;
  transition: 250ms linear all;
}
.growing-block a.has-desc .move-me {
  height: 100%;
  transition: 250ms linear all;
  overflow: hidden;
}
.growing-block a.has-desc .desc {
  opacity: 0;
}
.growing-block a.has-desc:hover .move-me {
  height: 100%;
  transition: 250ms linear all;
  overflow: hidden;
}
.growing-block a.has-desc:hover .desc-container {
  height: 100%;
  transition: 250ms linear all;
}
.growing-block a.has-desc:hover .desc {
  opacity: 1;
  transition: 150ms 150ms linear all;
}
.growing-block a.has-desc:hover .background-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 100%;
  transition: 250ms linear all;
}
.growing-block a.no-desc .background-container {
  height: 100%;
  padding-top: 25%;
  transition: 150ms linear all;
}
.growing-block a.no-desc:hover .background-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.growing-block .button-container {
  padding: 0 20px;
}

.growing-carousel .owl-item:hover,
.growing-carousel .fake-owl-item:hover {
  transition: transform 200ms linear;
}
.growing-carousel .owl-item:hover button,
.growing-carousel .fake-owl-item:hover button {
  background-color: #fff;
  color: #2f3033;
  transform: 200ms linear background-color, 200ms linear color;
}

.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
  padding: 20px 20px 50px 20px;
}
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel::after, .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel::before {
  display: none;
}
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .fake-owl-item {
  width: 100%;
  flex: 0 0 calc(50% - 15px);
  position: relative;
}
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .owl-item li.growing-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .fake-owl-item li.growing-item {
  width: 100%;
  position: relative;
}
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .fake-owl-item {
  width: 100%;
  flex: 0 0 calc(50% - 15px);
}
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .fake-owl-item {
  width: 100%;
  flex: 0 0 calc(33.3333333333% - 15px);
}

@media only screen and (device-width: 768px) {
  .growing-carousel .fake-owl-item.active:hover,
.growing-carousel .owl-item.active:hover {
    transition: transform 200ms linear;
    box-shadow: -2px 14px 35px -17px rgba(0, 0, 0, 0.4);
  }
  .growing-carousel .fake-owl-item.active:hover button,
.growing-carousel .owl-item.active:hover button {
    background-color: #fff;
    color: #2f3033;
    transform: 200ms linear background-color, 200ms linear color;
  }
}
@media only screen and (max-width: 850px) {
  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .fake-owl-item, .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .fake-owl-item {
    width: 100%;
    flex: 0 0 calc(50% - 15px);
  }
  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .owl-item li.growing-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .fake-owl-item li.growing-item, .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .owl-item li.growing-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .fake-owl-item li.growing-item {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .growing-carousel-block .owl-stage-outer {
    width: 100%;
  }

  .growing-carousel-block .owl-stage.not-a-carousel {
    padding: 20px 0;
  }

  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols, .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols {
    align-items: stretch;
  }
  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.two-cols .fake-owl-item, .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .owl-item,
.growing-carousel.the-growing-carousel.owl-theme.not-a-carousel.three-cols .fake-owl-item {
    width: 100%;
    flex: 1;
    display: flex;
  }
  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .owl-nav.disabled {
    display: none;
  }
  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .owl-dots {
    width: 100%;
    margin-top: 0;
  }
  .growing-carousel.the-growing-carousel.owl-theme.not-a-carousel .owl-dots button {
    background: none;
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .growing-carousel .owl-item.active:hover,
.growing-carousel .fake-owl-item.active:hover {
    transition: transform 200ms linear;
    box-shadow: -2px 14px 35px -17px rgba(0, 0, 0, 0.4);
  }
  .growing-carousel .owl-item.active:hover button,
.growing-carousel .fake-owl-item.active:hover button {
    background-color: #fff;
    color: #2f3033;
    transform: 200ms linear background-color, 200ms linear color;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1b75e0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #f4f3f6;
}

.bg-grey .owl-theme .owl-dots .owl-dot span {
  background: white;
}
.bg-grey .owl-theme .owl-dots .owl-dot.active span,
.bg-grey .owl-theme .owl-dots .owl-dot:hover span {
  background: #1b75e0;
}

@media only screen and (max-width: 749px) {
  .growing-carousel-block {
    padding-left: 0;
    padding-right: 0;
  }
  .growing-carousel-block .title-container * {
    padding-right: 0;
  }
  .growing-carousel-block .growing-carousel::before, .growing-carousel-block .growing-carousel::after {
    display: none;
  }
}
.growing-block.no-image {
  background-color: #f4f3f6;
}
.growing-block.no-image p {
  color: #2f3033;
}
.growing-block.no-image a .background-container {
  background-color: #f4f3f6;
}
.growing-block.no-image .owl-item-bg {
  background-color: #f4f3f6;
}

@media only screen and (max-width: 650px) {
  .growing-block .title {
    font-size: 18px;
  }
  .growing-block a.has-desc .desc {
    font-size: 16px;
  }
}
.growing-carousel-block.with-line {
  padding-top: 100px;
}
.growing-carousel-block.with-line .line {
  top: 7px;
}
.growing-carousel-block.with-titles {
  padding: 40px 0;
}

body.single-post .growing-block .title {
  word-break: normal !important;
}
body.single-post .growing-carousel::after.owl-prev,
body.single-post .growing-carousel .owl-nav button.owl-prev {
  left: -45px;
}
body.single-post .growing-carousel::after.owl-next,
body.single-post .growing-carousel .owl-nav button.owl-next {
  right: -45px;
}

.owl-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #829aa6;
  z-index: -1;
}

.page-template-main-page #subnav-under-content .content-row.growing-image-block,
.archive #subnav-under-content .content-row.growing-image-block,
.page-template-news-page #subnav-under-content .content-row.growing-image-block,
body.search #subnav-under-content .content-row.growing-image-block,
.page-template-team-page #subnav-under-content .content-row.growing-image-block,
body.category #subnav-under-content .content-row.growing-image-block {
  max-width: 1296px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto !important;
  position: relative;
  padding-bottom: 170px;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.no-line .line,
.archive #subnav-under-content .content-row.growing-image-block.no-line .line,
.page-template-news-page #subnav-under-content .content-row.growing-image-block.no-line .line,
body.search #subnav-under-content .content-row.growing-image-block.no-line .line,
.page-template-team-page #subnav-under-content .content-row.growing-image-block.no-line .line,
body.category #subnav-under-content .content-row.growing-image-block.no-line .line {
  display: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.clipped .line,
.archive #subnav-under-content .content-row.growing-image-block.clipped .line,
.page-template-news-page #subnav-under-content .content-row.growing-image-block.clipped .line,
body.search #subnav-under-content .content-row.growing-image-block.clipped .line,
.page-template-team-page #subnav-under-content .content-row.growing-image-block.clipped .line,
body.category #subnav-under-content .content-row.growing-image-block.clipped .line {
  opacity: 0;
  transform: scale(0);
  transition: transform 150ms linear, opacity 150ms linear;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated .growing-image,
.archive #subnav-under-content .content-row.growing-image-block.not-animated .growing-image,
.page-template-news-page #subnav-under-content .content-row.growing-image-block.not-animated .growing-image,
body.search #subnav-under-content .content-row.growing-image-block.not-animated .growing-image,
.page-template-team-page #subnav-under-content .content-row.growing-image-block.not-animated .growing-image,
body.category #subnav-under-content .content-row.growing-image-block.not-animated .growing-image {
  padding: 55px 0;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated.clipped .line,
.archive #subnav-under-content .content-row.growing-image-block.not-animated.clipped .line,
.page-template-news-page #subnav-under-content .content-row.growing-image-block.not-animated.clipped .line,
body.search #subnav-under-content .content-row.growing-image-block.not-animated.clipped .line,
.page-template-team-page #subnav-under-content .content-row.growing-image-block.not-animated.clipped .line,
body.category #subnav-under-content .content-row.growing-image-block.not-animated.clipped .line {
  display: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.hidden-button button,
.archive #subnav-under-content .content-row.growing-image-block.hidden-button button,
.page-template-news-page #subnav-under-content .content-row.growing-image-block.hidden-button button,
body.search #subnav-under-content .content-row.growing-image-block.hidden-button button,
.page-template-team-page #subnav-under-content .content-row.growing-image-block.hidden-button button,
body.category #subnav-under-content .content-row.growing-image-block.hidden-button button {
  display: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated .line,
.archive #subnav-under-content .content-row.growing-image-block.not-animated .line,
.page-template-news-page #subnav-under-content .content-row.growing-image-block.not-animated .line,
body.search #subnav-under-content .content-row.growing-image-block.not-animated .line,
.page-template-team-page #subnav-under-content .content-row.growing-image-block.not-animated .line,
body.category #subnav-under-content .content-row.growing-image-block.not-animated .line {
  display: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block .line,
.archive #subnav-under-content .content-row.growing-image-block .line,
.page-template-news-page #subnav-under-content .content-row.growing-image-block .line,
body.search #subnav-under-content .content-row.growing-image-block .line,
.page-template-team-page #subnav-under-content .content-row.growing-image-block .line,
body.category #subnav-under-content .content-row.growing-image-block .line {
  opacity: 1;
  transition: transform 150ms 600ms linear, opacity 150ms 600ms linear;
  transform: scale(1);
  position: absolute;
  bottom: 39px;
  left: 50%;
  height: 262px;
  width: 2px;
  content: "";
  z-index: 5;
  background: linear-gradient(to bottom, #fff 50%, #0395d1 50%);
}
.page-template-main-page #subnav-under-content .growing-image,
.archive #subnav-under-content .growing-image,
.page-template-news-page #subnav-under-content .growing-image,
body.search #subnav-under-content .growing-image,
.page-template-team-page #subnav-under-content .growing-image,
body.category #subnav-under-content .growing-image {
  cursor: pointer;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 1s linear clip-path;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20% 0;
}
.page-template-main-page #subnav-under-content .growing-image.clipped,
.archive #subnav-under-content .growing-image.clipped,
.page-template-news-page #subnav-under-content .growing-image.clipped,
body.search #subnav-under-content .growing-image.clipped,
.page-template-team-page #subnav-under-content .growing-image.clipped,
body.category #subnav-under-content .growing-image.clipped {
  transition: 500ms linear clip-path;
  clip-path: polygon(11% 11%, 89% 11%, 89% 89%, 11% 89%);
  -webkit-clip-path: polygon(11% 11%, 89% 11%, 89% 89%, 11% 89%);
}
.page-template-main-page #subnav-under-content .growing-image.clipped::before,
.archive #subnav-under-content .growing-image.clipped::before,
.page-template-news-page #subnav-under-content .growing-image.clipped::before,
body.search #subnav-under-content .growing-image.clipped::before,
.page-template-team-page #subnav-under-content .growing-image.clipped::before,
body.category #subnav-under-content .growing-image.clipped::before {
  transition: 500ms linear background-color;
  background-color: rgba(0, 0, 0, 0);
}
.page-template-main-page #subnav-under-content .growing-image.clipped .content .title,
.page-template-main-page #subnav-under-content .growing-image.clipped .content .desc,
.page-template-main-page #subnav-under-content .growing-image.clipped .content button,
.archive #subnav-under-content .growing-image.clipped .content .title,
.archive #subnav-under-content .growing-image.clipped .content .desc,
.archive #subnav-under-content .growing-image.clipped .content button,
.page-template-news-page #subnav-under-content .growing-image.clipped .content .title,
.page-template-news-page #subnav-under-content .growing-image.clipped .content .desc,
.page-template-news-page #subnav-under-content .growing-image.clipped .content button,
body.search #subnav-under-content .growing-image.clipped .content .title,
body.search #subnav-under-content .growing-image.clipped .content .desc,
body.search #subnav-under-content .growing-image.clipped .content button,
.page-template-team-page #subnav-under-content .growing-image.clipped .content .title,
.page-template-team-page #subnav-under-content .growing-image.clipped .content .desc,
.page-template-team-page #subnav-under-content .growing-image.clipped .content button,
body.category #subnav-under-content .growing-image.clipped .content .title,
body.category #subnav-under-content .growing-image.clipped .content .desc,
body.category #subnav-under-content .growing-image.clipped .content button {
  transform: translateY(200px);
  position: relative;
  opacity: 0;
  transition: 350ms ease-in-out transform, 350ms ease-in-out opacity, 150ms ease-in background-color, 150ms ease-in color;
}
.page-template-main-page #subnav-under-content .growing-image:hover .content button,
.archive #subnav-under-content .growing-image:hover .content button,
.page-template-news-page #subnav-under-content .growing-image:hover .content button,
body.search #subnav-under-content .growing-image:hover .content button,
.page-template-team-page #subnav-under-content .growing-image:hover .content button,
body.category #subnav-under-content .growing-image:hover .content button {
  background-color: #fff;
  color: #000;
  transition: 350ms ease-in-out transform, 350ms ease-in-out opacity, 150ms ease-in background-color, 150ms ease-in color;
}
.page-template-main-page #subnav-under-content .growing-image::before,
.archive #subnav-under-content .growing-image::before,
.page-template-news-page #subnav-under-content .growing-image::before,
body.search #subnav-under-content .growing-image::before,
.page-template-team-page #subnav-under-content .growing-image::before,
body.category #subnav-under-content .growing-image::before {
  content: "";
  transition: 200ms linear background-color;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-template-main-page #subnav-under-content .growing-image .content,
.archive #subnav-under-content .growing-image .content,
.page-template-news-page #subnav-under-content .growing-image .content,
body.search #subnav-under-content .growing-image .content,
.page-template-team-page #subnav-under-content .growing-image .content,
body.category #subnav-under-content .growing-image .content {
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  max-width: 745px;
  margin: auto;
}
.page-template-main-page #subnav-under-content .growing-image .content .title,
.page-template-main-page #subnav-under-content .growing-image .content .desc,
.page-template-main-page #subnav-under-content .growing-image .content button,
.archive #subnav-under-content .growing-image .content .title,
.archive #subnav-under-content .growing-image .content .desc,
.archive #subnav-under-content .growing-image .content button,
.page-template-news-page #subnav-under-content .growing-image .content .title,
.page-template-news-page #subnav-under-content .growing-image .content .desc,
.page-template-news-page #subnav-under-content .growing-image .content button,
body.search #subnav-under-content .growing-image .content .title,
body.search #subnav-under-content .growing-image .content .desc,
body.search #subnav-under-content .growing-image .content button,
.page-template-team-page #subnav-under-content .growing-image .content .title,
.page-template-team-page #subnav-under-content .growing-image .content .desc,
.page-template-team-page #subnav-under-content .growing-image .content button,
body.category #subnav-under-content .growing-image .content .title,
body.category #subnav-under-content .growing-image .content .desc,
body.category #subnav-under-content .growing-image .content button {
  transform: translateY(0);
  opacity: 1;
}
.page-template-main-page #subnav-under-content .growing-image .content p,
.archive #subnav-under-content .growing-image .content p,
.page-template-news-page #subnav-under-content .growing-image .content p,
body.search #subnav-under-content .growing-image .content p,
.page-template-team-page #subnav-under-content .growing-image .content p,
body.category #subnav-under-content .growing-image .content p {
  margin-bottom: 20px;
  color: #fff;
}
.page-template-main-page #subnav-under-content .growing-image .content .title,
.archive #subnav-under-content .growing-image .content .title,
.page-template-news-page #subnav-under-content .growing-image .content .title,
body.search #subnav-under-content .growing-image .content .title,
.page-template-team-page #subnav-under-content .growing-image .content .title,
body.category #subnav-under-content .growing-image .content .title {
  font-size: 34px;
  transition: 350ms 350ms ease-in-out all;
}
.page-template-main-page #subnav-under-content .growing-image .content .desc,
.archive #subnav-under-content .growing-image .content .desc,
.page-template-news-page #subnav-under-content .growing-image .content .desc,
body.search #subnav-under-content .growing-image .content .desc,
.page-template-team-page #subnav-under-content .growing-image .content .desc,
body.category #subnav-under-content .growing-image .content .desc {
  font-size: 18px;
  transition: 350ms 450ms ease-in-out all;
}
.page-template-main-page #subnav-under-content .growing-image .content button,
.archive #subnav-under-content .growing-image .content button,
.page-template-news-page #subnav-under-content .growing-image .content button,
body.search #subnav-under-content .growing-image .content button,
.page-template-team-page #subnav-under-content .growing-image .content button,
body.category #subnav-under-content .growing-image .content button {
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  font-size: 16px;
  padding: 8px 26px 7px 26px;
  transition: 350ms 550ms ease-in-out transform, 350ms 550ms ease-in-out opacity, 150ms ease-in background-color, 150ms ease-in color;
}
.page-template-main-page #subnav-under-content .growing-image .content button:focus,
.archive #subnav-under-content .growing-image .content button:focus,
.page-template-news-page #subnav-under-content .growing-image .content button:focus,
body.search #subnav-under-content .growing-image .content button:focus,
.page-template-team-page #subnav-under-content .growing-image .content button:focus,
body.category #subnav-under-content .growing-image .content button:focus {
  outline: #fff;
}
.page-template-main-page #subnav-under-content .growing-image-block .embed-container,
.archive #subnav-under-content .growing-image-block .embed-container,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container,
body.search #subnav-under-content .growing-image-block .embed-container,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container,
body.category #subnav-under-content .growing-image-block .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.page-template-main-page #subnav-under-content .growing-image-block .embed-container iframe,
.page-template-main-page #subnav-under-content .growing-image-block .embed-container object,
.page-template-main-page #subnav-under-content .growing-image-block .embed-container embed,
.archive #subnav-under-content .growing-image-block .embed-container iframe,
.archive #subnav-under-content .growing-image-block .embed-container object,
.archive #subnav-under-content .growing-image-block .embed-container embed,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container iframe,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container object,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container embed,
body.search #subnav-under-content .growing-image-block .embed-container iframe,
body.search #subnav-under-content .growing-image-block .embed-container object,
body.search #subnav-under-content .growing-image-block .embed-container embed,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container iframe,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container object,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container embed,
body.category #subnav-under-content .growing-image-block .embed-container iframe,
body.category #subnav-under-content .growing-image-block .embed-container object,
body.category #subnav-under-content .growing-image-block .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-main-page #subnav-under-content.banner .growing-image.video,
.archive #subnav-under-content.banner .growing-image.video,
.page-template-news-page #subnav-under-content.banner .growing-image.video,
body.search #subnav-under-content.banner .growing-image.video,
.page-template-team-page #subnav-under-content.banner .growing-image.video,
body.category #subnav-under-content.banner .growing-image.video {
  min-height: 465px !important;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.page-template-main-page #subnav-under-content .growing-image.video,
.archive #subnav-under-content .growing-image.video,
.page-template-news-page #subnav-under-content .growing-image.video,
body.search #subnav-under-content .growing-image.video,
.page-template-team-page #subnav-under-content .growing-image.video,
body.category #subnav-under-content .growing-image.video {
  min-height: 465px;
  padding: 0;
}
.page-template-main-page #subnav-under-content .growing-image.video::before,
.archive #subnav-under-content .growing-image.video::before,
.page-template-news-page #subnav-under-content .growing-image.video::before,
body.search #subnav-under-content .growing-image.video::before,
.page-template-team-page #subnav-under-content .growing-image.video::before,
body.category #subnav-under-content .growing-image.video::before {
  z-index: 5;
}
.page-template-main-page #subnav-under-content .growing-image.video .content,
.archive #subnav-under-content .growing-image.video .content,
.page-template-news-page #subnav-under-content .growing-image.video .content,
body.search #subnav-under-content .growing-image.video .content,
.page-template-team-page #subnav-under-content .growing-image.video .content,
body.category #subnav-under-content .growing-image.video .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 880px) {
  .page-template-main-page #subnav-under-content .growing-image-block .embed-container,
.archive #subnav-under-content .growing-image-block .embed-container,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container,
body.search #subnav-under-content .growing-image-block .embed-container,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container,
body.category #subnav-under-content .growing-image-block .embed-container {
    padding-top: 50%;
  }
  .page-template-main-page #subnav-under-content .growing-image-block .embed-container iframe,
.page-template-main-page #subnav-under-content .growing-image-block .embed-container object,
.page-template-main-page #subnav-under-content .growing-image-block .embed-container embed,
.archive #subnav-under-content .growing-image-block .embed-container iframe,
.archive #subnav-under-content .growing-image-block .embed-container object,
.archive #subnav-under-content .growing-image-block .embed-container embed,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container iframe,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container object,
.page-template-news-page #subnav-under-content .growing-image-block .embed-container embed,
body.search #subnav-under-content .growing-image-block .embed-container iframe,
body.search #subnav-under-content .growing-image-block .embed-container object,
body.search #subnav-under-content .growing-image-block .embed-container embed,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container iframe,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container object,
.page-template-team-page #subnav-under-content .growing-image-block .embed-container embed,
body.category #subnav-under-content .growing-image-block .embed-container iframe,
body.category #subnav-under-content .growing-image-block .embed-container object,
body.category #subnav-under-content .growing-image-block .embed-container embed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 100%;
    bottom: -50%;
    transform: translate(-50%, -50%);
  }
  .page-template-main-page #subnav-under-content .growing-image-block .line,
.archive #subnav-under-content .growing-image-block .line,
.page-template-news-page #subnav-under-content .growing-image-block .line,
body.search #subnav-under-content .growing-image-block .line,
.page-template-team-page #subnav-under-content .growing-image-block .line,
body.category #subnav-under-content .growing-image-block .line {
    height: 150px;
    bottom: -25px;
  }
}

@media only screen and (max-width: 520px) {
  .page-template-main-page #subnav-under-content .content-row .growing-image-block .embed-container,
.archive #subnav-under-content .content-row .growing-image-block .embed-container,
.page-template-news-page #subnav-under-content .content-row .growing-image-block .embed-container,
body.search #subnav-under-content .content-row .growing-image-block .embed-container,
.page-template-team-page #subnav-under-content .content-row .growing-image-block .embed-container,
body.category #subnav-under-content .content-row .growing-image-block .embed-container {
    padding-top: 150%;
  }
  .page-template-main-page #subnav-under-content .content-row .growing-image-block .embed-container iframe,
.page-template-main-page #subnav-under-content .content-row .growing-image-block .embed-container object,
.page-template-main-page #subnav-under-content .content-row .growing-image-block .embed-container embed,
.archive #subnav-under-content .content-row .growing-image-block .embed-container iframe,
.archive #subnav-under-content .content-row .growing-image-block .embed-container object,
.archive #subnav-under-content .content-row .growing-image-block .embed-container embed,
.page-template-news-page #subnav-under-content .content-row .growing-image-block .embed-container iframe,
.page-template-news-page #subnav-under-content .content-row .growing-image-block .embed-container object,
.page-template-news-page #subnav-under-content .content-row .growing-image-block .embed-container embed,
body.search #subnav-under-content .content-row .growing-image-block .embed-container iframe,
body.search #subnav-under-content .content-row .growing-image-block .embed-container object,
body.search #subnav-under-content .content-row .growing-image-block .embed-container embed,
.page-template-team-page #subnav-under-content .content-row .growing-image-block .embed-container iframe,
.page-template-team-page #subnav-under-content .content-row .growing-image-block .embed-container object,
.page-template-team-page #subnav-under-content .content-row .growing-image-block .embed-container embed,
body.category #subnav-under-content .content-row .growing-image-block .embed-container iframe,
body.category #subnav-under-content .content-row .growing-image-block .embed-container object,
body.category #subnav-under-content .content-row .growing-image-block .embed-container embed {
    width: 375%;
  }
  .page-template-main-page #subnav-under-content .content-row .growing-image-block .line,
.archive #subnav-under-content .content-row .growing-image-block .line,
.page-template-news-page #subnav-under-content .content-row .growing-image-block .line,
body.search #subnav-under-content .content-row .growing-image-block .line,
.page-template-team-page #subnav-under-content .content-row .growing-image-block .line,
body.category #subnav-under-content .content-row .growing-image-block .line {
    height: 100px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 450px) {
  .page-template-main-page #subnav-under-content .content-row .growing-image-block .desc,
.archive #subnav-under-content .content-row .growing-image-block .desc,
.page-template-news-page #subnav-under-content .content-row .growing-image-block .desc,
body.search #subnav-under-content .content-row .growing-image-block .desc,
.page-template-team-page #subnav-under-content .content-row .growing-image-block .desc,
body.category #subnav-under-content .content-row .growing-image-block .desc {
    font-size: 15px !important;
    line-height: 21px !important;
  }
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated a.video {
  padding: 0;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated .line {
  display: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated .growing-image {
  -webkit-clip-path: none;
  clip-path: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated .growing-image.clipped::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.not-animated .growing-image::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.page-template-main-page #subnav-under-content .content-row.growing-image-block.banner {
  padding-bottom: 60px;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.banner .line {
  display: none;
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.banner .growing-image.clipped::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.page-template-main-page #subnav-under-content .content-row.growing-image-block.banner .growing-image::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.page-template-main-page #subnav-under-content .growing-image.clipped.banner::before,
.page-template-main-page #subnav-under-content .growing-image.clipped.not-animated::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-nav {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 0;
  right: 0;
}
.owl-carousel .owl-nav button {
  background: white !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  transition: 150ms linear box-shadow;
}
.owl-carousel .owl-nav button:hover {
  background: white !important;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  transition: 150ms linear box-shadow;
}
.owl-carousel .owl-nav button:disabled:hover {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  transition: 150ms linear box-shadow;
}

.approach-rows {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  justify-content: stretch;
  position: relative;
  margin-top: -30px;
}
.approach-rows.no-nav {
  gap: 40px;
}
.approach-rows.no-nav .approach-row {
  padding: 40px 20px;
}
.approach-rows.no-nav .approach-row h3 {
  font-weight: 400;
}
.approach-rows .owl-stage-outer:after {
  pointer-events: none;
  content: "";
  display: flex;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgb(255, 255, 255) 93%);
}
.approach-rows .owl-stage {
  position: relative;
  display: flex;
  align-items: stretch;
  padding-left: 0 !important;
}
.approach-rows .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.approach-rows.owl-carousel .owl-nav {
  top: -100px;
}
.approach-rows li.approach-row {
  border-radius: 14px;
  background-color: #f4f3f6;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  flex: 1;
}
.approach-rows li.approach-row p {
  margin-bottom: 0;
  font-weight: 600;
}
.approach-rows li.approach-row img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 998px) {
  .approach-rows {
    display: inline-block !important;
    padding: 0;
  }
  .approach-rows li {
    width: 100%;
  }
}
@media only screen and (max-width: 446px) {
  ul.approach-rows li.approach-row img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .approach-rows {
    margin-top: 0;
  }
}
@media only screen and (max-width: 611px) {
  .vacancy-inner {
    display: inline-block !important;
  }
  .vacancy-inner .info {
    width: 100% !important;
  }
  .vacancy-inner a {
    width: 100%;
    text-align: center;
  }
  .vacancy-inner .more {
    width: 100% !important;
    text-align: center !important;
  }
  .vacancy-inner img.plus {
    margin: 15px auto 0 auto !important;
  }
}
@media only screen and (max-width: 699px) {
  .approach-rows .owl-stage-outer:after {
    display: none;
  }
}
.image-strip {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.image-strip .strip-container {
  display: flex;
  list-style: none;
  justify-content: center;
}
.image-strip .strip-container li.image-strip-block {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 571px) {
  .image-strip .strip-container {
    flex-wrap: wrap;
  }
  .image-strip .strip-container li.image-strip-block {
    flex: 0 0 33.3333%;
  }
}
.latest-internship {
  max-width: 1140px;
  margin: auto;
  background: pink;
  margin-bottom: 35px;
}
.latest-internship .latest-internship-inner {
  display: flex;
  flex-direction: row;
  background: #c7d3d7;
}
.latest-internship .latest-internship-inner .latest-featured-img {
  height: 351px;
  width: 100%;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.latest-internship .latest-internship-inner .latest-featured-img.left {
  background-position: center left;
}
.latest-internship .latest-internship-inner .latest-featured-img.right {
  background-position: center right;
}
.latest-internship .latest-internship-inner .latest-featured-img.center {
  background-position: center;
}
.latest-internship .latest-internship-inner .intern-content {
  display: flex;
  align-items: center;
  flex: 2;
}
.latest-internship .latest-internship-inner .intern-content .intern-content-inner {
  padding: 0 119px 0 79px;
}
.latest-internship .latest-internship-inner .intern-content .intern-content-inner .title,
.latest-internship .latest-internship-inner .intern-content .intern-content-inner .excerpt,
.latest-internship .latest-internship-inner .intern-content .intern-content-inner a {
  color: #2f3033;
  font-weight: normal;
  display: inline-block;
}
.latest-internship .latest-internship-inner .intern-content .intern-content-inner .title {
  font-size: 34px;
  margin-bottom: 20px;
}
.latest-internship .latest-internship-inner .intern-content .intern-content-inner .excerpt {
  margin-bottom: 30px;
  font-size: 29px;
}
.latest-internship .latest-internship-inner .intern-content .intern-content-inner a {
  border-color: #2f3033;
}
.latest-internship .latest-internship-inner .intern-content .intern-content-inner a:hover {
  background: #2f3033;
  color: #c7d3d7;
}

.internships-block .internships-inner {
  flex-direction: row;
  display: flex;
  max-width: 1140px;
  margin: auto;
}
.internships-block .internships-inner .internship-block {
  margin: 0 20px;
  flex: 1;
}
.internships-block .internships-inner .internship-block a:hover .featured-img {
  opacity: 0.8;
  transition: 250ms ease-in opacity;
}
.internships-block .internships-inner .internship-block:nth-child(1) {
  margin-left: 0;
}
.internships-block .internships-inner .internship-block:nth-child(3) {
  margin-right: 0;
}
.internships-block .internships-inner .internship-block a.featured-title,
.internships-block .internships-inner .internship-block .excerpt p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1b75e0;
  display: inline-block;
  font-weight: normal;
}
.internships-block .internships-inner .internship-block .excerpt p {
  color: #2f3033;
}
.internships-block .internships-inner .internship-block .featured-img {
  transition: 250ms ease-in opacity;
  height: 220px;
  width: 100%;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.internships-block .internships-inner .internship-block .featured-img.left {
  background-position: top left;
}
.internships-block .internships-inner .internship-block .featured-img.right {
  background-position: top right;
}
.internships-block .internships-inner .internship-block .featured-img.center {
  background-position: top center;
}

.internship {
  max-width: 1120px;
  margin: auto;
}
.internship h2 {
  max-width: none;
  padding: 0;
  text-align: left;
}
.internship .blue {
  color: #1b75e0;
}
.internship .blue a {
  color: #1b75e0;
}
.internship p,
.internship h3,
.internship h4 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1140px) {
  .internships-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 932px) {
  .latest-internship .intern-content .title {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .latest-internship .intern-content .excerpt {
    margin-bottom: 25px !important;
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 921px) {
  .internships-block .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 628px) {
  .internships-block .internships-inner {
    flex-direction: column !important;
  }
  .internships-block .internships-inner .internship-block {
    margin: 0 0 20px 0 !important;
  }
  .internships-block .internships-inner .internship-block .featured-img {
    height: 320px;
  }
}
@media only screen and (max-width: 483px) {
  .latest-internship .latest-internship-inner {
    flex-direction: column;
  }
  .latest-internship .latest-internship-inner .latest-featured-img {
    padding-top: 200px !important;
  }
  .latest-internship .latest-internship-inner .latest-featured-img,
.latest-internship .latest-internship-inner .intern-content {
    height: auto;
    flex: 1;
  }
}
.large-image-with-text-block {
  margin-top: 100px;
  position: relative;
  margin-bottom: 250px;
}
.large-image-with-text-block .content-container {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 610px;
  padding: 0 45px 41px 20px;
  background-color: #f4f3f6;
}
.large-image-with-text-block .content-container .title {
  font-size: 34px;
  line-height: 44px;
  color: #1b75e0;
  font-weight: normal;
}
.large-image-with-text-block .content-container .copy {
  font-size: 18px;
  line-height: 24px;
  color: #393939;
}
.large-image-with-text-block .content-container .link {
  color: #1b75e0;
}
.large-image-with-text-block .image-container {
  transform: translateY(110px);
  margin-bottom: 110px;
  display: block;
}
.large-image-with-text-block .image {
  margin-top: 100px;
  position: relative;
  height: 543px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.large-image-with-text-block .image .overlay-text {
  position: absolute;
  top: 50%;
  max-width: 600px;
  width: 100%;
  padding-left: 24px;
  transform: translateY(-18%);
}
.large-image-with-text-block .image .overlay-text span {
  color: white;
  font-size: 32px;
  line-height: 38px;
}
.large-image-with-text-block.left .content-container {
  left: 20px;
  padding: 0 45px 41px 20px;
}
.large-image-with-text-block.larger-text .image .overlay-text span {
  font-size: 52px;
  line-height: 68px;
}

@media only screen and (max-width: 996px) {
  .large-image-with-text-block .image .overlay-text {
    width: 50%;
  }
  .large-image-with-text-block .image .overlay-text span {
    font-size: 41px !important;
  }
}
.logo-grid-block.contained-more .logo-grid-inner {
  max-width: 859px;
}
.logo-grid-block .logo-grid-inner {
  flex-wrap: wrap;
  padding: 40px 10px 10px 10px;
  margin: auto;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-grid-block .logo-grid-inner .logo {
  margin-bottom: 20px;
  text-align: center;
  max-width: 300px;
  flex: 0 0 33.333%;
}

@media only screen and (max-width: 880px) {
  .logo-grid-block .logo-grid-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-grid-block .logo-grid-inner .logo {
    max-width: none;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 510px) {
  .logo-grid-block .logo-grid-inner {
    max-width: none;
    width: 100%;
    display: inline-block;
  }
  .logo-grid-block .logo-grid-inner .logo {
    width: 100%;
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 4rem;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 2px 2rem 0 2rem;
  font-size: 16px;
  color: white;
  margin: 0;
  font-weight: normal;
}
.ticker-wrap .ticker__item:hover {
  color: #1b75e0;
}
.ticker-wrap:hover .ticker {
  animation-play-state: paused;
}
.ticker-wrap.animated {
  background-color: #2f3033;
}
.ticker-wrap.animated .ticker {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 45s;
}
.ticker-wrap.animated .ticker:hover .ticker {
  animation-play-state: paused;
}

.not-a-ticker {
  background: #2f3033;
  text-align: center;
  display: inline-block;
  height: 4rem;
  width: 100%;
  line-height: 1.4;
}
.not-a-ticker .fake-ticker-item {
  display: inline-block;
  padding: 9px;
  font-size: 16px;
  color: white;
  margin: 0;
  font-weight: normal;
}
.not-a-ticker .fake-ticker-item:hover {
  color: #1b75e0;
}

#wpadminbar {
  display: none !important;
}

.push-up-nav,
.push-up-inner {
  background: none;
}

.partnership-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  max-width: 1140px;
  gap: 50px;
  padding-top: 15px;
  padding-bottom: 50px;
}
.partnership-logo-container .partnership-logo-grid {
  width: calc(33.3333333333% - 40px);
  margin: 0;
  display: flex;
  flex-direction: column;
}
.partnership-logo-container .partnership-logo-grid h2 {
  color: black;
  padding: 0;
  margin-bottom: 20px;
}
.partnership-logo-container .partnership-logo-grid p {
  font-size: 15px;
}
.partnership-logo-container .partnership-logo-grid .img-container {
  transition: opacity 150ms ease-in;
  margin: 0 0 25px 0;
  position: relative;
  overflow: hidden;
  padding-top: 40%;
  width: 100%;
}
.partnership-logo-container .partnership-logo-grid .img-container img,
.partnership-logo-container .partnership-logo-grid .img-container picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.partnership-logo-container .partnership-logo-grid .img-container img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

@media screen and (max-width: 1140px) {
  .partnership-logo-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .partnership-logo-container .partnership-logo-grid {
    width: 46%;
  }
}
@media screen and (max-width: 1140px) {
  .partnership-logo-container {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .partnership-logo-container {
    justify-content: center;
  }
  .partnership-logo-container .partnership-logo-grid {
    width: 83%;
  }
  .partnership-logo-container .partnership-logo-grid h2 {
    height: unset;
    margin-bottom: 15px;
  }
  .partnership-logo-container .partnership-logo-grid .img-container {
    position: relative;
    overflow: hidden;
    padding-top: 30%;
    width: 100%;
  }
  .partnership-logo-container .partnership-logo-grid .img-container img,
.partnership-logo-container .partnership-logo-grid .img-container picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .partnership-logo-container .partnership-logo-grid .img-container img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}
@media screen and (max-width: 575px) {
  .partnership-logo-container .partnership-logo-grid .img-container {
    position: relative;
    overflow: hidden;
    padding-top: 35%;
    width: 100%;
  }
  .partnership-logo-container .partnership-logo-grid .img-container img,
.partnership-logo-container .partnership-logo-grid .img-container picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.content-row.blog-posts .category-articles {
  padding-top: 0 !important;
}

.page-template-main-page .report-video-block.video-block {
  background-color: #f3f9f7;
  padding-bottom: 50px;
  max-width: none;
  width: 100%;
}
.page-template-main-page .report-video-block.video-block .container {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
.page-template-main-page .report-video-block.video-block video {
  position: fixed;
  right: 0;
  top: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  transform: translateY(-50%);
  margin-right: -1px;
}
.page-template-main-page .report-video-block.video-block .close-video {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
.page-template-main-page .report-video-block.video-block .close-video:hover svg {
  transform: scale(0.97);
}
.page-template-main-page .report-video-block.video-block .close-video svg {
  animation-name: none;
  transform: translate(0);
  height: 40px;
  width: 40px;
}
.page-template-main-page .report-video-block.video-block .close-video svg path {
  fill: #1b75e0;
}
.page-template-main-page .report-video-block.video-block .copy-container {
  position: absolute;
  z-index: 25;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 480px;
  padding: 20px 20px !important;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}
.page-template-main-page .report-video-block.video-block .copy-container.hidden {
  pointer-events: none;
}
.page-template-main-page .report-video-block.video-block p {
  color: #fff;
}
.page-template-main-page .report-video-block.video-block .copy {
  width: 100%;
  max-width: 605px;
}
.page-template-main-page .report-video-block.video-block .copy * {
  color: white;
}
.page-template-main-page .report-video-block.video-block .buttons a {
  margin-left: 10px;
}
.page-template-main-page .report-video-block.video-block .buttons a:first-of-type {
  margin-left: 0;
}
.page-template-main-page .report-video-block.video-block .video-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 20;
}
.page-template-main-page .report-video-block.video-block .extra-copy {
  overflow: hidden;
  display: none;
}
.page-template-main-page .report-video-block.video-block .copy-container-outer {
  margin-top: 20px;
  padding: 0 20px;
}
.page-template-main-page .report-video-block.video-block .copy-container-outer h2 {
  color: #1b75e0;
  text-align: left;
}
.page-template-main-page .report-video-block.video-block .copy-container-outer p {
  color: #2f3033;
}

.content-row.pillar-graphic .pillar-graphic-container {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.content-row.pillar-graphic .pillar-graphic-container .pillar-graphic-block {
  flex: 1;
}
.content-row.pillar-graphic .pillar-graphic-container .pillar-graphic-block .pillar-img {
  width: 100%;
  height: auto;
}

.content-row.pipeline-graph {
  margin: 0 auto;
}
.content-row.pipeline-graph .completion-text.complete-green {
  font-weight: bold;
  color: #5fbe84;
}
.content-row.pipeline-graph .main-title h2,
.content-row.pipeline-graph .main-title h3,
.content-row.pipeline-graph .main-title h4 {
  text-align: center;
  padding-bottom: 35px;
}
.content-row.pipeline-graph .pipeline-graph-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  justify-content: space-evenly;
}
.content-row.pipeline-graph h3 {
  margin: 0 0 15px 0;
  font-weight: 500;
}
.content-row.pipeline-graph h4 {
  margin: 5px 0;
}
.content-row.pipeline-graph p {
  margin: 0 0 10px 0;
}
.content-row.pipeline-graph .graph-info {
  flex: 1;
  width: 100%;
  border-radius: 20px;
}
.content-row.pipeline-graph .graph-info h1,
.content-row.pipeline-graph .graph-info h2,
.content-row.pipeline-graph .graph-info h3,
.content-row.pipeline-graph .graph-info h4,
.content-row.pipeline-graph .graph-info h5,
.content-row.pipeline-graph .graph-info p,
.content-row.pipeline-graph .graph-info a,
.content-row.pipeline-graph .graph-info li {
  color: #2f3033;
}
.content-row.pipeline-graph .graph-info.graph-headings {
  margin-top: 20px;
  border-bottom: 0;
}
.content-row.pipeline-graph .the-graph {
  flex: 2;
  width: 100%;
}
.content-row.pipeline-graph ul {
  padding-left: 20px;
}

.pipeline-graph.layout-one .graph-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid rgba(47, 48, 51, 0.5);
  padding: 10px 5px;
}
.pipeline-graph.layout-one .graph-row:last-of-type {
  border-bottom: none;
}
.pipeline-graph.layout-one .graph-row.graph-headings {
  border-bottom: 1px solid rgba(47, 48, 51, 0.5);
}
.pipeline-graph.layout-one .graph-row.graph-headings h2,
.pipeline-graph.layout-one .graph-row.graph-headings h3,
.pipeline-graph.layout-one .graph-row.graph-headings h4,
.pipeline-graph.layout-one .graph-row.graph-headings h5,
.pipeline-graph.layout-one .graph-row.graph-headings p,
.pipeline-graph.layout-one .graph-row.graph-headings a,
.pipeline-graph.layout-one .graph-row.graph-headings li {
  color: #2f3033;
}
.pipeline-graph.layout-one .graph-row h1 {
  color: #2f3033;
}
.pipeline-graph.layout-one .graph-row .title {
  font-size: 18px;
  font-weight: 600;
}
.pipeline-graph.layout-one .graph-row .graph-text {
  flex: 1;
  width: 100%;
  color: #2f3033;
}
.pipeline-graph.layout-one .graph-row .graph-text .graph-title {
  color: #2f3033;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.pipeline-graph.layout-one .graph-row .graph-bar {
  flex: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pipeline-graph.layout-one .graph-row .graph-bar .bar {
  height: 11px;
  background-color: #1b75e0;
  width: 100%;
  margin: 5px;
  border-radius: 40px;
  opacity: 0;
  animation-name: animateBar;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
  animation-timing-function: ease-in;
  animation-play-state: paused;
  transition: 50ms linear opacity;
}
.pipeline-graph.layout-one .graph-row .graph-bar .title-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.pipeline-graph.layout-one .graph-row .graph-bar .title-container .title {
  width: 20%;
  padding: 5px;
  text-align: center;
  white-space: break-spaces;
  color: #2f3033;
}
.pipeline-graph.layout-one .graph-row .graph-mobile-text {
  display: none;
  width: 100%;
  justify-content: flex-end;
  padding-right: 10px;
  margin-top: 10px;
}

.pipeline-graph.layout-one .graph-bar .bar.w-1 {
  width: calc(1 * calc(100% / 6) - 15px);
}

.pipeline-graph.layout-one .graph-bar .bar.w-2 {
  width: calc(2 * calc(100% / 6) - 15px);
}

.pipeline-graph.layout-one .graph-bar .bar.w-3 {
  width: calc(3 * calc(100% / 6) - 15px);
}

.pipeline-graph.layout-one .graph-bar .bar.w-4 {
  width: calc(4 * calc(100% / 6) - 15px);
}

.pipeline-graph.layout-one .graph-bar .bar.w-5 {
  width: calc(5 * calc(100% / 6) - 15px);
}

.pipeline-graph.layout-one .graph-bar .bar.w-6 {
  width: calc(6 * calc(100% / 6) - 15px);
}

@keyframes animateBar {
  from {
    width: 5%;
  }
}
@media only screen and (max-width: 920px) {
  .pipeline-graph.layout-one .graph-row .graph-bar .title-container .title,
.pipeline-graph.layout-one .graph-row .graph-text .title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 810px) {
  .pipeline-graph.layout-one .graph-row {
    flex-direction: column;
    padding: 15px 5px;
  }
  .pipeline-graph.layout-one .graph-row .graph-bar .bar {
    margin: 0;
  }

  .title-container h4.title {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: right !important;
  }
}
@media only screen and (max-width: 670px) {
  .pipeline-graph.layout-one .graph-headings .graph-bar {
    display: none;
  }
  .pipeline-graph.layout-one .graph-row .graph-text .graph-title {
    margin-bottom: 10px;
  }
  .pipeline-graph.layout-one .graph-row .graph-mobile-text {
    display: flex;
  }
}
.pipeline-graph.layout-two {
  margin-top: 50px;
}
.pipeline-graph.layout-two .mobile-label {
  display: none;
}
.pipeline-graph.layout-two .graph-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid rgba(47, 48, 51, 0.5);
  padding: 15px 0 5px 0;
  align-items: flex-start;
}
.pipeline-graph.layout-two .graph-row.graph-headings {
  color: #2f3033;
  border-bottom: 1px solid rgba(47, 48, 51, 0.5);
}
.pipeline-graph.layout-two .graph-row.graph-headings p {
  font-weight: bold;
  font-size: 22px;
}
.pipeline-graph.layout-two .graph-row .indication,
.pipeline-graph.layout-two .graph-row .institution,
.pipeline-graph.layout-two .graph-row .financed,
.pipeline-graph.layout-two .graph-row .completion {
  width: 100%;
  padding: 0 5px;
}
.pipeline-graph.layout-two .graph-row .stack-headings {
  flex: 6;
  display: flex;
  align-items: center;
}
.pipeline-graph.layout-two .graph-row .stack-headings .indication,
.pipeline-graph.layout-two .graph-row .stack-headings .institution {
  flex: 1;
}
.pipeline-graph.layout-two .graph-row .financed {
  flex: 1;
}
.pipeline-graph.layout-two .graph-row .financed .tick {
  display: none;
}
.pipeline-graph.layout-two .graph-row .financed.yes .tick {
  display: inline-block;
  height: 21px;
  width: 21px;
}
.pipeline-graph.layout-two .graph-row .completion {
  flex: 3;
}
.pipeline-graph.layout-two .graph-row .progress {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pipeline-graph.layout-two .graph-row .progress .bar {
  -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
  height: 30px;
  width: 100%;
  margin: 5px;
  animation-name: animateBar;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
  animation-delay: 250ms;
  animation-timing-function: ease-in;
  display: flex;
  align-items: center;
  background-color: #1b75e0;
}
.pipeline-graph.layout-two .graph-row .progress .bar span.complete {
  opacity: 0;
  padding-left: 5px;
  color: #2f3033;
  display: none;
  animation-name: fadeIn;
  animation-delay: 750ms;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
}
.pipeline-graph.layout-two .graph-row .progress.complete span.complete {
  display: flex;
}
.pipeline-graph.layout-two .graph-row .progress .title-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.pipeline-graph.layout-two .graph-row .progress .title-container .title {
  width: 20%;
  padding: 5px;
  text-align: center;
  white-space: break-spaces;
  font-size: 14px;
}

.pipeline-graph.layout-two .graph-bar .bar.w-1 {
  width: calc(1 * calc(100% / 5) - 15px);
}

.pipeline-graph.layout-two .graph-bar .bar.w-2 {
  width: calc(2 * calc(100% / 5) - 15px);
}

.pipeline-graph.layout-two .graph-bar .bar.w-3 {
  width: calc(3 * calc(100% / 5) - 15px);
}

.pipeline-graph.layout-two .graph-bar .bar.w-4 {
  width: calc(4 * calc(100% / 5) - 15px);
}

.pipeline-graph.layout-two .graph-bar .bar.w-5 {
  width: calc(5 * calc(100% / 5) - 15px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  .pipeline-graph.layout-two .graph-row .stack-headings {
    flex: 4;
  }
  .pipeline-graph.layout-two .graph-row .completion {
    flex: 2;
  }
}
@media only screen and (max-width: 700px) {
  .pipeline-graph.layout-two .graph-row .stack-headings {
    flex: 2;
    flex-direction: column;
  }
  .pipeline-graph.layout-two .graph-row .completion {
    flex: 2;
  }
  .pipeline-graph.layout-two .graph-row .financed {
    flex: 1;
  }
}
@media only screen and (max-width: 620px) {
  .pipeline-graph.layout-two .graph-headings {
    display: none;
  }
  .pipeline-graph.layout-two .content-row.pipeline-graph.layout-two .graph-info {
    padding-bottom: 20px;
  }
  .pipeline-graph.layout-two .graph-row {
    flex-direction: column;
  }
  .pipeline-graph.layout-two .graph-row .financed.yes .tick {
    display: inline-block;
  }
  .pipeline-graph.layout-two .mobile-label {
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin-right: 5px;
  }
  .pipeline-graph.layout-two .mobile-label.normal {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .pipeline-graph.layout-two .completion,
.pipeline-graph.layout-two .financed {
    flex: 1;
  }
}
.quote-carousel-block {
  max-width: 1140px;
  margin: auto;
}
.quote-carousel-block .quote-slider {
  list-style: none;
  text-align: center;
  padding: 0 10px;
}
.quote-carousel-block .quote-slider .owl-item .quote span {
  font-weight: normal;
}
.quote-carousel-block .quote-slider .owl-item .quote span.quote {
  display: flex;
  font-size: 44px;
  color: #2f3033;
  font-weight: 600;
  max-width: 1000px;
  margin: 0 auto 30px auto;
}
.quote-carousel-block .quote-slider .owl-item .quote span.attribution, .quote-carousel-block .quote-slider .owl-item .quote span.additional {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 10px;
}
.quote-carousel-block .quote-slider .owl-item .quote span.attribution {
  font-weight: 600;
}
.quote-carousel-block .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.quote-carousel-block .owl-dots {
  margin-top: 30px;
}
.quote-carousel-block .owl-dots .owl-dot span {
  transition: 150ms ease-in all;
}
.quote-carousel-block .owl-dots .owl-dot:hover span {
  transition: 150ms ease-in all;
  background: #f4f3f6;
}
.quote-carousel-block .owl-dots .owl-dot.active span {
  background: #1b75e0;
  transition: 150ms ease-in all;
}

.quote-outer-container {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 1140px) {
  .quote-outer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 921px) {
  .quote-carousel-block .quote-slider .owl-item .quote span.quote {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  .quote-carousel-block .quote-slider .owl-item .quote span.quote,
.quote-carousel-block .quote-slider .owl-item .quote span.attribution,
.quote-carousel-block .quote-slider .owl-item .quote span.additional {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 628px) {
  .sixty-block .sixty-with-inner {
    display: inline-block;
  }
  .sixty-block .sixty-with-inner .sixty-with-block {
    margin: 0 0 40px 0;
    text-align: center;
  }
  .sixty-block .sixty-with-inner .sixty-with-block .featured-img {
    margin-bottom: 20px;
  }
}
ul#tabs-list {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  font-size: 28px;
  padding: 0;
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #45575f;
  font-weight: normal;
  cursor: pointer;
  background-color: #ecf0f1;
  transition-property: background-color, color;
  transition-duration: 200ms;
  border-top: 1px solid #8ea6b0;
  border-left: 1px solid #8ea6b0;
  border-right: 1px solid #8ea6b0;
}
label.panel-label:hover {
  color: #45575f;
}

#investors-tabs #panels .container #panel-3 ul.slides .tab-block {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
}
#investors-tabs #panels .container #panel-3 ul.slides .tab-block p {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}
#investors-tabs #panels .container #panel-3 ul.slides .tab-block p span.larger {
  font-size: 27px;
}

@media only screen and (max-width: 887px) {
  #investors-tabs #panels .container #panel-3 ul.slides .tab-block {
    flex: 0 0 50%;
  }
}
#panels {
  background-color: #8ea6b0;
}
#panels .container {
  margin: 0 auto;
  width: 90%;
}
#panels .container section {
  padding-bottom: 30px;
}
#panels .container ul.slides {
  padding: 50px 0;
  max-width: 1140px;
  list-style: none;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
#panels .container ul.slides .tab-block {
  margin-bottom: 30px;
  padding: 0 10px;
  flex: 0 0 50%;
  text-align: center;
}
#panels .container ul.slides .tab-block img {
  margin-bottom: 30px;
}
#panels .container ul.slides .tab-block p {
  text-align: left;
  color: white;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}
#panels section main .bottom-text {
  color: white;
  padding-bottom: 50px;
  text-align: center;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
}

@media all and (max-width: 767px) {
  #tabs-list {
    display: flex;
  }
  #tabs-list #li-for-panel-1,
#tabs-list #li-for-panel-2,
#tabs-list #li-for-panel-3,
#tabs-list #li-for-panel-4 {
    max-height: none !important;
    border-bottom: none;
    display: flex;
    flex: 1;
  }
  #tabs-list #li-for-panel-1 label,
#tabs-list #li-for-panel-2 label,
#tabs-list #li-for-panel-3 label,
#tabs-list #li-for-panel-4 label {
    font-size: 17px;
  }
  #tabs-list #panels {
    border-top: 1px solid #efefef;
  }

  .tab-image-text #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    opacity: 0.7;
  }

  .tab-two-col-block ul#tabs-list li,
.tab-image-text ul#tabs-list li {
    max-width: none !important;
  }

  main {
    padding: 0 20px;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 140px !important;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 140px !important;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 140px !important;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 140px !important;
    opacity: 1;
  }

  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }

  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 80px;
    opacity: 1;
    padding: 12px 24px;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-2 #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-1,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 200px !important;
  }

  #tabs-list {
    position: relative;
  }
  #tabs-list label.panel-label {
    padding: 12px;
  }
  #tabs-list #li-for-panel-1 {
    max-height: none;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: none;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: none;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: none;
    overflow-y: hidden;
    transition: max-height 200ms;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: #45575f;
    color: white;
    background-color: #45575f;
    color: white;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: #45575f;
    color: white;
    background-color: #45575f;
    color: white;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: #45575f;
    color: white;
    background-color: #45575f;
    color: white;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: #45575f;
    color: white;
    background-color: #45575f;
    color: white;
  }

  #panels {
    max-width: none !important;
  }
  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
.tab-two-col-block #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
.tab-two-col-block #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
.tab-two-col-block #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  background: #8ea6b0;
}

#investors-tabs #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background: #8ea6b0;
}

@media all and (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: #45575f;
    color: white;
    padding-top: 26px;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: #45575f;
    color: white;
    padding-top: 26px;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: #45575f;
    color: white;
    padding-top: 26px;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
    border-right: 1px solid transparent;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: #45575f;
    color: white;
    padding-top: 26px;
  }

  ul#tabs-list {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    width: 23%;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;
    position: relative;
  }
  ul#tabs-list li:hover {
    transition: none;
  }
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
  }
  ul#tabs-list li label.panel-label:hover {
    padding-top: 24px;
  }

  #open-nav-label,
#close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }
}
.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0.5;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  transform: translateX(-5px);
}
.panel-radios:nth-child(2) {
  transform: translateX(15px);
}
.panel-radios:nth-child(3) {
  transform: translateX(35px);
}
.panel-radios:nth-child(4) {
  transform: translateX(55px);
}
.panel-radios:nth-child(5) {
  top: 30px;
  transform: translateX -5px;
  display: block;
}

label.demo-label {
  background-color: #45575f;
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.demo-label:hover {
  background-color: #45575f;
}

#demo-child-toggle {
  display: none;
}
#demo-child-toggle:checked ~ #demo-parent #demo-child {
  color: #45575f;
  font-weight: bold;
  text-transform: uppercase;
}

#investors-tabs #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-2:hover label,
#investors-tabs #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-1:hover label {
  background: rgba(141, 165, 176, 0.8);
}

#panel-1-ctrl:checked ~ #panels #panel-2,
#panel-1-ctrl:checked ~ #panels #panel-3,
#panel-1-ctrl:checked ~ #panels #panel-4 {
  padding: 0;
}

#panel-2-ctrl:checked ~ #panels #panel-1,
#panel-2-ctrl:checked ~ #panels #panel-3,
#panel-2-ctrl:checked ~ #panels #panel-4 {
  padding: 0;
}

#panel-3-ctrl:checked ~ #panels #panel-1,
#panel-3-ctrl:checked ~ #panels #panel-2,
#panel-3-ctrl:checked ~ #panels #panel-4 {
  padding: 0;
}

#panel-4-ctrl:checked ~ #panels #panel-1,
#panel-4-ctrl:checked ~ #panels #panel-2,
#panel-4-ctrl:checked ~ #panels #panel-3 {
  padding: 0;
}

.tab-image-text li#li-for-panel-2 {
  border-bottom: 1px solid rgb(245, 244, 236);
}
.tab-image-text li#li-for-panel-1 label,
.tab-image-text li#li-for-panel-2 label {
  padding-bottom: 35px !important;
}
.tab-image-text #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label:before {
  transition: 150ms ease-in all;
  filter: invert(38%) sepia(46%) saturate(2646%) hue-rotate(171deg) brightness(96%) contrast(98%);
  -webkit-filter: invert(38%) sepia(46%) saturate(2646%) hue-rotate(171deg) brightness(96%) contrast(98%);
}
.tab-image-text #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label:before {
  transition: 150ms ease-in all;
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(179deg) brightness(117%) contrast(100%);
  -webkit-filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(179deg) brightness(117%) contrast(100%);
}

#join-our-study #panels .container section#panel-2 main {
  display: inline-block;
}
#join-our-study #panels .container section#panel-2 main .left-block {
  padding-bottom: 0;
}

#join-our-study {
  padding-top: 105px !important;
}
#join-our-study section#panel-1 {
  padding-bottom: 0;
}
#join-our-study #panels .container section#panel-2 main .right-block {
  padding-bottom: 40px;
}
#join-our-study ul#tabs-list {
  max-width: 1140px;
  margin: auto;
}
#join-our-study ul#tabs-list li {
  max-width: none;
  width: calc(50% - 20px) !important;
}

.tab-two-col-block ul#tabs-list li,
.tab-image-text ul#tabs-list li {
  max-width: 570px;
}
.tab-two-col-block .container,
.tab-image-text .container {
  max-width: 1140px;
}

#panel-1-ctrl,
#panel-2-ctrl,
#panel-3-ctrl,
#panel-4-ctrl {
  display: none;
}

.tab-image-text label.panel-label {
  background-color: #f4f3f6;
  padding-left: 10px;
  padding-right: 10px;
}
.tab-image-text #panel-1-ctrl ~ #tabs-list #li-for-panel-1 label.panel-label {
  color: #1b75e0;
}
.tab-image-text #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
.tab-image-text #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: #f4f3f6;
  color: #1b75e0;
}
.tab-image-text #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label {
  background: #8ea6b0 !important;
  color: white !important;
}
.tab-image-text #panel-2-ctrl:checked ~ #panels {
  background-color: #8ea6b0 !important;
}
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy hr,
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy p,
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy li,
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy ul,
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy h3,
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy h4,
.tab-image-text #panel-2-ctrl:checked ~ #panels .copy h5 {
  color: white;
}
.tab-image-text ul#tabs-list li label.panel-label::after {
  background-color: #8ea6b0;
}
.tab-image-text #panels {
  background-color: #f4f3f6;
}
.tab-image-text #panels .container section main {
  display: flex;
}
.tab-image-text #panels .container section main .block {
  padding: 61px 5px 80px 5px;
  flex: 1;
}
.tab-image-text #panels .container section main .block .copy hr {
  margin: 20px auto 30px auto;
  width: 100%;
  border: 1px solid #fff;
}
.tab-image-text #panels .container section main .block .copy ul {
  padding-left: 40px;
}
.tab-image-text #panels .container section main .block .copy ul li {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.tab-image-text #panels .container section main .block .copy h5 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
}
.tab-image-text #panels .container section main .block .copy h3,
.tab-image-text #panels .container section main .block .copy h4,
.tab-image-text #panels .container section main .block .copy p {
  margin-bottom: 10px;
  color: #f4f3f6;
}
.tab-image-text #panels .container section main .block .copy h4 {
  font-size: 24px;
}
.tab-image-text #panels .container section main .block .copy p {
  font-size: 16px;
}
.tab-image-text.tab-2-right-text-flex #panel-2 .right-block .copy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tab-image-text.tab-2-right-text-flex #panel-2 .right-block .copy h5 {
  flex: 0 0 33%;
}
.tab-image-text.tab-2-right-text-flex #panel-2 .right-block .copy ul {
  flex: 0 0 66%;
}
.tab-image-text.tab-2-left-text-larger #panel-2 .left-block .copy {
  padding-right: 10px;
}
.tab-image-text.tab-2-left-text-larger #panel-2 .left-block .copy p {
  font-size: 24px !important;
}

.tab-image-text #panel-1-ctrl ~ #tabs-list #li-for-panel-1 label.panel-label {
  color: #45575f;
}

@media only screen and (max-width: 1050px) {
  .tab-two-col-block #panels .container section main {
    display: inline-block;
  }
  .tab-two-col-block #panels .container section main .left-block {
    padding-bottom: 20px;
  }
  .tab-two-col-block #panels .container section main .right-block {
    padding: 0;
  }
}
@media only screen and (max-width: 571px) {
  .tab-2-right-text-flex .right-block .right-inner.copy {
    display: inline-block !important;
  }
  .tab-2-right-text-flex .right-block .right-inner.copy hr {
    margin: 20px auto;
  }
  .tab-2-right-text-flex .right-block .right-inner.copy ul {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 446px) {
  #panel-2 .left-block {
    padding-top: 20px !important;
  }

  label.panel-label {
    font-size: 17px;
  }
}
.tabular-graphic .title-container {
  text-align: center;
}
.tabular-graphic .title-container h2 {
  margin-bottom: 20px;
}
.tabular-graphic .graphic-container {
  gap: 20px;
  display: flex;
  max-width: 1140px;
  margin: auto;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.tabular-graphic .graphic-container .tabular-block {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.tabular-graphic .graphic-container .tabular-block p {
  margin-bottom: 0;
  color: #2f3033;
}
.tabular-graphic .graphic-container .tabular-block .tabular-title {
  background-color: #3887ca;
  width: calc(100% - 5px);
  padding: 10px;
  text-align: center;
}
.tabular-graphic .graphic-container .tabular-block .tabular-title p {
  font-weight: bold;
  color: white;
}
.tabular-graphic .graphic-container .tabular-block .tabular-block-element {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  justify-content: space-evenly;
  gap: 10px;
}
.tabular-graphic .graphic-container .tabular-block .tabular-block-element .entry {
  width: calc(33.3333333333% - 10px);
  text-align: center;
  padding: 10px;
  background-color: #c6e8fc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabular-graphic .graphic-container .tabular-block.blue .tabular-title {
  background-color: #3887ca;
}
.tabular-graphic .graphic-container .tabular-block.blue .tabular-block-element .entry {
  background-color: #c6e8fc;
}
.tabular-graphic .graphic-container .tabular-block.purple .tabular-title {
  background-color: #8b44ad;
}
.tabular-graphic .graphic-container .tabular-block.purple .tabular-block-element .entry {
  background-color: #e6d7ee;
}
.tabular-graphic .graphic-container .tabular-block.orange .tabular-title {
  background-color: #d07e21;
}
.tabular-graphic .graphic-container .tabular-block.orange .tabular-block-element .entry {
  background-color: #f5e3cc;
}

@media only screen and (max-width: 600px) {
  .tabular-graphic {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabular-graphic .graphic-container .tabular-block .tabular-title {
    width: 100%;
  }
  .tabular-graphic .graphic-container .tabular-block .tabular-block-element {
    flex-direction: column;
  }
  .tabular-graphic .graphic-container .tabular-block .tabular-block-element .entry {
    width: 100%;
  }
}
.team-slider {
  position: relative;
  margin-top: 25px;
  list-style: none;
  height: 100% !important;
}
.team-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -93px;
}
.team-slider .owl-nav button {
  transition: 250ms ease-in all;
}
.team-slider .owl-nav button img,
.team-slider .owl-nav button picture {
  transition: 250ms ease-in all;
  filter: invert(44%) sepia(66%) saturate(3502%) hue-rotate(170deg) brightness(95%) contrast(98%);
  -webkit-filter: invert(44%) sepia(66%) saturate(3502%) hue-rotate(170deg) brightness(95%) contrast(98%);
}
.team-slider .owl-nav button img:hover,
.team-slider .owl-nav button picture:hover {
  transition: 250ms ease-in all;
  filter: invert(32%) sepia(7%) saturate(1412%) hue-rotate(154deg) brightness(91%) contrast(84%);
}
.team-slider .owl-nav button:focus {
  outline: none;
}
.team-slider .owl-nav button:hover {
  background: transparent !important;
  border-radius: 50%;
}
.team-slider .owl-item {
  position: relative;
}
.team-slider .owl-item .carousel-item .carousel-content {
  opacity: 0;
  transition: 150ms ease-in !important;
  transform: translateY(-20px);
}
.team-slider .owl-item .carousel-item .team-carousel-img source,
.team-slider .owl-item .carousel-item .team-carousel-img img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.team-slider .owl-item .carousel-item:hover .team-carousel-img source,
.team-slider .owl-item .carousel-item:hover .team-carousel-img img {
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.team-slider .owl-item .carousel-item.hovered {
  z-index: 10;
}
.team-slider .owl-item .carousel-item.hovered .team-carousel-img {
  transition: 150ms ease-in all;
  filter: none !important;
}
.team-slider .owl-item .carousel-item.hovered .carousel-content {
  transform: none;
  opacity: 1;
  transition: 150ms ease-in !important;
}
.team-slider .owl-item img.team-carousel-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  filter: grayscale(100%);
  transition: 150ms ease-in all;
}
.team-slider .owl-item a img:hover {
  filter: none;
  transition: 150ms ease-in all;
}
.team-slider .owl-item.firstActiveItem {
  pointer-events: initial;
}
.team-slider .owl-item:not(.active) {
  opacity: 0;
}
.team-slider .owl-item img {
  transition: 150ms linear all;
}
.team-slider .owl-item .carousel-content {
  transition: opacity 250ms 150ms ease-in, 250ms ease-in transform !important;
}
.carousel-content {
  transition: transform 2s ease-in all;
  background: #f4f3f6;
  padding: 10px 15px;
}
.carousel-content .team-name,
.carousel-content .team-subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.carousel-content .team-name {
  font-weight: 800;
}
.carousel-content .team-quote {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: black;
  position: relative;
}
.carousel-content .team-quote img {
  width: 50px;
  float: left;
}

.timeline-block .timeline-subheading {
  font-size: 18px;
  margin-top: 10px;
}
.timeline-block .timeline-inner .timeline-content-container {
  text-decoration: none;
  -webkit-text-decoration-color: white;
  text-decoration-color: white;
  padding-bottom: 10px;
}
.timeline-block .timeline-inner .timeline-content-container:hover {
  -webkit-text-decoration-color: white;
  text-decoration-color: white;
  text-decoration: none;
}
.timeline-block .owl-stage-outer:before {
  content: "";
  z-index: 25;
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, rgb(255, 255, 255) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 20;
}
.timeline-block .owl-stage {
  padding-left: 0 !important;
}
.timeline-block .owl-nav {
  justify-content: flex-end;
}
.timeline-block .timeline-text-inner {
  max-width: 740px;
  margin-right: auto;
}

.timeline-inner {
  margin: 0 auto 0 auto;
  position: relative;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#timeline-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: scroll;
  margin-top: 30px;
  display: inline-block;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0 20px;
}
#timeline-container #thumbs {
  padding: 30px 0 0 0;
}
#timeline-container #thumbs .history-block {
  position: relative;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  color: #fff;
}
#timeline-container #thumbs .history-block:last-of-type {
  border-right: none;
}

.timeline-block .owl-nav button {
  transition: 250ms ease-in all;
}
.timeline-block .owl-nav button.disabled {
  opacity: 0.2;
}
.timeline-block .owl-nav button.disabled img {
  filter: none;
}
.timeline-block .owl-nav button img {
  transition: 250ms ease-in all;
  filter: invert(44%) sepia(66%) saturate(3502%) hue-rotate(170deg) brightness(95%) contrast(98%);
}
.timeline-block .owl-nav button img:hover {
  transition: 250ms ease-in all;
  filter: invert(32%) sepia(7%) saturate(1412%) hue-rotate(154deg) brightness(91%) contrast(84%);
}
.timeline-block .owl-nav button:focus {
  outline: none;
}
.timeline-block .owl-nav button:hover {
  background: transparent !important;
  border-radius: 50%;
}

.timeline-content-container {
  display: block;
  width: 100%;
}
.timeline-content-containera {
  cursor: pointer;
}
.timeline-content-container .year,
.timeline-content-container .title {
  font-size: 24px;
  color: #1b75e0;
  margin-bottom: 10px;
  font-weight: 600;
  white-space: normal;
  text-align: left;
}
.timeline-content-container .icon {
  margin: 0 auto 15px 0;
  max-width: 120px;
}
.timeline-content-container .text {
  font-size: 24px;
  font-weight: 600;
  color: #2f3033;
  white-space: normal;
  margin: auto;
  text-align: left;
  margin-bottom: 15px;
}
.timeline-content-container .info {
  color: #2f3033;
  font-size: 24px;
  white-space: normal;
  font-weight: 400;
  text-align: left;
}

.owl-item:last-of-type .history-block .timeline-content-container:before {
  width: 100% !important;
}

#treatment-timeline .owl-stage-outer {
  margin-top: 60px;
}
#treatment-timeline .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  left: 0;
  margin-top: 0;
}

@media only screen and (max-width: 670px) {
  .timeline-block .owl-stage-outer:before {
    display: none;
  }
}
.two-column-block {
  display: flex;
  margin: auto;
  flex-direction: row;
}
.two-column-block .column-block-container {
  flex-direction: row;
  display: flex;
  max-width: 1140px;
  margin: auto;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  justify-content: center;
}
.two-column-block .column-block-container ul {
  padding-left: 20px;
}
.two-column-block .column-block-container ul li {
  color: #2f3033;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.two-column-block .column-block-container .left-inner,
.two-column-block .column-block-container .right-inner {
  position: relative;
}
.two-column-block .column-block-container .left-block,
.two-column-block .column-block-container .right-block {
  flex-basis: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.two-column-block .column-block-container .image-section .image,
.two-column-block .column-block-container .copy-section {
  border-radius: 14px;
  overflow: hidden;
}
.two-column-block .column-block-container p.image-caption {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgba(47, 48, 51, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 16px;
}
.two-column-block .column-block-container p.image-caption em,
.two-column-block .column-block-container p.image-caption strong,
.two-column-block .column-block-container p.image-caption b {
  font-size: inherit;
}
.two-column-block .column-block-container .right-block {
  text-align: right;
  overflow: hidden;
}
.two-column-block .column-block-container .copy-section {
  align-items: flex-start;
  justify-content: center;
}
.two-column-block .column-block-container .copy-section .copy {
  max-width: 500px;
}
.two-column-block.content-background .copy-section {
  background-color: #f4f3f6;
  padding: 30px;
}
.two-column-block.creme, .two-column-block.bg-creme {
  max-width: none;
  background-color: #f4f3f6;
}

body.home .two-column-block.content-background .column-block-container .copy-section {
  background-color: white;
}

@media only screen and (max-width: 996px) {
  .two-column-block {
    flex-direction: column-reverse;
  }
  .two-column-block .block .right-inner.copy {
    text-align: left;
  }
  .two-column-block .block .image .image-caption {
    text-align: center;
  }
}
@media only screen and (max-width: 921px) {
  .two-column-custom-style {
    padding-top: 0 !important;
    margin-top: -50px !important;
    margin-bottom: 32px !important;
  }

  .column-reverse-mobile.two-column-block .column-block-container {
    flex-direction: column-reverse !important;
  }
  .column-reverse-mobile.two-column-block .column-block-container .right-inner.copy {
    text-align: left !important;
  }
  .column-reverse-mobile.two-column-block #what-happens .left-block {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .column-reverse-mobile.two-column-block #what-happens .left-block .left-inner {
    width: 100%;
  }

  #partnerships .column-block-container,
#join-us .column-block-container {
    display: flex !important;
    flex-direction: row;
  }
  #partnerships .column-block-container .left-block,
#partnerships .column-block-container .right-block,
#join-us .column-block-container .left-block,
#join-us .column-block-container .right-block {
    flex: 1;
  }
  #partnerships .column-block-container .right-inner.image,
#join-us .column-block-container .right-inner.image {
    text-align: center;
    margin: 0 0 0 auto !important;
  }

  .two-column-block .block .right-inner.copy {
    padding: 0 !important;
  }
  .two-column-block .block .right-inner.copy * {
    text-align: left;
  }
}
@media only screen and (max-width: 720px) {
  .two-column-block .column-block-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 686px) {
  .two-column-block .block .image {
    text-align: center;
  }

  .latest-internship .latest-internship-inner .latest-featured-img,
.latest-internship .latest-internship-inner .intern-content {
    height: auto;
    flex: 1;
  }
  .latest-internship .latest-internship-inner .latest-featured-img .intern-content-inner,
.latest-internship .latest-internship-inner .intern-content .intern-content-inner {
    padding: 40px 20px;
  }
  .latest-internship .latest-internship-inner .latest-featured-img .intern-content-inner .title,
.latest-internship .latest-internship-inner .intern-content .intern-content-inner .title {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .latest-internship .latest-internship-inner .latest-featured-img .intern-content-inner .excerpt,
.latest-internship .latest-internship-inner .intern-content .intern-content-inner .excerpt {
    margin-bottom: 15px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 647px) {
  #trd-study .left-inner.image {
    margin-bottom: 0 !important;
  }

  #join-our-study {
    padding-top: 80px !important;
  }

  #join-us {
    padding-top: 0 !important;
    margin-top: 0;
  }

  label.panel-label {
    font-size: 21px;
    padding: 12px 20px;
  }

  .row-inner.right.mobile {
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 571px) {
  #what-happens .block {
    padding: 0 !important;
  }
  #what-happens .block .right-inner {
    display: inline-block;
  }
  #what-happens .block .right-inner h5 {
    text-align: left;
    margin-bottom: 10px;
  }
  #what-happens .block .right-inner p {
    padding: 0;
  }
  #what-happens .block .right-inner hr {
    margin: 20px auto;
  }
}
.values-mob-slider .value {
  text-align: left;
  padding: 0;
  list-style: none;
}
.values-mob-slider .value .title {
  font-size: 24px;
}
.values-mob-slider .value .title,
.values-mob-slider .value .subtitle {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
.values-mob-slider .value .icon,
.values-mob-slider .value .icon img,
.values-mob-slider .value .icon source,
.values-mob-slider .value .icon picture {
  width: auto;
  max-width: none;
  margin: 0 auto 30px auto;
  height: 100px;
}
.values-mob-slider .value ul {
  padding-left: 20px;
}
.values-mob-slider .value ul li {
  color: #2f3033;
  font-size: 18px;
}
.values-mob-slider .owl-dots .owl-dot span {
  background: #f4f3f6;
}
.values-mob-slider .owl-dots .owl-dot.active span {
  background: #1b75e0;
}

.scrollmagic-pin-spacer {
  margin-bottom: 0 !important;
  background: transparent !important;
}

.values-carousel-block {
  padding-top: 50px !important;
  padding-bottom: 150px !important;
}
.values-carousel-block .carousel-text-inner {
  max-width: 640px;
  padding-bottom: 40px;
  margin-right: auto;
}
.values-carousel-block.sticky {
  position: sticky;
  top: 125px;
  left: 10%;
  right: 10%;
}
.values-carousel-block .carousel-block-row .row-inner.desktop {
  display: block;
}
.values-carousel-block .carousel-block-row .row-inner.mobile {
  display: none !important;
}
.values-carousel-block .value-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
  flex: none;
  width: 99%;
}
.values-carousel-block .value-container.active {
  opacity: 1;
  transition: 350ms ease-in opacity;
}
.values-carousel-block.underlay {
  padding-top: 300px !important;
  margin-top: -300px !important;
  padding-bottom: 200px;
}
.values-carousel-block .carousel-block-row .row-inner .value-content .copy {
  color: #2f3033;
}
.values-carousel-block .carousel-block-row .row-inner .value-content ul li {
  color: #1b75e0;
}
.values-carousel-block .carousel-block-row .row-inner .value-content ul li span {
  color: #2f3033;
}
.values-carousel-block .carousel-block-row {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
.values-carousel-block .carousel-block-row .row-inner {
  flex: 1;
}
.values-carousel-block .carousel-block-row .row-inner .copy {
  margin-bottom: 15px;
}
.values-carousel-block .carousel-block-row .row-inner .copy p,
.values-carousel-block .carousel-block-row .row-inner .copy h2 {
  padding: 0;
  text-align: left;
  margin: 0;
}
.values-carousel-block .carousel-block-row .row-inner .copy .blue-buttton {
  padding: 14px 40px !important;
  margin-top: 20px !important;
}
.values-carousel-block .carousel-block-row .row-inner .copy p {
  font-size: 24px;
}
.values-carousel-block .carousel-block-row .row-inner .copy h3 {
  margin-bottom: 15px;
}
.values-carousel-block .carousel-block-row .row-inner.left {
  flex: 0 0 46%;
  margin-right: 30px;
}
.values-carousel-block .carousel-block-row .row-inner.right {
  flex: 0 0 52%;
  position: relative;
  display: flex;
  align-items: center;
}
.values-carousel-block .carousel-block-row .row-inner .nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.values-carousel-block .carousel-block-row .row-inner .nav span {
  font-size: 34px;
  font-weight: 600;
  transition: 150ms ease-in all;
  transform-origin: left center;
}
.values-carousel-block .carousel-block-row .row-inner .value-content {
  margin-right: 20px;
}
.values-carousel-block .carousel-block-row .row-inner .value-content .copy {
  font-size: 34px;
  font-weight: 600;
}
.values-carousel-block .carousel-block-row .row-inner .value-content ul {
  padding-left: 20px;
}
.values-carousel-block .carousel-block-row .row-inner .value-content ul li {
  font-size: 18px;
  color: #1b75e0;
  font-weight: normal;
  list-style: initial;
  display: list-item;
}
.values-carousel-block .carousel-block-row .row-inner .value-content * {
  display: block;
}
.values-carousel-block .nav-dots {
  height: 200px;
  width: 40px;
  margin: 0 20px 0 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.values-carousel-block .nav-dots .dot {
  background: transparent;
  border: 2px solid #1b75e0;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  position: relative;
  transition: 150ms ease-in all;
}
.values-carousel-block .nav-dots .dot.active {
  transition: 150ms ease-in all;
}
.values-carousel-block .nav-dots .dot:before {
  content: "";
  width: 3px;
  background: #1b75e0;
  position: absolute;
  top: 8px;
  height: 40px;
  left: 50%;
  transform: translate(-50%, 10px);
}
.values-carousel-block .nav-dots .dot:last-of-type:before {
  display: none;
}

#our-values {
  scroll-margin-top: 150px;
}

@media only screen and (max-width: 1345px) {
  .values-carousel-block .carousel-block-row {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .values-carousel-block {
    padding-bottom: 300px !important;
  }
  .values-carousel-block .carousel-text-inner {
    padding-bottom: 20px;
  }
  .values-carousel-block .carousel-block-row {
    flex-direction: column;
  }
  .values-carousel-block .carousel-block-row .row-inner .nav {
    gap: 10px;
  }
  .values-carousel-block .carousel-block-row .row-inner.left {
    margin-bottom: 30px;
  }
  .values-carousel-block .carousel-block-row .row-inner .value-container {
    left: 0;
  }
  .values-carousel-block .carousel-block-row .row-inner.right {
    left: 0;
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 812px) {
  #our-values {
    padding: 50px 0 !important;
  }

  .values-carousel-block .carousel-block-row .row-inner.left {
    display: none;
  }
  .values-carousel-block .carousel-block-row .row-inner.right {
    margin-right: 0;
  }
  .values-carousel-block .carousel-block-row .row-inner.desktop {
    display: none !important;
  }
  .values-carousel-block .carousel-block-row .row-inner.mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 757px) {
  .values-carousel-block {
    padding-bottom: 300px !important;
  }

  .value-container {
    flex-direction: column-reverse !important;
  }
  .value-container img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 647px) {
  .values-mob-slider {
    margin-top: 30px;
  }
  .values-mob-slider .value {
    padding: 0;
  }
}
@media only screen and (max-width: 476px) {
  .values-carousel-block .carousel-block-row .row-inner.left .nav {
    margin: 35px 0;
  }
  .values-carousel-block .carousel-block-row .row-inner.left .nav span {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: calc(50% - 2px);
  }
  .values-carousel-block .carousel-block-row .row-inner.left .nav span:after {
    display: none;
  }
}
.video-block .caption {
  z-index: 25;
  background: rgba(47, 48, 51, 0.7);
  text-align: center;
  color: white;
  padding: 11px 20px;
  font-size: 16px;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: normal;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.video-block.right-content .video-block-inner {
  flex-direction: row-reverse;
}
.video-block.no-link .video-block-inner .content {
  flex: 2 !important;
}
.video-block.no-link .video-block-inner .vid-outer {
  flex: 3;
  width: 100%;
}
.video-block .video-block-inner {
  gap: 40px;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.video-block .video-block-inner .content {
  align-items: center;
  flex: 1;
  border-radius: 14px;
}
.video-block .video-block-inner .content .content-inner {
  flex: 1;
  height: 100%;
}
.video-block .video-block-inner .content .content-inner a {
  padding: 0;
  border: 0;
  margin: 0;
  text-decoration: underline;
  background: transparent;
  display: initial;
}
.video-block .video-block-inner .content .content-inner a:hover {
  background: transparent;
  text-decoration: none;
  color: #2f3033;
}
.video-block .video-block-inner .vid-outer {
  width: 100%;
  flex: 1;
}
.video-block .video-block-inner .content-link {
  margin-top: 50px;
  padding: 30px;
  display: flex;
  border-radius: 14px;
  text-decoration: none;
  background: #f4f3f6;
  font-size: 20px;
  font-weight: 600;
  flex-direction: column;
}
.video-block .video-block-inner .content-link span {
  margin-top: 30px;
}
.video-block .video-block-inner .content-link svg {
  transition: 150ms linear all;
}
.video-block .video-block-inner .content-link:hover svg {
  transform: translateX(5px);
  transition: 150ms linear all;
}
.video-block .video-block-inner .video {
  text-align: center;
  border-radius: 14px;
  overflow: hidden;
}
.video-block .video-block-inner .video img,
.video-block .video-block-inner .video picture {
  height: auto;
  width: 100%;
}
.video-block .video-block-inner .video .play-button {
  top: 48%;
  width: 200px;
  height: 200px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: 0.2s linear;
  border-radius: 50px;
}
.video-block .video-block-inner .video .play-button svg {
  width: 200px;
  height: 200px;
}

.video-block.two-column-video .video-block-inner .content {
  flex: 1;
}

.video-block .video-block-inner .video {
  flex: 1;
}

.video-block.two-column-video .video-block-inner .content .content-inner {
  max-width: none;
  padding-left: 0 !important;
}

.video-block .video-block-inner .content .content-inner a.inline-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f3033;
  font-size: inherit;
  margin: 0;
  text-decoration: underline;
  border-radius: 0;
  display: inline;
}
.video-block .video-block-inner .content .content-inner a.inline-link:hover {
  text-decoration: none;
  background: transparent;
  color: #2f3033;
}

@media only screen and (max-width: 996px) {
  .video-block.right-content .video-block-inner {
    flex-direction: column-reverse;
  }
  .video-block.right-content .video-block-inner .video {
    width: 100%;
  }
  .video-block .video-block-inner {
    flex-direction: column-reverse;
  }
  .video-block .video-block-inner .content {
    margin-top: 30px;
  }
  .video-block .video-block-inner .content .content-inner {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .video-block .video-block-inner .video {
    width: 100%;
  }
  .video-block .video-block-inner:before {
    height: 25%;
  }
  .video-block .video-block-inner .video {
    margin-bottom: 30px;
  }
  .video-block .video-block-inner .content .content-inner {
    max-width: 600px;
  }
}
@media only screen and (max-width: 686px) {
  .video-block {
    margin-bottom: 0;
  }
  .video-block .video-block-inner .content {
    margin-top: 0;
  }
  .video-block .play-button {
    top: 50% !important;
    width: 150px !important;
    height: 150px !important;
  }
  .video-block .play-button svg {
    width: 150px !important;
    height: 150px !important;
  }
}
.header-block {
  padding: 126px 20px 114px 20px !important;
}
.header-block.no-image {
  padding: 232px 20px 185px 20px !important;
}
.header-block .title {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.4;
}
.header-block h1 {
  font-size: 20px;
  color: #1b75e0;
  text-align: center;
  font-weight: 600;
  font-family: inherit;
  margin: 0 0 32px 0;
}
.header-block .breadcrumb-container {
  margin-bottom: 32px;
}

@media only screen and (max-width: 650px) {
  .header-block {
    padding-left: 0;
    padding-right: 0;
  }
  .header-block .header-block-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.search-results .header-block {
    padding: 60px 20px 30px 20px;
  }
}
.content-row.everyone-has-a-story {
  padding-top: 40px;
}

.everyone-story-carousel {
  list-style: none;
  padding: 0;
}
.everyone-story-carousel .owl-item:nth-child(even) {
  margin-top: 50px;
}
.everyone-story-carousel .title-container {
  z-index: 25;
  background: rgba(47, 48, 51, 0.4);
  color: white;
  padding: 25px 20px 30px 20px;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: normal;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  font-size: 28px;
  font-weight: 600;
}
.everyone-story-carousel a.everyone-story-link {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: Relative;
  display: flex;
  border-radius: 14px;
  overflow: hidden;
}
.everyone-story-carousel a.everyone-story-link:hover .featured-post-img picture,
.everyone-story-carousel a.everyone-story-link:hover .featured-post-img source,
.everyone-story-carousel a.everyone-story-link:hover .featured-post-img img {
  transform: scale(1.05);
  transition: 350ms linear all;
}
.everyone-story-carousel .owl-nav {
  top: -85px;
  right: 20px;
}
.everyone-story-carousel .featured-post-img {
  border-radius: 14px;
  transition: 350ms linear all;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  padding-top: 120%;
  width: 100%;
}
.everyone-story-carousel .featured-post-img img,
.everyone-story-carousel .featured-post-img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.everyone-story-carousel .featured-post-img picture,
.everyone-story-carousel .featured-post-img source,
.everyone-story-carousel .featured-post-img img {
  transition: 350ms linear all;
}

@media only screen and (max-width: 749px) {
  .everyone-story-carousel.content-bounds {
    padding-left: 0;
    padding-right: 0;
  }
  .everyone-story-carousel.content-bounds .title-container {
    font-size: 18px;
    padding: 20px;
    text-align: center;
  }
}
article .our-stories-header.post-header.hide-image {
  flex-direction: column;
  padding-top: 175px;
}
article .our-stories-header.post-header.hide-image h1 {
  margin: 27px auto 70px auto;
  width: 100%;
  text-align: center;
  font-size: 54px;
}
article .our-stories-header.post-header.hide-image .post-type-link {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #1b75e0;
  text-decoration: none;
}
article .our-stories-header.post-header.hide-image .post-type-link:hover {
  text-decoration: underline;
}
article .our-stories-header.post-header.hide-image .our-story-image-container {
  width: 100%;
}

.article-copy-block {
  margin: 10px 0;
}
.article-copy-block ul,
.article-copy-block ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.article-copy-block ul li,
.article-copy-block ol li {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.article-copy-block h2 {
  font-size: 34px;
  font-weight: 600;
}
.article-copy-block a {
  color: #2f3033;
  text-decoration: underline;
}
.article-copy-block a:hover {
  text-decoration: none;
}

.article-copy-block ul li ul {
  margin-bottom: 0;
}

.article-image-text-block {
  margin-top: 60px;
  display: inline-block;
}
.article-image-text-block .article-image-text-block-inner {
  margin-bottom: 20px;
  display: flex;
}
.article-image-text-block .article-image-text-block-inner .col-1,
.article-image-text-block .article-image-text-block-inner .col-2 {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.article-image-text-block .article-image-text-block-inner .col-1 {
  margin-right: 10px;
}
.article-image-text-block .article-image-text-block-inner .col-2 {
  margin-left: 10px;
}
.article-image-text-block.columns-thirty .article-image-text-block-inner .col-1 {
  flex: 3;
}
.article-image-text-block.columns-thirty .article-image-text-block-inner .col-2 {
  flex: 7;
}
.article-image-text-block.columns-fifty .article-image-text-block-inner .col-1 {
  flex: 1;
}
.article-image-text-block.columns-fifty .article-image-text-block-inner .col-2 {
  flex: 1;
}
.article-image-text-block.columns-seventy .article-image-text-block-inner .col-1 {
  flex: 7;
}
.article-image-text-block.columns-seventy .article-image-text-block-inner .col-2 {
  flex: 3;
}

.article-image-block {
  text-align: center;
  margin: 40px 0;
}
.article-image-block .image-container {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.article-image-block .caption {
  z-index: 25;
  background: rgba(47, 48, 51, 0.4);
  text-align: center;
  color: white;
  padding: 11px 20px;
  font-size: 16px;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: normal;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.article-call-out-text.internship {
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.article-call-out-text.internship span {
  margin: 0 0 0 10px;
}
.article-call-out-text span {
  font-size: 28px;
  font-weight: 600;
  color: #2f3033;
  margin: 10px 0;
}

.article-call-out-text-with-bg {
  background: #edece1;
  padding: 10px 20px;
  border: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pop-up-block {
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 224px;
  background: white;
  border-radius: 15px;
  z-index: 99;
  animation-name: animateToastIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: forwards;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  transform: translateX(118%);
  pointer-events: auto;
}
.pop-up-block.pop-up-block-close {
  display: none;
}
.pop-up-block .inner-pop-up-block {
  background-color: #f4f3f6;
  border-radius: 14px;
}
.pop-up-block .inner-pop-up-block .close-btn {
  background-image: url("img/close-mobile-nav-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 4%;
  width: 23px;
  height: 23px;
  cursor: pointer;
  z-index: 100;
}
.pop-up-block .inner-pop-up-block .pop-up-img {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  padding-top: 54%;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pop-up-block .inner-pop-up-block .pop-up-img img,
.pop-up-block .inner-pop-up-block .pop-up-img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pop-up-block .inner-pop-up-block .pop-up-img img {
  border-radius: 14px;
}
.pop-up-block .inner-pop-up-block .pop-up-copy {
  padding: 10px 15px;
}
.pop-up-block .inner-pop-up-block .pop-up-copy span {
  font-size: 14px;
  font-weight: 700;
  color: #2f3033;
}
.pop-up-block .inner-pop-up-block .pop-up-copy .copy {
  margin-top: 7px;
}
.pop-up-block .inner-pop-up-block .pop-up-copy .copy p {
  font-size: 12px;
  color: #2f3033;
  margin-bottom: 0;
}
.pop-up-block .inner-pop-up-block .pop-up-btn {
  padding: 0 15px 10px 16px;
}
.pop-up-block .inner-pop-up-block .pop-up-btn a {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  transition: 250ms ease-in all;
  font-weight: 600;
  background: transparent;
  text-decoration: none;
}
.pop-up-block .inner-pop-up-block .pop-up-btn a:hover {
  text-decoration: underline;
}

.rt-label.rt-prefix {
  display: none;
}

code.inline-code-block {
  white-space: pre-wrap;
}

.digi-meta {
  display: flex;
  gap: 20px;
  line-height: 1.2;
  margin-bottom: 10px !important;
  align-items: center;
  justify-content: center;
}
.digi-meta p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 0 !important;
}

.news-article .digi-meta {
  justify-content: flex-start;
}
.news-article .view-article {
  padding-top: 20px;
  font-size: 16px;
}

.digi-team-title {
  max-width: 1140px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px !important;
}

.team-rows .team-rows-inner {
  gap: 20px;
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.team-rows .team-rows-inner .team-item {
  text-align: center;
  max-width: 300px;
  flex: 0 1 calc(25% - 25px);
}
.team-rows .team-rows-inner .team-img-container {
  padding: 20px 20px 10px 20px;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  width: 100%;
  aspect-ratio: 1/1;
  width: 80%;
  margin: 0 auto 20px auto;
}
.team-rows .team-rows-inner .team-img-container img,
.team-rows .team-rows-inner .team-img-container picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.team-rows .team-rows-inner .carousel-content {
  text-align: center;
  border-radius: 14px;
  background-color: transparent;
}
.team-rows .team-rows-inner .team-img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1/1;
  display: block;
}
.team-rows .team-name {
  margin-bottom: 0;
}
.team-rows .team-bio * {
  font-size: 14px;
}

.team-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.team-links .team-link {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-links .team-link svg {
  width: 100%;
}
.team-links .team-link svg path {
  fill: #1b75e0 !important;
  transition: 150ms linear all;
}
.team-links .team-link svg path.white {
  fill: white !important;
}
.team-links .team-link:hover svg path {
  transition: 150ms linear all;
  fill: #2f3033 !important;
}
.team-links .team-link:hover svg[data-icon=google-scholar] path.path-1,
.team-links .team-link:hover svg [data-icon=google-scholar] path.path-2 {
  transition: 150ms linear all;
  fill: #2f3033 !important;
}

body.single-tech_blog_post .article-content {
  justify-content: center;
}
body.single-tech_blog_post article .a2a_kit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
body.single-tech_blog_post article .a2a_kit a {
  display: flex;
  align-items: center;
}
body.single-tech_blog_post article .a2a_kit a span {
  padding-left: 7px;
  font-size: 15px;
  font-weight: 500;
}

.mailpoet_form input[type=email]::-moz-placeholder {
  color: white;
}

.mailpoet_form input[type=email]:-ms-input-placeholder {
  color: white;
}

.mailpoet_form input[type=email]::placeholder {
  color: white;
}
.mailpoet_form input[type=text]::-moz-placeholder {
  color: white;
}
.mailpoet_form input[type=text]:-ms-input-placeholder {
  color: white;
}
.mailpoet_form input[type=text]::placeholder {
  color: white;
}
.mailpoet_form input[type=text],
.mailpoet_form input[type=email] {
  background: #f4f3f6 !important;
  color: white;
}

.mailpoet_checkbox_label {
  color: white;
  font-size: 17px !important;
  font-weight: 400;
}
.mailpoet_checkbox_label input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #ddd;
}

h3.mailpoet-heading {
  color: white;
  text-align: center;
  margin-bottom: 30px !important;
  width: 100%;
}

.digi-signup {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f3f6;
}

.mailpoet_form input.mailpoet_text {
  border-bottom: 1px solid white !important;
}

.mailpoet_paragraph.last {
  display: flex;
}
.mailpoet_paragraph.last .mailpoet_submit {
  z-index: 10;
  position: relative;
  color: #f4f3f6;
  display: inline-block;
  padding: 16px 42px !important;
  border: 2px solid #f4f3f6;
  border-radius: 50px !important;
  border-width: 2px !important;
  font-size: 20px;
  background: transparent;
  transition: 250ms ease-in all;
  font-weight: 400;
  margin: 20px auto !important;
}
.mailpoet_paragraph.last .mailpoet_submit:hover {
  background: #f4f3f6 !important;
  color: #f5f4ec !important;
}

.parsley-required,
.parsley-custom-error-message {
  color: #e04562 !important;
  font-weight: 500;
}

.mailpoet_message .mailpoet_validate_success {
  color: white !important;
}

@media only screen and (max-width: 1000px) {
  .team-rows .team-rows-inner .team-item {
    flex: 0 1 calc(33.3333333333% - 25px);
  }
}
@media only screen and (max-width: 768px) {
  .team-rows .team-rows-inner .team-item {
    flex: 0 1 calc(50% - 25px);
  }
}
@media only screen and (max-width: 550px) {
  .team-rows .team-rows-inner .team-item {
    flex: 0 1 calc(100% - 25px);
  }

  body.single-tech_blog_post article .a2a_kit {
    flex-direction: column;
    gap: 0;
  }
}
article.type-tech_blog_post .post-header {
  margin-bottom: 100px;
}
article.type-tech_blog_post .post-info-inner {
  max-width: 767px;
  text-align: center;
  padding: 50px 20px 0 20px !important;
}
article.type-tech_blog_post .post-info-inner .written-by {
  font-weight: 500;
}
article.type-tech_blog_post .post-info-inner .authors-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
article.type-tech_blog_post .post-info-inner .authors-container .author-pill {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 75px;
}
article.type-tech_blog_post .post-info-inner .authors-container .author-pill .author-headshot {
  position: relative;
  overflow: hidden;
  padding-top: 33.3%;
  width: 100%;
  border-radius: 50%;
  padding-top: 0;
  aspect-ratio: 1/1;
  max-width: 75px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
article.type-tech_blog_post .post-info-inner .authors-container .author-pill .author-headshot img,
article.type-tech_blog_post .post-info-inner .authors-container .author-pill .author-headshot picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
article.type-tech_blog_post .post-info-inner .authors-container .author-pill .author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
article.type-tech_blog_post .sign-up-under-article {
  border-radius: 14px;
  margin-bottom: 0;
}

.facetwp-template[data-name=digital_tech_blog] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

article.tech_blog_post code,
article.tech_blog_post pre {
  display: block;
  margin: 10px 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
article.tech_blog_post h2,
article.tech_blog_post h3 {
  margin: 40px 0 10px 0;
  display: inline-block;
}
article.tech_blog_post .article-image-block .caption {
  width: 100%;
  position: relative;
  max-width: 100%;
  min-width: initial;
  text-align: center;
  background: none;
  padding: 5px 0;
  font-size: 12px;
}

.image-para-left {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.image-para-left .img-left {
  width: auto;
  display: inline;
  float: left;
  min-width: 160px;
}
.image-para-left .text-right {
  display: inline;
  vertical-align: middle;
  align-self: center;
  justify-self: center;
}

@media only screen and (max-width: 650px) {
  .image-para-left {
    display: inline-block;
  }
}
@media only screen and (max-width: 360px) {
  .image-para-left .img-left {
    width: 100%;
    text-align: center;
  }
  .image-para-left .text-right {
    display: inline-block;
  }
}
.multiple-button-link-block .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.multiple-button-link-block .button-container .multiple-button-link {
  margin: 20px 15px;
}
.multiple-button-link-block .button-container .multiple-button-link.button-dark {
  background-color: #2f3033;
  border: 2px solid #2f3033;
  color: white;
}
.multiple-button-link-block .button-container .multiple-button-link.button-dark:hover {
  text-decoration: none;
  color: #2f3033;
  background: white;
  transition: 250ms ease-in all;
}

body.home .cta-link-block {
  max-width: 451px;
}
body.home .cta-link-block a,
body.home .cta-link-block p {
  color: white;
}
body.home .cta-link-block p {
  text-align: left;
  padding-left: 0;
  position: relative;
}
body.home .cta-link-block p:after {
  top: 25%;
}

@media screen and (max-width: 1050px) {
  body.home .cta-link-block p {
    text-align: center;
  }
}
.bg-darkblue {
  background-color: #c9d3d6;
  margin-top: -11px !important;
}
.bg-darkblue p,
.bg-darkblue h2,
.bg-darkblue h3,
.bg-darkblue li {
  color: #2f3033;
}
.bg-darkblue li::marker {
  color: #1b75e0;
}
.bg-darkblue .growing-carousel::after,
.bg-darkblue .growing-carousel::before {
  display: none;
}
.bg-darkblue .growing-block p.desc,
.bg-darkblue .growing-block p.title {
  color: white !important;
}

.two-column-block#join-us {
  max-width: none;
}
.two-column-block#join-us .left-block {
  text-align: left !important;
}

.growing-carousel-block.bg-darkblue {
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.growing-carousel-block.bg-darkblue .growing-carousel {
  max-width: 1500px;
  margin: auto;
}

.two-column-block.equal-blocks .column-block-container .block {
  flex: 1 !important;
}

.join-us.two-column-block {
  padding-top: 12px !important;
}
.join-us.two-column-block .block .image-caption {
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 810px) {
  #join-us.join-us.two-column-block .column-block-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 546px) {
  #partnerships .column-block-container,
#join-us .column-block-container {
    flex-direction: column-reverse;
  }
}
body.join-us .two-column-block .block.right-block .image {
  margin-left: 0;
}

img.wp-image-13201 {
  border-radius: 14px;
}

#careers,
#careers-disclaimer-new {
  background-color: #f4f3f6 !important;
}

article#post-404 {
  padding-top: 150px;
}

body.error404 article {
  text-align: center;
  min-height: 78vh;
}
body.error404 article .container {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
body.error404 h1 {
  font-size: 50px;
  font-weight: bold;
  color: #1b75e0;
  margin-bottom: 20px;
}

body.post-type-archive-podcasts .above-podcasts-container {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 55px;
  padding: 0 20px;
}
body.post-type-archive-podcasts .above-podcasts-container .podcasts-top-text {
  max-width: 960px;
  margin: auto;
}
body.post-type-archive-podcasts .main-body {
  text-align: center;
  padding-top: 0;
}
body.post-type-archive-podcasts .podcast-articles {
  max-width: 780px;
  padding: 0 20px;
  display: inline-block;
}
body.post-type-archive-podcasts .podcast-articles .video-button,
body.post-type-archive-podcasts .podcast-articles .podcast-transcript {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.post-type-archive-podcasts .podcast-articles .podcast-link {
  flex-direction: row;
  justify-content: center;
}
body.post-type-archive-podcasts .podcast-articles .excerpt a {
  display: inline;
  color: #2f3033;
  text-decoration: underline;
}
body.post-type-archive-podcasts .podcast-articles img,
body.post-type-archive-podcasts .podcast-articles picture {
  height: auto;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item {
  width: 100%;
  margin: 80px auto 40px auto;
  padding: 0 20px;
  max-width: initial;
  display: flex;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item.with-audio .content {
  margin-left: 0;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item audio {
  width: 100%;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .podcast-embed {
  margin-top: 10px;
  margin-bottom: 15px;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .podcast-embed div {
  color: #2f3033 !important;
  font-size: 16px !important;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .podcast-embed div a {
  color: #2f3033 !important;
  font-size: 16px !important;
  font-weight: 500;
  display: inline;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .image-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .image-container a {
  position: relative;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .image-container a:hover .podcast-play {
  opacity: 0.5;
  transition: opacity 150ms linear;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .image-container a .podcast-play {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  transform: translate(-50%, -50%);
  transition: opacity 150ms linear;
  opacity: 1;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .content {
  text-align: left;
  margin-left: 20px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .date,
body.post-type-archive-podcasts .podcast-articles .podcast-item a.featured-title,
body.post-type-archive-podcasts .podcast-articles .podcast-item .featured-title {
  line-height: 1.1;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item a.featured-title,
body.post-type-archive-podcasts .podcast-articles .podcast-item .featured-title {
  font-size: 25px;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item .embed-podcast {
  display: none;
}
body.post-type-archive-podcasts .podcast-articles .podcast-item.no-audio .content {
  justify-content: flex-start;
}

.latest-podcast-container {
  padding: 0 20px;
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.latest-podcast-container .latest-podcast-block {
  border-radius: 14px;
  max-width: 700px;
  padding: 15px;
  background-color: #f4f3f6;
  text-align: center;
  margin: auto;
}
.latest-podcast-container .latest-podcast-block * {
  text-align: center;
  color: #2f3033;
}
.latest-podcast-container .latest-podcast-block h2 {
  font-weight: bold;
}
.latest-podcast-container .latest-podcast-block h3 {
  font-size: 18px;
  color: #2f3033 !important;
}
.latest-podcast-container .latest-podcast-block .latest-episode-container {
  margin-top: 10px;
  background-color: #f4f3f6;
  padding: 10px 8px 5px 8px;
}

@media only screen and (max-width: 960px) {
  body.post-type-archive-podcasts .podcast-articles .podcast-item {
    max-width: 600px;
    flex-direction: column;
    margin: 0 auto 40px auto !important;
    padding: 0 10px;
  }
  body.post-type-archive-podcasts .podcast-articles .podcast-item .content {
    margin-left: 0;
  }
  body.post-type-archive-podcasts .podcast-articles .podcast-item a.image-container {
    margin-bottom: 20px;
  }
}
.legal-page .main-body {
  max-width: 978px;
  margin: auto;
  padding: 156px 20px 0 20px;
}
.legal-page .main-body p {
  margin-bottom: 10px;
}
.legal-page .main-body h2 {
  font-size: 24px;
}
.legal-page .main-body h3 {
  margin-top: 50px;
}
.legal-page .main-body a {
  text-decoration: underline;
}
.legal-page .main-body a:hover {
  text-decoration: none;
}
.legal-page .main-body .legal-content {
  margin-bottom: 65px;
}
.legal-page .main-body .legal-content ul {
  padding-left: 40px;
}
.legal-page .main-body .legal-content ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.legal-page .back-to-home {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.legal-page .back-to-home .inner {
  margin: auto;
  text-align: center;
}

.legal-page .main-body .legal-content ol {
  padding-left: 40px;
}

.legal-page table,
.legal-page tr,
.legal-page td {
  border-collapse: collapse;
  border: 1px solid #444;
}

.legal-page table {
  width: 100%;
}

.legal-page td {
  padding: 5px;
}

.single-vacancy main {
  min-height: 80vh;
}
.single-vacancy .article-content {
  padding-top: 50px;
}
.single-vacancy .content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-vacancy .content-inner .title,
.single-vacancy .content-inner .location,
.single-vacancy .content-inner .sub,
.single-vacancy .content-inner .desc {
  display: block;
}
.single-vacancy .content-inner .title {
  font-size: 24px;
  font-weight: normal;
  color: #1b75e0;
}
.single-vacancy .content-inner .location {
  font-size: 18px;
  font-weight: normal;
  color: #1b75e0;
  margin-bottom: 10px;
}
.single-vacancy .content-inner .sub {
  font-size: 18px;
  font-weight: normal;
  color: #2f3033;
  margin-bottom: 10px;
}
.single-vacancy .content-inner .desc strong {
  font-weight: bold;
}
.single-vacancy .content-inner .desc ul {
  padding-left: 40px;
  margin-bottom: 10px;
}
.single-vacancy .content-inner .desc li,
.single-vacancy .content-inner .desc p {
  font-weight: normal;
  font-size: 18px;
  color: #2f3033;
  margin-bottom: 10px;
}
.single-vacancy .content-inner .more {
  width: 73px;
  display: inline-block;
}
.single-vacancy .content-inner .more img {
  margin-left: 29px;
  transition: 250ms linear transform;
}
.single-vacancy .content-inner .more img.open {
  transition: 150ms linear transform;
  transform: rotate(45deg);
}

#careers,
#careers-disclaimer-new {
  background-color: #f4f3f6 !important;
}

.vacancies-block {
  background-color: #f4f3f6 !important;
}
.vacancies-block .vacancies-inner {
  margin: auto;
  display: block;
  padding: 0;
  max-width: none;
}
.vacancies-block .vacancies-inner .vacancy-item {
  border: 1px solid white;
  transition: border 250ms ease-in;
  width: 100%;
  margin-bottom: 20px;
  padding: 29px 18px;
  background: white;
  display: inline-block;
}
.vacancies-block .vacancies-inner .vacancy-item.active {
  border: 1px solid #1b75e0;
}
.vacancies-block .vacancies-inner .vacancy-item:hover {
  border: 1px solid #1b75e0;
  transition: border 250ms ease-in;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner {
  display: flex;
  align-items: center;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info {
  display: inline-block;
  width: calc(100% - 100px);
  overflow: hidden;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .title,
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .location,
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .sub,
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .desc {
  display: block;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .title {
  font-size: 24px;
  font-weight: normal;
  color: #1b75e0;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .location {
  font-size: 18px;
  font-weight: normal;
  color: #1b75e0;
  margin-bottom: 10px;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .sub {
  font-size: 18px;
  font-weight: normal;
  color: #2f3033;
  margin-bottom: 10px;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .desc strong {
  font-weight: bold;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .desc ul {
  padding-left: 40px;
  margin-bottom: 10px;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .desc li,
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .info .desc p {
  font-weight: normal;
  font-size: 18px;
  color: #2f3033;
  margin-bottom: 10px;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .more {
  width: 73px;
  display: inline-block;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .more img {
  margin-left: 29px;
  transition: 250ms linear transform;
}
.vacancies-block .vacancies-inner .vacancy-item .vacancy-inner .more img.open {
  transition: 150ms linear transform;
  transform: rotate(45deg);
}

body:not(.home) #subnav-under-content .content-row.bg-creme.vacancies-block {
  padding-top: 100px;
}

#current-vacancies .body-copy-inner.contained h2,
#current-vacancies .body-copy-inner.contained p,
#careers .body-copy-inner.contained h2,
#careers .body-copy-inner.contained p,
.current-vacancies .body-copy-inner.contained h2,
.current-vacancies .body-copy-inner.contained p {
  max-width: 1138px !important;
  padding: 0;
  margin: auto;
}

#current-vacancies.body-copy-block,
#careers.body-copy-block {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1140px) {
  .vacancies-inner {
    max-width: none;
    padding: 0 20px;
  }
}
.page-template-jobs-post #primary.main-page {
  background-color: #f4f3f6 !important;
}
.page-template-jobs-post .wrapper,
.page-template-jobs-post .main-body {
  padding-top: 0;
}

.bamboo-container {
  max-width: 1140px;
  margin: auto;
  display: block;
  padding-top: 30px;
}

@media only screen and (max-width: 1180px) {
  .bamboo-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.contact-us {
  display: flex;
}
.contact-us .contact-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
}
.contact-us .forminator-ui,
.contact-us .form-copy {
  margin-top: 0;
  flex: 1;
}
.contact-us .forminator-ui .title,
.contact-us .form-copy .title {
  font-weight: normal;
  font-size: 34px;
  color: white;
  margin-bottom: 15px;
}
.contact-us .forminator-ui .copy,
.contact-us .form-copy .copy {
  font-weight: normal;
  color: white;
  font-size: 18px;
  max-width: 451px;
  padding-right: 10px;
}
.contact-us .forminator-ui .copy p,
.contact-us .form-copy .copy p {
  color: white;
}
.contact-us .forminator-ui .copy a,
.contact-us .form-copy .copy a {
  color: white;
  text-decoration: underline;
  transition: 250ms ease-in all;
}
.contact-us .forminator-ui .copy a:hover,
.contact-us .form-copy .copy a:hover {
  color: #2f3033;
  transition: 250ms ease-in all;
}

.page-template-contact-page .main-body {
  max-width: none;
}
.page-template-contact-page .boxes {
  padding-top: 0;
  padding-bottom: 50px;
}
.page-template-contact-page .boxes .box {
  align-items: flex-start;
  background-color: #f4f3f6;
}
.page-template-contact-page .forminator-custom-form-583.forminator-design--material .forminator-button-submit,
.page-template-contact-page .forminator-custom-form-117.forminator-design--material .forminator-button-submit {
  color: #2f3033 !important;
  border-color: #2f3033 !important;
  transition: 150ms ease-in all;
  padding: 10px 25px !important;
}
.page-template-contact-page .forminator-custom-form-583.forminator-design--material .forminator-button-submit:hover,
.page-template-contact-page .forminator-custom-form-117.forminator-design--material .forminator-button-submit:hover {
  transition: 150ms ease-in all;
  color: white !important;
  background-color: #2f3033 !important;
}

.forminator-custom-form-117 .forminator-row #email-1 label::after {
  content: "*" !important;
  padding-left: 4px;
}

#forminator-module-117.forminator-design--material .forminator-label:not([class*=forminator-floating-]),
#forminator-module-117.forminator-design--material .forminator-label[class*=forminator-floating-] {
  color: #2f3033 !important;
}

.home #forminator-module-117.forminator-design--material .forminator-is_filled .forminator-label[class*=forminator-floating-],
.home #forminator-module-117.forminator-design--material .forminator-input,
.home #forminator-module-117.forminator-design--material .forminator-label:not([class*=forminator-floating-]),
.home .forminator-ui#forminator-module-117.forminator-design--material .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] .select2-selection__rendered,
.home .forminator-ui#forminator-module-117.forminator-design--material .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] .select2-selection__arrow,
.home #forminator-module-117.forminator-design--material .forminator-is_active .forminator-input--wrap:after,
.home #forminator-module-117.forminator-design--material .forminator-input--wrap:after,
.home #forminator-module-117.forminator-design--material .forminator-label[class*=forminator-floating-],
.home #forminator-module-117.forminator-design--material .forminator-label[class*=forminator-floating-] {
  color: white !important;
}

.home #forminator-module-117.forminator-design--material .forminator-is_active .forminator-input--wrap:after {
  background-color: white !important;
}

.home #forminator-module-117.forminator-design--material .forminator-is_active .forminator-textarea--wrap:after {
  border-color: white !important;
}

.contact-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-header .inner {
  max-width: 978px;
  padding: 0 20px;
  margin: auto;
}
.contact-header .inner h2 {
  text-align: center;
}
.contact-header .inner h2 p,
.contact-header .inner h2 a {
  color: #2f3033;
  font-size: 28px;
}
.contact-header .inner h2 a {
  text-decoration: underline;
  transition: 150ms ease-in all;
}
.contact-header .inner h2 a:hover {
  transition: 150ms ease-in all;
  text-decoration: none;
}

.contact-content {
  margin: auto;
}
.contact-content .inner {
  display: flex;
  flex-direction: row;
}
.contact-content .inner .block {
  flex: 1;
  padding: 65px;
}
.contact-content .inner .block #forminator-module-583 {
  margin-bottom: 115px;
}
.contact-content .inner .block h3 {
  font-size: 38px;
  margin-bottom: 10px;
}
.contact-content .inner .block h4 {
  color: #2f3033;
}
.contact-content .inner .block.left {
  margin-bottom: 60px;
  background: #f4f3f6;
  border-radius: 14px;
}
.contact-content .inner .block.left .block-inner {
  max-width: 570px;
  float: right;
  width: 100%;
}
.contact-content .inner .block.right {
  background: transparent;
}
.contact-content .inner .block.right .block-inner {
  max-width: 570px;
  float: left;
  width: 100%;
}
.contact-content .inner .block.right p {
  font-size: 16px;
}
.contact-content .inner .block.right .blue-button, .contact-content .inner .block.right aside.disclaimer .disclaimer-inner button, aside.disclaimer .disclaimer-inner .contact-content .inner .block.right button, .contact-content .inner .block.right button.facetwp-load-more, .contact-content .inner .block.right .under-team-block a, .under-team-block .contact-content .inner .block.right a, .contact-content .inner .block.right .button-link, .contact-content .inner .block.right .button-link-block a, .button-link-block .contact-content .inner .block.right a, .contact-content .inner .block.right .flexible-content-blocks .button-row a, .flexible-content-blocks .button-row .contact-content .inner .block.right a, .contact-content .inner .block.right .large-image-with-text-block .content-container .link, .large-image-with-text-block .content-container .contact-content .inner .block.right .link {
  margin-top: 0;
}
.contact-content .inner .block.right h3 {
  margin-bottom: 50px;
}
.contact-content .inner .block p {
  font-size: 14px;
}
.contact-content .inner .block p a {
  color: #2f3033 !important;
  border-color: #2f3033 !important;
  text-decoration: underline;
}
.contact-content .inner .block p a:hover {
  color: #2f3033;
}

.page-id-150 .main-body .contact-header {
  margin-top: 0;
}

.page-id-150 #forminator-module-117 label.forminator-label.forminator-floating--input {
  color: #2f3033 !important;
}

.cta-link-block {
  margin-bottom: 116px;
}

.cta-link-block a {
  display: grid;
  grid-template-columns: 1fr 35px;
  align-items: center;
  border-bottom: 1px solid #dadada;
  transition: 150ms ease-in all;
}
.cta-link-block a:hover svg {
  transform: translateX(10px);
  transition: 150ms ease-in all;
}
.cta-link-block p {
  text-align: center;
  padding: 17px 10px 17px 10px;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-link-block .chevron svg {
  width: 25px;
}
.cta-link-block .chevron svg path {
  fill: #2f3033;
}

.cta-link-block a:last-child {
  border-bottom: 1px solid #dadada;
}

.cta-link-block a:first-child {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

@media only screen and (max-width: 1050px) {
  .contact-content .inner .block .block-inner {
    margin: auto;
    float: none !important;
  }

  .contact-content .inner {
    flex-direction: column;
  }
  .contact-content .inner .block .block-inner {
    max-width: none;
    float: none;
  }

  .contact-us {
    padding-bottom: 40px;
  }
  .contact-us .forminator-ui,
.contact-us .form-copy {
    margin: auto;
    text-align: center;
  }
  .contact-us .contact-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 757px) {
  .contact-content {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .cta-link-block a {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .chevron svg {
    margin: 17px 10px 17px 10px;
  }
}
.team-profiles {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.team-profiles .profile-item {
  margin: 0 10px 68px 10px;
  flex: 0 0 31%;
}
.team-profiles .profile-item a:hover .profile-img {
  background-size: 105%;
  transition: 150ms linear all;
}
.team-profiles .profile-item .profile-img {
  border-radius: 14px;
  width: 101%;
  padding-top: 100%;
  background-size: 100%;
  transition: 150ms linear all;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center;
  margin: 0 auto 25px auto;
}
.team-profiles .profile-item a {
  position: relative;
  text-decoration: none;
}
.team-profiles .profile-item a .plus {
  transition: 250ms linear all;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.team-profiles .profile-item img {
  transition: 250ms linear all;
}
.team-profiles .profile-item h3.name {
  font-weight: bold !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.team-profiles .profile-item h3.name,
.team-profiles .profile-item p.job-title,
.team-profiles .profile-item p.desc {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #2f3033;
}
.team-profiles .profile-item p.job-title {
  font-weight: normal;
}
.team-profiles .profile-item p.desc {
  font-weight: normal;
  color: #2f3033;
}

.under-team-block {
  background: #f4f3f6;
  padding: 58px 0 !important;
}
.under-team-block .under-team-inner {
  max-width: 1200px;
  text-align: center;
  margin: auto;
}
.under-team-block h3 {
  margin: 0 auto 40px auto;
  color: #2f3033;
  max-width: 962px;
  text-align: inherit;
}
.under-team-block a {
  margin: 0 auto;
}

.team-profile-page {
  padding-bottom: 100px;
  padding-top: 100px;
}
.team-profile-page .back-to-news {
  text-align: left;
}
.team-profile-page .main-body {
  max-width: 1140px;
  padding-top: 0;
}
.team-profile-page .team-member-profile {
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 35px;
}
.team-profile-page .team-member-profile h2,
.team-profile-page .team-member-profile h3 {
  font-size: 34px;
}
.team-profile-page .team-member-profile.bannered .headings-left {
  display: none;
}
.team-profile-page .team-member-profile.bannered .headings-right {
  margin-bottom: 100px;
}
.team-profile-page .team-member-profile.bannered .profile-inner {
  display: flex;
  flex-direction: row;
}
.team-profile-page .team-member-profile.bannered .profile-inner a {
  color: #2f3033;
  text-decoration: underline;
  font-weight: inherit;
  font-size: inherit;
}
.team-profile-page .team-member-profile.bannered .profile-inner a:hover {
  text-decoration: none;
}
.team-profile-page .team-member-profile.bannered .profile-inner .profile-left,
.team-profile-page .team-member-profile.bannered .profile-inner .profile-right {
  flex: 1;
}
.team-profile-page .team-member-profile.unbannered {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.team-profile-page .team-member-profile.unbannered .headings,
.team-profile-page .team-member-profile.unbannered .profile-inner {
  flex: 1;
}
.team-profile-page .team-member-profile.unbannered .headings .quote,
.team-profile-page .team-member-profile.unbannered .profile-inner .quote {
  font-style: italic;
  padding-left: 20px;
  margin-top: 20px;
  font-style: italic;
}
.team-profile-page .team-member-profile.unbannered .headings .quote img,
.team-profile-page .team-member-profile.unbannered .profile-inner .quote img {
  float: left;
  margin-right: 10px;
  width: 83px;
  margin-bottom: 5px;
}
.team-profile-page .team-member-profile.unbannered .headings .quote span,
.team-profile-page .team-member-profile.unbannered .profile-inner .quote span {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #2f3033;
}
.team-profile-page .team-member-profile.unbannered .headings {
  text-align: right;
  margin-top: 23px;
  padding-right: 50px;
}
.team-profile-page .team-member-profile.unbannered .headings .headings-left {
  max-width: 400px;
  margin-left: auto;
}
.team-profile-page .team-member-profile.unbannered .headings .headings-left .profile-headshot {
  border-radius: 14px;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  margin: 0 auto 25px auto;
}
.team-profile-page .team-member-profile.unbannered .headings .headings-left img {
  max-width: 400px;
  min-width: 400px;
}
.team-profile-page .team-member-profile.unbannered .headings .headings-right * {
  text-align: right;
}
.team-profile-page .team-member-profile.unbannered .profile-inner .profile-left {
  padding: 0;
  margin-bottom: 20px;
}
.team-profile-page .team-member-profile .profile-left {
  padding-right: 120px;
}
.team-profile-page .team-member-profile .profile-right .quote {
  display: none;
}
.team-profile-page .team-member-profile .profile-right .bio {
  margin-bottom: 15px;
  font-size: 18px;
}

.team-intro-copy {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1180px) {
  .team-member-profile .profile-inner {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .team-member-profile.bannered .profile-left {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 921px) {
  .team-profile-page .team-member-profile.unbannered .headings .headings-left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 996px) {
  .team-profile-page .team-member-profile.unbannered .headings .headings-left {
    top: 190px;
  }
}
@media only screen and (max-width: 921px) {
  .team-profile-page .headings .quote {
    display: none;
  }

  .team-profile-page .profile-left h3 {
    text-align: left !important;
    padding: 0 !important;
  }
  .team-profile-page .profile-right .quote {
    display: block !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .team-profile-page .team-member-profile {
    max-width: 680px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-profile-page .team-member-profile.unbannered .headings .headings-left {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
  }

  .team-member-profile.unbannered {
    display: block !important;
  }
  .team-member-profile.unbannered .headings {
    padding: 0 20px !important;
  }
  .team-member-profile.unbannered .headings-left,
.team-member-profile.unbannered .headings-right * {
    text-align: center !important;
  }
  .team-member-profile.unbannered .headings-right {
    padding-bottom: 50px;
  }

  .team-profiles .profile-item {
    flex: 0 0 47%;
  }

  .profile-inner {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 871px) {
  .team-member-profile.bannered .profile-inner {
    display: block !important;
  }
  .team-member-profile.bannered .headings {
    padding: 0 20px !important;
  }
  .team-member-profile.bannered .headings .headings-left,
.team-member-profile.bannered .headings .headings-right * {
    text-align: center !important;
  }
  .team-member-profile.bannered .headings .headings-left {
    display: block;
    margin-top: 20px;
  }
  .team-member-profile.bannered .headings .headings-right {
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-height: 850px) {
  .profile-headshot {
    max-height: 300px;
  }
}
@media only screen and (max-height: 765px) {
  .headings-left {
    display: block !important;
    position: relative !important;
    left: initial !important;
    top: initial !important;
    width: 100% !important;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 707px) {
  .team-profiles .profile-item {
    flex: 0 0 100%;
    text-align: center;
    max-width: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-profiles .profile-item h3.name {
    text-align: center;
  }
}
@media only screen and (max-width: 510px) {
  .team-profile-page .team-member-profile.unbannered .headings .headings-left img {
    min-width: 0;
    max-width: 100%;
  }
}
article main a {
  word-break: break-all;
}
article .post-header {
  max-width: 1400px;
  padding: 100px 20px 0 20px;
  margin: auto;
  position: relative;
  margin-bottom: 155px;
  display: flex;
}
article .post-header.hide-image {
  padding-top: 150px;
  text-align: center;
}
article .post-header.hide-image h1 {
  max-width: 768px;
  margin: 40px auto;
}
article .post-header .post-image,
article .post-header .post-info {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
article .post-header .post-image-container {
  position: relative;
  overflow: hidden;
  padding-top: 49.2%;
  width: 100%;
  border-radius: 14px;
}
article .post-header .post-image-container img,
article .post-header .post-image-container picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
article .post-header .post-info {
  width: 100%;
  align-items: flex-start;
}
article .post-header .post-info .post-info-inner {
  padding: 0 30px 0 30px;
  width: 100%;
  margin: 0 auto;
}
article .post-header .post-info .meta .cat a,
article .post-header .post-info .meta span {
  font-size: 24px;
}
article .post-header .post-info .meta p.cat {
  display: inline;
  font-weight: bold;
  margin-right: 10px;
}
article .post-header .post-info .meta span {
  font-weight: normal;
}
article .post-header h1 {
  font-weight: 600;
  margin: 20px 0;
}
article .article-content {
  display: flex;
  max-width: 878px !important;
  margin: auto;
  width: 100%;
}
article .article-content .content-inner {
  width: 88%;
}
article .article-content .a2a_kit {
  width: 56px;
  flex: none;
  width: 58px;
  margin-right: 20px;
  margin-top: 10px;
}
article .article-content .mobile-a2a {
  margin-top: 30px !important;
}

article.type-our_stories .article-content .content-inner {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.sign-up-under-article {
  margin: 50px 0;
}
.sign-up-under-article .sign-up-under-article-inner {
  max-width: 1040px;
  background: #f4f3f6;
  margin: auto;
  padding: 65px;
  border-radius: 14px;
}
.sign-up-under-article .sign-up-under-article-inner .forminator-button-submit {
  color: #2f3033 !important;
  text-decoration: none;
}
.sign-up-under-article .sign-up-under-article-inner .forminator-button-submit:hover {
  text-decoration: underline;
}

.news-article .post-edit-link {
  margin-left: 0;
}

@media only screen and (max-width: 668px) {
  .single-post .article-content,
.single-tech_blog_post .article-content,
.single-internship_story .article-content,
.single-vacancy .article-content,
.single-podcasts .article-content,
.single-sixty_with .article-content {
    flex-direction: column;
  }
  .single-post .article-content .content-inner,
.single-tech_blog_post .article-content .content-inner,
.single-internship_story .article-content .content-inner,
.single-vacancy .article-content .content-inner,
.single-podcasts .article-content .content-inner,
.single-sixty_with .article-content .content-inner {
    width: 100%;
  }

  .sign-up-under-article .sign-up-under-article-inner {
    padding: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .single-post .post-header h1,
.single-tech_blog_post .post-header h1 {
    font-size: 34px;
  }
  .single-post .post-header .post-info .meta .cat a,
.single-tech_blog_post .post-header .post-info .meta .cat a {
    font-size: 19px;
  }
  .single-post .post-header .post-info .meta span.date,
.single-tech_blog_post .post-header .post-info .meta span.date {
    font-size: 19px;
  }
}
@media only screen and (max-width: 921px) {
  .single-post .article-content,
.single-vacancy .article-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .single-post .post-header,
.single-tech_blog_post .post-header,
.single-vacancy .post-header,
.single-internship_story .post-header,
.single-sixty_with .post-header {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .single-post .post-header:before,
.single-tech_blog_post .post-header:before,
.single-vacancy .post-header:before,
.single-internship_story .post-header:before,
.single-sixty_with .post-header:before {
    height: 50px;
    bottom: -50px;
  }
  .single-post .post-header .post-info,
.single-tech_blog_post .post-header .post-info,
.single-vacancy .post-header .post-info,
.single-internship_story .post-header .post-info,
.single-sixty_with .post-header .post-info {
    padding-top: 40px;
  }
  .single-post .post-header .article-image,
.single-tech_blog_post .post-header .article-image,
.single-vacancy .post-header .article-image,
.single-internship_story .post-header .article-image,
.single-sixty_with .post-header .article-image {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 650px) {
  .article-image-text-block .article-image-text-block-inner .col-1 img,
.article-image-text-block .article-image-text-block-inner .col-2 img {
    max-width: 250px;
  }
  .article-image-text-block.columns-thirty .article-image-text-block-inner {
    flex-direction: column;
  }
  .article-image-text-block.columns-thirty .article-image-text-block-inner .col-2 {
    margin-bottom: 20px;
  }
  .article-image-text-block.columns-fifty .article-image-text-block-inner {
    flex-direction: column;
  }
  .article-image-text-block.columns-fifty .article-image-text-block-inner .col-1 {
    margin-bottom: 20px;
  }
  .article-image-text-block.columns-seventy .article-image-text-block-inner {
    flex-direction: column-reverse;
  }
  .article-image-text-block.columns-seventy .article-image-text-block-inner .col-2 {
    margin-bottom: 20px;
  }

  .large-image-with-text-block {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .large-image-with-text-block .content-container {
    position: relative;
  }
  .large-image-with-text-block .image-container {
    transform: none;
  }
  .large-image-with-text-block .image-container .image {
    margin-top: 0;
  }
  .large-image-with-text-block .image-container .overlay-text {
    width: 100%;
    height: 100%;
    top: 20px;
    transform: none;
    font-weight: normal;
  }

  .single-post .post-header,
.single-tech_blog_post .post-header,
.single-internship_story .post-header,
.single-vacancy .post-header,
.single-podcasts .post-header,
.single-sixty_with .post-header {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post .post-header .post-info-inner,
.single-tech_blog_post .post-header .post-info-inner,
.single-internship_story .post-header .post-info-inner,
.single-vacancy .post-header .post-info-inner,
.single-podcasts .post-header .post-info-inner,
.single-sixty_with .post-header .post-info-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .single-post .post-header.hide-image,
.single-tech_blog_post .post-header.hide-image,
.single-internship_story .post-header.hide-image,
.single-vacancy .post-header.hide-image,
.single-podcasts .post-header.hide-image,
.single-sixty_with .post-header.hide-image {
    padding-top: 100px;
    margin-bottom: 0;
  }
  .single-post .post-header.hide-image h1,
.single-tech_blog_post .post-header.hide-image h1,
.single-internship_story .post-header.hide-image h1,
.single-vacancy .post-header.hide-image h1,
.single-podcasts .post-header.hide-image h1,
.single-sixty_with .post-header.hide-image h1 {
    font-size: 24px;
  }
}
.single-post .article-content,
.single-internship_story .article-content,
.single-vacancy .article-content,
.single-podcasts .article-content,
.single-sixty_with .article-content {
  width: 100%;
}

.single-post .article-content .content-inner,
.single-internship_story .article-content .content-inner,
.single-vacancy .article-content .content-inner,
.single-podcasts .article-content .content-inner,
.single-sixty_with .article-content .content-inner {
  width: 88%;
}

@media only screen and (max-width: 668px) {
  .single-post .article-content .content-inner,
.single-internship_story .article-content .content-inner,
.single-vacancy .article-content .content-inner,
.single-podcasts .article-content .content-inner,
.single-sixty_with .article-content .content-inner {
    width: 100%;
  }
}
.accessibility-trigger:hover a:before {
  display: none;
}
.accessibility-trigger:before {
  display: none;
}
.accessibility-trigger a:before {
  display: none;
}
.accessibility-trigger a:hover:before {
  display: none;
}

.nav-top-link.accessibility {
  width: 38px !important;
  display: inline-block;
  right: 0;
  font-size: 0;
  top: 20px;
}
.nav-top-link.accessibility img {
  transition: 250ms ease-in all;
}
.nav-top-link.accessibility:hover img, .nav-top-link.accessibility.active img {
  transition: 250ms ease-in all;
  opacity: 0.6;
}

.pojo-a11y-high-contrast .accessibility-dropdown ul li:before {
  color: black !important;
}

#pojo-a11y-toolbar {
  position: fixed;
  font-size: 16px !important;
  line-height: 1.4;
  z-index: 9999;
}

#pojo-a11y-toolbar > div.pojo-a11y-toolbar-toggle > a > svg {
  visibility: hidden !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-image: url("img/aaa_dark_blue.svg");
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
  right: -180px;
  transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
  right: 0;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  right: 180px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left {
  left: -180px;
  transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
  left: 0;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  left: 180px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle,
#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
  position: absolute;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  display: inline-block;
  font-size: 200%;
  line-height: 0;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  border: 1px solid;
  font-size: 100%;
  width: 180px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  display: block;
  line-height: 2;
  font-weight: bold;
  padding: 10px 15px 0;
  margin: 0;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
  border-top: 1px solid;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
  display: block;
  padding: 10px 15px;
  font-size: 80%;
  line-height: 1;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
  font-weight: bold;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
  padding-right: 6px;
  display: inline-block;
  width: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  vertical-align: middle;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text {
  vertical-align: middle;
}

body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
  padding-left: 6px;
  padding-right: 0;
}

@media (max-width: 767px) {
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    padding: 7px 12px 0;
  }

  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
    padding: 7px 0;
  }

  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
    display: block;
    padding: 7px 12px;
  }
}
body.pojo-a11y-grayscale {
  -moz-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

body.pojo-a11y-high-contrast .placebo {
  line-height: normal;
}

body.pojo-a11y-high-contrast * {
  box-shadow: none !important;
}

body.pojo-a11y-negative-contrast .nav-right .accessibility-wrapper a {
  content: url("./img/aaa_logo_white.svg") !important;
}

body.pojo-a11y-negative-contrast header.header .header-container .nav-right .search-news form input#search_submit.search-all-submit {
  background-image: url("./img/magnifying-glass-solid.svg") !important;
  background-size: contain;
  z-index: 3;
  pointer-events: none;
}

body.pojo-a11y-negative-contrast.nav-right input[type=text] {
  z-index: 4;
}

body.pojo-a11y-negative-contrast .team-quote .quotemarks {
  content: url("./img/quote-left-solid.svg") !important;
  width: 40px !important;
}

body.pojo-a11y-high-contrast .team-quote .quotemarks {
  content: url("./img/quote-left-solid-black.svg") !important;
  width: 40px !important;
}

body.pojo-a11y-negative-contrast .header-container .logo a img {
  content: url("./img/logo-light.svg") !important;
}

body.pojo-a11y-negative-contrast footer .footer-container ul#menu-follow-us #menu-item-241 a {
  background-image: url("img/linkedin.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 12px !important;
  height: 12px !important;
  padding: 12px !important;
  background-size: contain !important;
}

body.pojo-a11y-negative-contrast footer .footer-container ul#menu-follow-us #menu-item-4051 a {
  background-image: url("img/youtube.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 12px !important;
  height: 12px !important;
  padding: 12px !important;
  background-size: contain !important;
}

body.pojo-a11y-high-contrast footer .footer-container ul#menu-follow-us #menu-item-241 a {
  background-image: url("img/linkedin.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 12px !important;
  height: 12px !important;
  padding: 12px !important;
  background-size: contain !important;
}

body.pojo-a11y-high-contrast footer .footer-container ul#menu-follow-us #menu-item-4051 a {
  background-image: url("img/youtube.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 12px !important;
  height: 12px !important;
  padding: 12px !important;
  background-size: contain !important;
}

body.home.pojo-a11y-high-contrast .featured-posts-container {
  margin-bottom: 0 !important;
}

body.pojo-a11y-high-contrast .inner-pop-up-block .close-btn,
body.pojo-a11y-negative-contrast .inner-pop-up-block .close-btn {
  background-image: url("./img/close-mobile-nav.svg") !important;
}

body.pojo-a11y-high-contrast .inner-pop-up-block .btn {
  font-weight: 700 !important;
}

body.pojo-a11y-high-contrast .main-subnav,
body.pojo-a11y-negative-contrast .main-subnav {
  border-bottom: none;
}

body.pojo-a11y-negative-contrast .main-subnav ul li a::before {
  background: white !important;
}

body.pojo-a11y-negative-contrast .the-graph .graph-row .tick svg path {
  fill: #ffffff;
}

body.pojo-a11y-high-contrast .the-graph .graph-row .tick svg path {
  fill: black;
}

body.pojo-a11y-high-contrast a:not(.full-link):not(.growing-image),
body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym,
body.pojo-a11y-high-contrast address,
body.pojo-a11y-high-contrast article,
body.pojo-a11y-high-contrast aside,
body.pojo-a11y-high-contrast b,
body.pojo-a11y-high-contrast basefont,
body.pojo-a11y-high-contrast bdi,
body.pojo-a11y-high-contrast big,
body.pojo-a11y-high-contrast blink,
body.pojo-a11y-high-contrast blockquote,
body.pojo-a11y-high-contrast body,
body.pojo-a11y-high-contrast canvas,
body.pojo-a11y-high-contrast caption,
body.pojo-a11y-high-contrast center,
body.pojo-a11y-high-contrast cite,
body.pojo-a11y-high-contrast code,
body.pojo-a11y-high-contrast col,
body.pojo-a11y-high-contrast colgroup,
body.pojo-a11y-high-contrast command,
body.pojo-a11y-high-contrast dd,
body.pojo-a11y-high-contrast del,
body.pojo-a11y-high-contrast details,
body.pojo-a11y-high-contrast dfn,
body.pojo-a11y-high-contrast dir,
body.pojo-a11y-high-contrast div:not(.mobile-hero):not(.desktop-hero):not(.close-btn):not(.featured-post-img):not(.nav-dots):not(.values-dot):not(.growing-block):not(.featured-img):not(.owl-item):not(.owl-item .growing-block):not(.tota11y-toolbar-logo):not(.seopress-beacon-el):not(.move-me):not(.button-container):not(.profile-headshot):not(.hero-background-home):not(.hero-background):not(.profile-img):not(.owl-stage):not(.owl-stage-outer):not(.growing-carousel):not(.growing-block):not(.growing-carousel-block):not(.owl-item-bg),
body.pojo-a11y-high-contrast .full-link button,
body.pojo-a11y-high-contrast .button-link.button-dark,
body.pojo-a11y-high-contrast dl,
body.pojo-a11y-high-contrast dt,
body.pojo-a11y-high-contrast em,
body.pojo-a11y-high-contrast embed,
body.pojo-a11y-high-contrast fieldset,
body.pojo-a11y-high-contrast figcaption,
body.pojo-a11y-high-contrast figure,
body.pojo-a11y-high-contrast font,
body.pojo-a11y-high-contrast footer,
body.pojo-a11y-high-contrast form,
body.pojo-a11y-high-contrast h1 a,
body.pojo-a11y-high-contrast h1 a b,
body.pojo-a11y-high-contrast h1 abbr,
body.pojo-a11y-high-contrast h1 b,
body.pojo-a11y-high-contrast h1 center,
body.pojo-a11y-high-contrast h1 em,
body.pojo-a11y-high-contrast h1 i,
body.pojo-a11y-high-contrast h1 span,
body.pojo-a11y-high-contrast h1 strong,
body.pojo-a11y-high-contrast h2 a,
body.pojo-a11y-high-contrast h2 a b,
body.pojo-a11y-high-contrast h2 abbr,
body.pojo-a11y-high-contrast h2 b,
body.pojo-a11y-high-contrast h2 center,
body.pojo-a11y-high-contrast h2 em,
body.pojo-a11y-high-contrast h2 i,
body.pojo-a11y-high-contrast h2 span,
body.pojo-a11y-high-contrast h2 strong,
body.pojo-a11y-high-contrast h3,
body.pojo-a11y-high-contrast h3 a,
body.pojo-a11y-high-contrast h3 a b,
body.pojo-a11y-high-contrast h3 abbr,
body.pojo-a11y-high-contrast h3 b,
body.pojo-a11y-high-contrast h3 center,
body.pojo-a11y-high-contrast h3 em,
body.pojo-a11y-high-contrast h3 i,
body.pojo-a11y-high-contrast h3 span,
body.pojo-a11y-high-contrast h3 strong,
body.pojo-a11y-high-contrast h4,
body.pojo-a11y-high-contrast h4 a,
body.pojo-a11y-high-contrast h4 a b,
body.pojo-a11y-high-contrast h4 abbr,
body.pojo-a11y-high-contrast h4 b,
body.pojo-a11y-high-contrast h4 center,
body.pojo-a11y-high-contrast h4 em,
body.pojo-a11y-high-contrast h4 i,
body.pojo-a11y-high-contrast h4 span,
body.pojo-a11y-high-contrast h4 strong,
body.pojo-a11y-high-contrast h5,
body.pojo-a11y-high-contrast h5 a,
body.pojo-a11y-high-contrast h5 a b,
body.pojo-a11y-high-contrast h5 abbr,
body.pojo-a11y-high-contrast h5 b,
body.pojo-a11y-high-contrast h5 center,
body.pojo-a11y-high-contrast h5 em,
body.pojo-a11y-high-contrast h5 i,
body.pojo-a11y-high-contrast h5 span,
body.pojo-a11y-high-contrast h5 strong,
body.pojo-a11y-high-contrast h6,
body.pojo-a11y-high-contrast h6 a,
body.pojo-a11y-high-contrast h6 a b,
body.pojo-a11y-high-contrast h6 abbr,
body.pojo-a11y-high-contrast h6 b,
body.pojo-a11y-high-contrast h6 center,
body.pojo-a11y-high-contrast h6 em,
body.pojo-a11y-high-contrast h6 i,
body.pojo-a11y-high-contrast h6 span,
body.pojo-a11y-high-contrast h6 strong,
body.pojo-a11y-high-contrast header,
body.pojo-a11y-high-contrast hgroup,
body.pojo-a11y-high-contrast html,
body.pojo-a11y-high-contrast i,
body.pojo-a11y-high-contrast iframe,
body.pojo-a11y-high-contrast ins,
body.pojo-a11y-high-contrast kbd,
body.pojo-a11y-high-contrast label,
body.pojo-a11y-high-contrast legend,
body.pojo-a11y-high-contrast li:not(.growing-block),
body.pojo-a11y-high-contrast listing,
body.pojo-a11y-high-contrast main,
body.pojo-a11y-high-contrast mark,
body.pojo-a11y-high-contrast marquee,
body.pojo-a11y-high-contrast menu,
body.pojo-a11y-high-contrast meter,
body.pojo-a11y-high-contrast multicol,
body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),
body.pojo-a11y-high-contrast nobr,
body.pojo-a11y-high-contrast object,
body.pojo-a11y-high-contrast ol,
body.pojo-a11y-high-contrast option,
body.pojo-a11y-high-contrast output,
body.pojo-a11y-high-contrast p:not(.title):not(.desc),
body.pojo-a11y-high-contrast plaintext,
body.pojo-a11y-high-contrast pre,
body.pojo-a11y-high-contrast progress,
body.pojo-a11y-high-contrast q,
body.pojo-a11y-high-contrast rb,
body.pojo-a11y-high-contrast rp,
body.pojo-a11y-high-contrast rt,
body.pojo-a11y-high-contrast ruby,
body.pojo-a11y-high-contrast s,
body.pojo-a11y-high-contrast samp,
body.pojo-a11y-high-contrast section,
body.pojo-a11y-high-contrast small,
body.pojo-a11y-high-contrast span:not(.mega-toggle-animated-inner),
body.pojo-a11y-high-contrast strike,
body.pojo-a11y-high-contrast strong,
body.pojo-a11y-high-contrast sub,
body.pojo-a11y-high-contrast summary,
body.pojo-a11y-high-contrast sup,
body.pojo-a11y-high-contrast table,
body.pojo-a11y-high-contrast tbody,
body.pojo-a11y-high-contrast td,
body.pojo-a11y-high-contrast text,
body.pojo-a11y-high-contrast textarea,
body.pojo-a11y-high-contrast th,
body.pojo-a11y-high-contrast thead,
body.pojo-a11y-high-contrast time,
body.pojo-a11y-high-contrast tr,
body.pojo-a11y-high-contrast tt,
body.pojo-a11y-high-contrast u,
body.pojo-a11y-high-contrast ul,
body.pojo-a11y-high-contrast var,
body.pojo-a11y-high-contrast video,
body.pojo-a11y-high-contrast xmp {
  background: white !important;
  background-color: white !important;
}

body.pojo-a11y-high-contrast .hero-content #team-page-title {
  background: white;
}

body.pojo-a11y-high-contrast .growing-block .move-me .title,
body.pojo-a11y-high-contrast .growing-block .move-me .desc,
body.pojo-a11y-high-contrast .growing-block .move-me button,
body.pojo-a11y-negative-contrast .growing-block .move-me .title,
body.pojo-a11y-negative-contrast .growing-block .move-me .desc,
body.pojo-a11y-negative-contrast .growing-block .move-me button {
  color: white !important;
}

body.pojo-a11y-high-contrast .growing-image .content .title,
body.pojo-a11y-high-contrast .growing-image .content .desc {
  color: black !important;
}

body.pojo-a11y-high-contrast .owl-stage-outer,
body.pojo-a11y-negative-contrast .owl-stage-outer {
  z-index: 10;
}

body.pojo-a11y-high-contrast .growing-block .move-me button {
  background: transparent !important;
}

body.pojo-a11y-high-contrast.about-us .video-block-inner p {
  background: unset !important;
}

body.pojo-a11y-high-contrast h1 {
  background-color: none;
}

body.pojo-a11y-high-contrast p.title {
  font-size: 30px;
  font-weight: 500;
}

body.pojo-a11y-high-contrast p.desc {
  font-size: 20px;
  font-weight: 500;
}

body.pojo-a11y-high-contrast a:not(.featured-title),
body.pojo-a11y-high-contrast article,
body.pojo-a11y-high-contrast aside,
body.pojo-a11y-high-contrast basefont,
body.pojo-a11y-high-contrast bdi,
body.pojo-a11y-high-contrast big,
body.pojo-a11y-high-contrast blink,
body.pojo-a11y-high-contrast blockquote,
body.pojo-a11y-high-contrast body,
body.pojo-a11y-high-contrast button,
body.pojo-a11y-high-contrast canvas,
body.pojo-a11y-high-contrast caption,
body.pojo-a11y-high-contrast center,
body.pojo-a11y-high-contrast code,
body.pojo-a11y-high-contrast col,
body.pojo-a11y-high-contrast colgroup,
body.pojo-a11y-high-contrast command,
body.pojo-a11y-high-contrast dd,
body.pojo-a11y-high-contrast del,
body.pojo-a11y-high-contrast details,
body.pojo-a11y-high-contrast dir,
body.pojo-a11y-high-contrast div:not(.meta),
body.pojo-a11y-high-contrast dl,
body.pojo-a11y-high-contrast dt,
body.pojo-a11y-high-contrast embed,
body.pojo-a11y-high-contrast fieldset,
body.pojo-a11y-high-contrast figcaption,
body.pojo-a11y-high-contrast figure,
body.pojo-a11y-high-contrast font,
body.pojo-a11y-high-contrast footer,
body.pojo-a11y-high-contrast form,
body.pojo-a11y-high-contrast header,
body.pojo-a11y-high-contrast hgroup,
body.pojo-a11y-high-contrast html,
body.pojo-a11y-high-contrast iframe,
body.pojo-a11y-high-contrast img,
body.pojo-a11y-high-contrast input,
body.pojo-a11y-high-contrast ins,
body.pojo-a11y-high-contrast kbd,
body.pojo-a11y-high-contrast label,
body.pojo-a11y-high-contrast legend,
body.pojo-a11y-high-contrast li,
body.pojo-a11y-high-contrast listing,
body.pojo-a11y-high-contrast main,
body.pojo-a11y-high-contrast mark,
body.pojo-a11y-high-contrast marquee,
body.pojo-a11y-high-contrast menu,
body.pojo-a11y-high-contrast meter,
body.pojo-a11y-high-contrast multicol,
body.pojo-a11y-high-contrast nav,
body.pojo-a11y-high-contrast nobr,
body.pojo-a11y-high-contrast object,
body.pojo-a11y-high-contrast ol,
body.pojo-a11y-high-contrast option,
body.pojo-a11y-high-contrast output,
body.pojo-a11y-high-contrast p:not(.cat):not(.title):not(.desc),
body.pojo-a11y-high-contrast plaintext,
body.pojo-a11y-high-contrast pre,
body.pojo-a11y-high-contrast progress,
body.pojo-a11y-high-contrast q,
body.pojo-a11y-high-contrast rb,
body.pojo-a11y-high-contrast rp,
body.pojo-a11y-high-contrast rt,
body.pojo-a11y-high-contrast ruby,
body.pojo-a11y-high-contrast s,
body.pojo-a11y-high-contrast samp,
body.pojo-a11y-high-contrast section,
body.pojo-a11y-high-contrast select,
body.pojo-a11y-high-contrast small,
body.pojo-a11y-high-contrast span:not(.date),
body.pojo-a11y-high-contrast strike,
body.pojo-a11y-high-contrast sub,
body.pojo-a11y-high-contrast summary,
body.pojo-a11y-high-contrast sup,
body.pojo-a11y-high-contrast svg,
body.pojo-a11y-high-contrast table,
body.pojo-a11y-high-contrast tbody,
body.pojo-a11y-high-contrast td,
body.pojo-a11y-high-contrast text,
body.pojo-a11y-high-contrast textarea,
body.pojo-a11y-high-contrast th,
body.pojo-a11y-high-contrast thead,
body.pojo-a11y-high-contrast time,
body.pojo-a11y-high-contrast tr,
body.pojo-a11y-high-contrast tt,
body.pojo-a11y-high-contrast ul,
body.pojo-a11y-high-contrast var,
body.pojo-a11y-high-contrast video,
body.pojo-a11y-high-contrast xmp {
  color: black !important;
}

body.pojo-a11y-high-contrast .forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input,
.forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input,
body.pojo-a11y-negative-contrast .forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input,
.forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input {
  transform: unset;
  -webkit-transform: unset;
}

body.pojo-a11y-high-contrast #our-research-text,
body.pojo-a11y-negative-contrast #our-research-text {
  z-index: 50 !important;
  margin-top: 50px;
  padding-top: 100px;
}

body.pojo-a11y-negative-contrast .featured-posts-container {
  margin-bottom: 0;
}

body.pojo-a11y-high-contrast .forminator-ui#forminator-module-117.forminator-design--material .forminator-button-submit {
  border: 1px solid black !important;
}

body.pojo-a11y-high-contrast .featured-posts-container ul.posts-container li.featured-post .date {
  color: black !important;
  font-weight: 600 !important;
}

body.pojo-a11y-high-contrast #patientsAnchor .content p.title,
body.pojo-a11y-high-contrast #patientsAnchor .content p.desc,
body.pojo-a11y-high-contrast #therapistsAnchor .content p.title,
body.pojo-a11y-high-contrast #therapistsAnchor .content p.desc {
  color: black;
}

body.pojo-a11y-high-contrast .content-row.blog-posts .top-articles .news-article .date,
.content-row.blog-posts .top-articles .news-article .cat,
.content-row.blog-posts .category-articles .news-article .date,
.content-row.blog-posts .category-articles .news-article .cat,
.content-row.blog-posts .more-articles .news-article .date,
.content-row.blog-posts .more-articles .news-article .cat,
.page-template-news-page .top-articles .news-article .date,
.page-template-news-page .top-articles .news-article .cat,
.page-template-news-page .category-articles .news-article .date,
.page-template-news-page .category-articles .news-article .cat,
.page-template-news-page .more-articles .news-article .date,
.page-template-news-page .more-articles .news-article .cat,
body.search .top-articles .news-article .date,
body.search .top-articles .news-article .cat,
body.search .category-articles .news-article .date,
body.search .category-articles .news-article .cat,
body.search .more-articles .news-article .date,
body.search .more-articles .news-article .cat,
.archive .top-articles .news-article .date,
.archive .top-articles .news-article .cat,
.archive .category-articles .news-article .date,
.archive .category-articles .news-article .cat,
.archive .more-articles .news-article .date,
.archive .more-articles .news-article .cat,
body.category .top-articles .news-article .date,
body.category .top-articles .news-article .cat,
body.category .category-articles .news-article .date,
body.category .category-articles .news-article .cat,
body.category .more-articles .news-article .date,
body.category .more-articles .news-article .cat {
  color: black !important;
}

body.pojo-a11y-high-contrast .news-article a.featured-title {
  color: black !important;
  font-weight: 600 !important;
}

body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym,
body.pojo-a11y-high-contrast b,
body.pojo-a11y-high-contrast b span,
body.pojo-a11y-high-contrast h1 b,
body.pojo-a11y-high-contrast h1 strong,
body.pojo-a11y-high-contrast h2,
body.pojo-a11y-high-contrast h2 b,
body.pojo-a11y-high-contrast h2 strong,
body.pojo-a11y-high-contrast h3 b,
body.pojo-a11y-high-contrast h3 strong,
body.pojo-a11y-high-contrast h4 b,
body.pojo-a11y-high-contrast h4 strong,
body.pojo-a11y-high-contrast h5 b,
body.pojo-a11y-high-contrast h5 strong,
body.pojo-a11y-high-contrast h6 b,
body.pojo-a11y-high-contrast h6 strong,
body.pojo-a11y-high-contrast strong,
body.pojo-a11y-high-contrast strong span {
  color: black !important;
}

body.pojo-a11y-high-contrast address,
body.pojo-a11y-high-contrast address span,
body.pojo-a11y-high-contrast cite,
body.pojo-a11y-high-contrast cite span,
body.pojo-a11y-high-contrast dfn,
body.pojo-a11y-high-contrast dfn span,
body.pojo-a11y-high-contrast em span,
body.pojo-a11y-high-contrast h1 em,
body.pojo-a11y-high-contrast h1 i,
body.pojo-a11y-high-contrast h2 em,
body.pojo-a11y-high-contrast h2 i,
body.pojo-a11y-high-contrast h3 em,
body.pojo-a11y-high-contrast h3 i,
body.pojo-a11y-high-contrast h4 em,
body.pojo-a11y-high-contrast h4 i,
body.pojo-a11y-high-contrast h5 em,
body.pojo-a11y-high-contrast h5 i,
body.pojo-a11y-high-contrast h6 em,
body.pojo-a11y-high-contrast h6 i,
body.pojo-a11y-high-contrast i,
body.pojo-a11y-high-contrast i span,
body.pojo-a11y-high-contrast u,
body.pojo-a11y-high-contrast u span {
  color: white !important;
}

body.pojo-a11y-high-contrast dt {
  border-top: thin solid grey !important;
}

body.pojo-a11y-high-contrast #primary .hero-content {
  background: unset !important;
}
body.pojo-a11y-high-contrast #primary .hero-content h1 {
  color: black;
  font-weight: 500;
}

body.pojo-a11y-high-contrast h1 a,
body.pojo-a11y-high-contrast h1 a b,
body.pojo-a11y-high-contrast h1 abbr,
body.pojo-a11y-high-contrast h1 center,
body.pojo-a11y-high-contrast h1 span,
body.pojo-a11y-high-contrast h2 a,
body.pojo-a11y-high-contrast h2 a b,
body.pojo-a11y-high-contrast h2 abbr,
body.pojo-a11y-high-contrast h2 center,
body.pojo-a11y-high-contrast h2 span,
body.pojo-a11y-high-contrast h3,
body.pojo-a11y-high-contrast h3 a,
body.pojo-a11y-high-contrast h3 a b,
body.pojo-a11y-high-contrast h3 abbr,
body.pojo-a11y-high-contrast h3 center,
body.pojo-a11y-high-contrast h3 span,
body.pojo-a11y-high-contrast h4,
body.pojo-a11y-high-contrast h4 a,
body.pojo-a11y-high-contrast h4 a b,
body.pojo-a11y-high-contrast h4 abbr,
body.pojo-a11y-high-contrast h4 center,
body.pojo-a11y-high-contrast h4 span,
body.pojo-a11y-high-contrast h5,
body.pojo-a11y-high-contrast h5 a,
body.pojo-a11y-high-contrast h5 a b,
body.pojo-a11y-high-contrast h5 abbr,
body.pojo-a11y-high-contrast h5 center,
body.pojo-a11y-high-contrast h5 span,
body.pojo-a11y-high-contrast h6,
body.pojo-a11y-high-contrast h6 a,
body.pojo-a11y-high-contrast h6 a b,
body.pojo-a11y-high-contrast h6 abbr,
body.pojo-a11y-high-contrast h6 center,
body.pojo-a11y-high-contrast h6 span {
  color: black !important;
  font-weight: 500;
}
body.pojo-a11y-high-contrast h1 a:hover,
body.pojo-a11y-high-contrast h1 a b:hover,
body.pojo-a11y-high-contrast h1 abbr:hover,
body.pojo-a11y-high-contrast h1 center:hover,
body.pojo-a11y-high-contrast h1 span:hover,
body.pojo-a11y-high-contrast h2 a:hover,
body.pojo-a11y-high-contrast h2 a b:hover,
body.pojo-a11y-high-contrast h2 abbr:hover,
body.pojo-a11y-high-contrast h2 center:hover,
body.pojo-a11y-high-contrast h2 span:hover,
body.pojo-a11y-high-contrast h3:hover,
body.pojo-a11y-high-contrast h3 a:hover,
body.pojo-a11y-high-contrast h3 a b:hover,
body.pojo-a11y-high-contrast h3 abbr:hover,
body.pojo-a11y-high-contrast h3 center:hover,
body.pojo-a11y-high-contrast h3 span:hover,
body.pojo-a11y-high-contrast h4:hover,
body.pojo-a11y-high-contrast h4 a:hover,
body.pojo-a11y-high-contrast h4 a b:hover,
body.pojo-a11y-high-contrast h4 abbr:hover,
body.pojo-a11y-high-contrast h4 center:hover,
body.pojo-a11y-high-contrast h4 span:hover,
body.pojo-a11y-high-contrast h5:hover,
body.pojo-a11y-high-contrast h5 a:hover,
body.pojo-a11y-high-contrast h5 a b:hover,
body.pojo-a11y-high-contrast h5 abbr:hover,
body.pojo-a11y-high-contrast h5 center:hover,
body.pojo-a11y-high-contrast h5 span:hover,
body.pojo-a11y-high-contrast h6:hover,
body.pojo-a11y-high-contrast h6 a:hover,
body.pojo-a11y-high-contrast h6 a b:hover,
body.pojo-a11y-high-contrast h6 abbr:hover,
body.pojo-a11y-high-contrast h6 center:hover,
body.pojo-a11y-high-contrast h6 span:hover {
  color: white;
}

body.pojo-a11y-high-contrast abbr,
body.pojo-a11y-high-contrast acronym {
  border-bottom: 1px dotted !important;
}

body.pojo-a11y-high-contrast :focus {
  outline: thin dotted !important;
}

body.pojo-a11y-high-contrast a.button,
body.pojo-a11y-high-contrast a.button abbr,
body.pojo-a11y-high-contrast a.button acronym,
body.pojo-a11y-high-contrast a.button b,
body.pojo-a11y-high-contrast a.button basefont,
body.pojo-a11y-high-contrast a.button big,
body.pojo-a11y-high-contrast a.button br,
body.pojo-a11y-high-contrast a.button code,
body.pojo-a11y-high-contrast a.button div,
body.pojo-a11y-high-contrast a.button em,
body.pojo-a11y-high-contrast a.button font,
body.pojo-a11y-high-contrast a.button h1,
body.pojo-a11y-high-contrast a.button h2,
body.pojo-a11y-high-contrast a.button h3,
body.pojo-a11y-high-contrast a.button h4,
body.pojo-a11y-high-contrast a.button h5,
body.pojo-a11y-high-contrast a.button h6,
body.pojo-a11y-high-contrast a.button i,
body.pojo-a11y-high-contrast a.button kbd,
body.pojo-a11y-high-contrast a.button rb,
body.pojo-a11y-high-contrast a.button rp,
body.pojo-a11y-high-contrast a.button rt,
body.pojo-a11y-high-contrast a.button ruby,
body.pojo-a11y-high-contrast a.button samp,
body.pojo-a11y-high-contrast a.button small,
body.pojo-a11y-high-contrast a.button span,
body.pojo-a11y-high-contrast a.button strong,
body.pojo-a11y-high-contrast a.button tt,
body.pojo-a11y-high-contrast a.button u,
body.pojo-a11y-high-contrast a.button var,
body.pojo-a11y-high-contrast a:link,
body.pojo-a11y-high-contrast a:link abbr,
body.pojo-a11y-high-contrast a:link acronym,
body.pojo-a11y-high-contrast a:link b,
body.pojo-a11y-high-contrast a:link basefont,
body.pojo-a11y-high-contrast a:link big,
body.pojo-a11y-high-contrast a:link br,
body.pojo-a11y-high-contrast a:link code,
body.pojo-a11y-high-contrast a:link div,
body.pojo-a11y-high-contrast a:link em,
body.pojo-a11y-high-contrast a:link font,
body.pojo-a11y-high-contrast a:link h1,
body.pojo-a11y-high-contrast a:link h2,
body.pojo-a11y-high-contrast a:link h3,
body.pojo-a11y-high-contrast a:link h4,
body.pojo-a11y-high-contrast a:link h5,
body.pojo-a11y-high-contrast a:link h6,
body.pojo-a11y-high-contrast a:link i,
body.pojo-a11y-high-contrast a:link kbd,
body.pojo-a11y-high-contrast a:link rb,
body.pojo-a11y-high-contrast a:link rp,
body.pojo-a11y-high-contrast a:link rt,
body.pojo-a11y-high-contrast a:link ruby,
body.pojo-a11y-high-contrast a:link samp,
body.pojo-a11y-high-contrast a:link small,
body.pojo-a11y-high-contrast a:link span,
body.pojo-a11y-high-contrast a:link strong,
body.pojo-a11y-high-contrast a:link tt,
body.pojo-a11y-high-contrast a:link u,
body.pojo-a11y-high-contrast a:link var,
body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem {
  color: black !important;
  font-weight: 500;
}

body.pojo-a11y-high-contrast select {
  -webkit-appearance: listbox !important;
  -moz-appearance: listbox !important;
  appearance: listbox !important;
  background: #600060 !important;
  background-color: #600060 !important;
}

body.pojo-a11y-high-contrast a:visited,
body.pojo-a11y-high-contrast a:visited abbr,
body.pojo-a11y-high-contrast a:visited acronym,
body.pojo-a11y-high-contrast a:visited b,
body.pojo-a11y-high-contrast a:visited basefont,
body.pojo-a11y-high-contrast a:visited big,
body.pojo-a11y-high-contrast a:visited br,
body.pojo-a11y-high-contrast a:visited code,
body.pojo-a11y-high-contrast a:visited div,
body.pojo-a11y-high-contrast a:visited em,
body.pojo-a11y-high-contrast a:visited font,
body.pojo-a11y-high-contrast a:visited h1,
body.pojo-a11y-high-contrast a:visited h2,
body.pojo-a11y-high-contrast a:visited h3,
body.pojo-a11y-high-contrast a:visited h4,
body.pojo-a11y-high-contrast a:visited h5,
body.pojo-a11y-high-contrast a:visited h6,
body.pojo-a11y-high-contrast a:visited i,
body.pojo-a11y-high-contrast a:visited kbd,
body.pojo-a11y-high-contrast a:visited rb,
body.pojo-a11y-high-contrast a:visited rp,
body.pojo-a11y-high-contrast a:visited rt,
body.pojo-a11y-high-contrast a:visited ruby,
body.pojo-a11y-high-contrast a:visited samp,
body.pojo-a11y-high-contrast a:visited small,
body.pojo-a11y-high-contrast a:visited span,
body.pojo-a11y-high-contrast a:visited strong,
body.pojo-a11y-high-contrast a:visited tt,
body.pojo-a11y-high-contrast a:visited u,
body.pojo-a11y-high-contrast a:visited var,
body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active {
  color: black !important;
  font-weight: 500;
}

body.pojo-a11y-high-contrast ::-moz-selection {
  background: #4080c0 !important;
  background-color: #4080c0 !important;
}

body.pojo-a11y-high-contrast ::selection,
body.pojo-a11y-high-contrast ::-moz-selection {
  background: #4080c0 !important;
  background-color: #4080c0 !important;
}

body.pojo-a11y-high-contrast body > input#site + div#wrapper span.mk,
body.pojo-a11y-high-contrast body > input#site + div#wrapper span.mk b,
body.pojo-a11y-high-contrast input[type=reset] {
  background: #400060 !important;
  background-color: #400060 !important;
}

body.pojo-a11y-high-contrast input[type=search] {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

body.pojo-a11y-high-contrast html button[disabled],
body.pojo-a11y-high-contrast html input[disabled],
body.pojo-a11y-high-contrast html select[disabled],
body.pojo-a11y-high-contrast html textarea[disabled] {
  background: #404040 !important;
  background-color: #404040 !important;
}

body.pojo-a11y-high-contrast .menu li a span.label {
  text-transform: none !important;
}

body.pojo-a11y-high-contrast .menu li a span.label,
body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,
body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols {
  display: inline !important;
}

body.pojo-a11y-high-contrast a:link.new,
body.pojo-a11y-high-contrast a:link.new i,
body.pojo-a11y-high-contrast a:link.new b,
body.pojo-a11y-high-contrast span.Apple-style-span {
  color: black !important;
}

body.pojo-a11y-high-contrast body.mediawiki img.tex {
  background: white !important;
  background-color: white !important;
  border: white solid 3px !important;
}

body.pojo-a11y-high-contrast text > tspan:first-letter,
body.pojo-a11y-high-contrast text > tspan:first-line {
  background: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
}

body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,
body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td {
  background: #003050 !important;
  background-color: #003050 !important;
}

body.pojo-a11y-high-contrast img[width="18"][height="18"] {
  height: 18px !important;
  width: 18px !important;
}

body.pojo-a11y-high-contrast a > span.iconHelp:empty:after {
  content: "Help" !important;
}

body.pojo-a11y-high-contrast div#gmap,
body.pojo-a11y-high-contrast div#gmap * {
  background: initial !important;
}

body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar):not(.desktop-hero):not(.mobile-hero):not(.close-btn):not(.featured-post-img):not(.nav-dots):not(.values-dot):not(.growing-block):not(.featured-img):not(.owl-item):not(.owl-item .growing-block):not(.tota11y-toolbar-logo):not(.seopress-beacon-el):not(.move-me):not(.button-container):not(.profile-headshot):not(.search-all-submit):not(.mega-toggle-animated-inner):not(.hero-background-home):not(.hero-background):not(.owl-next):not(.owl-prev),
body.pojo-a11y-negative-contrast li:not(.growing-block) {
  background: #000 !important;
  color: #ffffff !important;
}

body.pojo-a11y-negative-contrast img,
body.pojo-a11y-negative-contrast .featured-img,
body.pojo-a11y-negative-contrast .team-carousel-img,
body.pojo-a11y-negative-contrast .team-member-carousel.hovered,
body.pojo-a11y-negative-contrast .featured-post-img,
body.pojo-a11y-negative-contrast .desktop-hero,
body.pojo-a11y-negative-contrast .mobile-hero,
body.pojo-a11y-negative-contrast .growing-carousel .owl-item li,
body #menu-item-241 a,
body #menu-item-4051 a {
  filter: grayscale(1);
}

body.pojo-a11y-negative-contrast .accessibility-dropdown li.selected:before {
  color: white !important;
}

body.pojo-a11y-negative-contrast #primary #main-body .growing-block a,
body.pojo-a11y-negative-contrast #primary #main-body .owl-nav button img {
  background: unset !important;
}

body.pojo-a11y-negative-contrast .growing-carousel::before,
body.pojo-a11y-negative-contrast .growing-carousel::after {
  content: unset;
}

body.pojo-a11y-negative-contrast #primary #main-body .growing-block a:hover {
  background: black !important;
}

body.pojo-a11y-negative-contrast #about-quotes .quote-slider .owl-dots button.owl-dot {
  background: white !important;
}

body.pojo-a11y-high-contrast #primary #main-body .the-graph .graph-row .graph-bar .bar {
  background: black !important;
}

body.pojo-a11y-negative-contrast #primary #main-body .the-graph .graph-row .graph-bar .bar {
  background: white !important;
}

body.pojo-a11y-negative-contrast a,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,
body.pojo-a11y-negative-contrast b,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,
body.pojo-a11y-negative-contrast blockquote,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,
body.pojo-a11y-negative-contrast button,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,
body.pojo-a11y-negative-contrast canvas,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,
body.pojo-a11y-negative-contrast caption,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,
body.pojo-a11y-negative-contrast center,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,
body.pojo-a11y-negative-contrast cite,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,
body.pojo-a11y-negative-contrast code,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,
body.pojo-a11y-negative-contrast col,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,
body.pojo-a11y-negative-contrast colgroup,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,
body.pojo-a11y-negative-contrast dd,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,
body.pojo-a11y-negative-contrast details,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,
body.pojo-a11y-negative-contrast dfn,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,
body.pojo-a11y-negative-contrast dir,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,
body.pojo-a11y-negative-contrast div,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,
body.pojo-a11y-negative-contrast dl,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,
body.pojo-a11y-negative-contrast dt,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,
body.pojo-a11y-negative-contrast em,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,
body.pojo-a11y-negative-contrast embed,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,
body.pojo-a11y-negative-contrast fieldset,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,
body.pojo-a11y-negative-contrast figcaption,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,
body.pojo-a11y-negative-contrast figure,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,
body.pojo-a11y-negative-contrast font,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,
body.pojo-a11y-negative-contrast footer,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,
body.pojo-a11y-negative-contrast form,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,
body.pojo-a11y-negative-contrast header,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,
body.pojo-a11y-negative-contrast i,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,
body.pojo-a11y-negative-contrast iframe,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,
body.pojo-a11y-negative-contrast img,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,
body.pojo-a11y-negative-contrast input,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,
body.pojo-a11y-negative-contrast kbd,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,
body.pojo-a11y-negative-contrast label,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,
body.pojo-a11y-negative-contrast legend,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,
body.pojo-a11y-negative-contrast li,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,
body.pojo-a11y-negative-contrast mark,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,
body.pojo-a11y-negative-contrast menu,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,
body.pojo-a11y-negative-contrast meter,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,
body.pojo-a11y-negative-contrast nav,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,
body.pojo-a11y-negative-contrast nobr,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,
body.pojo-a11y-negative-contrast object,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,
body.pojo-a11y-negative-contrast ol,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,
body.pojo-a11y-negative-contrast option,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,
body.pojo-a11y-negative-contrast pre,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,
body.pojo-a11y-negative-contrast progress,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,
body.pojo-a11y-negative-contrast q,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,
body.pojo-a11y-negative-contrast s,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,
body.pojo-a11y-negative-contrast section,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,
body.pojo-a11y-negative-contrast select,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,
body.pojo-a11y-negative-contrast small,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,
body.pojo-a11y-negative-contrast span,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,
body.pojo-a11y-negative-contrast strike,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,
body.pojo-a11y-negative-contrast strong,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,
body.pojo-a11y-negative-contrast sub,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,
body.pojo-a11y-negative-contrast summary,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,
body.pojo-a11y-negative-contrast sup,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,
body.pojo-a11y-negative-contrast table,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,
body.pojo-a11y-negative-contrast td,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,
body.pojo-a11y-negative-contrast textarea,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,
body.pojo-a11y-negative-contrast th,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,
body.pojo-a11y-negative-contrast time,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,
body.pojo-a11y-negative-contrast tr,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,
body.pojo-a11y-negative-contrast tt,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,
body.pojo-a11y-negative-contrast u,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,
body.pojo-a11y-negative-contrast ul,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,
body.pojo-a11y-negative-contrast var,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,
body.pojo-a11y-negative-contrast a span,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,
body.pojo-a11y-negative-contrast strong,
body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong {
  color: white !important;
}

body.pojo-a11y-negative-contrast div#gmap,
body.pojo-a11y-negative-contrast div#gmap * {
  background: initial !important;
}

body.pojo-a11y-light-background,
body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) {
  background: #fff !important;
  color: #000 !important;
}

body.pojo-a11y-light-background div#gmap,
body.pojo-a11y-light-background div#gmap * {
  background: initial !important;
}

body.pojo-a11y-resize-font-200,
body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-200 label,
body.pojo-a11y-resize-font-200 input,
body.pojo-a11y-resize-font-200 select,
body.pojo-a11y-resize-font-200 textarea,
body.pojo-a11y-resize-font-200 legend,
body.pojo-a11y-resize-font-200 code,
body.pojo-a11y-resize-font-200 pre,
body.pojo-a11y-resize-font-200 dd,
body.pojo-a11y-resize-font-200 dt,
body.pojo-a11y-resize-font-200 span,
body.pojo-a11y-resize-font-200 blockquote {
  font-size: 200% !important;
}

body.pojo-a11y-resize-font-200 h1,
body.pojo-a11y-resize-font-200 h2,
body.pojo-a11y-resize-font-200 h3,
body.pojo-a11y-resize-font-200 h4,
body.pojo-a11y-resize-font-200 h5,
body.pojo-a11y-resize-font-200 h6,
body.pojo-a11y-resize-font-200 h1 span,
body.pojo-a11y-resize-font-200 h2 span,
body.pojo-a11y-resize-font-200 h3 span,
body.pojo-a11y-resize-font-200 h4 span,
body.pojo-a11y-resize-font-200 h5 span,
body.pojo-a11y-resize-font-200 h6 span {
  font-size: 266% !important;
}

body.pojo-a11y-resize-font-190,
body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-190 label,
body.pojo-a11y-resize-font-190 input,
body.pojo-a11y-resize-font-190 select,
body.pojo-a11y-resize-font-190 textarea,
body.pojo-a11y-resize-font-190 legend,
body.pojo-a11y-resize-font-190 code,
body.pojo-a11y-resize-font-190 pre,
body.pojo-a11y-resize-font-190 dd,
body.pojo-a11y-resize-font-190 dt,
body.pojo-a11y-resize-font-190 span,
body.pojo-a11y-resize-font-190 blockquote {
  font-size: 190% !important;
}

body.pojo-a11y-resize-font-190 h1,
body.pojo-a11y-resize-font-190 h2,
body.pojo-a11y-resize-font-190 h3,
body.pojo-a11y-resize-font-190 h4,
body.pojo-a11y-resize-font-190 h5,
body.pojo-a11y-resize-font-190 h6,
body.pojo-a11y-resize-font-190 h1 span,
body.pojo-a11y-resize-font-190 h2 span,
body.pojo-a11y-resize-font-190 h3 span,
body.pojo-a11y-resize-font-190 h4 span,
body.pojo-a11y-resize-font-190 h5 span,
body.pojo-a11y-resize-font-190 h6 span {
  font-size: 252.7% !important;
}

body.pojo-a11y-resize-font-180,
body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-180 label,
body.pojo-a11y-resize-font-180 input,
body.pojo-a11y-resize-font-180 select,
body.pojo-a11y-resize-font-180 textarea,
body.pojo-a11y-resize-font-180 legend,
body.pojo-a11y-resize-font-180 code,
body.pojo-a11y-resize-font-180 pre,
body.pojo-a11y-resize-font-180 dd,
body.pojo-a11y-resize-font-180 dt,
body.pojo-a11y-resize-font-180 span,
body.pojo-a11y-resize-font-180 blockquote {
  font-size: 180% !important;
}

body.pojo-a11y-resize-font-180 h1,
body.pojo-a11y-resize-font-180 h2,
body.pojo-a11y-resize-font-180 h3,
body.pojo-a11y-resize-font-180 h4,
body.pojo-a11y-resize-font-180 h5,
body.pojo-a11y-resize-font-180 h6,
body.pojo-a11y-resize-font-180 h1 span,
body.pojo-a11y-resize-font-180 h2 span,
body.pojo-a11y-resize-font-180 h3 span,
body.pojo-a11y-resize-font-180 h4 span,
body.pojo-a11y-resize-font-180 h5 span,
body.pojo-a11y-resize-font-180 h6 span {
  font-size: 239.4% !important;
}

body.pojo-a11y-resize-font-170,
body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-170 label,
body.pojo-a11y-resize-font-170 input,
body.pojo-a11y-resize-font-170 select,
body.pojo-a11y-resize-font-170 textarea,
body.pojo-a11y-resize-font-170 legend,
body.pojo-a11y-resize-font-170 code,
body.pojo-a11y-resize-font-170 pre,
body.pojo-a11y-resize-font-170 dd,
body.pojo-a11y-resize-font-170 dt,
body.pojo-a11y-resize-font-170 span,
body.pojo-a11y-resize-font-170 blockquote {
  font-size: 170% !important;
}

body.pojo-a11y-resize-font-170 h1,
body.pojo-a11y-resize-font-170 h2,
body.pojo-a11y-resize-font-170 h3,
body.pojo-a11y-resize-font-170 h4,
body.pojo-a11y-resize-font-170 h5,
body.pojo-a11y-resize-font-170 h6,
body.pojo-a11y-resize-font-170 h1 span,
body.pojo-a11y-resize-font-170 h2 span,
body.pojo-a11y-resize-font-170 h3 span,
body.pojo-a11y-resize-font-170 h4 span,
body.pojo-a11y-resize-font-170 h5 span,
body.pojo-a11y-resize-font-170 h6 span {
  font-size: 226.1% !important;
}

body.pojo-a11y-resize-font-160,
body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-160 label,
body.pojo-a11y-resize-font-160 input,
body.pojo-a11y-resize-font-160 select,
body.pojo-a11y-resize-font-160 textarea,
body.pojo-a11y-resize-font-160 legend,
body.pojo-a11y-resize-font-160 code,
body.pojo-a11y-resize-font-160 pre,
body.pojo-a11y-resize-font-160 dd,
body.pojo-a11y-resize-font-160 dt,
body.pojo-a11y-resize-font-160 span,
body.pojo-a11y-resize-font-160 blockquote {
  font-size: 160% !important;
}

body.pojo-a11y-resize-font-160 h1,
body.pojo-a11y-resize-font-160 h2,
body.pojo-a11y-resize-font-160 h3,
body.pojo-a11y-resize-font-160 h4,
body.pojo-a11y-resize-font-160 h5,
body.pojo-a11y-resize-font-160 h6,
body.pojo-a11y-resize-font-160 h1 span,
body.pojo-a11y-resize-font-160 h2 span,
body.pojo-a11y-resize-font-160 h3 span,
body.pojo-a11y-resize-font-160 h4 span,
body.pojo-a11y-resize-font-160 h5 span,
body.pojo-a11y-resize-font-160 h6 span {
  font-size: 212.8% !important;
}

body.pojo-a11y-resize-font-150,
body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-150 label,
body.pojo-a11y-resize-font-150 input,
body.pojo-a11y-resize-font-150 select,
body.pojo-a11y-resize-font-150 textarea,
body.pojo-a11y-resize-font-150 legend,
body.pojo-a11y-resize-font-150 code,
body.pojo-a11y-resize-font-150 pre,
body.pojo-a11y-resize-font-150 dd,
body.pojo-a11y-resize-font-150 dt,
body.pojo-a11y-resize-font-150 span,
body.pojo-a11y-resize-font-150 blockquote {
  font-size: 150% !important;
}

body.pojo-a11y-resize-font-150 h1,
body.pojo-a11y-resize-font-150 h2,
body.pojo-a11y-resize-font-150 h3,
body.pojo-a11y-resize-font-150 h4,
body.pojo-a11y-resize-font-150 h5,
body.pojo-a11y-resize-font-150 h6,
body.pojo-a11y-resize-font-150 h1 span,
body.pojo-a11y-resize-font-150 h2 span,
body.pojo-a11y-resize-font-150 h3 span,
body.pojo-a11y-resize-font-150 h4 span,
body.pojo-a11y-resize-font-150 h5 span,
body.pojo-a11y-resize-font-150 h6 span {
  font-size: 199.5% !important;
}

body.pojo-a11y-resize-font-140,
body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-140 label,
body.pojo-a11y-resize-font-140 input,
body.pojo-a11y-resize-font-140 select,
body.pojo-a11y-resize-font-140 textarea,
body.pojo-a11y-resize-font-140 legend,
body.pojo-a11y-resize-font-140 code,
body.pojo-a11y-resize-font-140 pre,
body.pojo-a11y-resize-font-140 dd,
body.pojo-a11y-resize-font-140 dt,
body.pojo-a11y-resize-font-140 span,
body.pojo-a11y-resize-font-140 blockquote {
  font-size: 140% !important;
}

body.pojo-a11y-resize-font-140 h1,
body.pojo-a11y-resize-font-140 h2,
body.pojo-a11y-resize-font-140 h3,
body.pojo-a11y-resize-font-140 h4,
body.pojo-a11y-resize-font-140 h5,
body.pojo-a11y-resize-font-140 h6,
body.pojo-a11y-resize-font-140 h1 span,
body.pojo-a11y-resize-font-140 h2 span,
body.pojo-a11y-resize-font-140 h3 span,
body.pojo-a11y-resize-font-140 h4 span,
body.pojo-a11y-resize-font-140 h5 span,
body.pojo-a11y-resize-font-140 h6 span {
  font-size: 186.2% !important;
}

body.pojo-a11y-resize-font-130,
body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-130 label,
body.pojo-a11y-resize-font-130 input,
body.pojo-a11y-resize-font-130 select,
body.pojo-a11y-resize-font-130 textarea,
body.pojo-a11y-resize-font-130 legend,
body.pojo-a11y-resize-font-130 code,
body.pojo-a11y-resize-font-130 pre,
body.pojo-a11y-resize-font-130 dd,
body.pojo-a11y-resize-font-130 dt,
body.pojo-a11y-resize-font-130 span,
body.pojo-a11y-resize-font-130 blockquote {
  font-size: 130% !important;
}

body.pojo-a11y-resize-font-130 h1,
body.pojo-a11y-resize-font-130 h2,
body.pojo-a11y-resize-font-130 h3,
body.pojo-a11y-resize-font-130 h4,
body.pojo-a11y-resize-font-130 h5,
body.pojo-a11y-resize-font-130 h6,
body.pojo-a11y-resize-font-130 h1 span,
body.pojo-a11y-resize-font-130 h2 span,
body.pojo-a11y-resize-font-130 h3 span,
body.pojo-a11y-resize-font-130 h4 span,
body.pojo-a11y-resize-font-130 h5 span,
body.pojo-a11y-resize-font-130 h6 span {
  font-size: 172.9% !important;
}

body.pojo-a11y-resize-font-120,
body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),
body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),
body.pojo-a11y-resize-font-120 label,
body.pojo-a11y-resize-font-120 input,
body.pojo-a11y-resize-font-120 select,
body.pojo-a11y-resize-font-120 textarea,
body.pojo-a11y-resize-font-120 legend,
body.pojo-a11y-resize-font-120 code,
body.pojo-a11y-resize-font-120 pre,
body.pojo-a11y-resize-font-120 dd,
body.pojo-a11y-resize-font-120 dt,
body.pojo-a11y-resize-font-120 span,
body.pojo-a11y-resize-font-120 blockquote {
  font-size: 120% !important;
}

body.pojo-a11y-resize-font-120 h1,
body.pojo-a11y-resize-font-120 h2,
body.pojo-a11y-resize-font-120 h3,
body.pojo-a11y-resize-font-120 h4,
body.pojo-a11y-resize-font-120 h5,
body.pojo-a11y-resize-font-120 h6,
body.pojo-a11y-resize-font-120 h1 span,
body.pojo-a11y-resize-font-120 h2 span,
body.pojo-a11y-resize-font-120 h3 span,
body.pojo-a11y-resize-font-120 h4 span,
body.pojo-a11y-resize-font-120 h5 span,
body.pojo-a11y-resize-font-120 h6 span {
  font-size: 159.6% !important;
}

body.pojo-a11y-links-underline a,
body.pojo-a11y-links-underline a * {
  text-decoration: underline !important;
}

body.pojo-a11y-readable-font,
body.pojo-a11y-readable-font *:not(i):not(span) {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.pojo-skip-link {
  position: absolute;
  top: -1000em;
}

.pojo-skip-link:focus {
  left: 50px;
  top: 50px;
  height: auto;
  width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 23px 14px;
  background-color: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

body.rtl .pojo-skip-link:focus {
  right: 50px;
  left: auto;
}

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

.pojo-a11y-visible-phone {
  display: none !important;
}

.pojo-a11y-visible-tablet {
  display: none !important;
}

.pojo-a11y-hidden-desktop {
  display: none !important;
}

.pojo-a11y-visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pojo-a11y-hidden-desktop {
    display: inherit !important;
  }

  .pojo-a11y-visible-desktop {
    display: none !important;
  }

  .pojo-a11y-visible-tablet {
    display: inherit !important;
  }

  .pojo-a11y-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pojo-a11y-hidden-desktop {
    display: inherit !important;
  }

  .pojo-a11y-visible-desktop {
    display: none !important;
  }

  .pojo-a11y-visible-phone {
    display: inherit !important;
  }

  .pojo-a11y-hidden-phone {
    display: none !important;
  }
}
.pojo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.wpgdprc-consent-bar__column .wpgdprc-button,
.wpgdprc-consent-bar__column .button.wpgdprc-button--settings,
.wpgdprc-consent-bar__column .button.wpgdprc-button--accept {
  font-size: 16px !important;
  color: white !important;
  border-radius: 14px !important;
  border: 0 !important;
}
.wpgdprc-consent-bar__column button.wpgdprc-button--accept {
  color: #2f3033 !important;
  background-color: white !important;
}
.wpgdprc-consent-bar__column button.wpgdprc-button--accept:hover {
  background-color: #2f3033 !important;
  color: white !important;
}

.wpgdprc-admin-bar,
.wpgdprc-consent-bar {
  margin: 0 !important;
}

.wpgdprc-consent-bar__notice p {
  color: white !important;
}

.wpgdprc-consent-modal__content p {
  font-size: 18px !important;
}

.wpgdprc p {
  font-size: 18px !important;
}

#about-psilo .column-block-container .right-block .right-inner .ref {
  font-size: 12px;
}

#map-text h2 {
  font-size: 31px !important;
  font-weight: 700;
}

#skip-to-main a {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  font-weight: bold;
  opacity: 0;
}

#skip-to-main a:focus {
  opacity: 1;
}

#ndq-content button,
#ndq-content html input[type=button],
#ndq-content input[type=reset],
#ndq-content input[type=submit] {
  color: #2f3033 !important;
  border-color: #2f3033 !important;
}
#ndq-content button:hover,
#ndq-content html input[type=button]:hover,
#ndq-content input[type=reset]:hover,
#ndq-content input[type=submit]:hover {
  color: #ffffff !important;
  background-color: #2f3033 !important;
}

.wpgdprc-content-modal__content a {
  text-decoration: underline;
}

header {
  position: fixed;
  z-index: 100;
  background: #f4f3f6;
  top: 0;
  width: 100%;
}
header .header-container {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-container .logo {
  padding-left: 20px;
  display: inline-block;
  width: auto;
}
header .header-container .logo a img {
  height: 52px;
  max-width: 220px;
  width: 100%;
}
header .header-container nav.topnav {
  position: relative;
  text-align: right;
  width: auto;
  display: inline-block;
}
header .header-container nav.topnav ul#mega-menu-header-menu {
  list-style: none;
  margin: 19px 0;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  line-height: 22px;
  color: black;
  font-weight: normal;
  position: relative;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-toggle-on a {
  background: transparent !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-toggle-on a:before {
  transform: translate(-50%, 0) scaleX(1) !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  height: 80px !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item:hover > ul.sub-menu {
  float: none;
  transition: 150ms ease-in all;
  display: inherit;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-sub-menu ul.mega-sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-sub-menu ul.mega-sub-menu li.mega-menu-grid a.mega-menu-link {
  padding: 10px;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-sub-menu ul.mega-sub-menu li.mega-menu-grid a.mega-menu-link::before {
  content: none;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-current_page_item a::before {
  transform: translate(-50%, 0) scaleX(1) !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item.mega-sub-menu li a::before {
  content: none;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0 0 5px 0;
  position: relative;
  margin: 0 2px;
  text-decoration: none !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before {
  content: "";
  position: absolute !important;
  left: 47%;
  bottom: -23px;
  width: 85% !important;
  height: 2px !important;
  background: #2f3033 !important;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0) !important;
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: none;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover::before {
  transform: translate(-50%, 0) scaleX(1) !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item#menu-item-4532 {
  line-height: 18px;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item#menu-item-4532 a {
  padding: 10px 12px;
  border-radius: 20px;
  background: #1b75e0;
  border: 2px solid #1b75e0;
  transition: 250ms ease-in all;
  color: white;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item#menu-item-4532 a:hover {
  color: #1b75e0;
  transition: 250ms ease-in all;
  background: #f4f3f6;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item a {
  display: inline-block;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu {
  position: absolute;
  display: none;
  top: 8px;
  left: 0;
  z-index: 50;
  width: 200px;
  text-align: left;
  background: #f4f3f6;
  padding: 25px 5px 10px 5px;
  padding: 25px 5px 10px 10px;
  float: none;
  transition: 150ms ease-in all;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li {
  width: 100%;
  margin: 0 0 10px 0;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li.current_page_item a, header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li.current_page_parent a {
  color: #1b75e0;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li a {
  background: none;
  transition: 250ms ease-in all;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li a:hover {
  background: none;
  color: #1b75e0;
  transition: 250ms ease-in all;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li a:hover:before {
  transform: translate(-50%, 0) scaleX(0) !important;
  transition: 250ms ease-in all;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li a:before {
  transform: translate(-50%, 0) scaleX(0) !important;
  transition: 250ms ease-in all;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li ul.sub-menu {
  left: 176px;
  top: -42px;
  z-index: 5;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li ul.sub-menu li:hover a {
  color: #1b75e0 !important;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li ul.sub-menu li.current-menu-item a {
  color: #1b75e0;
}
header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item ul.sub-menu li ul.sub-menu li a {
  color: #2f3033;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1::after {
  color: #2f3033 !important;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu {
  background: transparent;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  color: #2f3033;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 80px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-height: calc(100vh - 82px);
}
header .header-container nav.topnav li.mega-menu-item ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item p.section-title {
  font-size: 24px !important;
  color: #2f3033;
  font-weight: 600;
}
header .header-container nav.topnav li.mega-menu-item ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item p.menu-article-title {
  font-size: 18px;
  color: #2f3033;
  font-weight: 600;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
  padding: 38px 25px;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-of-type {
  margin-left: auto;
  float: none;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-of-type picture,
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-of-type img,
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-of-type source {
  width: 100%;
  height: auto;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 600;
}
header .header-container nav.topnav .sub-menu-site-bounds {
  max-width: 1400px;
}
header .header-container nav.topnav .annual-review-menu-col {
  background: white;
}
header .header-container nav.topnav .annual-review-menu-col ul li:first-child a:before {
  content: none;
}
header .header-container nav.topnav .mega-sub-menu .annual-review-menu-col::before {
  display: block;
  width: 100px;
  background: white;
  border-right: 1px white;
  content: "";
  position: absolute;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-link {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  transition: 250ms ease-in all;
  margin-bottom: 10px;
  font-weight: 600;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-link:before {
  content: none;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-light {
  color: #2f3033;
  border: 2px solid #2f3033;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-light:hover {
  text-decoration: none;
  color: white;
  background: #2f3033;
  transition: 250ms ease-in all;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
  content: unset !important;
  display: none;
}

@media screen and (max-width: 901px) {
  header .header-container nav.topnav ul#mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    height: 60px !important;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu {
    background-color: white;
  }
  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 80px;
    background: #f1f1f1 !important;
    max-height: calc(100vh - 82px);
    overflow-y: scroll;
  }

  .news-search-container,
.news-search-container-mobile {
    padding: 20px 0;
  }
  .news-search-container .search-all,
.news-search-container-mobile .search-all {
    position: relative;
  }
  .news-search-container #search.search-all.search-open,
.news-search-container-mobile #search.search-all.search-open {
    width: 450px;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: block;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
  }
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.about-our-depression-study a.mega-menu-link {
  background-color: #2f3033;
  border: 2px solid #2f3033;
  color: white;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  align-items: center;
  transition: 250ms ease-in all;
}

header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.about-our-depression-study a.mega-menu-link:hover {
  text-decoration: none;
  color: #2f3033;
  background: white;
  transition: 250ms ease-in all;
}

header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.about-our-depression-study a.mega-menu-link:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .nav-right input[type=text] {
    font-size: 16px;
  }
  .nav-right input[type=text].search-open#search {
    width: calc(100vw - 70px);
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding: 25px !important;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1::after {
    content: unset !important;
  }
}
@media screen and (max-width: 575px) {
  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding: 25px 25px !important;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-description-menu-col {
    display: none;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-annual-review-menu-col {
    display: none;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: block;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding: 0 25px !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    font-size: 15px;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .news-search-container,
.news-search-container-mobile {
    padding: 20px 0;
  }
  .news-search-container input[type=text],
.news-search-container-mobile input[type=text] {
    font-size: 16px;
  }
  .news-search-container #search.search-all.search-open,
.news-search-container-mobile #search.search-all.search-open {
    max-width: 400px;
  }
  .news-search-container input[type=submit].news-search-submit,
.news-search-container-mobile input[type=submit].news-search-submit {
    right: 5px;
  }
  .news-search-container input[type=text].search-news,
.news-search-container-mobile input[type=text].search-news {
    right: 5px;
  }
}
@media screen and (max-width: 415px) {
  .news-search-container #search.search-all.search-open,
.news-search-container-mobile #search.search-all.search-open {
    max-width: 300px;
  }

  .header-container .nav-right input[type=text] {
    font-size: 17px;
  }
}
.header-search-container {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  z-index: 50;
  background: #f4f3f6;
  padding: 40px 0;
}
.header-search-container form.search {
  display: inline;
  margin-right: 20px;
}

.nav-right {
  gap: 5px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.nav-right .search-news {
  position: relative;
}
.nav-right #search_submit.search-all-submit {
  position: relative;
}
.nav-right input.search-all {
  position: absolute;
}
.nav-right input[type=text] {
  height: 45px;
  font-size: 30px;
  display: inline-block;
  font-weight: 400;
  border: none;
  outline: none;
  color: #2f3033;
  padding: 3px;
  padding-right: 20px;
  width: 0px;
  position: absolute;
  top: -8px;
  right: 0;
  background: transparent;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
.nav-right input[type=text]:focus {
  width: 950px;
  z-index: 1;
  border-bottom: 1px solid #2f3033;
  cursor: text;
  background: #f4f3f6 !important;
}
.nav-right input[type=submit].search-all-submit {
  height: 18px;
  width: 18px;
  display: inline-block;
  float: right;
  background: url(img/search-icon.svg);
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.nav-right input[type=submit]:hover {
  opacity: 0.8;
}

.accessibility-wrapper {
  position: relative;
}

.search-news {
  width: 25px;
  height: 25px;
}
.search-news a {
  font-size: 0;
  padding: 17px 11px !important;
  background-size: contain;
  background: url(img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: top;
}
.search-news a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0395d1;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 901px) {
  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #f1f1f1;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    height: 100vh;
    max-height: calc(100vh - 50px);
    overflow: scroll;
    top: 48px;
  }

  header .header-container nav.topnav ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link {
    justify-content: space-between !important;
    width: 100% !important;
  }
  header .header-container nav.topnav ul#mega-menu-header-menu li.mega-menu-item a.mega-menu-link::before {
    content: unset;
  }
}
@media screen and (min-width: 902px) {
  body #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.youtube-social-link,
body #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.accessibility-social-link,
body #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.twitter-social-link,
body #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.linkedin-social-link {
    display: none !important;
  }
}
.accessibility-dropdown {
  right: unset;
  opacity: 0;
  width: 185px;
  background: #f4f3f6;
  padding: 20px 5px 10px 5px;
  text-align: left;
  position: absolute;
  right: 0;
  top: 50px;
  visibility: hidden;
}
.accessibility-dropdown.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
.accessibility-dropdown ul {
  margin: 0 !important;
  list-style-type: none;
}
.accessibility-dropdown ul li {
  cursor: pointer;
  padding: 8px 0px;
  font-size: 14px;
  color: #2f3033;
  font-weight: 400;
}
.accessibility-dropdown ul li:before {
  padding-right: 10px;
  content: "✓";
  color: #2f3033;
  opacity: 0;
}
.accessibility-dropdown ul li.selected:before {
  opacity: 1;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
  content: unset !important;
  display: none;
}

@media screen and (max-width: 1400px) {
  #search.search-all.search-open {
    width: calc(100vw - 250px);
  }

  .nav-right input[type=text]:focus {
    width: calc(100vw - 250px);
  }
}
@media screen and (max-width: 901px) {
  #search.search-all.search-open {
    width: calc(100vw - 250px);
  }

  .nav-right input[type=text]:focus {
    width: calc(100vw - 250px);
  }
}
@media screen and (max-width: 768px) {
  .nav-right input[type=text]:focus {
    width: calc(100vw - 250px);
  }
}
@media screen and (max-width: 452px) {
  .nav-right input[type=text]:focus {
    width: calc(100vw - 181px);
  }
}
@media screen and (max-width: 768px) {
  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .mega-current_page_item a.mega-menu-link {
    font-weight: 600 !important;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: block;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
  }

  .accessibility-dropdown {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding: 25px !important;
  }
}
@media screen and (max-width: 575px) {
  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-description-menu-col {
    display: none;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-annual-review-menu-col {
    display: none;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: block;
  }

  header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding: 0 25px !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    font-size: 15px;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 917px) {
  header .header-container .logo a img {
    max-width: 180px !important;
  }

  .header-container .nav-right .search-news a {
    padding: 14px 9px !important;
  }

  .header-container .nav-right .accessibility img {
    max-width: 35px !important;
  }

  .nav-right input[type=submit].search-all-submit {
    top: 4px;
  }
}
@media only screen and (max-width: 810px) {
  header .header-container .logo a img {
    max-width: 160px !important;
  }

  header .header-container .nav-right .img-link.nav-top-link.accessibility img {
    max-width: 28px !important;
  }

  .nav-right input[type=submit].search-all-submit {
    top: 3px;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:not(:nth-last-child(-n+4)) > a.mega-menu-link {
    padding: 0px 5px 0px 5px !important;
  }
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item:not(.anchor-link) > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 810px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:not(:nth-last-child(-n+4)) > a.mega-menu-link {
    padding: 0 5px 0 5px !important;
  }
}
@media only screen and (max-width: 901px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:not(:nth-last-child(-n+4)) > a.mega-menu-link {
    padding: 0 10px 0 10px !important;
    font-size: 16px !important;
  }
}
#mega-menu-wrap-header-menu #mega-menu-header-menu p {
  font-size: 14px;
}

@media screen and (max-width: 1110px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 8px 0px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1012px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 4px 0px 4px;
    font-size: 11px;
  }

  header .header-container .logo a img {
    max-width: 200px;
  }
}
@media screen and (max-width: 452px) {
  .nav-right {
    gap: unset;
  }

  header .header-container .logo a img {
    max-width: 170px;
    padding-right: 12px;
  }
}
#menu-item-4386 {
  padding: 0 5px;
  margin-right: 0;
}
#menu-item-4386 a {
  background-image: url("img/linkedin-header.svg");
  border-right: transparent;
  filter: invert(89%) sepia(14%) saturate(68%) hue-rotate(15deg) brightness(100%) contrast(102%);
  width: 10px;
  height: 10px;
  padding: 10px 15px 10px 5px;
  margin-left: 5px;
  transform: translateY(-4px);
  background-position: center left;
  border-color: #2f3033 !important;
  width: 50px;
  height: 50px;
  font-size: 0px !important;
}

#menu-item-4387,
#mega-menu-item-4948 {
  padding: 0 5px;
  margin-right: 0;
}
#menu-item-4387 a,
#mega-menu-item-4948 a {
  background-image: url("img/youtube-header.svg");
  border-right: transparent;
  filter: invert(89%) sepia(14%) saturate(68%) hue-rotate(15deg) brightness(100%) contrast(102%);
  background-position: center left;
  width: 10px;
  height: 10px;
  padding: 10px 15px 10px 5px;
  transform: translateY(-2px);
  border-color: #2f3033 !important;
}

#menu-item-4387,
#mega-menu-item-4948 {
  padding: 0 5px;
  margin-right: 0;
}
#menu-item-4387 a,
#mega-menu-item-4948 a {
  background-image: url("img/youtube-header.svg");
  border-right: transparent;
  filter: invert(89%) sepia(14%) saturate(68%) hue-rotate(15deg) brightness(100%) contrast(102%);
  background-position: center left;
  width: 10px;
  height: 10px;
  padding: 10px 15px 10px 5px;
  transform: translateY(-2px);
  border-color: #2f3033 !important;
  width: 50px;
  height: 50px;
  font-size: 0px !important;
}

@media screen and (max-width: 901px) {
  nav {
    order: 3;
  }

  .nav-right {
    margin-left: auto;
    padding-right: 0;
  }

  .accessibility-wrapper {
    display: none;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.accessibility-social-link {
    display: inline-block;
    flex: 0;
    margin: 10px;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.accessibility-social-link a {
    background-image: url("img/aaa_dark_blue.svg") !important;
    font-size: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    padding: 25px !important;
    background-size: contain;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.accessibility-social-link a:hover {
    background-image: url("img/aaa_dark_blue.svg") !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.linkedin-social-link {
    display: inline-block;
    flex: 0;
    margin: 10px;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.linkedin-social-link a {
    background-image: url("img/linkedin_dark_blue.svg") !important;
    font-size: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 12px;
    height: 12px;
    padding: 25px !important;
    background-size: contain !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.linkedin-social-link a:hover {
    background-image: url("img/linkedin_dark_blue.svg") !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.youtube-social-link {
    display: inline-block;
    flex: 0;
    margin: 10px;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.youtube-social-link a {
    background-image: url("img/youtube_dark_blue.svg") !important;
    font-size: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 12px;
    height: 12px;
    padding: 25px !important;
    background-size: contain !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.youtube-social-link a:hover {
    background-image: url("img/youtube_dark_blue.svg") !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.twitter-social-link {
    display: inline-block;
    flex: 0;
    margin: 10px;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.twitter-social-link a {
    background-image: url("img/square-x-twitter.svg") !important;
    font-size: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 12px;
    height: 12px;
    padding: 25px !important;
    background-size: contain !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.twitter-social-link a:hover {
    background-image: url("img/square-x-twitter.svg") !important;
  }
}
#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-item > a.mega-menu-link {
  color: #f4f3f6;
}

#mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-darker-link > a.mega-menu-link {
  color: white;
}

@media only screen and (max-width: 510px) {
  #mega-menu-item-4943 {
    max-width: 175px;
  }
  #mega-menu-item-4943 a {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 446px) {
  #menu-item-576:hover ul.sub-menu, #menu-item-576:focus ul.sub-menu, #menu-item-576:active ul.sub-menu {
    display: none !important;
  }
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before {
  top: 78px;
}

header.site-bounds {
  transition: 150ms linear all;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0;
  margin: auto;
  max-width: 1500px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
header.site-bounds.push-up-visible {
  transition: transform 250ms ease-in;
  transform: translateY(0);
}
header.site-bounds.push-up-nav-on .burger {
  top: 61px;
}
header.site-bounds:hover {
  border-radius: 0;
  transition: 150ms linear all;
}

body.mega-menu-header-menu-mobile-open {
  overflow: hidden;
}
body.mega-menu-header-menu-mobile-open header.site-bounds {
  border-radius: 0;
  transition: 150ms linear all;
}

.topnav ul.maintopmenu .menu-item-has-children a {
  padding-right: 15px !important;
}
.topnav ul.maintopmenu .menu-item-has-children a:after {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 7px;
  background: url(img/chevron-down-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(19%) sepia(12%) saturate(0%) hue-rotate(219deg) brightness(108%) contrast(80%);
}
.topnav ul.maintopmenu .menu-item-has-children ul.sub-menu li:not(.menu-item-has-children) a:after {
  display: none;
}
.topnav ul.maintopmenu .menu-item-has-children ul.sub-menu li.menu-item-has-children a:after {
  background: url(img/chevron-right-black.png);
  width: 7px;
  height: 10px;
  right: 0;
  top: 5px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.mobile-menu-holder {
  display: none;
}

.mobile-a2a {
  display: none;
  width: 100% !important;
  margin: 0 auto;
}

.button-link.nav-button-dark {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 250ms ease-in all;
  font-size: 12px;
  color: #2f3033;
  font-weight: 500;
  margin-top: 0;
}
.button-link.nav-button-dark:hover {
  background: transparent;
  transition: 250ms ease-in all;
}
.button-link.nav-button-dark:after {
  display: none;
}
.button-link.nav-button-dark span {
  display: none;
}

@media only screen and (max-width: 1308px) {
  .burger {
    display: block;
  }

  .menu-actions {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1300px) {
  header .header-container .topnav ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1218px) {
  header .header-container .topnav ul li {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 1200px) {
  header .header-container .topnav ul li:not(:last-of-type) a {
    padding: 0 0 12px 0;
  }

  .nav-top-link.accessibility {
    right: 159px;
  }

  .topnav ul.maintopmenu .menu-item-has-children a:after {
    top: 3px;
  }

  header .header-container .topnav ul li {
    margin: 0 5px;
    font-size: 15px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1156px) {
  header .header-container .topnav ul li {
    margin: 0 4px;
    font-size: 14px;
  }

  .nav-top-link.accessibility {
    right: 150px;
  }
}
@media only screen and (max-width: 996px) {
  header .header-container .topnav ul.sub-menu li a {
    padding-bottom: 0;
  }

  #menu-item-5116 a {
    background: url(img/aaa_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 818px) {
  header .header-container .topnav ul li ul.sub-menu {
    top: 27px;
  }

  #menu-item-5116 a {
    margin-left: 0;
    width: 36px;
  }

  header .header-container .topnav ul li :not(:last-of-type) {
    margin: 0;
  }
  header .header-container .topnav ul li :last-of-type {
    margin: 0;
  }
}
@media only screen and (max-width: 567px) {
  header .header-container .logo a img {
    max-width: 150px !important;
  }
}
@media only screen and (max-width: 446px) {
  .header-container {
    text-align: left;
  }
  .header-container .logo {
    text-align: left;
    width: 78%;
  }
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-link {
  padding: 0 !important;
  display: flex;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-link:hover {
  transition: 150ms linear all;
}
header .header-container nav.topnav #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .button-link:hover:after {
  transform: TranslateX(5px);
  transition: 150ms linear all;
}

.nav-right .button-link {
  padding: 8px 10px;
  border-radius: 20px;
  background-color: #2f3033;
  color: white;
  border: 1px solid #2f3033;
  transition: 150ms linear all;
}
.nav-right .button-link:hover {
  background-color: transparent;
  transition: 150ms linear all;
  color: #2f3033;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: transparent !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover:before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus:before {
  transform: translate(-50%, 0) scaleX(1) !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: transparent;
}

#mega-menu-wrap-header-menu .mega-menu-toggle {
  background-color: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 417.9l17-17L465 209l17-17L448 158.1l-17 17-175 175L81 175l-17-17L30.1 192l17 17L239 401l17 17z"/></svg>');
  content: "";
  width: 10px;
  height: 10px;
  background-size: cover;
  font-family: arial;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.featured-box ul.mega-sub-menu {
  display: flex;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .growing-image-block .line,
.growing-carousel-block .line {
    left: 49.5%;
  }

  .growing-image.clipped,
.growing-image {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .growing-image.video .content {
    height: 100%;
    width: 100%;
    top: 50%;
  }

  .growing-image .content {
    display: inline-block;
  }

  .growing-carousel.owl-carousel {
    display: inline-block !important;
  }
  .growing-carousel.owl-carousel::before, .growing-carousel.owl-carousel::after {
    display: none;
  }
  .growing-carousel.owl-carousel .move-me.hide .title {
    width: 90%;
  }
  .growing-carousel.owl-carousel .move-me.hide .desc {
    opacity: 1;
    display: inline-block;
    position: relative;
    max-width: 90%;
    height: 150px;
  }

  .owl-carousel.two-cols {
    overflow: hidden;
  }
  .owl-carousel.two-cols li.growing-block {
    width: calc(50% - 40px);
    display: inline-block !important;
    position: relative !important;
    margin: 10px;
  }

  .owl-carousel.three-cols {
    overflow: hidden;
  }
  .owl-carousel.three-cols li.growing-block {
    width: calc(33.3333333333% - 60px);
    display: inline-block !important;
    position: relative !important;
    margin: 10px;
  }

  .growing-carousel {
    text-align: center;
  }
  .growing-carousel li.growing-block {
    text-align: left;
  }

  .posts-container.owl-carousel {
    display: inline-block;
  }
  .posts-container.owl-carousel li.featured-post {
    display: inline-block;
    width: calc(33.3333333333% - 60px);
    margin: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .report-video-block.copy-container {
    display: inline-block;
  }
}
body.page-template-submission article {
  text-align: center;
  min-height: 78vh;
}
body.page-template-submission article .container {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
body.page-template-submission h1 {
  font-size: 50px;
  font-weight: bold;
  color: #1b75e0;
  margin-bottom: 20px;
}

input.newsletter-signup {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  width: 100%;
  padding: 10px 0 0 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  display: block;
  margin: 0;
  padding: 10px 0 9px;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-radius: 0;
  background-color: transparent !important;
  background-image: unset;
  line-height: 1.3em;
  transition: 0.2s ease;
}

input[type=text]:active {
  background: transparent;
}

input[type=submit]:hover {
  opacity: 0.8;
}

input.blue-button, input.button-link, .large-image-with-text-block .content-container input.link {
  background: transparent;
}

.mc4wp-form-fields {
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-template-contact-page .white-text {
  color: #2f3033 !important;
}

.agree-to-terms {
  margin-right: 10px;
}

span.required {
  color: #e04562;
}

.newsletter-form-label {
  margin-bottom: 30px !important;
}
.newsletter-form-label label {
  color: #777771;
  font-size: 12px;
  font-family: inherit;
  font-weight: 700 !important;
}

.mailpoet_form {
  padding: 10px 0 20px 0 !important;
}
.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 24px;
}
.mailpoet_form label.mailpoet_text_label {
  color: #777771;
  font-size: 12px;
  font-family: inherit;
  font-weight: 700 !important;
}
.mailpoet_form label.mailpoet_text_label .mailpoet_required {
  color: #e04562;
}
.mailpoet_form input.mailpoet_text {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  width: 100%;
  padding: 10px 0 0 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  display: block;
  margin: 0;
  padding: 10px 0 9px;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-radius: 0;
  background-color: transparent !important;
  background-image: unset;
  line-height: 1.3em;
  transition: 0.2s ease;
}
.mailpoet_form .mailpoet_paragraph.blue-button:hover, .mailpoet_form aside.disclaimer .disclaimer-inner button.mailpoet_paragraph:hover, aside.disclaimer .disclaimer-inner .mailpoet_form button.mailpoet_paragraph:hover, .mailpoet_form button.mailpoet_paragraph.facetwp-load-more:hover, .mailpoet_form .mailpoet_paragraph.button-link:hover, .mailpoet_form .button-link-block a.mailpoet_paragraph:hover, .button-link-block .mailpoet_form a.mailpoet_paragraph:hover, .mailpoet_form .flexible-content-blocks .button-row a.mailpoet_paragraph:hover, .flexible-content-blocks .button-row .mailpoet_form a.mailpoet_paragraph:hover, .mailpoet_form .large-image-with-text-block .content-container .mailpoet_paragraph.link:hover, .large-image-with-text-block .content-container .mailpoet_form .mailpoet_paragraph.link:hover, .mailpoet_form .under-team-block a.mailpoet_paragraph:hover, .under-team-block .mailpoet_form a.mailpoet_paragraph:hover {
  transition: 250ms ease-in all;
}
.mailpoet_form .mailpoet_paragraph.blue-button:hover .mailpoet_submit, .mailpoet_form aside.disclaimer .disclaimer-inner button.mailpoet_paragraph:hover .mailpoet_submit, aside.disclaimer .disclaimer-inner .mailpoet_form button.mailpoet_paragraph:hover .mailpoet_submit, .mailpoet_form button.mailpoet_paragraph.facetwp-load-more:hover .mailpoet_submit, .mailpoet_form .mailpoet_paragraph.button-link:hover .mailpoet_submit, .mailpoet_form .button-link-block a.mailpoet_paragraph:hover .mailpoet_submit, .button-link-block .mailpoet_form a.mailpoet_paragraph:hover .mailpoet_submit, .mailpoet_form .flexible-content-blocks .button-row a.mailpoet_paragraph:hover .mailpoet_submit, .flexible-content-blocks .button-row .mailpoet_form a.mailpoet_paragraph:hover .mailpoet_submit, .mailpoet_form .large-image-with-text-block .content-container .mailpoet_paragraph.link:hover .mailpoet_submit, .large-image-with-text-block .content-container .mailpoet_form .mailpoet_paragraph.link:hover .mailpoet_submit, .mailpoet_form .under-team-block a.mailpoet_paragraph:hover .mailpoet_submit, .under-team-block .mailpoet_form a.mailpoet_paragraph:hover .mailpoet_submit {
  color: white;
  transition: 250ms ease-in all;
}
.mailpoet_form .parsley-required {
  font-weight: bold;
}
.mailpoet_form .mailpoet_submit {
  background: none;
  border: none;
  color: #1b75e0;
}
.mailpoet_form .mailpoet_submit:hover {
  color: white;
}
.mailpoet_form .mailpoet_checkbox_label {
  font-size: 14px;
  line-height: 20px;
}
.mailpoet_form .mailpoet_checkbox {
  margin-right: 10px;
}

body.anonymous-feedback .anonymous-feedback-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body.anonymous-feedback .forminator-textarea {
  color: #2f3033;
}
body.anonymous-feedback .body-copy-block.contained .body-copy-inner * {
  padding-right: 0;
}
body.anonymous-feedback #forminator-module-13902.forminator-design--material .forminator-label[class*=forminator-floating-] {
  color: #2f3033;
}
body.anonymous-feedback #forminator-module-13902.forminator-design--material .forminator-button-submit {
  color: #2f3033 !important;
  border-color: #2f3033 !important;
  transition: 150ms ease-in all;
  padding: 10px 25px !important;
}
body.anonymous-feedback #forminator-module-13902.forminator-design--material .forminator-button-submit:hover {
  color: white !important;
  background-color: #2f3033 !important;
}
body.anonymous-feedback #forminator-module-13790.forminator-design--material .forminator-label[class*=forminator-floating-] {
  color: #2f3033;
}
body.anonymous-feedback #forminator-module-13790.forminator-design--material .forminator-button-submit {
  color: #2f3033 !important;
  border-color: #2f3033 !important;
  transition: 150ms ease-in all;
  padding: 10px 25px !important;
}
body.anonymous-feedback #forminator-module-13790.forminator-design--material .forminator-button-submit:hover {
  color: white !important;
  background-color: #2f3033 !important;
}
body.anonymous-feedback #forminator-module-13925.forminator-design--material .forminator-label[class*=forminator-floating-] {
  color: #2f3033;
}
body.anonymous-feedback #forminator-module-13925.forminator-design--material .forminator-button-submit {
  color: #2f3033 !important;
  border-color: #2f3033 !important;
  transition: 150ms ease-in all;
  padding: 10px 25px !important;
}
body.anonymous-feedback #forminator-module-13925.forminator-design--material .forminator-button-submit:hover {
  color: white !important;
  background-color: #2f3033 !important;
}

@media screen and (max-width: 768px) {
  body.anonymous-feedback #forminator-module-13902.forminator-design--material .forminator-row-last .forminator-field {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.anonymous-feedback #forminator-module-13902.forminator-design--material .forminator-row-last .forminator-field button.forminator-button {
    max-width: 200px;
  }
  body.anonymous-feedback #forminator-module-13790.forminator-design--material .forminator-row-last .forminator-field {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.anonymous-feedback #forminator-module-13790.forminator-design--material .forminator-row-last .forminator-field button.forminator-button {
    max-width: 200px;
  }
  body.anonymous-feedback #forminator-module-13925.forminator-design--material .forminator-row-last .forminator-field {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.anonymous-feedback #forminator-module-13925.forminator-design--material .forminator-row-last .forminator-field button.forminator-button {
    max-width: 200px;
  }
}
@keyframes subnav-in {
  from {
    transform: translateY(-38px);
  }
  to {
    transform: translateY(0);
  }
}
.main-subnav li.current-page-ancestor a:after,
.main-subnav li.current-menu-parent a:after {
  background: url(img/chevron-right-black.png);
  width: 7px;
  height: 10px;
  right: 0;
  top: 5px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.page-template-main-page .main-subnav ul li.current-section a:before {
  transform: translate(-50%, 0) scaleX(1);
}

.main-subnav.mobile {
  display: none;
}

.main-subnav .news-search-container,
.main-subnav .news-search-container-mobile,
.mobile-news-picker .news-search-container,
.mobile-news-picker .news-search-container-mobile {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 18px;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

.page-template-main-page .main-subnav,
.archive .main-subnav,
.page-template-news-page .main-subnav,
body.search .main-subnav,
.page-template-team-page .main-subnav,
body.category .main-subnav {
  z-index: 15;
  position: relative;
}

ul#menu-responsibility-subnav li {
  min-width: 95px;
}

#subnav-under-content .cta-link-block {
  margin-bottom: 60px;
}
#subnav-under-content .cta-link-block p {
  text-align: left;
  padding: 15px 80px 15px 0;
  max-width: 900px;
}

@media only screen and (max-width: 1140px) {
  .page-template-main-page .main-subnav ul li,
body.search .main-subnav ul li,
.page-template-news-page .main-subnav ul li,
.page-template-team-page .main-subnav ul li,
body.category .main-subnav ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 901px) {
  #subnav-under-content .cta-link-block p {
    padding: 15px 0;
    max-width: 900px;
  }
}
.news-search-container,
.news-search-container-mobile {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  z-index: 50;
  background: #f4f3f6;
  padding: 30px 0;
}
.news-search-container input[type=submit].news-search-submit,
.news-search-container-mobile input[type=submit].news-search-submit {
  top: 0;
}
.news-search-container input[type=text].search-news,
.news-search-container-mobile input[type=text].search-news {
  top: -4px;
}
.news-search-container form.search,
.news-search-container-mobile form.search {
  display: inline;
  margin-right: 20px;
}
.news-search-container .search-input,
.news-search-container-mobile .search-input {
  width: 100%;
  text-align: center;
  z-index: 50;
  background: #f4f3f6;
  padding: 5px 0;
}
.news-search-container .search-input form.search,
.news-search-container-mobile .search-input form.search {
  display: inline;
  margin-right: 20px;
}
.news-search-container .search-input .search-input,
.news-search-container-mobile .search-input .search-input {
  width: 100%;
  max-width: 400px;
  border: 1px solid #444;
  height: 22px;
  font-size: 15px;
  padding: 4px 10px 0px 10px;
  border-radius: 50px;
}
.news-search-container .search-input .search-submit,
.news-search-container-mobile .search-input .search-submit {
  border: 1px solid #444;
  background: #eee;
  padding: 6px 15px 3px 15px;
  font-size: 15px;
  height: 29px;
  border-radius: 50px;
}
.news-search-container .search-input .close-search,
.news-search-container .search-input .close-search-mobile,
.news-search-container-mobile .search-input .close-search,
.news-search-container-mobile .search-input .close-search-mobile {
  transform: rotate(45deg);
  width: 30px;
  display: inline-block;
  cursor: pointer;
}
.news-search-container .news-search-container-mobile .search-input,
.news-search-container-mobile .news-search-container-mobile .search-input {
  width: 250px;
}

.mobile-news-search {
  width: 30px;
  margin: 5px 10px;
  cursor: pointer;
}

li.search-news a {
  font-size: 0;
  padding: 17px 11px !important;
  background-size: contain;
  background: url(img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: top;
}

.top-articles {
  min-height: 580px !important;
}
.top-articles .facetwp-template[data-name=posts] {
  margin-top: 0;
}
.top-articles ul.posts-container {
  width: 100%;
}

.content-row.blog-posts .top-articles,
.content-row.blog-posts .category-articles,
.content-row.blog-posts .more-articles,
.content-row.blog-posts .facetwp-template[data-name=posts],
.page-template-news-page .top-articles,
.page-template-news-page .category-articles,
.page-template-news-page .more-articles,
.page-template-news-page .facetwp-template[data-name=posts],
.page-template-news-page-facet .top-articles,
.page-template-news-page-facet .category-articles,
.page-template-news-page-facet .more-articles,
.page-template-news-page-facet .facetwp-template[data-name=posts],
body.search .top-articles,
body.search .category-articles,
body.search .more-articles,
body.search .facetwp-template[data-name=posts],
.archive .top-articles,
.archive .category-articles,
.archive .more-articles,
.archive .facetwp-template[data-name=posts],
body.category .top-articles,
body.category .category-articles,
body.category .more-articles,
body.category .facetwp-template[data-name=posts] {
  padding-top: 60px;
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.news-article {
  max-width: 486px;
  border-radius: 14px;
  overflow: hidden;
  flex: 1 0 30%;
}
.news-article a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.news-article .post-info {
  background-color: #f4f3f6;
  padding: 20px 20px 10px 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  height: 100%;
}
.news-article .meta {
  margin-bottom: 15px;
}
.news-article .meta * {
  font-weight: 600;
}
.news-article .view-article {
  margin-top: auto;
  font-weight: 600;
}
.news-article .cat {
  text-decoration: none;
  display: inline;
  margin-right: 10px;
}
.news-article .featured-title {
  line-height: 1.1;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.featured-post-img {
  position: relative;
  overflow: hidden;
  padding-top: 49.2%;
  width: 100%;
  width: 100%;
  transition: 250ms ease-in opacity;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-post-img img,
.featured-post-img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.four-more {
  margin-top: 42px;
}

.load-more-news-container,
.alm-btn-wrap {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 60px;
}
.load-more-news-container .alm-load-more-btn,
.alm-btn-wrap .alm-load-more-btn {
  background: transparent;
}

.content-row.blog-posts .news-article,
body.category .news-article {
  margin: 0 15px 72px 15px;
  flex: 1 0 25%;
}
.content-row.blog-posts .news-article .meta,
body.category .news-article .meta {
  margin-bottom: 15px;
}
.content-row.blog-posts .news-article .cat,
body.category .news-article .cat {
  display: inline;
  margin-right: 10px;
}
.content-row.blog-posts .news-article .featured-title,
body.category .news-article .featured-title {
  display: block;
  line-height: 1.1;
  margin-bottom: 15px;
}

#ajax-load-more .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}
#ajax-load-more .news-article {
  margin: 0 15px 72px 15px;
  flex: 1 0 30%;
  max-width: 576px;
}
#ajax-load-more .news-article .meta {
  margin-bottom: 15px;
}
#ajax-load-more .news-article .cat {
  text-decoration: none;
  display: inline;
  margin-right: 10px;
}
#ajax-load-more .news-article .featured-title {
  line-height: 1.1;
  display: block;
  margin-bottom: 15px;
}

.alm-listing.alm-ajax.more-articles.four-more {
  padding-top: 0;
  margin-top: 0;
}

.back-to-news {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 1050px) {
  .news-article {
    flex: 1 0 29.33% !important;
  }

  .content-row.blog-posts .category-articles,
body.search .top-articles,
body.search .category-articles,
body.search .more-articles,
.page-template-news-page .top-articles,
.page-template-news-page .category-articles,
.page-template-news-page .more-articles,
body.category .top-articles,
body.category .category-articles,
body.category .more-articles {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 996px) {
  .news-article {
    flex: 1 0 40% !important;
    width: 100% !important;
  }

  .page-template-news-page .spotlight-article .news-article,
body.category .spotlight-article .news-article {
    flex-direction: column;
  }
  .page-template-news-page .spotlight-article .news-article .main-img,
body.category .spotlight-article .news-article .main-img {
    width: 100%;
    margin: 0 auto 50px auto;
    max-width: 600px;
  }
}
@media only screen and (max-width: 857px) {
  .page-template-news-page .main-subnav,
body.search .main-subnav {
    position: relative !important;
  }
  .page-template-news-page .main-subnav.sticky,
body.search .main-subnav.sticky {
    position: relative !important;
  }
}
@media only screen and (max-width: 789px) {
  .content-row.blog-posts article,
.category-articles article {
    max-width: 600px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 620px) {
  .news-article {
    flex-direction: column;
    flex: 1 0 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-news-page .spotlight-article .news-article.article-item,
.page-template-news-page .top-articles .news-article.article-item,
.page-template-news-page .more-articles .news-article.article-item,
.page-template-news-page .category-posts .news-article.article-item,
.page-template-news-page .alm-reveal .news-article.article-item,
body.search .spotlight-article .news-article.article-item,
body.search .top-articles .news-article.article-item,
body.search .more-articles .news-article.article-item,
body.search .category-posts .news-article.article-item,
body.search .alm-reveal .news-article.article-item,
.content-row.blog-posts .spotlight-article .news-article.article-item,
.content-row.blog-posts .top-articles .news-article.article-item,
.content-row.blog-posts .more-articles .news-article.article-item,
.content-row.blog-posts .category-posts .news-article.article-item,
.content-row.blog-posts .alm-reveal .news-article.article-item,
body.category .spotlight-article .news-article.article-item,
body.category .top-articles .news-article.article-item,
body.category .more-articles .news-article.article-item,
body.category .category-posts .news-article.article-item,
body.category .alm-reveal .news-article.article-item {
    padding: 0 20px;
    flex: 1 0 100% !important;
  }
}
.facetwp-template[data-name=posts] {
  padding-top: 0 !important;
}

body.category-compass-news-archive .main-subnav {
  display: none;
}
body.category-compass-news-archive .main-subnav.sticky {
  display: none;
}
body.category-compass-news-archive #subnav-under-content {
  margin-top: 0;
}
body.category-compass-news-archive #subnav-under-content.sticky {
  margin-top: 0;
}

.filters {
  max-width: 1140px !important;
  margin: auto;
  padding: 20px;
}
.filters .facetwp-facet {
  margin-bottom: 0;
}
.filters .filters-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.filters .filters-inner .filter {
  width: 100%;
}
.filters .filters-inner .filter.search {
  flex: 2;
}
.filters .filters-inner .filter.categories {
  flex: 1;
}
.filters .filters-inner .filter select {
  width: 100%;
  padding: 5px;
  border-radius: 14px;
  font-size: 18px;
  border: 1px solid #2f3033;
}
.filters .filters-inner .filter .facetwp-input-wrap {
  width: 100%;
}
.filters .filters-inner .filter input {
  width: 100%;
  border-radius: 14px;
  padding: 6px 30px 6px 5px;
  font-size: 18px;
  color: #2f3033;
  border: 1px solid #2f3033;
}

button.facetwp-load-more {
  background: transparent;
  border: 0;
}

.facetwp-input-wrap .facetwp-icon {
  opacity: 1;
}
.facetwp-input-wrap .facetwp-icon::before {
  background-image: url("img/icon-search.png");
}

.pagination .facetwp-facet-pagination {
  max-width: 1140px !important;
  margin: auto;
  padding: 20px;
}

.facetwp-facet-categories {
  display: inline;
  position: relative;
}
.facetwp-facet-categories select {
  padding-right: 2.6875em;
  padding-left: 0.6875em;
  line-height: 26px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: white;
  background-image: url("img/caret-down-duotone.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 0.65em auto, 100% !important;
}

@media only screen and (max-width: 550px) {
  .filters .filters-inner {
    flex-direction: column;
  }
}
.slbWrap {
  background: rgba(199, 211, 215, 0.8);
}

.slbCloseBtn {
  color: #1b75e0;
  right: 0;
  text-shadow: none;
  top: 10px;
  transition: 150ms ease-in all;
}
.slbCloseBtn:hover {
  transition: 150ms ease-in all;
  color: #f4f3f6;
  text-shadow: none;
}

.slbArrows {
  display: none !important;
}

@media only screen and (max-width: 1025px) {
  .slbArrows {
    display: none;
  }
}
.next-page-link {
  padding: 105px 0;
  text-align: center;
}
.next-page-link .copy {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-page-link h3,
.next-page-link h4 {
  font-size: 34px;
  margin-bottom: 24px;
}
.next-page-link h3 + a,
.next-page-link h4 + a {
  margin-bottom: 40px;
}
.next-page-link .button-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.news-archive-block {
  padding-bottom: 60px;
}
.news-archive-block a {
  text-decoration: underline;
}

@media only screen and (max-width: 650px) {
  .next-page-link.content-bounds {
    padding-left: 0;
    padding-right: 0;
  }
  .next-page-link.content-bounds .next-page-link-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .next-page-link.content-bounds h3,
.next-page-link.content-bounds h4 {
    font-size: 24px;
  }
}
.post-edit-link {
  font-size: 13px;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  top: 60px;
  left: 10px;
  padding: 5px 10px;
  z-index: 50;
  background: white;
}

p.blue-text,
span.blue-text {
  color: #2f3033;
}
p.blue-text a,
span.blue-text a {
  color: #2f3033;
}
p.black-text,
span.black-text {
  color: #2f3033;
}
p.black-text a,
span.black-text a {
  color: #2f3033;
}
p.white-text,
span.white-text {
  color: white !important;
}
p.white-text a,
span.white-text a {
  color: white !important;
}

.blue-button, aside.disclaimer .disclaimer-inner button, .button-link, .button-link-block a, .flexible-content-blocks.btn-not-reversed .button-row a, .flexible-content-blocks .button-row a, .large-image-with-text-block .content-container .link, .under-team-block a, button.facetwp-load-more {
  z-index: 10;
  position: relative;
  color: #2f3033;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  transition: 150ms ease-in all;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.blue-button:after, aside.disclaimer .disclaimer-inner button:after, .button-link:after, .button-link-block a:after, .flexible-content-blocks.btn-not-reversed .button-row a:after, .flexible-content-blocks .button-row a:after, .large-image-with-text-block .content-container .link:after, .under-team-block a:after, button.facetwp-load-more:after {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.4101 10.0064C24.4101 9.60671 24.2424 9.21986 23.9458 8.93617L15.4739 0.464217C15.1386 0.141844 14.7905 0 14.4294 0C13.6041 0 13.011 0.580271 13.011 1.36686C13.011 1.7795 13.1786 2.12766 13.4365 2.38556L16.3378 5.3256L20.0774 8.74275L17.0858 8.56222H1.45712C0.593166 8.56222 0 9.15538 0 10.0064C0 10.8446 0.593166 11.4378 1.45712 11.4378H17.0858L20.0774 11.2573L16.3378 14.6744L13.4365 17.6144C13.1786 17.8723 13.011 18.2205 13.011 18.6331C13.011 19.4197 13.6041 20 14.4294 20C14.7905 20 15.1386 19.8582 15.4481 19.5616L23.9458 11.0638C24.2424 10.7801 24.4101 10.3933 24.4101 10.0064Z" fill="%232F3033"/></svg>');
  background-size: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  transition: 150ms ease-in all;
}
.blue-button:hover, aside.disclaimer .disclaimer-inner button:hover, .button-link:hover, .button-link-block a:hover, .flexible-content-blocks .button-row a:hover, .large-image-with-text-block .content-container .link:hover, .under-team-block a:hover, button.facetwp-load-more:hover {
  text-decoration: none;
  transition: 150ms ease-in all;
}
.blue-button:hover:after, aside.disclaimer .disclaimer-inner button:hover:after, .button-link:hover:after, .button-link-block a:hover:after, .flexible-content-blocks .button-row a:hover:after, .large-image-with-text-block .content-container .link:hover:after, .under-team-block a:hover:after, button.facetwp-load-more:hover:after {
  transition: 150ms ease-in all;
  transform: translateX(5px);
}

.content-row .image-circle picture,
.content-row .image-circle img,
.content-row .image-circle source {
  border-radius: 50%;
}
.content-row.no-padding-top {
  padding-top: 0 !important;
}
.content-row.no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-row .no-padding-top {
  padding-top: 0 !important;
}
.content-row .no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-row.no-padding {
  padding: 0 !important;
}
.content-row .no-padding {
  padding: 0 !important;
}

.bg-creme,
.creme,
.creme-bg {
  background: #f4f3f6 !important;
}

.grey,
.bg-grey,
.grey-bg {
  background: #f4f3f6;
}

.alignnone {
  max-width: 100%;
  height: auto;
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.BambooHR-ATS-board h2 {
  color: #1b75e0 !important;
  font-size: 22px !important;
  line-height: 33px !important;
  border-bottom: 0 !important;
}
.BambooHR-ATS-board li.BambooHR-ATS-Jobs-Item {
  color: #2f3033;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #d7d7d7;
}
.BambooHR-ATS-board .BambooHR-ATS-Department-Header {
  margin-bottom: 10px;
  color: #2f3033;
}
.BambooHR-ATS-board .BambooHR-ATS-Department-Item {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: normal;
  padding-left: 10px;
}
.BambooHR-ATS-board ul.BambooHR-ATS-Jobs-List {
  padding-left: 0 !important;
  border-bottom: 0 !important;
}
.BambooHR-ATS-board li.BambooHR-ATS-Jobs-Item a {
  color: #1b75e0;
  font-size: 18px !important;
  line-height: 24px !important;
}
.BambooHR-ATS-board span.BambooHR-ATS-Location {
  font-size: 15px;
  font-weight: 700;
  color: #2f3033;
  padding-top: 6px !important;
}

footer {
  padding: 0 20px;
  background-color: #f4f3f6;
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}
footer * {
  color: #2f3033;
}
footer p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}
footer img.logo {
  max-width: 206px;
  width: 100%;
}
footer span.h5 {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .breadcrumb-spacer {
  width: 100%;
  padding-top: 30px;
}
footer .footer-container {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
footer .footer-container.top {
  border-bottom: 2px solid #2f3033;
  border-top: 2px solid #2f3033;
}
footer .footer-container .top-row {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-container .top-row .col {
  padding: 20px 5px 27px 5px;
}
footer .footer-container .top-row .col-1 {
  flex: 1;
}
footer .footer-container .top-row .col-1 p {
  font-size: 16px;
}
footer .footer-container .top-row .col-1 .col-content * {
  display: inline-block;
}
footer .footer-container .top-row .col-1 .col-content img {
  margin-bottom: 15px;
}
footer .footer-container .top-row .col-1 .col-content span {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
footer .footer-container .top-row .col-2 {
  flex: 2;
  display: flex;
}
footer .footer-container .top-row .col-2 .nav-col-inner {
  display: flex;
  width: 100%;
}
footer .footer-container .top-row .col-2 .nav-col-inner .left {
  flex: 1;
}
footer .footer-container .top-row .col-2 .nav-col-inner .right {
  flex: 1;
}
footer .footer-container .top-row .col-2 .nav-col-inner .right span.h5 {
  margin-top: 13px;
}
footer .footer-container .top-row .menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
}
footer .footer-container .top-row .menu li {
  margin-bottom: 15px;
  list-style: none;
  flex: 0 0 50%;
}
footer .footer-container .top-row .menu li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
}
footer .footer-container .bottom-row {
  flex: 1;
  padding: 13px 0;
}
footer .footer-container .bottom-row p,
footer .footer-container .bottom-row li,
footer .footer-container .bottom-row a {
  font-size: 14px;
  text-decoration: none;
}
footer .footer-container .bottom-row .copyright-menu {
  display: inline-block;
}
footer .footer-container .bottom-row .menu {
  display: inline-block;
}
footer .footer-container .bottom-row .menu li {
  font-size: 12px;
  line-height: 18px;
  display: inline;
  margin-right: 20px;
  font-weight: normal;
}
footer .footer-container .bottom-row .menu li a {
  padding: 0 0 4px 0;
  position: relative;
  margin: 0 5px;
}
footer .footer-container .bottom-row .menu li a:hover {
  text-decoration: underline;
}
footer .footer-container .bottom-row p.copyright {
  font-size: 14px;
  display: inline;
  font-weight: normal;
}
footer .blue-button, footer aside.disclaimer .disclaimer-inner button, aside.disclaimer .disclaimer-inner footer button, footer .button-link, footer .button-link-block a, .button-link-block footer a, footer .flexible-content-blocks.btn-not-reversed .button-row a, .flexible-content-blocks.btn-not-reversed .button-row footer a, footer .flexible-content-blocks .button-row a, .flexible-content-blocks .button-row footer a, footer .large-image-with-text-block .content-container .link, .large-image-with-text-block .content-container footer .link, footer .under-team-block a, .under-team-block footer a, footer button.facetwp-load-more {
  margin-top: 5px;
}

.footer-items {
  padding-top: 88px;
  padding-bottom: 40px;
}
.footer-items .footer-extra-copy {
  max-width: 740px;
}

.boxes {
  padding-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 40px 34px;
  flex-wrap: wrap;
}
.boxes .box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 14px;
  background-color: white;
  flex-basis: calc(50% - 20px);
  padding: 21px 34px;
}
.boxes .box:hover .arrow-2023 {
  transform: translateX(5px);
  transition: 150ms ease-in-out all;
}
.boxes .box p {
  max-width: 440px;
  font-size: 20px;
  font-weight: 600;
}
.boxes .box .arrow-2023 {
  transition: 150ms ease-in-out all;
  padding-top: 20px;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .boxes .box {
    flex-basis: 100%;
  }
}
#menu-item-241 a {
  background-image: url("img/linkedin.svg");
}
#menu-item-241 a:hover {
  filter: invert(19%) sepia(12%) saturate(0%) hue-rotate(219deg) brightness(108%) contrast(80%);
}

#menu-item-4051 a {
  background-image: url("img/youtube.svg");
}
#menu-item-4051 a:hover {
  filter: invert(19%) sepia(12%) saturate(0%) hue-rotate(219deg) brightness(108%) contrast(80%);
}

#menu-follow-us li.twitter a {
  background-image: url("img/square-x-twitter-black.svg");
}
#menu-follow-us li.twitter a:hover {
  filter: invert(19%) sepia(12%) saturate(0%) hue-rotate(219deg) brightness(108%) contrast(80%);
}

.footer-items .forminator-ui {
  margin-top: 0 !important;
}
.footer-items .forminator-custom-form-117.forminator-design--material .forminator-input,
.footer-items .forminator-custom-form-117.forminator-design--material .forminator-input:hover,
.footer-items .forminator-custom-form-117.forminator-design--material .forminator-input:focus,
.footer-items .forminator-custom-form-117.forminator-design--material .forminator-input:active {
  color: white;
  border-bottom-color: white;
}

.forminator-button {
  color: white !important;
  display: inline-block !important;
  padding: 2px 40px !important;
  border: 2px solid white !important;
  border-radius: 30px !important;
  font-size: 18px !important;
  line-height: 42px !important;
  transition: 250ms ease-in all !important;
  font-weight: normal !important;
  margin-top: 20px !important;
  background: none !important;
}
.forminator-button:hover {
  text-decoration: none !important;
  color: #45575f !important;
  background: white !important;
  transition: 250ms ease-in all !important;
}

.footer-items .contact-us {
  background: #f4f3f6;
}
.footer-items .contact-us .forminator-custom-form-117.forminator-design--material .forminator-textarea {
  color: #2f3033;
}

.wpgdprc-consent-bar__inner {
  background-color: #2f3033 !important;
}

.breadcrumb-container {
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}
.breadcrumb-container .breadcrumb li.breadcrumb-item {
  color: #1b75e0;
}
.breadcrumb-container .breadcrumb li.breadcrumb-item * {
  font-weight: 600;
}
.breadcrumb-container .breadcrumb li.breadcrumb-item span {
  font-size: 20px;
  color: #1b75e0;
  font-family: inherit;
}
.breadcrumb-container .breadcrumb li.breadcrumb-item a {
  font-size: 20px;
  text-decoration: none;
  color: #1b75e0;
}
.breadcrumb-container .breadcrumb li.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-container .breadcrumb li::after {
  font-size: 20px;
  color: #1b75e0;
}

.breadcrumb {
  list-style: none;
  margin: 0;
}

footer.no-hero .breadcrumb-container {
  padding-top: 10px;
}
footer .breadcrumb-container {
  text-align: left;
  padding: 0 10px;
}
footer .breadcrumb-container .breadcrumb li.breadcrumb-item {
  font-weight: 600;
  font-size: 14px;
  color: #2f3033;
}
footer .breadcrumb-container .breadcrumb li.breadcrumb-item::after {
  margin-left: 5px;
  margin-right: 10px;
  font-weight: 400;
  color: #2f3033;
}
footer .breadcrumb-container .breadcrumb li.breadcrumb-item a {
  font-weight: inherit;
  color: #2f3033;
  font-size: inherit;
}
footer .breadcrumb-container .breadcrumb li.breadcrumb-item span {
  font-weight: inherit !important;
  color: #2f3033;
  font-size: inherit !important;
  margin-bottom: 20px !important;
  display: inline-block;
}

aside.disclaimer {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(142, 166, 176, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  transition: 250ms ease-in opacity;
}
aside.disclaimer.digital-technology {
  background: rgb(142, 166, 176);
}
aside.disclaimer.digital-technology .disclaimer-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
aside.disclaimer.digital-technology .disclaimer-buttons .button-left,
aside.disclaimer.digital-technology .disclaimer-buttons .button-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
aside.disclaimer.digital-technology .disclaimer-buttons .button-left button,
aside.disclaimer.digital-technology .disclaimer-buttons .button-right button {
  margin-top: 5px;
}
aside.disclaimer.open {
  opacity: 1;
  transition: 250ms ease-in opacity;
  display: inline-block;
}
aside.disclaimer .disclaimer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 97%;
  height: auto;
  background: #f4f3f6;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 14px;
}
aside.disclaimer .disclaimer-inner .disclaimer-content strong.title {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
}
aside.disclaimer .disclaimer-inner button {
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
aside.disclaimer .disclaimer-inner button.continue {
  float: right;
}
aside.disclaimer .disclaimer-inner button.cancel::after {
  display: none;
}

ul#menu-follow-us {
  gap: 5px;
}
ul#menu-follow-us li {
  flex: 0;
}
ul#menu-follow-us li a {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  padding: 12px;
  background-size: contain;
  color: #2f3033;
}

@media only screen and (max-width: 804px) {
  footer .footer-container .top-row .menu li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 757px) {
  footer .footer-container .top-row {
    flex-direction: column-reverse;
  }
  footer .footer-container .top-row .col-1 {
    width: 100%;
    padding: 0 0 20px 0;
  }
  footer .footer-container .top-row .col-1 .col-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  footer .footer-container .top-row .col-1 .col-content p {
    margin-top: 15px;
  }
  footer .footer-container .top-row .menu {
    margin-bottom: 20px;
  }
  footer .footer-container .top-row .menu .li {
    flex: 0 0 33.3333333333%;
  }
  footer .footer-container .top-row .col-2 .nav-col-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-container .top-row .col-1 .col-content {
    text-align: center;
  }
  footer .footer-container .top-row .col-1 .col-content img {
    display: block;
  }
  footer .footer-container .top-row .col-1 .col-content span {
    display: block;
    margin: 0 auto 15px auto;
  }

  p.copyright {
    display: block !important;
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 600px) {
  ul#menu-follow-us li {
    margin-right: 15px;
    margin-top: 15px;
  }
  ul#menu-follow-us li a {
    width: 42px;
    height: 42px;
    padding: 21px;
  }

  footer .footer-container .bottom-row {
    margin-top: 10px;
  }
  footer .footer-container .bottom-row .menu li,
footer .footer-container .bottom-row p.copyright {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  footer .footer-container .bottom-row .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 446px) {
  footer .footer-container .top-row .col-2 {
    width: 100%;
  }
  footer .footer-container .top-row .col-2 .menu {
    flex-direction: row;
  }
  footer .footer-container .top-row .col-2 .menu li {
    flex: 0 0 50%;
  }

  li#menu-item-4386,
li#menu-item-4387 {
    display: none;
  }

  li#menu-item-4385 a {
    border-right: 0;
  }

  footer .footer-container .top-row .menu {
    flex-direction: column;
  }
  footer .footer-container .top-row .menu li {
    flex: 1;
  }
}
@media only screen and (max-width: 500px) {
  .footer-items.content-bounds {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 416px) {
  .footer-items .form-copy {
    text-align: left;
  }

  aside.disclaimer button {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 385px) and (max-width: 767px) {
  .boxes .box p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  aside.disclaimer.digital-technology .disclaimer-buttons {
    flex-direction: column;
    gap: 50px;
  }
}
body.home .homepage-headings {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
body.home .homepage-headings p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.home .video-block {
  padding-bottom: 80px;
}
body.home .video-block#homeVideoBlock {
  padding-top: 80px;
}
body.home .two-column-block {
  padding-bottom: 80px;
}
body.home .featured-posts-container, body.home .sixty-with-block {
  padding-bottom: 80px;
  padding-top: 65px;
}

#homepage-more {
  padding-bottom: 80px;
}

body:not(.home) .main-subnav#from-subnav {
  margin-bottom: 60px;
}
body:not(.home) #subnav-under-content .content-row {
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
body:not(.home) #subnav-under-content .content-row[class^=bg-] {
  padding-top: 60px;
}
body:not(.home) #subnav-under-content .content-row.bg-grey {
  background: #f4f3f6;
}
body:not(.home) #subnav-under-content .content-row.bg-light-grey {
  background: #f4f3f6;
}
body:not(.home) #subnav-under-content .content-row.bg-darkblue {
  background: #f4f3f6;
}
body:not(.home) #subnav-under-content .content-row.bg-creme {
  background: creme;
}
body:not(.home) #subnav-under-content .content-row.bg-grey, body:not(.home) #subnav-under-content .content-row.bg-darkblue, body:not(.home) #subnav-under-content .content-row.bg-creme, body:not(.home) #subnav-under-content .content-row.bg-light-grey {
  padding-top: 60px;
}
body:not(.home) #subnav-under-content .content-row.less-padding-bottom, body:not(.home) #subnav-under-content .content-row.no-padding-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
body:not(.home) #subnav-under-content .content-row.creme.less-padding-bottom, body:not(.home) #subnav-under-content .content-row.creme.no-padding-bottom, body:not(.home) #subnav-under-content .content-row.bg-creme.less-padding-bottom, body:not(.home) #subnav-under-content .content-row.bg-creme.no-padding-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
body:not(.home) #subnav-under-content .content-row.responsibility-top-text {
  padding-top: 20px;
}
body:not(.home) #subnav-under-content .content-row.button-link-block.creme-bg, body:not(.home) #subnav-under-content .content-row.button-link-block.bg-creme {
  padding-bottom: 60px;
}
body:not(.home) #subnav-under-content .content-row.video-block.has-caption {
  margin-bottom: 20px;
}
body:not(.home) #subnav-under-content .content-row.no-padding-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body:not(.home) #subnav-under-content .content-row.with-padding-top {
  padding-top: 60px;
}
body:not(.home) #subnav-under-content .content-row.small-padding-top {
  padding-top: 30px;
}
body:not(.home) #subnav-under-content .content-row[class^=bg-] {
  margin-bottom: 60px;
}
body:not(.home) #subnav-under-content .colored-block + .content-row:not(.subnaved),
body:not(.home) #subnav-under-content .report-video-block.video-block + .content-row:not(.subnaved),
body:not(.home) #subnav-under-content .content-row[class^=bg-] + .content-row:not(.subnaved) {
  padding-top: 60px;
  margin-bottom: 0;
}

.page-template-main-page #subnav-under-content .growing-image.clipped.box-not-animated .content .title,
.page-template-main-page #subnav-under-content .growing-image.clipped.box-not-animated .content .desc,
.page-template-main-page #subnav-under-content .growing-image.clipped.box-not-animated .content button {
  opacity: 1;
  transform: none;
}

body:not(.home) #subnav-under-content .content-row.bg-grey + .content-row.bg-grey {
  padding-top: 0 !important;
  margin-bottom: 0;
}

body:not(.home) #subnav-under-content .content-row.bg-creme + .content-row.bg-creme {
  padding-top: 0 !important;
  margin-bottom: 0;
}

body:not(.home) #subnav-under-content .content-row.bg-darkblue + .content-row.bg-darkblue {
  padding-top: 0 !important;
  margin-bottom: 0;
}

.content-row[class^=bg-] + .content-row:not([class^=bg-]) {
  padding-top: 100px;
}

.content-row.bg-creme + .content-row:not(.bg-creme) {
  padding-top: 100px;
}

.content-row.bg-grey + .content-row:not(.bg-grey) {
  padding-top: 100px;
}

.content-row.bg-lightgrey + .content-row:not(.bg-lightgrey) {
  padding-top: 100px;
}

.content-bounds {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-bounds {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 500px) {
  #homepage-more {
    padding-bottom: 40px;
  }

  body.home .video-block {
    padding-bottom: 80px;
  }
  body.home .two-column-block {
    padding-bottom: 50px;
  }
  body.home .featured-posts-container, body.home .sixty-with-block {
    padding-bottom: 80px;
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1137px) {
  .page-template-news-page .main-subnav ul li,
body.search .main-subnav ul li {
    margin: 0 5px;
  }

  .nav-top-link.accessibility {
    right: 153px;
  }
}
@media only screen and (max-width: 787px) {
  .mobile-news-picker,
.mobile-research-picker {
    display: block !important;
  }

  .header-container .logo {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
  .header-container .logo a {
    flex: 1;
  }
  .header-container .logo a.logo-link {
    text-align: left;
  }
  .header-container .logo a img {
    margin-right: 10px;
  }

  #nav-join {
    display: block;
  }

  .main-subnav.sticky {
    position: relative !important;
  }

  .page-template-news-page .top-articles,
.page-template-news-page .more-articles,
.page-template-news-page .alm-reveal,
body.search .top-articles,
body.search .more-articles,
body.search .alm-reveal {
    flex-direction: row !important;
  }
  .page-template-news-page .top-articles .news-article.article-item,
.page-template-news-page .more-articles .news-article.article-item,
.page-template-news-page .alm-reveal .news-article.article-item,
body.search .top-articles .news-article.article-item,
body.search .more-articles .news-article.article-item,
body.search .alm-reveal .news-article.article-item {
    flex: 0 0 48% !important;
    max-width: 600px;
    margin: 20px auto !important;
  }

  .main-subnav {
    border: 0 !important;
  }
  .main-subnav ul {
    border: 0 !important;
  }
  .main-subnav ul li {
    margin: 5px 0 !important;
    width: 100%;
    max-width: 500px;
    border-bottom: 2px solid #f3f0e9;
  }
  .main-subnav ul li ul.sub-menu {
    max-width: 500px;
    width: 100% !important;
    top: 37px !important;
    background: #f4f3f6 !important;
    left: 0 !important;
    z-index: 55;
    padding: 5px 5px 10px 5px !important;
  }

  .page-template-main-page #subnav-under-content.sticky,
.page-template-news-page #subnav-under-content.sticky,
body.search #subnav-under-content.sticky,
body.category #subnav-under-content.sticky {
    margin-top: 0;
  }

  .page-template-main-page #subnav-under-content .icon-list-block {
    margin-top: 30px;
    padding-top: 0;
  }

  .burger {
    display: block;
  }

  .menu-actions {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #trd-study {
    padding-top: 0 !important;
  }

  .category-articles {
    padding-top: 40px !important;
  }

  .tab-two-col-block #panel-2 .left-block {
    padding-top: 23px !important;
  }

  li#li-for-panel-2 {
    border-bottom: 1px solid rgb(245, 244, 236);
  }

  li#li-for-panel-1 label,
li#li-for-panel-2 label,
li#li-for-panel-3 label,
li#li-for-panel-4 label {
    text-align: left;
    padding-left: 15px !important;
    text-align: center;
  }
  li#li-for-panel-1 label:before,
li#li-for-panel-2 label:before,
li#li-for-panel-3 label:before,
li#li-for-panel-4 label:before {
    content: "";
    left: 50%;
    bottom: 10px;
    transform: TranslateX(-50%);
    filter: invert(8%) sepia(5%) saturate(1179%) hue-rotate(295deg) brightness(94%) contrast(90%);
    background: url(img/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transition: 250ms ease-in all;
    width: 30px;
    height: 19px;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label:before {
    transition: 150ms ease-in all;
    filter: invert(38%) sepia(46%) saturate(2646%) hue-rotate(171deg) brightness(96%) contrast(98%);
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label:before {
    transition: 150ms ease-in all;
    filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(179deg) brightness(117%) contrast(100%);
  }

  #investors-tabs #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label:before {
    transition: 150ms ease-in all;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(141deg) brightness(103%) contrast(101%);
  }

  .panel-label {
    position: relative;
    padding: 12px 12px 35px 12px !important;
  }

  .tab-two-col-block {
    padding-top: 50px !important;
    margin-bottom: 80px !important;
  }
  .tab-two-col-block .left-block {
    padding-top: 61px;
  }

  #tabs-list label.panel-label {
    background: #f5f4ec;
  }
}
@media only screen and (max-width: 738px) {
  ul#tabs-list li {
    max-width: none !important;
    width: 100%;
  }

  #panels .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #panels .container ul.slides {
    display: inline-block;
  }
  #panels .container ul.slides .tab-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 668px) {
  .single-post .article-content,
.single-vacancy .article-content,
.single-internship_story .article-content,
.single-sixty_with .article-content {
    display: inline-block;
  }

  .desktop-a2a {
    display: none;
  }

  .mobile-a2a {
    display: block;
    margin: 0 auto 20px auto !important;
  }
}
@media only screen and (max-width: 581px) {
  #join-us .column-block-container {
    flex-direction: column-reverse;
  }

  .carousel-block-row .row-inner.left {
    margin: 10px !important;
  }

  .page-template-news-page .alm-reveal,
body.search .alm-reveal {
    flex-direction: column !important;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 416px) {
  #clinical-trial-video {
    margin-top: 20px !important;
  }

  .legal-page .main-body {
    padding-top: 50px !important;
  }

  #news-views {
    padding-top: 60px;
  }

  #our-research-button {
    text-align: left;
    margin-top: 0;
    position: relative;
  }
  #our-research-button:before {
    position: absolute;
    top: 83%;
    left: 50%;
    border-left: 2px solid #0395d1;
    height: 80%;
    width: 2px;
    z-index: -1;
    content: "";
  }

  .featured-posts-container ul.posts-container li.featured-post {
    margin-bottom: 0 !important;
  }

  #about-quotes {
    padding-top: 0 !important;
  }

  .two-column-block {
    padding-bottom: 0;
  }

  #clinical-trial-video {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
  }
  #clinical-trial-video .video.vid-wrapper {
    margin-bottom: 0 !important;
  }

  #what-happens {
    padding-bottom: 20px;
    margin-top: 0 !important;
  }
  #what-happens .right-inner.copy.left-text-aligned * {
    text-align: left !important;
  }

  #join-us .right-block {
    margin-bottom: 40px;
  }

  .top-articles {
    display: inline-block !important;
  }

  .contact-header {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }

  .contact-content .inner .block {
    padding: 35px 30px !important;
  }

  .page-template-news-page .top-articles .news-article.article-item,
body.search .top-articles .news-article.article-item {
    padding-bottom: 50px !important;
  }
}