@charset "UTF-8";
/**
 * Layout 
 **/
/**
 * Colors 
 **/
/**
 * Typography 
 **/
/* Typography Mixins */
/* 
 * Adapted from CSSTricks: https://css-tricks.com/styling-underlines-web/#svg-filters 
 * Show underlines on Safari, SVG filters elsewhere
 */
/* Layout Mixins */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
}
h1 .fancy-serif,
h1 .fancy-underline {
  color: inherit;
}
h1 .fancy-serif,
h1 .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 62px;
  letter-spacing: -0.043em;
  line-height: 1;
  margin-bottom: 26px;
  font-weight: 700;
}
h2 .fancy-serif,
h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}

h5 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
}

.fancy-serif, .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
}

.fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .fancy-underline {
    -webkit-filter: url("#simple-black-underline");
            filter: url("#simple-black-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.fancy-serif > span.fancy-underline {
  font-size: 1em;
  line-height: inherit;
  bottom: 0;
}

p {
  margin-top: 0;
}

p, button, input, select, textarea, ul, ol {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.429em;
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes bounce {
  from {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}
a,
a:after,
a:before,
.so-panel,
input[type=submit],
.site-branding {
  transition: all 0.5s ease;
}

a, a:visited, a:active, a:focus, a:hover {
  color: inherit;
}

.wp-block-buttons {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  margin-bottom: 123px;
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 20px;
  margin-right: 20px;
}

input[type=submit],
.button,
article .entry-content .cc-panel .cc-holder a,
ul.press li a .source span {
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}

.wp-block-button__link {
  padding-top: 38px;
  padding-bottom: 38px;
}

input[type=submit],
.button,
article .entry-content .cc-panel .cc-holder a,
ul.press li a .source span, a.button,
.wp-block-button__link {
  padding-right: 45px;
  padding-left: 45px;
  line-height: 1.1;
  color: white;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: ease-out 0.28s;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
}
input[type=submit]:hover, input[type=submit]:active,
.button:hover,
article .entry-content .cc-panel .cc-holder a:hover,
ul.press li a .source span:hover,
.button:active,
article .entry-content .cc-panel .cc-holder a:active,
ul.press li a .source span:active, a.button:hover, a.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:active {
  color: white;
}
input[type=submit]:after,
.button:after,
article .entry-content .cc-panel .cc-holder a:after,
ul.press li a .source span:after, a.button:after,
.wp-block-button__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: -2;
  transition: inherit;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}
input[type=submit]:before,
.button:before,
article .entry-content .cc-panel .cc-holder a:before,
ul.press li a .source span:before, a.button:before,
.wp-block-button__link:before {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 150%;
  left: -25%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0.7;
  transform-origin: center;
  background-image: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-radius: 100%;
  z-index: -1;
  transition: inherit;
}
input[type=submit]:hover:before, input[type=submit]:active:before,
.button:hover:before,
article .entry-content .cc-panel .cc-holder a:hover:before,
ul.press li a .source span:hover:before,
.button:active:before,
article .entry-content .cc-panel .cc-holder a:active:before,
ul.press li a .source span:active:before, a.button:hover:before, a.button:active:before,
.wp-block-button__link:hover:before,
.wp-block-button__link:active:before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 768px) {
  .wp-block-buttons {
    margin-bottom: 59px;
  }

  input[type=submit],
.button,
article .entry-content .cc-panel .cc-holder a,
ul.press li a .source span,
.wp-block-button__link {
    padding: 18px 25px;
  }
}
.wp-block-button__link {
  border-radius: 0;
}

.button.hollow, article .entry-content .cc-panel .cc-holder a.hollow, ul.press li a .source span.hollow,
.button.button-hollow,
article .entry-content .cc-panel .cc-holder a.button-hollow,
ul.press li a .source span.button-hollow,
.is-style-outline .wp-block-button__link {
  color: black;
  overflow: visible;
  border: none;
}
.button.hollow:hover, article .entry-content .cc-panel .cc-holder a.hollow:hover, ul.press li a .source span.hollow:hover, .button.hollow:active, article .entry-content .cc-panel .cc-holder a.hollow:active, ul.press li a .source span.hollow:active,
.button.button-hollow:hover,
article .entry-content .cc-panel .cc-holder a.button-hollow:hover,
ul.press li a .source span.button-hollow:hover,
.button.button-hollow:active,
article .entry-content .cc-panel .cc-holder a.button-hollow:active,
ul.press li a .source span.button-hollow:active,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:active {
  color: currentColor;
}
.button.hollow:before, article .entry-content .cc-panel .cc-holder a.hollow:before, ul.press li a .source span.hollow:before,
.button.button-hollow:before,
article .entry-content .cc-panel .cc-holder a.button-hollow:before,
ul.press li a .source span.button-hollow:before,
.is-style-outline .wp-block-button__link:before {
  transform: none;
  border-radius: 0;
  width: auto;
  background-image: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
}
.button.hollow:after, article .entry-content .cc-panel .cc-holder a.hollow:after, ul.press li a .source span.hollow:after,
.button.button-hollow:after,
article .entry-content .cc-panel .cc-holder a.button-hollow:after,
ul.press li a .source span.button-hollow:after,
.is-style-outline .wp-block-button__link:after {
  background-color: transparent;
  border: 2px solid currentColor;
}
.button.hollow:hover:before, article .entry-content .cc-panel .cc-holder a.hollow:hover:before, ul.press li a .source span.hollow:hover:before, .button.hollow:active:before, article .entry-content .cc-panel .cc-holder a.hollow:active:before, ul.press li a .source span.hollow:active:before,
.button.button-hollow:hover:before,
article .entry-content .cc-panel .cc-holder a.button-hollow:hover:before,
ul.press li a .source span.button-hollow:hover:before,
.button.button-hollow:active:before,
article .entry-content .cc-panel .cc-holder a.button-hollow:active:before,
ul.press li a .source span.button-hollow:active:before,
.is-style-outline .wp-block-button__link:hover:before,
.is-style-outline .wp-block-button__link:active:before {
  opacity: 1;
  transform: none;
}

.button.underline, article .entry-content .cc-panel .cc-holder a.underline, ul.press li a .source span,
.is-style-underline .wp-block-button__link {
  color: black;
  background: none;
  line-height: 1;
  padding: 0 0 11px;
  border-bottom: 3px solid black;
  overflow: visible;
  transition: 0.15s ease-in;
}
.button.underline:after, article .entry-content .cc-panel .cc-holder a.underline:after, ul.press li a .source span:after,
.is-style-underline .wp-block-button__link:after {
  height: 3px;
  border: none;
  top: unset;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -3px;
  background-color: #18EDBA;
}
.button.underline:before, article .entry-content .cc-panel .cc-holder a.underline:before, ul.press li a .source span:before,
.is-style-underline .wp-block-button__link:before {
  content: none;
}
.button.underline:hover:after, article .entry-content .cc-panel .cc-holder a.underline:hover:after, ul.press li a .source span:hover:after, .button.underline:active:after, article .entry-content .cc-panel .cc-holder a.underline:active:after, ul.press li a .source span:active:after,
.is-style-underline .wp-block-button__link:hover:after,
.is-style-underline .wp-block-button__link:active:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .button.underline, article .entry-content .cc-panel .cc-holder a.underline, ul.press li a .source span,
.is-style-underline .wp-block-button__link {
    font-size: 12px;
    padding-bottom: 8px;
  }
}
.button.hollow.green, article .entry-content .cc-panel .cc-holder a.hollow.green, ul.press li a .source span.hollow.green {
  border-color: #08c69f;
}
.button.hollow.green:hover, article .entry-content .cc-panel .cc-holder a.hollow.green:hover, ul.press li a .source span.hollow.green:hover, .button.hollow.green:active, article .entry-content .cc-panel .cc-holder a.hollow.green:active, ul.press li a .source span.hollow.green:active {
  background: #08c69f;
  border-color: #08c69f;
  color: white !important;
}

.button.onwhite:hover, article .entry-content .cc-panel .cc-holder a.onwhite:hover, ul.press li a .source span.onwhite:hover, .button.onwhite:active, article .entry-content .cc-panel .cc-holder a.onwhite:active, ul.press li a .source span.onwhite:active {
  background: #08c69f;
  color: white;
  opacity: 0.75;
}

.button.dl, article .entry-content .cc-panel .cc-holder a.dl, ul.press li a .source span.dl {
  transition: all 0.25s ease;
}
.button.dl:before, article .entry-content .cc-panel .cc-holder a.dl:before, ul.press li a .source span.dl:before {
  background: url("../_img/icon-dl.png") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 2px;
  width: 9px;
  vertical-align: middle;
}
.button.dl:hover, article .entry-content .cc-panel .cc-holder a.dl:hover, ul.press li a .source span.dl:hover, .button.dl:active, article .entry-content .cc-panel .cc-holder a.dl:active, ul.press li a .source span.dl:active {
  color: #08c69f;
}
.button.dl:hover:before, article .entry-content .cc-panel .cc-holder a.dl:hover:before, ul.press li a .source span.dl:hover:before, .button.dl:active:before, article .entry-content .cc-panel .cc-holder a.dl:active:before, ul.press li a .source span.dl:active:before {
  background-image: url("../_img/icon-dl-over.png");
}

.button-arrow:visited {
  color: #08C19B;
}

.button-arrow {
  display: inline-block;
  text-decoration: none;
  color: #08C19B;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1.21px;
  padding-right: 34px;
  margin-bottom: 1.25rem;
  background: url(../_img/right-arrow-.svg) no-repeat center right/28px;
}
@media screen and (min-width: 768px) {
  .button-arrow {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.7px;
    padding-right: 50px;
    background: url(../_img/right-arrow-.svg) no-repeat center right/42px;
  }
}

#masthead {
  width: 100%;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}

.site-branding .logo {
  max-height: 41px;
}

#masthead,
#wpfront-notification-bar-spacer {
  z-index: 21;
}

#wpfront-notification-bar table {
  display: block;
}

#wpfront-notification-bar tbody,
#wpfront-notification-bar tr,
#wpfront-notification-bar td {
  display: block;
  width: 100%;
}

#wpfront-notification-bar td,
#wpfront-notification-bar .wpfront-message {
  display: flex;
  align-items: center;
}

#wpfront-notification-bar td {
  padding: 12px 62px 12px 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
}

#wpfront-notification-bar .wpfront-message {
  margin-right: 1.5972%;
}

#wpfront-notification-bar h3 {
  color: inherit;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 17px;
  text-align: right;
  padding-right: 23px;
  margin-right: 17px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  position: relative;
  max-width: 225px;
}
#wpfront-notification-bar h3:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid;
}

#wpfront-notification-bar a.wpfront-button {
  white-space: nowrap;
  padding: 0 25px 3px;
  background: transparent !important;
  border: 2px solid;
  border-radius: 100px;
  line-height: 39px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  box-shadow: none;
  margin-left: 0;
}
#wpfront-notification-bar a.wpfront-button:before, #wpfront-notification-bar a.wpfront-button:after {
  content: none;
}

#wpfront-notification-bar .wpfront-message p {
  font-weight: 600;
  color: inherit;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

#wpfront-notification-bar div.wpfront-close {
  background: url("../_img/icon-close.svg") no-repeat center/23px 23px !important;
  border: none !important;
  font-family: urw-din, sans-serif;
  font-size: 0;
  width: 59px;
  height: 59px;
  padding: 0;
  top: 0;
  right: 3px;
}

.site-description {
  display: none;
}

.menu-toggle {
  border: none;
  box-shadow: none;
  display: block;
  z-index: 9999;
  border-radius: 0;
  box-shadow: none;
}
.menu-toggle:hover {
  box-shadow: none;
}
.menu-toggle:focus {
  outline: none;
  box-shadow: none;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  width: 22px;
}
.menu-toggle:before, .menu-toggle:after,
.menu-toggle .bar {
  background: white;
  position: absolute;
  left: 19px;
  display: block;
  height: 3px;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.menu-toggle:after {
  bottom: 21px;
}
.menu-toggle:before {
  top: 21px;
}
.menu-toggle .bar {
  top: 31px;
  width: 30px;
}

.menu-title {
  position: absolute;
  right: 7px;
  bottom: -62px;
  transform: rotate(90deg);
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  color: black;
  font-size: 11px;
  letter-spacing: 6.6px;
  text-shadow: none;
}

#site-navigation.toggled .menu-toggle:before {
  top: 31px;
  width: 33px;
  left: 18px;
  transform: rotate(-45deg);
}
#site-navigation.toggled .menu-toggle .bar {
  height: 0;
  opacity: 0;
  transition: all 0.75s ease;
  visibility: hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
#site-navigation.toggled .menu-toggle:after {
  bottom: 31px;
  width: 33px;
  left: 18px;
  transform: rotate(45deg);
}

#site-navigation.toggled #nav-panel {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .site-branding {
    width: 100%;
    z-index: 20;
    padding: 12px 0;
    margin-bottom: -100%;
    background-color: transparent;
  }

  .site-branding .logo-black,
.home .site-branding .logo-white,
.sticky .site-branding .logo-white {
    display: none;
  }

  .home .site-branding .logo-black,
.sticky .site-branding .logo-black {
    display: block;
  }

  .sticky .site-branding {
    background-color: white;
  }

  .toggled.sticky .site-branding {
    background-color: transparent;
  }

  #site-navigation {
    width: 68px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 20;
  }

  /* Menu "strip" */
  .home #page:before {
    content: "";
    position: absolute;
    width: 68px;
    height: 100%;
    right: 0;
    z-index: 20;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-image: linear-gradient(30deg, rgba(26, 140, 169, 0.26) 5%, rgba(70, 157, 169, 0.32) 19%, rgba(1, 179, 195, 0.26) 43%, rgba(0, 204, 159, 0.26) 71%, rgba(0, 206, 159, 0.22) 98%);
  }

  .menu-toggle {
    background: #18EDBA;
    height: 65px;
    width: 68px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #wpfront-notification-bar-spacer {
    margin-bottom: 50px;
  }

  #wpfront-notification-bar {
    border-top: 1px solid white;
    top: 50px !important;
  }

  #wpfront-notification-bar td,
#wpfront-notification-bar div.wpfront-message {
    display: block;
  }

  #wpfront-notification-bar td {
    padding: 20px;
  }

  #wpfront-notification-bar .wpfront-message {
    margin: 0 auto 15px;
    max-width: 600px;
  }

  #wpfront-notification-bar .wpfront-message h3 {
    margin: 0 auto 11px;
    padding: 0;
    text-align: center;
    max-width: 200px;
  }
  #wpfront-notification-bar .wpfront-message h3:after {
    position: relative;
    margin: 15px auto 0;
    width: 36px;
    height: 0;
    border-bottom: 1px solid;
  }

  #wpfront-notification-bar .wpfront-message p {
    font-size: 16px;
    text-align: center;
  }

  #wpfront-notification-bar a.wpfront-button {
    border-color: transparent;
  }

  .alert,
.menu-title {
    display: none;
  }

  #masthead {
    height: 50px;
    background-image: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0 !important;
  }

  .site-branding .wrapper {
    width: 100%;
    height: 100%;
  }

  .site-branding .logo {
    height: 26px;
  }

  .site-branding .logo-black {
    display: none;
  }

  .site-branding .logo-white {
    display: block;
  }

  #site-navigation {
    width: auto;
    margin-left: auto;
  }

  .menu-toggle {
    background-color: transparent;
    position: relative;
    padding: 0;
    width: 30px;
    height: 23px;
  }
  .menu-toggle .bar, .menu-toggle:before, .menu-toggle:after {
    left: 0;
  }
  .menu-toggle:before {
    top: 0;
  }
  .menu-toggle .bar {
    top: 10px;
  }
  .menu-toggle:after {
    bottom: 0;
  }

  #site-navigation.toggled .menu-toggle:before, #site-navigation.toggled .menu-toggle:after {
    left: 0;
  }
  #site-navigation.toggled .menu-toggle:before {
    top: 10px;
  }
  #site-navigation.toggled .menu-toggle:after {
    bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  #wpfront-notification-bar .wpfront-message p {
    font-size: 14px;
  }
}
#nav-panel {
  background: rgba(32, 98, 142, 0.27);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  transition: all 0.5s ease;
  top: 0;
  visibility: hidden;
}

.nav-holder {
  display: block;
  margin: 80px auto;
  max-width: 514px;
  transition: all 0.25s ease;
  z-index: 10;
}
.nav-holder:before {
  background: url("../_img/icon-ginkgo.png") left bottom/contain no-repeat;
  bottom: -80px;
  content: "";
  display: block;
  height: 400px;
  left: -12%;
  opacity: 0.2;
  position: absolute;
  width: 30%;
}

.nav-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 42%;
  display: none;
  left: -20px;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}

.menu-primary-menu-container ul.menu li {
  display: block;
  float: none;
  margin: 0 0 3px;
}
.menu-primary-menu-container ul.menu li a {
  background: rgba(0, 21, 57, 0.0518);
  color: white;
  display: block;
  font: 300 35px/1 sofia-pro, sans-serif;
  margin: 0 19px;
  padding: 24.5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
@media screen and (max-height: 766px) {
  .menu-primary-menu-container ul.menu li a {
    font-size: 25px;
    padding: 13.5px 0;
  }
}
@media screen and (max-width: 600px) {
  .menu-primary-menu-container ul.menu li a {
    margin: 0;
  }
}
.menu-primary-menu-container ul.menu li a:after {
  background: url("../_img/icon-arrow.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 18px;
  margin: -9px 0 0;
  opacity: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  visibility: hidden;
  width: 10px;
}
.menu-primary-menu-container ul.menu li a:hover, .menu-primary-menu-container ul.menu li a:active {
  background: rgba(3, 0, 75, 0.1848);
  margin: 0;
  padding: 34px 0;
}
@media screen and (max-height: 766px) {
  .menu-primary-menu-container ul.menu li a:hover, .menu-primary-menu-container ul.menu li a:active {
    padding: 20.5px 0;
  }
}
.menu-primary-menu-container ul.menu li a:hover:after, .menu-primary-menu-container ul.menu li a:active:after {
  opacity: 1;
  right: 16px;
  visibility: visible;
}

.page-template-page-residency #masthead .menu-toggle, .page-id-1808 #masthead #site-navigation .menu-toggle {
  transition-property: right top;
  transition-duration: 0.2s;
}
.page-template-page-residency #masthead:not(.sticky) #site-navigation .menu-toggle, .page-id-1808 #masthead:not(.sticky) #site-navigation .menu-toggle {
  right: 4%;
  top: 41px;
}
@media screen and (min-width: 401px) and (max-width: 768px) {
  .page-template-page-residency #masthead:not(.sticky) #site-navigation .menu-toggle, .page-id-1808 #masthead:not(.sticky) #site-navigation .menu-toggle {
    right: 26px;
  }
}
@media screen and (max-width: 400px) {
  .page-template-page-residency #masthead:not(.sticky) #site-navigation .menu-toggle, .page-id-1808 #masthead:not(.sticky) #site-navigation .menu-toggle {
    right: 10px;
  }
}

#wpfront-notification-bar-spacer[style*="height: 0px;"] + #page .site-header {
  top: 0 !important;
}

.page-template-page-residency #masthead:not(.sticky) .site-branding .site-title a, .page-id-1808 #masthead:not(.sticky) .site-branding .site-title a {
  margin-top: 33px;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #masthead:not(.sticky) .site-branding .site-title a, .page-id-1808 #masthead:not(.sticky) .site-branding .site-title a {
    max-width: 220px;
  }
}
@media screen and (max-width: 400px) {
  .page-template-page-residency #masthead:not(.sticky) .site-branding .site-title a, .page-id-1808 #masthead:not(.sticky) .site-branding .site-title a {
    margin-left: 2%;
    width: 207px;
  }
}

.page-template-page-residency #content-header {
  padding-left: 7.29%;
  height: auto;
  min-height: 800px;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.page-id-1808 #content-header:before {
  content: "";
  pointer-events: none;
  width: 96%;
  height: calc(100% - 30px);
  top: 15px;
  left: 2%;
  border: 6px solid #3E327F;
  -o-border-image: linear-gradient(-45deg, #3E327F, #9BA6EA);
     border-image: linear-gradient(-45deg, #3E327F, #9BA6EA);
  border-image-slice: 2%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .page-id-1808 #content-header:before {
    display: none;
  }
}
.page-template-page-residency #content-header, .page-id-1808 #content-header {
  display: flex;
  align-items: center;
}
.page-template-page-residency #content-header:after, .page-id-1808 #content-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  background-image: linear-gradient(-180deg, #0035FF 9%, #663FF4 92%);
}
.page-template-page-residency #content-header .caption, .page-id-1808 #content-header .caption {
  border-left: 3px solid white;
  bottom: 70px;
  color: white;
  padding: 0 0 0 10px;
  position: absolute;
  right: 80px;
  z-index: 100;
}
@media screen and (max-width: 930px) {
  .page-template-page-residency #content-header .caption, .page-id-1808 #content-header .caption {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .caption, .page-id-1808 #content-header .caption {
    left: 40px;
    right: 40px;
  }
}
.page-template-page-residency #content-header .caption .caption-title, .page-id-1808 #content-header .caption .caption-title {
  font: normal 13px/1 urw-din, sans-serif;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.page-template-page-residency #content-header .caption .caption-description, .page-id-1808 #content-header .caption .caption-description {
  font: normal 15px/1 sofia-pro, sans-serif;
  margin: 4px 0 0;
}
.page-id-1808 #content-header {
  padding-left: 7.29%;
  padding-right: 7.29%;
  height: 50vh;
}
.page-id-1808 #content-header .handle {
  display: none;
}

.header-holder .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .header-holder .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page-template-page-residency #content-header .header-holder {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-items: flex-start;
  position: relative;
  transform: none;
  top: inherit;
  left: inherit;
  margin-top: 95px;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder {
    width: 100%;
    margin-top: 95px;
    margin-bottom: 45px;
  }
}
.page-template-page-residency #content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  text-transform: none;
  text-align: left;
  font-size: 113px;
  color: white;
  margin-top: 0;
  letter-spacing: -3.73px;
  line-height: 111px;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder h2 {
    font-size: 52px;
    line-height: 52px;
  }
}
.page-template-page-residency #content-header .header-holder h3 {
  text-align: left;
}
.page-id-1808 #content-header .header-holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  position: relative;
  transform: none;
  top: inherit;
  left: inherit;
}
.page-id-1808 #content-header .header-holder h2 {
  font-size: 96px;
  color: white;
  text-transform: none;
  letter-spacing: -3.17px;
  line-height: 103px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-id-1808 #content-header .header-holder h2 {
    font-size: 52.8px;
    line-height: 58px;
  }
}
.page-template-page-residency #content-header .header-holder h3, .page-template-page-residency #content-header .header-holder h2, .page-template-page-residency #content-header .header-holder .buttons, .page-id-1808 #content-header .header-holder h3, .page-id-1808 #content-header .header-holder h2, .page-id-1808 #content-header .header-holder .buttons {
  width: 100%;
}
.page-template-page-residency #content-header .header-holder h3, .page-id-1808 #content-header .header-holder h3 {
  order: 2;
  text-transform: none;
  font-size: 18px;
  color: white;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 15px;
  padding-right: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder h3, .page-id-1808 #content-header .header-holder h3 {
    font-size: 14px;
    line-height: 25px;
    padding-right: 0;
  }
}
.page-template-page-residency #content-header .header-holder h2, .page-id-1808 #content-header .header-holder h2 {
  order: 1;
}

body.page-template-page-work #content-header .header-holder {
  width: 100%;
}

body.page-template-page-work #content-header .header-holder h2 {
  font-size: 80px;
}
body.page-template-page-work #content-header .header-holder h2 span {
  font-size: inherit;
}
@media screen and (max-width: 1300px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 900px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-work #content-header .header-holder h2 {
    font-size: 30px;
  }
}

#page {
  position: relative;
}

.wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
}

.page-id-1808 .content-area {
  position: relative;
}
.page-id-1808 .content-area:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  background-image: linear-gradient(-180deg, #0035FF 9%, #663FF4 92%);
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .content-area:before {
    margin-top: 15%;
  }
}

.page-id-1808 .entry-content {
  margin-left: 7%;
  margin-right: 7%;
  width: 86%;
  margin-top: -5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .entry-content {
    margin-top: -15%;
    margin-left: 4.5%;
    margin-right: 4.5%;
    width: 91%;
  }
}

.page-template-page-residency .wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 8.4%;
  padding-right: 8.4%;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .about .wrapper {
  position: relative;
}
.page-template-page-residency .about .wrapper:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 77px;
  background: url(../_img/tab-black.svg) no-repeat center center;
}
.page-template-page-residency .when .wrapper {
  position: relative;
}
.page-template-page-residency .when .wrapper:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 77px;
  background: url(../_img/tab-black-down.svg) no-repeat center center;
}
.page-template-page-residency .team .wrapper, .page-template-page-residency .when .wrapper, .page-template-page-residency .about .wrapper {
  background: black;
  padding-left: 13.4%;
  padding-right: 13.4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team .wrapper, .page-template-page-residency .when .wrapper, .page-template-page-residency .about .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .team .wrapper.jury, .page-template-page-residency .when .wrapper.jury, .page-template-page-residency .about .wrapper.jury {
  background: transparent;
}
.page-template-page-residency .team .wrapper {
  padding-top: 6%;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team .wrapper {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}
.page-template-page-residency .hwt .wrapper {
  padding-left: 13.4%;
  padding-right: 13.4%;
  padding-top: 3%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .about .wrapper, .page-template-page-residency .when .wrapper {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .wrapper, .page-template-page-residency .when .wrapper {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}
.page-template-page-residency .past-residencies .wrapper {
  padding-bottom: 4%;
}

.panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 38px;
  letter-spacing: 0.008em;
  line-height: 1.132;
}
.panel-title strong, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 strong {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .panel-title strong, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 strong {
    -webkit-filter: url("#simple-black-underline");
            filter: url("#simple-black-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page-template-page-residency .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency h2 {
  font-size: 29px;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency h2 {
    text-align: left;
  }
}
.page-template-page-residency .past-residencies .panel-title, .page-template-page-residency .past-residencies .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .past-residencies h2 {
  font-size: 80px;
  line-height: 108px;
  margin-bottom: 3%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .past-residencies .panel-title, .page-template-page-residency .past-residencies .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .past-residencies h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
.page-template-page-residency .why .panel-title, .page-template-page-residency .why .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .why h2, .page-template-page-residency .hwt .panel-title, .page-template-page-residency .hwt .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt h2 {
  position: relative;
  padding-left: 110px;
  text-align: left;
}
.page-template-page-residency .why .panel-title:before, .page-template-page-residency .why .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .why h2:before, .page-template-page-residency .hwt .panel-title:before, .page-template-page-residency .hwt .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 97px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
.page-template-page-residency .team .panel-title, .page-template-page-residency .team .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2 {
  font-size: 40px;
  line-height: 40px;
}
.page-template-page-residency .team .panel-title:after, .page-template-page-residency .team .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2:after {
  content: "";
  display: block;
  position: relative;
  width: 59px;
  background-color: white;
  height: 3px;
  margin-top: 25px;
  bottom: 0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-residency .about .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .page-template-page-residency .team .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2, .page-template-page-residency .when .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .when h2, .page-template-page-residency .eligibility .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .eligibility h2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .panel-title, .page-template-page-residency .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .page-template-page-residency .team .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .team h2, .page-template-page-residency .when .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .when h2, .page-template-page-residency .eligibility .panel-title, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .eligibility h2 {
    text-align: center;
  }
}
.page-template-page-residency .when .panel-title:after, .page-template-page-residency .when .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .when h2:after, .page-template-page-residency .eligibility .panel-title:after, .page-template-page-residency .eligibility .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .eligibility h2:after, .page-template-page-residency .hwt .holder-3 .panel-title:after, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  background-color: white;
  height: 3px;
  margin-top: 15px;
  bottom: 0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-residency .hwt .holder-3 .panel-title, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2 {
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .holder-3 .panel-title, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2 {
    text-align: left;
    padding-left: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .holder-3 .panel-title:after, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2:after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .page-template-page-residency .hwt .holder-3 .panel-title:before, .page-template-page-residency .hwt .holder-3 .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .hwt .holder-3 h2:before {
    display: none;
  }
}

.page-template-page-residency .past-residencies .panel-subtitle {
  font-family: sofia-pro, sans-serif;
  font-size: 40px;
  color: white;
  letter-spacing: 0;
  line-height: 41px;
  position: relative;
  padding-left: 80px;
  font-weight: 700;
}
.page-template-page-residency .past-residencies .panel-subtitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 72px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
.page-template-page-residency .about .panel-subtitle {
  width: 50%;
  color: #CCD1EE;
  font-size: 24px;
  color: #CCD1EE;
  letter-spacing: 0;
  text-align: right;
  line-height: 42px;
  font-family: sofia-pro, sans-serif;
  padding-right: 1.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .panel-subtitle {
    width: 100%;
    text-align: left;
  }
}

.page-template-page-residency .why .panel-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .why .panel-image {
    width: 100%;
    margin-bottom: 5%;
  }
}
.page-template-page-residency .why .panel-image .panel-image-holder {
  position: relative;
}
.page-template-page-residency .why .panel-image .panel-image-holder:before {
  background-image: linear-gradient(-177deg, rgba(114, 79, 155, 0.14) 52%, rgba(123, 96, 255, 0.57) 97%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-template-page-residency .why .panel-image .panel-image-holder img {
  box-shadow: 0 66px 110px 0 rgba(26, 14, 92, 0.3);
  display: block;
}
.page-template-page-residency .why .panel-image .caption {
  border-left: 3px solid white;
  color: white;
  margin: 27px 0 0 45px;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 930px) {
  .page-template-page-residency .why .panel-image .caption {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .why .panel-image .caption {
    left: 40px;
    right: 40px;
    width: calc(100% - 90px);
  }
}
.page-template-page-residency .why .panel-image .caption .caption-title {
  font: normal 13px/1 urw-din, sans-serif;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.page-template-page-residency .why .panel-image .caption .caption-description {
  font: normal 15px/1 sofia-pro, sans-serif;
  margin: 4px 0 0;
}

.page-template-page-residency .about .panel-content {
  width: 50%;
  color: white;
  text-align: left;
  padding-left: 1.5%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .about .panel-content {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-page-residency .team .panel-content {
  margin-bottom: 0;
}
.page-template-page-residency .when .panel-content {
  width: 100%;
  margin-bottom: 0;
}
.page-template-page-residency .past-residencies .panel-content {
  padding-left: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .past-residencies .panel-content {
    padding-left: 0;
  }
}
.page-template-page-residency .panel-content {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 17%;
}
.page-template-page-residency .panel-content h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: white;
  letter-spacing: 0;
  line-height: 28px;
}
.page-template-page-residency .panel-content ul {
  padding: 0;
  margin: 0;
}
.page-template-page-residency .panel-content li {
  margin-bottom: 5%;
  line-height: 27px;
}

.page-template-page-residency .why .panel-content-holder {
  width: 50%;
  padding-right: 0;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .why .panel-content-holder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-template-page-residency .why .panel-content-holder .panel-title, .page-template-page-residency .why .panel-content-holder .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-residency .why .panel-content-holder h2 {
    font-size: 40px;
    margin-left: -42.98401421%;
    margin-bottom: 0;
    margin-right: 20%;
  }
}
.page-template-page-residency .why .panel-content-holder .panel-content {
  color: white;
}
.page-template-page-residency .why .panel-content-holder .panel-content:before {
  background-image: linear-gradient(270deg, white 0%, #A3B1F4 100%);
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 40px;
  width: 50%;
}
.page-template-page-residency .why .panel-content-holder .panel-content p {
  font-size: 16px;
  line-height: 2;
}
.page-template-page-residency .why .panel-content-holder .panel-content p:first-child {
  font: 20px/1.7 sofia-pro, sans-serif;
}
.page-template-page-residency .hwt .panel-content-holder {
  width: 45%;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .panel-content-holder {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-page-residency .hwt .panel-content-holder.holder-2 {
  margin-right: 0;
}
.page-template-page-residency .hwt .panel-content-holder.holder-3 {
  width: 100%;
  margin-right: 0;
  text-align: center;
  padding-left: 12%;
  padding-right: 12%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .hwt .panel-content-holder.holder-3 {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.page-template-page-residency .past-residencies .panel-content-holder {
  width: 52.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .past-residencies .panel-content-holder {
    width: 100%;
  }
}

.page-template-page-residency .hwt {
  background-size: cover;
  background-position: center;
  padding-top: 10%;
  padding-bottom: 3%;
}

.page-template-page-residency .why {
  background-image: linear-gradient(-179deg, #ADA6E8 0%, #9DBAFF 54%, #B8AEFD 98%);
  padding-bottom: 7%;
  padding-top: 5%;
}

.page-template-page-residency .team {
  background-image: linear-gradient(-179deg, #ADA6E8 0%, #9DBAFF 54%, #B8AEFD 98%);
}

.page-template-page-residency .team_members {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 12.9%;
  padding-right: 12.9%;
  padding-bottom: 5%;
  margin-top: -6.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team_members {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .team_members > li {
  width: 31%;
  box-shadow: 0 2px 59px 0 rgba(0, 0, 0, 0.5);
  margin-right: 3.5%;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team_members > li {
    width: 100%;
    margin-right: 0;
  }
}
.page-template-page-residency .team_members > li:nth-of-type(3n), .page-template-page-residency .team_members > li:last-of-type {
  margin-right: 0;
}
.page-template-page-residency .team_members a {
  display: flex;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none;
  padding-left: 7.4%;
  padding-right: 15.5%;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .page-template-page-residency .team_members a {
    padding-right: 7.4%;
  }
}
.page-template-page-residency .team_members a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-43deg, rgba(0, 37, 144, 0.81) 21%, rgba(119, 92, 255, 0.48) 72%);
}
.page-template-page-residency .team_members a:after {
  content: "";
  pointer-events: none;
  width: 104%;
  height: calc(100% + 16px);
  top: -8px;
  left: -2%;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid white;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition-property: width, height, opacity, top, left;
  tranisiont-duration: 0.3s;
}
.page-template-page-residency .team_members a:hover:after {
  opacity: 0.35;
  width: 96%;
  top: 8px;
  left: 2%;
  height: calc(100% - 16px);
}

.page-template-page-residency .team-meta .company_link {
  display: block;
  margin: 7px 0 0;
  color: white;
  font: 15px/1.3 sofia-pro, sans-serif;
}
.page-template-page-residency .team-meta .company_link .position {
  padding-right: 5px;
}
.page-template-page-residency .team-meta .company_link .position + .company {
  border-left: 1px solid white;
  padding-left: 5px;
}

.page-template-page-residency .team-meta .name {
  color: white;
  font-family: sofia-pro, sans-serif;
  display: block;
  font-size: 29px;
  color: white;
  letter-spacing: 0;
  line-height: 31px;
}

.page-template-page-residency .team-meta .title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  letter-spacing: 1.53px;
  line-height: 29px;
}

.page-template-page-residency .team-meta {
  position: relative;
  width: 100%;
  padding-top: 20vw;
  padding-bottom: 2vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .team-meta {
    padding-top: 86vw;
    padding-bottom: 4vw;
  }
}

.page-template-page-residency .when {
  position: relative;
  background: black;
  position: relative;
}
.page-template-page-residency .when p {
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  margin-bottom: 4%;
}
.page-template-page-residency .when p strong {
  font-size: 40px;
  margin-top: 10px;
  display: block;
  font-family: sofia-pro, sans-serif;
}
.page-template-page-residency .when p em {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #9497B8;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.page-template-page-residency .when:before {
  content: "";
  pointer-events: none;
  width: 98%;
  height: calc(100% - 16px);
  top: 0;
  left: 1%;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  border-left: 3px solid white;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
}

.page-template-page-residency .eligibility {
  position: relative;
  padding-left: 19.1%;
  padding-right: 19.1%;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  /*
  &:before {
  	content: "";
  	pointer-events: none;
  	width: 98%;
  	height: calc(100% - 16px);
  	top: 16px;
  	left: 1%;
  	border-top: 3px solid white;
  	border-right: 3px solid white;
  	border-left: 3px solid white;
  	opacity: .2;
  	position: absolute;
  	z-index: 2;
  }
  */
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .eligibility {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-template-page-residency .eligibility .wrapper {
  background: transparent;
}
.page-template-page-residency .eligibility .wrapper .panel-content {
  text-align: left;
}

.page-template-page-residency .past-residencies {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-residency .past-residencies:before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.68;
  background-image: linear-gradient(50deg, #02227F 22%, #3823A0 54%, rgba(149, 130, 246, 0) 82%, rgba(239, 235, 255, 0.02) 100%);
}

.page-template-page-residency .entry-footer {
  background: black;
  padding-left: 13.4%;
  padding-right: 13.4%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  position: relative;
}
.page-template-page-residency .entry-footer:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 77px;
  background: url(../_img/tab-black-down.svg) no-repeat center center;
}
.page-template-page-residency .entry-footer h2 {
  font-family: sofia-pro, sans-serif;
  font-size: 33px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 39px;
}
.page-template-page-residency .entry-footer p.logo {
  background: url("../_img/logo.png") center center/contain no-repeat;
  display: inline-block;
  height: 31px;
  text-align: left;
  text-indent: -10000px;
  vertical-align: middle;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.logo {
    background-position: center center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.future-logo {
  background: url("../_img/faber-logo.png") center center/contain no-repeat;
  display: inline-block;
  height: 27px;
  text-align: left;
  text-indent: -10000px;
  vertical-align: middle;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.future-logo {
    background-position: center center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.copyright {
  color: white;
  display: inline-block;
  font: normal 10px/1 urw-din, sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.copyright {
    text-align: center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.instagram {
  display: inline-block;
  font: normal 10px/1 urw-din, sans-serif;
  vertical-align: middle;
  width: 33%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.instagram {
    text-align: center;
    width: 100%;
  }
}
.page-template-page-residency .entry-footer p.instagram a {
  font-family: sofia-pro, sans-serif;
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: 100%;
  padding-left: 38px;
  line-height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  text-decoration: none;
  color: white;
  background: url("../_img/instagram.svg") no-repeat center left/22px;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .entry-footer p.instagram a {
    background-size: 25px;
    padding-left: 30px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-page-residency #content-header .header-holder .buttons {
  order: 3;
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.page-template-page-residency #content-header .header-holder .buttons .button, .page-template-page-residency #content-header .header-holder .buttons article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-template-page-residency #content-header .header-holder .buttons a, .page-template-page-residency #content-header .header-holder .buttons ul.press li a .source span, ul.press li a .source .page-template-page-residency #content-header .header-holder .buttons span {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency #content-header .header-holder .buttons .button, .page-template-page-residency #content-header .header-holder .buttons article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-template-page-residency #content-header .header-holder .buttons a, .page-template-page-residency #content-header .header-holder .buttons ul.press li a .source span, ul.press li a .source .page-template-page-residency #content-header .header-holder .buttons span {
    min-width: 145px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-residency #content-header .header-holder .buttons .button, .page-template-page-residency #content-header .header-holder .buttons article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-template-page-residency #content-header .header-holder .buttons a, .page-template-page-residency #content-header .header-holder .buttons ul.press li a .source span, ul.press li a .source .page-template-page-residency #content-header .header-holder .buttons span {
    width: 100%;
  }
}

.page-template-page-residency .button, .page-template-page-residency article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-template-page-residency a, .page-template-page-residency ul.press li a .source span, ul.press li a .source .page-template-page-residency span, .page-id-1808 .button, .page-id-1808 article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-id-1808 a, .page-id-1808 ul.press li a .source span, ul.press li a .source .page-id-1808 span {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.page-template-page-residency .button.arrow-right, .page-template-page-residency article .entry-content .cc-panel .cc-holder a.arrow-right, article .entry-content .cc-panel .cc-holder .page-template-page-residency a.arrow-right, .page-template-page-residency ul.press li a .source span.arrow-right, ul.press li a .source .page-template-page-residency span.arrow-right, .page-id-1808 .button.arrow-right, .page-id-1808 article .entry-content .cc-panel .cc-holder a.arrow-right, article .entry-content .cc-panel .cc-holder .page-id-1808 a.arrow-right, .page-id-1808 ul.press li a .source span.arrow-right, ul.press li a .source .page-id-1808 span.arrow-right {
  background-image: url(../_img/right-arrow.svg);
  background-position: calc(100% - 15px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.page-template-page-residency .button.arrow-right:hover, .page-template-page-residency article .entry-content .cc-panel .cc-holder a.arrow-right:hover, article .entry-content .cc-panel .cc-holder .page-template-page-residency a.arrow-right:hover, .page-template-page-residency ul.press li a .source span.arrow-right:hover, ul.press li a .source .page-template-page-residency span.arrow-right:hover, .page-id-1808 .button.arrow-right:hover, .page-id-1808 article .entry-content .cc-panel .cc-holder a.arrow-right:hover, article .entry-content .cc-panel .cc-holder .page-id-1808 a.arrow-right:hover, .page-id-1808 ul.press li a .source span.arrow-right:hover, ul.press li a .source .page-id-1808 span.arrow-right:hover {
  background-image: url(../_img/right-arrow-black.svg);
}
.page-template-page-residency .button.arrow-left, .page-template-page-residency article .entry-content .cc-panel .cc-holder a.arrow-left, article .entry-content .cc-panel .cc-holder .page-template-page-residency a.arrow-left, .page-template-page-residency ul.press li a .source span.arrow-left, ul.press li a .source .page-template-page-residency span.arrow-left, .page-id-1808 .button.arrow-left, .page-id-1808 article .entry-content .cc-panel .cc-holder a.arrow-left, article .entry-content .cc-panel .cc-holder .page-id-1808 a.arrow-left, .page-id-1808 ul.press li a .source span.arrow-left, ul.press li a .source .page-id-1808 span.arrow-left {
  background-image: url(../_img/left-arrow.svg);
  background-position: 10% center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.page-template-page-residency .mfp-content, .page-id-1808 .mfp-content {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content, .page-id-1808 .mfp-content {
    width: 100%;
  }
}
.page-template-page-residency .mfp-content > div, .page-id-1808 .mfp-content > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #F8FBFF;
  text-align: left;
}
.page-template-page-residency .mfp-content .team-image, .page-id-1808 .mfp-content .team-image {
  width: 44.6%;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content .team-image, .page-id-1808 .mfp-content .team-image {
    width: 100%;
  }
}
.page-template-page-residency .mfp-content .team-image:after, .page-id-1808 .mfp-content .team-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
  background-image: linear-gradient(23deg, rgba(0, 37, 144, 0.81) 11%, rgba(10, 39, 152, 0.8) 11%, rgba(74, 48, 201, 0.68) 36%, rgba(149, 130, 246, 0) 66%, rgba(239, 235, 255, 0.02) 100%);
}
.page-template-page-residency .mfp-content .team-image img, .page-id-1808 .mfp-content .team-image img {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content .team-image img, .page-id-1808 .mfp-content .team-image img {
    display: block;
  }
}
.page-template-page-residency .mfp-content .team-info, .page-id-1808 .mfp-content .team-info {
  width: 55.4%;
  padding-left: 6.5%;
  padding-right: 6.5%;
}
@media screen and (max-width: 768px) {
  .page-template-page-residency .mfp-content .team-info, .page-id-1808 .mfp-content .team-info {
    width: 100%;
  }
}
.page-template-page-residency .mfp-content .team-info h2, .page-id-1808 .mfp-content .team-info h2 {
  font-family: sofia-pro, sans-serif;
  font-size: 46px;
  color: #1A0828;
  letter-spacing: 0;
  line-height: 46px;
  margin-bottom: 4.5%;
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info h3, .page-id-1808 .mfp-content .team-info h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #111111;
  letter-spacing: 1.65px;
  line-height: 22px;
  margin-bottom: 1%;
  margin-top: 18%;
}
.page-template-page-residency .mfp-content .team-info h4, .page-id-1808 .mfp-content .team-info h4 {
  /* GINKGO BIOWORKS - BO: */
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  letter-spacing: 1.41px;
  line-height: 22px;
  margin-bottom: 6.63716814%;
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info h4 a, .page-id-1808 .mfp-content .team-info h4 a {
  border-left: 1px solid black;
  color: black;
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
  text-decoration: none;
}
.page-template-page-residency .mfp-content .team-info h4 a:before, .page-id-1808 .mfp-content .team-info h4 a:before {
  background: #B289CE;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 5px;
  position: absolute;
  right: 0;
}
.page-template-page-residency .mfp-content .team-info h4 a.external:after, .page-id-1808 .mfp-content .team-info h4 a.external:after {
  background: url("../_img/icon-external-purple.svg") center center/contain;
  content: "";
  display: block;
  height: 16px;
  left: 104%;
  position: absolute;
  top: 0;
  width: 16px;
}
.page-template-page-residency .mfp-content .team-info h5, .page-id-1808 .mfp-content .team-info h5 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #111111;
  letter-spacing: 1.65px;
  line-height: 22px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.page-template-page-residency .mfp-content .team-info h5 + p, .page-id-1808 .mfp-content .team-info h5 + p {
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info .bio p:first-of-type, .page-id-1808 .mfp-content .team-info .bio p:first-of-type {
  margin-top: 1%;
}
.page-template-page-residency .mfp-content .team-info p, .page-id-1808 .mfp-content .team-info p {
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #1E1313;
}

.past-residencies .wrapper h2.panel-title, .past-residencies .wrapper .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .past-residencies .wrapper h2 {
  margin-bottom: 0;
}
.past-residencies .wrapper h3.panel-subtitle {
  font-size: 21px;
  line-height: 1.2;
  margin: -15px 0 2.67857143%;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper h3.panel-subtitle {
    margin: 0 0 10px;
  }
}
.past-residencies .wrapper h3.panel-subtitle:before {
  display: none;
}
.past-residencies .wrapper .panel-content-holder {
  width: 100%;
}
.past-residencies .wrapper .panel-content-holder .residency {
  margin: 0 0 44px;
  position: relative;
}
.past-residencies .wrapper .panel-content-holder .residency .year {
  color: rgba(255, 255, 255, 0.1);
  display: block;
  font: 102px/1 sofia-pro, sans-serif;
  letter-spacing: -3.4px;
  position: absolute;
  left: -13%;
  top: 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency .year {
    position: relative;
    transform: none;
    left: 0;
    text-align: center;
    font-size: 74px;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a {
  box-shadow: 0 66px 110px 0 rgba(26, 14, 92, 0.86);
  color: white;
  display: flex;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a {
    flex-direction: column;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_name {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  padding: 0 0 22.95492487%;
  position: relative;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a .resident_name {
    padding: 0 0 76%;
    width: 100%;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_name:before {
  background-image: linear-gradient(-185deg, rgba(106, 78, 139, 0) 0%, rgba(80, 85, 225, 0.45) 84%, rgba(88, 62, 215, 0.5) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_name .name {
  bottom: 12px;
  font: 26px/1.57 sofia-pro, sans-serif;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: 10;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a .resident_post {
    padding: 0 0 76%;
    width: 100%;
    text-align: center;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post:after {
  background: url("../_img/residency-post-more.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 55px;
  margin-top: -27.5px;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 55px;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption {
  bottom: 26px;
  position: absolute;
  right: 26px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption {
    text-align: center;
  }
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption .caption-title {
  font: normal 13px/1 urw-din, sans-serif;
  letter-spacing: 1.53px;
  text-transform: uppercase;
}
.past-residencies .wrapper .panel-content-holder .residency a .resident_post .caption .caption-description {
  font: normal 15px/1 sofia-pro, sans-serif;
  margin: 4px 0 0;
}

.pp-multiple-authors-layout-simple_list {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
}
@media screen and (min-width: 767px) {
  .pp-multiple-authors-layout-simple_list {
    padding-top: 55px;
  }
}

.single-post article .entry-content .pp-multiple-authors-layout-simple_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.single-post article div.pp-multiple-authors-layout-simple_list ul li {
  border: none;
  flex: 0 50%;
  max-width: 50%;
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 28px;
}
@media screen and (min-width: 767px) {
  .single-post article div.pp-multiple-authors-layout-simple_list ul li {
    margin-bottom: 37px;
  }
}

.single-post article div.pp-multiple-authors-layout-simple_list ul li a {
  color: #89a29e;
  font: normal 19px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  text-decoration: none;
  margin: 3px 0 0;
  pointer-events: none;
  display: inline-block;
  width: 100%;
  order: 2;
}
@media screen and (min-width: 767px) {
  .single-post article div.pp-multiple-authors-layout-simple_list ul li a {
    font: normal 26px/100% ivypresto-headline, serif;
  }
}

.entry-content div.pp-multiple-authors-layout-simple_list h2.widget-title {
  color: #08c69f;
  margin-bottom: 18px;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .entry-content div.pp-multiple-authors-layout-simple_list h2.widget-title {
    margin-bottom: 45px;
    font-size: 18px;
  }
}

div.pp-multiple-authors-layout-simple_list ul li:before {
  display: none;
}

.entry-content div.pp-multiple-authors-layout-simple_list ul li img.avatar, .entry-content div.pp-multiple-authors-layout-simple_list ul li img.photo {
  position: relative;
  order: 1;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 auto;
  vertical-align: middle;
  width: 40px;
  margin-bottom: 11px;
}
@media screen and (min-width: 767px) {
  .entry-content div.pp-multiple-authors-layout-simple_list ul li img.avatar, .entry-content div.pp-multiple-authors-layout-simple_list ul li img.photo {
    border: 4px solid #ebebeb;
    margin-bottom: 12px;
    width: 56px;
    height: 56px;
  }
}

.site-footer {
  position: relative;
  z-index: 9;
  background-image: linear-gradient(90deg, #1A8CA9 5%, #01B3C3 43%, #00CC9F 98%);
  transition: all 0.25s ease;
  padding: 121px 0 145px;
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-weight: 600;
  color: white;
}
.site-footer .fancy-serif,
.site-footer .fancy-underline {
  color: inherit;
}
.site-footer.toggled {
  opacity: 0.75;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.site-footer p, .site-footer .widget-title, .site-footer ul, .site-footer ol {
  font-weight: inherit;
  color: inherit;
}

.site-footer .col-6 {
  width: 50%;
  float: left;
}

.site-footer .col-5 {
  width: 41.6667%;
  float: right;
  margin-left: 20px;
}

.site-footer .logo {
  margin-bottom: 89px;
}

.site-footer ul {
  padding: 0;
  list-style-type: none;
}

.site-footer a {
  padding: 0;
  color: inherit;
  text-decoration: none;
}

#footer-menu {
  margin-bottom: 95px;
  margin-left: -20px;
  font-size: 23px;
  letter-spacing: -0.05em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

#footer-menu li {
  margin-bottom: 37px;
  margin-left: 20px;
  line-height: 1.261;
}

.subfooter {
  font-size: 14px;
  padding-top: 38px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: -0.01em;
  line-height: 1.286;
}

.subfooter .copyright {
  float: right;
}

.subfooter div,
#subfooter-menu {
  display: inline;
}

#subfooter-menu {
  margin: 0;
}

#subfooter-menu li {
  display: inline;
  float: left;
}

#subfooter-menu li + li:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: white;
  opacity: 0.3;
  position: relative;
  top: -2px;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.site-footer .widget-title {
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 31px;
}

.site-footer .widget {
  margin: 0;
}

.site-footer .widget p {
  font-weight: 500;
}

.site-footer .widget + .widget {
  margin-top: 64px;
}

.site-footer .widget li {
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 820px) {
  .site-footer .widget li {
    margin-right: 26px;
  }
}

.site-footer .social {
  margin: 0 0 20px;
}

.site-footer .social a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -10000px;
  height: 40px;
  width: 40px;
}
.site-footer .social a.tw {
  background-image: url("../_img/logo-twitter.svg");
}
.site-footer .social a.li {
  background-image: url("../_img/logo-linkedin.svg");
}
.site-footer .social a.in {
  background-image: url("../_img/logo-instagram.svg");
}

.site-footer form {
  max-width: 421px;
  position: relative;
}

.site-footer form input[type=email] {
  display: inline-block;
  background: transparent;
  padding: 17px 83px 29px 34px;
  border: 2px solid white;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  font-size: 31px;
  letter-spacing: 0.011em;
  line-height: 1.419;
  display: inline-block;
  width: 100%;
}
.site-footer form input[type=email]::-webkit-input-placeholder {
  color: inherit;
}
.site-footer form input[type=email]::-moz-placeholder {
  color: inherit;
}
.site-footer form input[type=email]:-ms-input-placeholder {
  color: inherit;
}
.site-footer form input[type=email]::-ms-input-placeholder {
  color: inherit;
}
.site-footer form input[type=email]::placeholder {
  color: inherit;
}

.site-footer form input.button {
  position: absolute;
  font-size: 0;
  padding: 20px;
  border-radius: 50%;
  right: 15px;
  height: 20px;
  width: 20px;
  top: 15px;
  border: none;
  box-shadow: none;
  background-image: url("../_img/right-arrow.svg");
  background-size: 53% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer form input.button:hover, .site-footer form input.button:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .site-footer .logo {
    max-width: 180px;
    margin-bottom: 56px;
  }

  .site-footer .col-5,
.site-footer .col-6 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .site-footer .widget:last-of-type {
    margin-bottom: 64px;
  }

  .site-footer form input.button {
    top: 5px;
  }

  .site-footer .widget-title {
    font-size: 12px;
    margin-bottom: 17px;
  }

  #footer-menu {
    font-size: 16px;
    margin-bottom: 55px;
  }

  #footer-menu li {
    margin-bottom: 29px;
  }

  .site-footer .social a {
    width: 24px;
    height: 24px;
  }

  #subfooter-menu {
    padding-top: 16px;
    font-size: 12px;
    margin-top: 59px;
  }

  .site-footer form input[type=email] {
    padding: 15px 24px 18px;
    font-size: 20px;
  }
}
.page-id-1808 .gform_wrapper, .page-id-1808 .gform_confirmation_wrapper {
  padding-left: 9.01%;
  padding-right: 9.01%;
  padding-bottom: 8%;
  margin-bottom: 4%;
  background: black;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper, .page-id-1808 .gform_confirmation_wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-id-1808 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-id-1808 .gform_confirmation_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 19px;
  background: transparent;
  border-bottom: 1px solid #2D2F76;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  padding-left: 0;
  min-height: 45px;
  color: white;
}
.page-id-1808 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .page-id-1808 .gform_confirmation_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  font-size: 19px;
  color: white;
  letter-spacing: 0;
  border-bottom: 1px solid white;
}
.page-id-1808 .gform_wrapper ::-webkit-input-placeholder, .page-id-1808 .gform_confirmation_wrapper ::-webkit-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: #3E3C50;
  letter-spacing: 0;
}
.page-id-1808 .gform_wrapper ::-moz-placeholder, .page-id-1808 .gform_confirmation_wrapper ::-moz-placeholder {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: #3E3C50;
  letter-spacing: 0;
}
.page-id-1808 .gform_wrapper :-ms-input-placeholder, .page-id-1808 .gform_confirmation_wrapper :-ms-input-placeholder {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  color: #3E3C50;
  letter-spacing: 0;
}

.page-id-1808 .gform_wrapper div.validation_error {
  color: white;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
}

.page-id-1808 .gform_wrapper li.gfield.gfield_error {
  background: none;
  border-top: none;
  border-bottom: none;
  position: relative;
}
.page-id-1808 .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.page-id-1808 .gform_wrapper .gfield_error .gfield_label {
  color: white;
}

#field_1_9.gfield_contains_required div.gfield_description {
  position: relative;
}

.page-id-1808 .gform_wrapper .gfield_description.validation_message {
  text-align: right;
  font-size: 16px;
  position: absolute;
  margin-top: 0;
}

.page-id-1808 .gform_confirmation_wrapper {
  text-align: center;
  color: white;
  padding-top: 7%;
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
.page-id-1808 .gform_confirmation_wrapper h2 {
  font-family: sofia-pro, sans-serif;
  position: relative;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 1.5%;
}
.page-id-1808 .gform_confirmation_wrapper h2:after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  background-color: white;
  height: 3px;
  margin-top: 15px;
  bottom: 0;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper h2 {
    font-size: 20px;
    line-height: 29px;
  }
}
.page-id-1808 .gform_confirmation_wrapper h2:first-of-type {
  position: relative;
  padding-top: 48px;
  margin-top: 0;
}
.page-id-1808 .gform_confirmation_wrapper h2:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translateX(-50%);
  background: url(../_img/done-submit.svg) no-repeat center center/40px;
}
.page-id-1808 .gform_confirmation_wrapper h3 {
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin-bottom: 1%;
  margin-top: 1%;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper h3 {
    font-size: 20px;
    line-height: 29px;
  }
}
.page-id-1808 .gform_confirmation_wrapper p {
  font-family: ivypresto-headline, serif;
  font-size: 23px;
  color: #CCD1EE;
  margin-top: 0.75%;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_confirmation_wrapper p {
    font-size: 16px;
    line-height: 25px;
  }
}

.page-id-1808 .ginput_complex label {
  display: none !important;
}

.page-id-1808 .gform_body {
  padding-left: 90px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_body {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-id-1808 .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 0;
  border: none;
}

.page-id-1808 .gform_wrapper .gform_button_select_files, .page-id-1808 .gform_wrapper.gf_browser_safari .gform_button_select_files, .page-id-1808 .gform_wrapper.gf_browser_chrome .gform_button_select_files, .page-id-1808 .gform_wrapper input.gform_button_select_files.button, .page-id-1808 .gform_wrapper.gf_browser_safari input.gform_button_select_files.button, .page-id-1808 .gform_wrapper.gf_browser_chrome input.gform_button_select_files.button {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  width: 100%;
  font-family: urw-din, sans-serif;
  font-size: 0;
  color: white;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  border-radius: 29px;
  border: 2px solid #A1AEF1;
  box-shadow: none;
  text-shadow: none;
}

#field_1_10 {
  position: relative;
  margin-top: calc(7% + 15px);
}
@media screen and (max-width: 500px) {
  #field_1_10 {
    margin-top: calc(7% + 30px);
  }
}

.gform_wrapper .upload-file {
  position: relative;
}

.gform_wrapper .gfield.upload-file label {
  position: absolute;
  width: calc(100% - 16px);
  text-align: center;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  display: inline-block;
  line-height: 57px;
}
@media screen and (max-width: 641px) {
  .gform_wrapper .gfield.upload-file label {
    line-height: 43px;
  }
}
.gform_wrapper .gfield.upload-file label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 30px;
  transform: translateY(3px);
  background-image: url(../_img/paperclip.svg);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.page-id-1808 .gform_wrapper .gform_drop_instructions {
  display: none !important;
}

.gform_wrapper .label-below {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .gform_wrapper .label-below {
    margin-top: 35px;
  }
}
.gform_wrapper .label-below > label {
  position: absolute;
  bottom: -22px;
}
@media screen and (max-width: 500px) {
  .gform_wrapper .label-below > label {
    bottom: -30px;
  }
}

.page-id-1808 .gform_wrapper .large-label label {
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper .large-label label {
    font-size: 21px;
    line-height: 30px;
  }
}
.page-id-1808 .gform_wrapper .large-label:first-of-type label {
  padding-left: 50px;
  margin-left: -50px;
  position: relative;
}
.page-id-1808 .gform_wrapper .large-label:first-of-type label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}

.gf_browser_gecko.gform_wrapper .ginput_container_select select {
  padding-top: 0;
  padding-bottom: 0;
}
.ginput_container_select select {
  background: #17142D;
  border-radius: 3px;
  min-height: 45px;
  border: 1px solid #312C59;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../_img/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.ginput_container_select select::-ms-expand {
  display: none;
}
.ginput_container_select select option {
  min-height: 45px;
}

.page-id-1808 .gform_wrapper textarea {
  background: #1B1832;
  border: 1px solid #312C59;
  border-radius: 3px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  line-height: 15px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
}

.page-id-1808 .gform_wrapper .gfield_description {
  font-family: ivypresto-headline, serif;
  font-size: 23px;
  color: #CCD1EE;
  letter-spacing: 0;
  line-height: 34px;
  margin-left: 4%;
  margin-top: 2.75%;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper .gfield_description {
    margin-left: 0;
    margin-top: 5%;
    font-size: 17px;
    line-height: 28px;
  }
}
.page-id-1808 .gform_wrapper .gfield_description h3 {
  font-size: 17px;
  font-family: sofia-pro, sans-serif;
  color: white;
}
.page-id-1808 .gform_wrapper .gfield_description ul {
  margin-left: 4%;
}
.page-id-1808 .gform_wrapper .gfield_description ul li {
  list-style: disc !important;
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  margin-bottom: 1%;
}

.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single {
  background: #17142D;
  border-radius: 3px;
  min-height: 45px;
  border: 1px solid #312C59;
  padding-top: 0;
  box-shadow: none;
}
.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single span {
  color: white;
  min-height: 45px;
  line-height: 45px;
}
.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single div {
  width: 42px;
}
.page-id-1808 .gform_wrapper .chosen-container-single .chosen-single div b {
  background-image: url(../_img/dropdown-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 13px !important;
  top: 0 !important;
}

.page-id-1808 .gform_wrapper .chosen-container-single .chosen-drop {
  background: #17142D;
  border-color: #17142D;
}

.page-id-1808 .gform_wrapper .chosen-container {
  max-width: 100%;
  width: 100% !important;
}

.page-id-1808 .gform_wrapper .gfield {
  margin-top: 7%;
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_wrapper .gfield {
    margin-top: 3em;
  }
}
.page-id-1808 .gform_wrapper .gfield.label-below {
  margin-top: calc(7% + 15px);
}
@media screen and (max-width: 500px) {
  .page-id-1808 .gform_wrapper .gfield.label-below {
    margin-top: calc(7% + 30px);
  }
}

.page-id-1808 .gform_wrapper .gfield_label {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 11.5px;
  color: #5D6591;
  letter-spacing: 0.96px;
  line-height: 29px;
}

.page-id-1808 .gform_wrapper #gform_multifile_messages_1_10 {
  display: none;
}

.page-id-1808 .gform_wrapper input.gform_next_button.button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background-image: url(../_img/right-arrow-black.svg);
  background-position: calc(100% - 15px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 45px;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: black;
  letter-spacing: 0;
  text-align: center;
  background-color: white;
  border-radius: 29px;
  border: 2px solid white;
  box-shadow: none;
  text-shadow: none;
  line-height: 1 !important;
}
.page-id-1808 .gform_wrapper input.gform_next_button.button:hover {
  color: white !important;
  background-color: black;
  border-color: black;
  background-image: url(../_img/right-arrow.svg);
}

.page-id-1808 .gform_wrapper .gform_previous_button.button, .page-id-1808 .gform_wrapper article .entry-content .cc-panel .cc-holder a.gform_previous_button, article .entry-content .cc-panel .cc-holder .page-id-1808 .gform_wrapper a.gform_previous_button, .page-id-1808 .gform_wrapper ul.press li a .source span.gform_previous_button, ul.press li a .source .page-id-1808 .gform_wrapper span.gform_previous_button {
  box-shadow: none;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: white;
  text-shadow: none;
  border: none;
  background-image: url(../_img/left-arrow.svg);
  background-position: 10% center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 1 !important;
}

.page-id-1808 .gform_wrapper #gform_submit_button_1 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background-image: url(../_img/right-arrow-black.svg);
  background-position: calc(100% - 15px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 45px;
  background-color: white;
  box-shadow: none;
  font-family: urw-din, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: black;
  text-shadow: none;
  letter-spacing: 0;
  text-align: center;
  border-color: white;
  margin-right: 0;
}

#field_1_19 #input_1_19 {
  line-height: 45px;
  padding-bottom: 15px;
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  #field_1_19 #input_1_19 {
    padding-left: 35px;
  }
}
#field_1_19 .ginput_container {
  position: relative;
  padding-left: 4%;
}
#field_1_19 .ginput_container:after {
  content: "";
  background-image: url(../_img/sign.svg);
  background-position: right center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  position: absolute;
  left: -30px;
  pointer-event: none;
  top: 18px;
}
@media screen and (max-width: 500px) {
  #field_1_19 .ginput_container:after {
    left: 0;
  }
}
#field_1_19 .ginput_container:before {
  content: "";
  width: calc(50% - 8px);
  top: 40px;
  height: 1px;
  background: white;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #field_1_19 .ginput_container:before {
    width: calc(100% - 16px);
  }
}
#field_1_19 ::-webkit-input-placeholder {
  font-family: urw-din, sans-serif !important;
  font-size: 12px;
  color: #9FABEF;
  letter-spacing: 0;
  line-height: 100px;
  text-transform: uppercase;
}
#field_1_19 ::-moz-placeholder {
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: #9FABEF;
  letter-spacing: 0;
  line-height: 100px;
  text-transform: uppercase;
}
#field_1_19 :-ms-input-placeholder {
  font-family: urw-din, sans-serif;
  font-size: 12px;
  color: #9FABEF;
  letter-spacing: 0;
  line-height: 100px;
  text-transform: uppercase;
}

.page-id-1808 .gform_wrapper .gf_page_steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: none;
}
.page-id-1808 .gform_wrapper .gf_page_steps:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 7px;
  background: #292929;
  border-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step {
  width: 33.3333%;
  padding-top: 31px;
  padding-bottom: 34px;
  margin: 0;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #4F4B65;
  letter-spacing: 0;
  text-align: center;
  height: auto;
  display: block;
  opacity: 1;
  position: relative;
}
.page-id-1808 .gform_wrapper .gf_step .gf_step_number {
  display: none;
}
.page-id-1808 .gform_wrapper .gf_step .gf_step_label {
  display: block;
}
.page-id-1808 .gform_wrapper .gf_step.gf_step_active {
  color: #9FABEF;
}

.page-id-1808 .gform_wrapper .gf_step_active.gf_step_first:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background-image: linear-gradient(-270deg, #A3B1F4 0%, #3D307D 100%);
  border-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step_active.gf_step:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background-image: linear-gradient(-270deg, #A3B1F4 0%, #3D307D 100%);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step_completed.gf_step_first:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background: #A3B1F4;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.page-id-1808 .gform_wrapper .gf_step_completed:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  height: 7px;
  background: #A3B1F4;
}

.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li {
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li {
    width: 50%;
  }
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li label {
  /* Digital: */
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  color: white;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
  padding-left: 32px;
  display: inline-block;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1A172E;
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li input[type=checkbox] {
  display: none;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked + label {
  font-weight: normal;
}
.page-id-1808 .gform_wrapper .ginput_container_checkbox .gfield_checkbox > li input[type=checkbox]:checked + label:before {
  background-color: #CAC4FB;
  background-image: url(../_img/checkmark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.page-id-1808 .gform_wrapper .gform_page_footer {
  margin-top: 44px;
  border-top: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-id-1808 .gform_wrapper .gfield_html h2 {
  position: relative;
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
  color: white;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 5%;
  margin-top: 10%;
  padding-left: 50px;
  margin-left: -50px;
}
.page-id-1808 .gform_wrapper .gfield_html h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  margin-bottom: 0;
  background-color: white;
  height: 3px;
  border-radius: 10px;
}
.page-id-1808 .gform_wrapper .gfield_html p,
.page-id-1808 .gform_wrapper .gfield_html ul {
  color: #B9AFFC;
  font: 17px/1.94 sofia-pro, sans-serif;
}

.panels_our-work .panel {
  padding: 6% 11.45833334%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel {
    padding: 10% 15px 9%;
  }
}
.panels_our-work .panel.panel_blocks_panel {
  padding-left: 3.54166667%;
  padding-right: 3.54166667%;
}
.panels_our-work .panel.panel-background-gray {
  background: #F6F6F4;
}
.panels_our-work .panel.panel-background-half-white:before {
  background: #F6F6F4;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.panels_our-work .panel.panel-background-half-white * {
  position: relative;
  z-index: 2;
}
.panels_our-work .panel h3.panel-subtitle {
  text-align: center;
  margin: 0 auto 20px;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
}
.panels_our-work .panel h2.panel-title, .panels_our-work .panel .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .panels_our-work .panel h2 {
  margin: 0 0 17px;
  text-align: center;
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel h2.panel-title, .panels_our-work .panel .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .panels_our-work .panel h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.panels_our-work .panel div.panel-content p {
  margin: 0 auto 1.25rem;
  text-align: center;
  max-width: 927px;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1rem;
  }
}
.panels_our-work .panel div.panel-blocks {
  box-shadow: 0 18px 94px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks {
    flex-wrap: wrap;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block {
  border-right: 1px solid #DEDEDE;
  display: flex;
  flex: 1 1 50%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks .panel-block {
    flex: 1 1 100%;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block:nth-child(2n) {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks .panel-block:nth-child(2n) {
    border-top: 1px solid #DEDEDE;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block:nth-child(n+3) {
  border-top: 1px solid #DEDEDE;
}
.panels_our-work .panel div.panel-blocks .panel-block a {
  background: white;
  color: #404040;
  display: block;
  font-size: 18px;
  line-height: 1.55;
  padding: 6.20155039% 11.04651163% 80px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .panels_our-work .panel div.panel-blocks .panel-block a {
    padding: 10% 10% 80px;
  }
}
.panels_our-work .panel div.panel-blocks .panel-block a h4.block-title {
  display: none;
}
.panels_our-work .panel div.panel-blocks .panel-block a img {
  display: block;
  height: auto;
  margin: 0 auto 6%;
  max-height: 39px;
  width: auto;
}
.panels_our-work .panel div.panel-blocks .panel-block a p {
  margin: 0 auto 30px;
  max-width: 442px;
}
.panels_our-work .panel div.panel-blocks .panel-block a span.link {
  border-top: 1px solid #DEDEDE;
  bottom: 0;
  color: #1F4265;
  display: block;
  font: bold 14px/1 sofia-pro, sans-serif;
  left: 0;
  letter-spacing: 1.7px;
  padding: 30px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.panels_our-work .panel div.panel-blocks .panel-block a span.link svg {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.page-id-3479 #content-header .buttons, .page-template-page-work #content-header .buttons {
  display: block;
  width: 70.98765432%;
}
.page-id-3479 #content-header .buttons a, .page-template-page-work #content-header .buttons a {
  border-radius: 0;
  display: inline-block;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: white;
  font-weight: 300;
  font-size: 28px;
  text-transform: none;
  vertical-align: middle;
  max-width: 190px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-id-3479 #content-header .buttons a:after, .page-template-page-work #content-header .buttons a:after {
  border-color: white;
}
@media screen and (max-width: 767px) {
  .page-id-3479 #content-header .buttons a, .page-template-page-work #content-header .buttons a {
    display: block;
    margin: 20px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 170%;
  }
}
.page-id-3479 #content-header .buttons span, .page-template-page-work #content-header .buttons span {
  background: url("../_img/bg-platform-buttons.png") center center/cover no-repeat;
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .page-id-3479 #content-header .buttons span, .page-template-page-work #content-header .buttons span {
    display: none;
  }
}

.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar {
  background: #F6F6F6;
  margin: 0;
  padding: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42.70833333vw;
  min-height: 200px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 800px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header video, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header video {
    display: none;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 144px;
  letter-spacing: -0.07em;
  color: white;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-underline, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 .fancy-underline {
  color: inherit;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong {
  font-size: 0.882em;
  position: relative;
  bottom: -0.013em;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2 strong, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 strong {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media screen and (max-width: 1300px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 900px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
    font-size: 48px;
    margin: 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-header h2, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-header h2 {
    font-size: 38px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
  background: white;
  margin: 0 auto;
  max-width: 1240px;
  padding: 54px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    margin: -6.29032258% auto 0;
  }
}
@media screen and (max-width: 1270px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    padding: 20px 15px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 22px 35px 0 rgba(89, 123, 165, 0.33);
  display: inline-block;
  padding: 0 0 35.77738516%;
  position: relative;
  vertical-align: top;
  width: 50.17667845%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images {
    display: block;
    padding: 0 0 70%;
    width: 95%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images .panel-image-small, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images .panel-image-small, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-images .panel-image-small, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-images .panel-image-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -12.14788732%;
  box-shadow: -17px 22px 51px 0 rgba(89, 123, 165, 0.28);
  display: block;
  padding: 0 0 42.95774648%;
  position: absolute;
  right: -4.04929577%;
  width: 35.91549296%;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content:first-of-type, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type {
    padding-top: 0;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
  display: inline-block;
  padding: 75px 0 0 6.18374558%;
  vertical-align: top;
  width: 49.82332155%;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
    margin: 0 0 0;
    padding: 60px 0 0 0;
    width: 100%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  line-height: 1.286;
}
@media screen and (min-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h4, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h4 {
    margin-top: 42px 0 0;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h3, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content h3 {
  margin: 0 0 13px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.429em;
  margin: 0 0 1.25rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .panel-content p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.09px;
    margin-bottom: 1rem;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights {
  display: flex;
  justify-content: space-between;
  margin: 6.89045936% 0 0;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights {
    display: block;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 26.06007067%;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight p, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight p, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight p {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.421em;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight {
    margin: 0 auto 30px;
    width: 295px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight img, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight img, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight img, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight img {
  border-radius: 50%;
  box-shadow: 0 22px 35px 0 rgba(89, 123, 165, 0.33);
  display: block;
  margin-bottom: 35px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight h3, .page-id-3479 .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content .panel-content-holder .image-highlights .highlight h3, .page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .image-highlights .highlight h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  margin-bottom: 14px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid {
  background: white;
  margin: 0;
  padding: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  margin: 0;
  padding: 30px 20px;
  position: relative;
  text-transform: uppercase;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:after {
  background: #F6F6F6;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 6.94444444%;
}
@media screen and (max-width: 1270px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:before, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:after {
    width: 15px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid h2:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2.panel-title:after, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2:after, .about.blue.panel-row-style .panel-grid-cell .widget .textwidget .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid h2:after {
  left: auto;
  right: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid {
  border-bottom: 2px solid white;
  display: block;
  height: 40vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: absolute;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image {
    position: relative;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:before {
  background: rgba(34, 31, 112, 0.392);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child {
  bottom: 0;
  left: 0;
  top: 0;
  width: 59.58333333%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child {
    border-bottom: 2px solid white;
    bottom: auto;
    height: 300px;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title {
  font-size: 58px;
  padding: 0 0 0 9.09%;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:first-child .title {
    font-size: 32px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2) {
  height: 20.34722222vw;
  padding: 0;
  right: 20.27777778%;
  text-align: center;
  top: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(2) {
    bottom: auto;
    border-right: 1px solid white;
    height: 180px;
    left: auto;
    right: auto;
    top: auto;
    width: 50%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3) {
  height: 20.34722222vw;
  padding: 0;
  right: 0;
  text-align: center;
  top: 0;
  width: 20.13888889%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3), .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:nth-child(3) {
    bottom: auto;
    border-left: 1px solid white;
    height: 180px;
    left: auto;
    right: auto;
    top: auto;
    width: 50%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child {
  bottom: 0;
  height: 19.375vw;
  justify-content: flex-start;
  right: 0;
  width: 40.27777778%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child {
    border-top: 2px solid white;
    bottom: auto;
    height: 180px;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title {
  max-width: 63.79310345%;
  padding: 0 0 0 8.62068966%;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image:last-child .title {
    padding-left: 0;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title {
  color: white;
  font: 32px/1 ivypresto-headline, serif;
  letter-spacing: -0.2px;
  padding: 0 10px;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid .grid-image .title {
    font-size: 24px;
    padding: 10px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image {
  justify-content: flex-start;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat {
  justify-content: center;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image.with-stat .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image.with-stat .title {
  text-align: center;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:before, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:before, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:before {
  opacity: 0.49;
  background: rgba(34, 31, 112, 0.8);
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title {
  padding: 0 10% 0 18.27586207%;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:nth-child(3) .title.stat {
  padding: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:first-child .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image:first-child .title.stat {
  font-size: 120px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title {
  font: bold 19px/1.21 sofia-pro, sans-serif;
  letter-spacing: 2.31px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title {
    font-size: 15px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat {
  font-weight: 100;
  font-size: 74px;
  letter-spacing: -0.006em;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat {
    font-size: 13px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat em, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat em, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat em, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.sans .grid-image .title.stat em {
  font-style: normal;
  display: block;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: white;
  margin-bottom: 14px;
  text-align: center;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child {
  justify-content: flex-start;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat {
  font-size: 48px;
  text-align: left;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat em, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:first-child .title.stat em {
  font-size: 16px;
  text-align: left;
  margin-left: 1px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(2) .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image:nth-child(3) .title.stat {
    font-size: 24px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title {
  font: normal 32px/1 ivypresto-headline, serif;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (max-width: 1000px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title {
    margin-top: -25px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat, .page-template-page-work .site-content .panels_our-work .panel.panel_image_grid .image-grid.blog .grid-image .title.stat {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  z-index: 1;
  position: relative;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action:after, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action:after {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0.9;
  top: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-88deg, #09DAAF 3%, #004686 91%);
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action a, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action a {
  color: white;
  display: block;
  padding: 9.02777778% 20px 9.51388889%;
  text-decoration: none;
  margin: 0 auto;
  max-width: 1093px;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .cta_flex, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .cta_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .cta_flex, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .cta_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .cta_flex .styled-title, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .cta_flex .styled-title {
    margin-bottom: 1em;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  text-transform: none;
  border-image-source: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  border-image-slice: 1;
  color: inherit;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h3, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h3 {
    font-size: 18px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 {
  max-width: 655px;
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 0;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline {
  color: inherit;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-serif,
.page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 {
    font-size: 50px;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 em, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 em {
  font-style: normal;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action h2 em, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action h2 em {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .button, .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action a, .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action ul.press li a .source span, ul.press li a .source .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action span, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .button, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action a, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action ul.press li a .source span, ul.press li a .source .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action span {
  color: white;
}
.page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action .button:after, .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action article .entry-content .cc-panel .cc-holder a:after, article .entry-content .cc-panel .cc-holder .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action a:after, .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action ul.press li a .source span:after, ul.press li a .source .page-id-3479 .site-content .panels_our-work .panel.panel_call_to_action span:after, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action .button:after, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action article .entry-content .cc-panel .cc-holder a:after, article .entry-content .cc-panel .cc-holder .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action a:after, .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action ul.press li a .source span:after, ul.press li a .source .page-template-page-work .site-content .panels_our-work .panel.panel_call_to_action span:after {
  border-color: white;
}

.panel_text_panel .buttons-primary {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
  .panel_text_panel .buttons-primary {
    margin-top: 2.75rem;
  }
}

.buttons-primary a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .buttons-primary a {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_text_panel {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_text_panel {
    margin-top: 0;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content {
    width: 70%;
    max-width: none;
    padding-right: 40px;
    padding-left: 0;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder {
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 110px;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar {
    width: 30%;
    margin-top: 133px;
  }
}

@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content:first-of-type + .panel-sidebar {
    margin-top: 58px;
  }
}

.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.09px;
}
@media screen and (min-width: 768px) {
  .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar p {
    font-size: 22px;
    letter-spacing: -0.14px;
  }
}

.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar p:first-of-type {
  margin-top: 0;
}

.site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-sidebar .buttons-primary a:first-of-type {
  margin-left: 0;
}

.panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote + blockquote {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote + blockquote {
    margin-top: 2.75rem;
  }
}

.panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote p {
  font-family: ivypresto-headline, serif;
  font-size: 20px;
  letter-spacing: -0.13px;
  line-height: 24px;
  color: #1F4265;
}
@media screen and (min-width: 768px) {
  body.page-template-page-work .site-content .panels_our-work .panel.panel_platform_content_sidebar .panel-content-holder .panel-content blockquote p {
    font: normal 32px/1.16 ivypresto-headline, serif;
  }
}

.panel.panel_platform_content_sidebar .panel-content blockquote {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .panel.panel_platform_content_sidebar .panel-content blockquote {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.team_features {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .team_features {
    padding-bottom: 40px;
  }
}

.feature_nav {
  bottom: 40px;
  list-style: none;
  left: 45%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1260px) {
  .feature_nav {
    bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .feature_nav {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .feature_nav {
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .feature_nav {
    left: 20px;
    right: 20px;
    text-align: center;
  }
}
.feature_nav li {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .feature_nav li {
    width: 25%;
  }
}
.feature_nav li:last-child {
  border-right: none;
  display: block;
  padding-top: 25px;
  text-align: center;
  width: 100%;
}
.feature_nav li:last-child a.button, .feature_nav li:last-child article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .feature_nav li:last-child a {
  color: #1f4265 !important;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 100%;
  opacity: 1;
  padding: 14px 26px;
}
.feature_nav li:last-child a.button:Hover, .feature_nav li:last-child article .entry-content .cc-panel .cc-holder a:Hover, article .entry-content .cc-panel .cc-holder .feature_nav li:last-child a:Hover, .feature_nav li:last-child a.button:active, .feature_nav li:last-child article .entry-content .cc-panel .cc-holder a:active, article .entry-content .cc-panel .cc-holder .feature_nav li:last-child a:active {
  color: white !important;
}
.feature_nav li a {
  color: #1f4265;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 120%;
  opacity: 0.3;
  padding: 15px 12px 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .feature_nav li a {
    font-size: 16px;
    padding: 10px 8px 0;
  }
}
@media screen and (max-width: 600px) {
  .feature_nav li a {
    font-size: 13px;
  }
}
.feature_nav li a.active, .feature_nav li a:hover, .feature_nav li a:active {
  opacity: 1;
}
.feature_nav li a img {
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto 14px;
  width: 80px;
}
@media screen and (max-width: 1260px) {
  .feature_nav li a img {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .feature_nav li a img {
    height: auto !important;
    width: 100%;
  }
}
.feature_nav li a .dept {
  display: block;
  font-size: 12px;
  letter-spacing: 2.22px;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1260px) {
  .feature_nav li a .dept {
    font-size: 11px;
    font-weight: 600;
  }
}
@media screen and (max-width: 600px) {
  .feature_nav li a .dept {
    font-size: 10px;
    font-weight: 600;
  }
}

.team-feature {
  display: none;
  position: relative;
}
.team-feature.active {
  display: block;
}

.pq-img {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 44%;
}
@media screen and (max-width: 980px) {
  .pq-img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .pq-img {
    background-position: center bottom;
    background-size: cover;
  }
}
.pq-img img {
  display: none;
}

.pq-content {
  display: block;
  padding-left: 45%;
  padding-top: 10%;
  padding-right: 5%;
}
@media screen and (max-width: 980px) {
  .pq-content {
    background: rgba(255, 255, 255, 0.75);
    padding-left: 25%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .pq-content {
    background: rgba(255, 255, 255, 0.85);
    padding-left: 90px;
  }
}
@media screen and (max-width: 600px) {
  .pq-content {
    padding-left: 40px;
  }
}
.pq-content h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #385674;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.pq-content blockquote {
  margin: 0;
  padding: 0 0 305px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .pq-content blockquote {
    padding-bottom: 250px;
  }
}
.pq-content blockquote:before {
  background: url("../_img/quote-team.png") center center/contain no-repeat;
  content: "";
  display: block;
  height: 41px;
  left: -78px;
  position: absolute;
  top: 0;
  width: 54px;
}
@media screen and (max-width: 600px) {
  .pq-content blockquote:before {
    height: 20px;
    left: -40px;
    width: 26px;
  }
}
.pq-content blockquote p {
  color: #1f4265;
  font: normal 32px/150% ivypresto-headline, serif;
  margin: 0 0 17px;
}
@media screen and (max-width: 1260px) {
  .pq-content blockquote p {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .pq-content blockquote p {
    font-size: 18px;
  }
}
.pq-content blockquote cite {
  font-style: normal;
}
.pq-content blockquote cite .name {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #475c6d;
  display: inline-block;
  font-size: 22px;
  line-height: 120%;
  margin-right: 20px;
  padding-top: 7px;
  vertical-align: top;
}
.pq-content blockquote cite .name .title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #95a9b7;
  display: block;
  font-size: 16px;
  margin-top: 7px;
}
.pq-content blockquote cite .sns {
  display: inline-block;
  margin: 15px 0 0;
  vertical-align: top;
}
.pq-content blockquote cite .sns a {
  background: url("../_img/logo-twitter.png") center center/40px no-repeat #a6b6b9;
  border-radius: 4px;
  display: inline-block;
  height: 32px;
  margin: 0 10px 10px 0;
  text-indent: -10000px;
  vertical-align: top;
  width: 32px;
}
.pq-content blockquote cite .sns a.linkedin {
  background-image: url("../_img/logo-linkedin.png");
}
.pq-content blockquote cite .sns a:hover, .pq-content blockquote cite .sns a:active {
  background-color: #8c999c;
}

.cta_careers {
  background: #08c69f;
  color: white;
  position: relative;
  text-align: center;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
.cta_careers .wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 6% 20px 2%;
}
.cta_careers .wrapper h4 {
  font-size: 13px;
  color: inherit;
}
.cta_careers .wrapper h3 {
  color: currentColor;
  font-size: 28px;
  line-height: 100%;
  margin: 15px auto;
}
.cta_careers .wrapper p {
  color: currentColor;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .cta_careers .wrapper p {
    font-size: 18px;
  }
}
.cta_careers .wrapper .button, .cta_careers .wrapper article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .cta_careers .wrapper a, .cta_careers .wrapper ul.press li a .source span, ul.press li a .source .cta_careers .wrapper span {
  color: currentColor;
}
.cta_careers a.handle-top {
  background: url("../_img/handle-up.png") center top/contain no-repeat;
  display: block;
  height: 41px;
  left: 50%;
  position: absolute;
  text-align: left;
  text-indent: -10000px;
  top: -36px;
  transform: translateX(-50%);
  width: 186px;
}

.cta_join {
  background: url("../_img/careers-bg.jpg") center center/cover no-repeat;
  position: relative;
  text-align: center;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
.cta_join .wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 6% 20px 2%;
}
.cta_join .wrapper h4 {
  color: white;
  font-size: 13px;
  line-height: 100%;
  margin: 0;
}
.cta_join .wrapper h3 {
  color: white;
  font-size: 58px;
  line-height: 100%;
  margin: 10px 0 15px;
}
@media screen and (max-width: 1100px) {
  .cta_join .wrapper h3 {
    font-size: 42px;
    margin: 12px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta_join .wrapper h3 {
    font-size: 32px;
  }
}
.cta_join .wrapper p {
  color: white;
}
@media screen and (max-width: 600px) {
  .cta_join .wrapper p {
    font-size: 18px;
  }
}
.cta_join .wrapper .button, .cta_join .wrapper article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .cta_join .wrapper a, .cta_join .wrapper ul.press li a .source span, ul.press li a .source .cta_join .wrapper span {
  color: inherit;
  margin: 0 8px 15px;
}
.cta_join .wrapper .button:after, .cta_join .wrapper article .entry-content .cc-panel .cc-holder a:after, article .entry-content .cc-panel .cc-holder .cta_join .wrapper a:after, .cta_join .wrapper ul.press li a .source span:after, ul.press li a .source .cta_join .wrapper span:after {
  border-color: currentColor;
}

.teams_cta .teams {
  background: url("../_img/bg-teams.jpg") center center/cover no-repeat;
  display: block;
  padding: 5% 7.5%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .teams_cta .teams {
    padding-bottom: 15%;
  }
}
.teams_cta .teams h3 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  color: white;
  line-height: 100%;
  margin: 0 auto 70px;
  text-align: center;
}
.teams_cta .teams h3 .fancy-serif,
.teams_cta .teams h3 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .teams_cta .teams h3 {
    font-size: 18px;
  }
}

.teams_cta .team {
  background: white;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  cursor: pointer;
  display: inline-block;
  height: 140px;
  margin: 0.5%;
  position: relative;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 980px) {
  .teams_cta .team {
    margin: 1%;
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .teams_cta .team {
    margin: 2% 0;
    width: 100%;
  }
}
.teams_cta .team .trigger {
  background: url("../_img/icon-open.png") center center/18px no-repeat #00c796;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: left;
  text-indent: -10000px;
  top: 0;
  width: 40px;
}
.teams_cta .team .title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  color: black;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 600px) {
  .teams_cta .team .title {
    font-size: 11px;
  }
}
.teams_cta .team .title strong {
  color: #07c69f;
  font-size: 26px;
  display: block;
  letter-spacing: 0.018em;
  line-height: 1.038;
  margin: 6px 0 0;
}
@media screen and (max-width: 1400px) {
  .teams_cta .team .title strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .teams_cta .team .title strong {
    font-size: 26px;
  }
}

.teams_cta .flyout {
  background: white;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  box-shadow: 0 0 30px rgba(28, 63, 99, 0.62);
  display: block;
  left: 7.9%;
  opacity: 0;
  padding: 3% 6%;
  position: absolute;
  right: 8.8%;
  text-align: left;
  top: 30%;
  transition: all 0.25s ease;
  visibility: hidden;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  .teams_cta .flyout {
    left: 8.3%;
    right: 8%;
    top: 20%;
  }
}
.teams_cta .flyout.open {
  opacity: 1;
  visibility: visible;
}
.teams_cta .flyout .trigger {
  background: #00c796;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: left;
  text-indent: -10000px;
  top: 0;
  width: 40px;
}
.teams_cta .flyout .trigger:after {
  background: url("../_img/icon-open.png") center center/18px no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
}
.teams_cta .flyout .title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #0f3048;
  display: block;
  float: left;
  line-height: 100%;
  margin: 50px 0 0;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .teams_cta .flyout .title {
    float: none;
    font-size: 18px;
    margin: 30px auto 15px;
    width: 100%;
  }
}
.teams_cta .flyout .title strong {
  font-size: 26px;
  letter-spacing: 0.018em;
  line-height: 1.038;
  color: #07c69f;
  display: block;
  margin: 6px 0 0;
}
.teams_cta .flyout .team-content {
  display: block;
  float: right;
  width: 65%;
}
@media screen and (max-width: 800px) {
  .teams_cta .flyout .team-content {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.teams_cta .flyout .team-content p {
  font-size: 24px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .teams_cta .flyout .team-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .teams_cta .flyout .team-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  .teams_cta .flyout {
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
  }
}
.page-id-638 .about.panel-row-style {
  margin-bottom: 8%;
}
.about.panel-row-style .panel-grid-cell .widget {
  padding: 8% 5%;
}
.about.panel-row-style .panel-grid-cell .widget p {
  margin: 0 auto;
  max-width: 1134px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about.panel-row-style .panel-grid-cell .widget p {
    font-size: 22px;
  }
}

.about.blue.panel-row-style .panel-grid-cell .widget {
  padding-bottom: 0;
}
.about.blue.panel-row-style .panel-grid-cell .widget h2.widget-title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}
.about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
  margin: 20px 0 17px;
  text-align: center;
}
@media screen and (max-width: 900) {
  .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .about.blue.panel-row-style .panel-grid-cell .widget .textwidget h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .about.blue.panel-row-style .panel-grid-cell .widget .textwidget p {
    font-size: 16px;
  }
}
.about.blue.panel-row-style .panel-grid-cell .widget .textwidget p a {
  color: #01aa87;
}

.circles.panel-row-style {
  text-align: center;
}
.circles.panel-row-style > .panel-grid-cell {
  padding: 3.75%;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
@media screen and (max-width: 600px) {
  .circles.panel-row-style > .panel-grid-cell {
    padding: 15% 6%;
  }
}
.circles.panel-row-style h2.widget-title {
  color: #1f4265;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto 40px;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .circles.panel-row-style h2.widget-title {
    font-size: 28px;
  }
}
.circles.panel-row-style img {
  border: 20px solid white;
  border-radius: 50%;
  display: block;
  height: auto !important;
  margin: 0 auto;
  width: 100% !important;
}
.circles.panel-row-style .widget_siteorigin-panels-builder h2.widget-title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  margin: 26px auto 16px;
}
.circles.panel-row-style .widget_siteorigin-panels-builder .textwidget {
  color: black;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 160%;
  margin: 0 auto;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .circles.panel-row-style .widget_siteorigin-panels-builder .textwidget {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.circles.panel-row-style.blue {
  background: #e1e4ea;
  margin-top: 5px;
}
.circles.panel-row-style.blue > .panel-grid-cell {
  border: 1px dashed #7492a9;
  margin: 3px;
}
.circles.panel-row-style.white img {
  border-color: #eaecf0;
}
.circles.panel-row-style.founders img {
  border: none;
  height: 220px;
  width: 220px;
}
.circles.panel-row-style.founders .widget_siteorigin-panels-builder h2.widget-title {
  font: normal 33px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  margin: 16px auto 14px;
  text-transform: none;
}
@media screen and (max-width: 960px) {
  .circles.panel-row-style.founders .widget_siteorigin-panels-builder h2.widget-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget, .circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget p {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: #89a29e;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget, .circles.panel-row-style.founders .widget_siteorigin-panels-builder .textwidget p {
    font-size: 11px;
  }
}

.press-panels.panel-row-style {
  background: #e7e7e4;
  padding: 3% 0 0;
}
.page-id-544 .press-panels.panel-row-style {
  background: white;
}
.press-panels.panel-row-style .so-panel {
  display: block;
  overflow: hidden;
}
.press-panels.panel-row-style .so-panel .textwidget {
  background: url("../_img/quotes-open.png") left center/64px no-repeat, url("../_img/quotes-close.png") right center/64px no-repeat;
  display: block;
  margin: 0 5%;
  padding: 2% 0;
}
.page-id-544 .press-panels.panel-row-style .so-panel .textwidget {
  background: url("../_img/quotes-open-gray.png") left center/64px no-repeat, url("../_img/quotes-close-gray.png") right center/64px no-repeat;
}
.press-panels.panel-row-style .so-panel .textwidget p {
  color: #89a29e;
  font: normal 40px/120% ivypresto-headline, serif;
  margin: 0 auto;
  padding: 0 74px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .press-panels.panel-row-style .so-panel .textwidget p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .press-panels.panel-row-style .so-panel .textwidget p {
    font-size: 20px;
  }
}
.press-panels.panel-row-style .so-panel .textwidget p:last-child em {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  font-style: normal;
  color: #89a29e;
  text-decoration: none;
}

.press-more.panel-row-style {
  background: #e7e7e4;
}
.press-more.panel-row-style p {
  margin: 0;
  padding: 0 0 3.75%;
  text-align: center;
}
.press-more.panel-row-style p a {
  color: white;
}

.entry-content .press-kit.more.panel-row-style {
  background: #e7e7e4;
  padding: 130px 2.33353151% 4.75624257%;
  position: relative;
}
@media screen and (max-width: 620px) {
  .entry-content .press-kit.more.panel-row-style {
    padding-top: 0;
  }
}

.widget_gb_press_widget .filter-bar {
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  letter-spacing: 0.113em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.33);
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.widget_gb_press_widget .filter-bar .filters {
  display: inline-block;
  margin: 22px 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
  width: 70%;
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .filters {
    width: 100%;
  }
}
.widget_gb_press_widget .filter-bar .filters h3 {
  font-family: inherit;
  color: #0C322E;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.94px;
  line-height: 1;
  margin: 0 42px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 1120px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    display: block;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar .filters h3 {
    display: block;
    margin-bottom: 12px;
    margin-right: 0;
    text-align: left;
  }
}
.widget_gb_press_widget .filter-bar .filters h3:before {
  background: url("../_img/icon-filter.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 16px 0 0;
  vertical-align: middle;
  width: 15px;
}
.widget_gb_press_widget .filter-bar .filters ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar .filters ul {
    display: block;
    text-align: left;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li {
  color: #0C322E;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.94px;
  line-height: 1;
  margin: 0 46px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 1120px) {
  .widget_gb_press_widget .filter-bar .filters ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar .filters ul li {
    display: block;
    margin: 0 0 8px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li:last-child {
  margin-right: 0;
}
.widget_gb_press_widget .filter-bar .filters ul li:hover span.no-icon, .widget_gb_press_widget .filter-bar .filters ul li:active span.no-icon, .widget_gb_press_widget .filter-bar .filters ul li.active span.no-icon {
  background: #08C69F;
  color: white;
}
.widget_gb_press_widget .filter-bar .filters ul li:hover span.filter-icon, .widget_gb_press_widget .filter-bar .filters ul li:active span.filter-icon, .widget_gb_press_widget .filter-bar .filters ul li.active span.filter-icon {
  background: #08C69F;
  color: white;
}
.widget_gb_press_widget .filter-bar .filters ul li:hover span.filter-icon svg g, .widget_gb_press_widget .filter-bar .filters ul li:active span.filter-icon svg g, .widget_gb_press_widget .filter-bar .filters ul li.active span.filter-icon svg g {
  fill: white;
}
.widget_gb_press_widget .filter-bar .filters ul li span.no-icon {
  background: transparent;
  border: 2px solid #08C69F;
  border-radius: 18px;
  color: #0C322E;
  display: block;
  padding: 10px 28px;
  transition: all 0.25s ease;
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon {
  background: white;
  border-radius: 50%;
  display: inline-block;
  height: 49px;
  margin: 0 16px 0 0;
  transition: all 0.25s ease;
  vertical-align: middle;
  width: 49px;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon {
    height: 30px;
    margin-right: 8px;
    width: 30px;
  }
}
@media screen and (max-width: 620px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon {
    text-align: center;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-quote svg {
  height: 18px;
  margin-top: 15px;
  width: auto;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-quote svg {
    height: 12px;
    margin-top: 9px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-press svg {
  height: 26px;
  margin-top: 11px;
  width: auto;
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .filters ul li span.filter-icon.icon-press svg {
    height: 12px;
    margin-top: 9px;
  }
}
.widget_gb_press_widget .filter-bar .filters ul li span.filter-icon svg g {
  fill: #D4D4D0;
  opacity: 1;
  transition: all 0.25s ease;
}
.widget_gb_press_widget .filter-bar .download {
  background-image: linear-gradient(-75deg, #17D3AD 12%, #08C69F 80%);
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .download {
    width: 100%;
  }
}
.widget_gb_press_widget .filter-bar .download a {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 36px 20px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  .widget_gb_press_widget .filter-bar .download a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  .widget_gb_press_widget .filter-bar .download a {
    padding: 56px 20px;
  }
}
@media screen and (max-width: 860px) {
  .widget_gb_press_widget .filter-bar .download a {
    padding: 42px 20px;
  }
}
@media screen and (max-width: 720px) {
  .widget_gb_press_widget .filter-bar .download a {
    padding: 20px 20px;
  }
}
.widget_gb_press_widget .filter-bar .download a:before {
  background: url("../_img/icon-download.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 16px 0 0;
  vertical-align: middle;
  width: 16px;
}

.widget_gb_press_widget .more {
  margin: 0 0 5%;
  text-align: center;
}
.widget_gb_press_widget .more .button, .widget_gb_press_widget .more article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .widget_gb_press_widget .more a, .widget_gb_press_widget .more ul.press li a .source span, ul.press li a .source .widget_gb_press_widget .more span {
  cursor: pointer;
}
.widget_gb_press_widget .more .button:hover, .widget_gb_press_widget .more article .entry-content .cc-panel .cc-holder a:hover, article .entry-content .cc-panel .cc-holder .widget_gb_press_widget .more a:hover, .widget_gb_press_widget .more ul.press li a .source span:hover, ul.press li a .source .widget_gb_press_widget .more span:hover, .widget_gb_press_widget .more .button:active, .widget_gb_press_widget .more article .entry-content .cc-panel .cc-holder a:active, article .entry-content .cc-panel .cc-holder .widget_gb_press_widget .more a:active, .widget_gb_press_widget .more ul.press li a .source span:active, ul.press li a .source .widget_gb_press_widget .more span:active {
  background: #08C69F;
}

ul.press {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.press li {
  background: blue;
  display: flex;
  margin: 3.11817898% 2.22949797%;
  width: 28.87433739%;
}
@media screen and (max-width: 767px) {
  ul.press li {
    width: 45.54100406%;
  }
}
@media screen and (max-width: 500px) {
  ul.press li {
    margin: 5% 0;
    width: 100%;
  }
}
ul.press li a {
  background: white;
  display: block;
  padding: 8.63930886% 8.63930886% 124px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
ul.press li a .post-icon {
  display: block;
  margin: 0 0 20px;
}
ul.press li a .post-icon svg {
  height: auto;
  width: 46px;
}
ul.press li a .post-icon svg g {
  fill: #BEBEBE;
}
ul.press li a .post-meta {
  color: #BEBEBE;
  display: block;
  font: bold 14px/1 sofia-pro, sans-serif;
  letter-spacing: 2.34px;
  text-transform: uppercase;
}
ul.press li a .post-title {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1.308;
  letter-spacing: 0.008em;
  display: block;
  margin: 20px 0 0;
}
@media screen and (max-width: 1020px) {
  ul.press li a .post-title {
    font-size: 24px;
  }
}
ul.press li a .source {
  background: #F0F8F6;
  bottom: 0;
  color: #1A3D38;
  display: block;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  letter-spacing: 1.45;
  padding: 32px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
ul.press li a .source span {
  transition: inherit;
}
ul.press li a .source span:after {
  display: none;
}
ul.press li a .source svg {
  display: inline-block;
  height: 24px;
  margin-right: 20px;
  vertical-align: middle;
  width: auto;
}
ul.press li a .source:hover, ul.press li a .source:active {
  background-image: linear-gradient(-75deg, #17D3AD 12%, #08C69F 80%);
  color: white;
}
ul.press li a .source:hover svg g, ul.press li a .source:active svg g {
  fill: white;
}
ul.press li a .source:hover span, ul.press li a .source:active span {
  color: white;
  border-color: currentColor;
}
ul.press li.video {
  flex-direction: column;
}
ul.press li.video a {
  height: 100%;
}
ul.press li.video a .post-icon {
  display: none;
}
ul.press li.video a .post-meta {
  display: none;
}
ul.press li.video a.video-thumb {
  border-bottom: none;
  color: #08c69f;
  cursor: pointer;
  display: block;
  height: auto;
  font: normal 30px/120% ivypresto-headline, serif;
  padding: 0;
  position: relative;
  text-decoration: none;
}
ul.press li.video a.video-thumb:before {
  background: rgba(0, 0, 0, 0.52);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
ul.press li.video a.video-thumb img {
  display: block;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
ul.press li.video a.video-thumb .text {
  display: block;
  font: 700 normal 14px/1 sofia-pro, sans-serif;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
ul.press li.video a.video-thumb .iframe {
  display: none;
}
ul.press li.video a.video-thumb:after {
  background: url("../_img/circle-play.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 50px;
}
ul.press li.video a.video-thumb:hover .text, ul.press li.video a.video-thumb:active .text {
  opacity: 1;
}
ul.press li.video a.video-thumb:hover:after, ul.press li.video a.video-thumb:active:after {
  opacity: 0;
}

ul.press-list {
  background: white;
  border-top: 4px solid #08C69F;
  display: none;
  list-style: none;
  margin: 0 auto 100px;
  max-width: 1040px;
  padding: 0;
}
ul.press-list li:nth-child(even) {
  background: #F8F8F7;
}
ul.press-list li a {
  display: block;
  margin: 0 auto;
  max-width: 660px;
  padding: 2.69230769% 20px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ul.press-list li a {
    padding: 5% 20px;
  }
}
ul.press-list li a.video-thumb {
  display: none;
}
ul.press-list li a .post-icon {
  display: block;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}
ul.press-list li a .post-icon svg {
  height: auto;
  width: 35px;
}
ul.press-list li a .post-icon svg g {
  fill: #BEBEBE;
}
ul.press-list li a .post-meta {
  color: black;
  display: block;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 1.22px;
  line-height: 1;
  margin: 0 0 8px;
  padding-left: 63px;
  text-transform: uppercase;
}
ul.press-list li a .post-title {
  color: #00C49A;
  display: block;
  font: normal 24px/1 ivypresto-headline, serif;
  padding-left: 63px;
}
@media screen and (max-width: 767px) {
  ul.press-list li a .post-title {
    font-size: 20px;
  }
}
ul.press-list li a .source {
  display: none;
}
ul.press-list li.external a {
  padding-right: calc(2.69230769% + 30px);
}
ul.press-list li.external a:after {
  background: url("../_img/icon-external-small.svg") center center/contain no-repeat;
  content: "";
  display: block;
  height: 20px;
  margin: -10px 0 0;
  position: absolute;
  right: 2.69230769%;
  top: 50%;
  width: 20px;
}

.has-text-color.has-white-color {
  color: white;
}

.has-white-background-color {
  background-color: white;
}

.has-text-color.has-grey-color {
  color: #585858;
}

.has-grey-background-color {
  background-color: #585858;
}

.has-text-color.has-black-color {
  color: black;
}

.has-black-background-color {
  background-color: black;
}

.has-text-color.has-navy-color {
  color: #1F4265;
}

.has-navy-background-color {
  background-color: #1F4265;
}

.has-text-color.has-green-1-color {
  color: #06C6A0;
}

.has-green-1-background-color {
  background-color: #06C6A0;
}

.has-text-color.has-green-2-color {
  color: #18EDBA;
}

.has-green-2-background-color {
  background-color: #18EDBA;
}

.has-beige-lilac-gradient-background {
  background-image: linear-gradient(180deg, #FFFFFF 4%, #FFFBEF 14%, #E7F6FC 39%, #C8F4EA 68%, #DCE5F8 94%);
}

.wp-block-group-wrap {
  position: relative;
}

.wp-block-group.has-background {
  padding-bottom: 90px;
}

.wp-block-group__inner-container {
  z-index: 1;
  position: relative;
  overflow: auto;
}

.offset-top .wp-block-group__inner-container {
  top: -90px;
  margin-bottom: -90px;
}

.fanchor-wrap {
  width: 100%;
  bottom: 200px;
  top: 30px;
  position: absolute;
}

.fanchor {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  bottom: 200px;
  z-index: 1;
}

.fanchor-text {
  position: relative;
  display: inline-block;
  left: -30px;
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.6em;
  color: black;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  min-width: 100px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .fanchor-text {
    font-size: 12px;
  }
}

.has-black-background-color + .fanchor-wrap .fanchor-text {
  color: white;
}

@media screen and (max-width: 1280px) {
  .fanchor {
    position: relative;
    top: 70px;
  }

  .fanchor-text {
    left: 0;
    transform: rotate(90deg) translateX(-100%) translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.has-background {
    padding-bottom: 47px;
  }

  .offset-top .wp-block-group__inner-container {
    top: -47px;
    margin-bottom: -47px;
  }
}
.hero {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  height: 100vh;
  will-change: opacity;
}

.hero .wp-block-embed {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.hero .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}

.hero .wp-block-embed iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.hero-heading {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 161px;
  letter-spacing: -0.07em;
  line-height: 1.168;
  margin-bottom: 31px;
  will-change: opacity;
}
.hero-heading .fancy-serif,
.hero-heading .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .hero-heading {
    font-size: 70px;
    line-height: 0.9;
  }
}
.hero-heading .fancy-serif,
.hero-heading .fancy-underline {
  font-size: 0.894em;
  letter-spacing: -0.009em;
  position: relative;
  bottom: -0.03em;
}

.hero-text {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
  max-width: 776px;
  opacity: 0;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .hero-text {
    font-size: 20px;
  }
}

.hero .fancy-serif {
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 781px) {
  .hero {
    height: calc(100vh - 50px);
    min-height: 400px;
    max-height: 700px;
  }

  .hero-content {
    width: 87.8125%;
  }

  .hero-text {
    max-width: 460px;
  }
}
.feat-link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  will-change: transform, opacity;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feat-link:hover {
  color: inherit;
}

.feat-link-image {
  overflow: hidden;
}

.feat-link-image img {
  display: block;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.feat-link:hover .feat-link-image img {
  transform: scale(1.03);
}

/* 
 * Grid Style 
 */
.feat-links {
  margin-top: 80px;
  margin-bottom: 56px;
  color: black;
}

.feat-links-images .wrapper {
  display: grid;
  grid-column-gap: 36px;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 98px;
  padding-right: 68px;
}

.feat-links .feat-link {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.feat-links h4 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 14px;
  line-height: 1.071;
  margin-bottom: 12px;
  letter-spacing: 0.308em;
  color: inherit;
}

.feat-links .feat-link-image-wrap {
  box-shadow: 30px 40px 60px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.feat-links .feat-link-image-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}

.feat-link-images h4 {
  margin-bottom: 12px;
}

.feat-links .image-small {
  padding-left: 12px;
  margin-top: 34px;
}

.feat-links .image-small .feat-link-image-wrap {
  margin-right: 22px;
}
.feat-links .image-small .feat-link-image-wrap:after {
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
  border-width: 1.5px;
  left: -11px;
  top: -3px;
  bottom: 11px;
}
.feat-links .image-small .feat-link-image-wrap img {
  margin-top: 8px;
}

.feat-links .feat-link.image-small + .feat-link.image-small {
  margin-top: -68px;
}

.feat-links .feat-link.image-small:first-child + .feat-link.image-small {
  grid-column: 1;
  grid-row: 2;
}

.feat-links .feat-link.image-small:first-child + .feat-link.image-small + .feat-link.image-med {
  grid-column: 2;
}

.feat-links .image-small .feat-link-content {
  max-width: 271px;
}

.feat-links .image-small h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.07em;
  line-height: 1.088;
  margin-bottom: 5px;
}
.feat-links .image-small h2 .fancy-serif,
.feat-links .image-small h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .feat-links .image-small h2 {
    font-size: 24px;
  }
}

.feat-links .image-small p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
  max-width: 271px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .feat-links .image-small p {
    font-size: 18px;
  }
}

.feat-links .image-large {
  max-width: 1127px;
  grid-row: span 2;
  grid-column: span 2;
}
.feat-links .image-large:hover .button:before, .feat-links .image-large:hover article .entry-content .cc-panel .cc-holder a:before, article .entry-content .cc-panel .cc-holder .feat-links .image-large:hover a:before, .feat-links .image-large:hover ul.press li a .source span:before, ul.press li a .source .feat-links .image-large:hover span:before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.feat-links .image-med {
  grid-row: span 2;
}
.feat-links .image-med:hover .button:before, .feat-links .image-med:hover article .entry-content .cc-panel .cc-holder a:before, article .entry-content .cc-panel .cc-holder .feat-links .image-med:hover a:before, .feat-links .image-med:hover ul.press li a .source span:before, ul.press li a .source .feat-links .image-med:hover span:before {
  opacity: 1;
}

.feat-links .image-med .feat-link-image-wrap,
.feat-links .image-large .feat-link-image-wrap {
  margin-left: auto;
}
.feat-links .image-med .feat-link-image-wrap:before,
.feat-links .image-large .feat-link-image-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(233, 238, 255, 0.93) 23%, rgba(233, 238, 255, 0) 100%);
  z-index: 1;
}

.feat-links .image-med .feat-link-image-wrap {
  margin-bottom: 18px;
  width: 78.5%;
}
.feat-links .image-med .feat-link-image-wrap:after {
  background-image: linear-gradient(46deg, #1A8CA9 0%, #01B3C3 41%, #00CC9F 71%, #00CE9F 100%);
  top: 18px;
  bottom: -18px;
  right: -17px;
}

.feat-links .image-large .feat-link-image-wrap {
  margin-bottom: 17px;
  width: 89.5%;
}
.feat-links .image-large .feat-link-image-wrap:after {
  background-image: linear-gradient(90deg, #1A8CA9 5%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  top: 17px;
  bottom: -17px;
  right: -16px;
}

.feat-links .image-med .feat-link-content,
.feat-links .image-large .feat-link-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}

.feat-links .image-med h2,
.feat-links .image-large h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: -0.043em;
  line-height: 0.857;
  margin-bottom: 7px;
}
.feat-links .image-med h2 .fancy-serif,
.feat-links .image-med h2 .fancy-underline,
.feat-links .image-large h2 .fancy-serif,
.feat-links .image-large h2 .fancy-underline {
  color: inherit;
}
.feat-links .image-med h2 .fancy-serif, .feat-links .image-med h2 .fancy-underline,
.feat-links .image-large h2 .fancy-serif,
.feat-links .image-large h2 .fancy-underline {
  display: block;
  margin-top: 10px;
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 0.929em;
  line-height: 0.923;
}

.feat-links .image-large h2 {
  max-width: 470px;
}

.feat-links .image-med h2 {
  max-width: 300px;
}

.feat-links .image-med p,
.feat-links .image-large p {
  max-width: 364px;
  margin-bottom: 24px;
}

.feat-links .image-med p,
.feat-links .image-large p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 24px;
  letter-spacing: 0.008em;
  line-height: 1.296;
}
@media screen and (max-width: 768px) {
  .feat-links .image-med p,
.feat-links .image-large p {
    font-size: 18px;
  }
}

.feat-links-text p {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
}
@media screen and (max-width: 768px) {
  .feat-links-text p {
    font-size: 20px;
  }
}
.feat-links-text p strong {
  padding-right: 0.15em;
  padding-left: 0.15em;
  margin-left: -0.15em;
  margin-right: -0.07em;
  font-weight: normal;
  background-image: linear-gradient(0deg, transparent 14%, rgba(0, 204, 159, 0.3) 14%, rgba(0, 204, 159, 0.3) 47%, transparent 47%);
}

.feat-links-text .wrapper {
  display: flex;
}

.feat-links-text .feat-link {
  flex-basis: 33.333%;
}
.feat-links-text .feat-link:hover .button:after, .feat-links-text .feat-link:hover article .entry-content .cc-panel .cc-holder a:after, article .entry-content .cc-panel .cc-holder .feat-links-text .feat-link:hover a:after, .feat-links-text .feat-link:hover ul.press li a .source span:after, ul.press li a .source .feat-links-text .feat-link:hover span:after {
  width: 100%;
}

.feat-links-text .feat-link-content {
  max-width: 334px;
  position: relative;
  padding-right: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 63px;
  flex-direction: column;
  align-items: flex-start;
}

.feat-links-text h4 {
  margin-bottom: 18px;
}

.feat-links-text .button, .feat-links-text article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .feat-links-text a, .feat-links-text ul.press li a .source span, ul.press li a .source .feat-links-text span {
  margin-top: auto;
}

/* 
 * Columns Style 
 */
.columns-cards {
  margin-bottom: 61px;
}

.columns-grid {
  display: flex;
  margin-left: -20px;
  flex-wrap: wrap;
}

.columns-cards .feat-link {
  flex-basis: calc(33.33% - (20px * 2));
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.columns-cards .feat-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  transition: 0.2s ease-out;
  z-index: -1;
  opacity: 0;
}
.columns-cards .feat-link:hover:after {
  left: 3px;
  top: 12px;
  width: 103%;
  height: 100.406%;
  opacity: 1;
}
.columns-cards .feat-link:hover .button:after, .columns-cards .feat-link:hover article .entry-content .cc-panel .cc-holder a:after, article .entry-content .cc-panel .cc-holder .columns-cards .feat-link:hover a:after, .columns-cards .feat-link:hover ul.press li a .source span:after, ul.press li a .source .columns-cards .feat-link:hover span:after {
  width: 100%;
}

.columns-cards .feat-link-image-wrap {
  width: 100%;
  height: auto;
}

.columns-cards .feat-link-content {
  padding: 29px 34px 60px;
  overflow: auto;
  flex: 1;
  background-color: black;
}

.columns-cards h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 62px;
  letter-spacing: -0.043em;
  line-height: 1;
  margin-bottom: 26px;
  font-weight: 700;
  color: white;
}
.columns-cards h2 .fancy-serif,
.columns-cards h2 .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .columns-cards h2 {
    font-size: 50px;
  }
}

.columns-cards p {
  font-family: sofia-pro, sans-serif;
  color: #585858;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.667;
  font-weight: 500;
  margin-bottom: 1.667em;
  color: white;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .columns-cards p {
    font-size: 16px;
  }
}
.columns-cards p .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .columns-cards p .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.columns-cards .button, .columns-cards article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .columns-cards a, .columns-cards ul.press li a .source span, ul.press li a .source .columns-cards span {
  color: white;
  border-color: #18EDBA;
}
.columns-cards .button:after, .columns-cards article .entry-content .cc-panel .cc-holder a:after, article .entry-content .cc-panel .cc-holder .columns-cards a:after, .columns-cards ul.press li a .source span:after, ul.press li a .source .columns-cards span:after {
  background-color: white;
}

@media screen and (min-width: 1001px) {
  .feat-links-text .feat-link:nth-of-type(3n + 1),
.feat-links-text .feat-link:nth-of-type(3n + 2) {
    margin-right: 20px;
  }

  .feat-links-text .feat-link:nth-of-type(3n + 1) .feat-link-content:before,
.feat-links-text .feat-link:nth-of-type(3n + 2) .feat-link-content:before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    background-image: linear-gradient(179deg, rgba(26, 140, 169, 0.46) 0%, #469DA9 14%, #01B3C3 36%, #00CC9F 62%, #00CE9F 89%);
  }

  .feat-links-text p {
    max-width: 293px;
  }
}
@media screen and (max-width: 1000px) {
  .feat-links .wrapper {
    display: block;
  }

  .feat-link,
.image-large.feat-link {
    max-width: 572px;
    margin-left: auto;
    margin-right: auto;
  }

  .feat-links .image-med,
.feat-links .image-large {
    margin-bottom: 68px;
  }

  .feat-links h4 {
    margin-bottom: 8px;
  }

  .feat-links .image-large .feat-link-image-wrap,
.feat-links .image-med .feat-link-image-wrap {
    margin-right: 10px;
    width: 78.5%;
    position: relative;
  }

  .feat-links .image-large .feat-link-image,
.feat-links .image-med .feat-link-image {
    height: 100%;
    top: 0;
  }

  .feat-links .image-large img,
.feat-links .image-med img {
    height: 100%;
    width: auto;
    max-width: none;
  }

  .feat-links .image-large .feat-link-image-wrap:after {
    background-image: linear-gradient(46deg, #1A8CA9 0%, #01B3C3 41%, #00CC9F 71%, #00CE9F 100%);
  }

  .feat-links .image-large .feat-link-image-wrap:after,
.feat-links .image-med .feat-link-image-wrap:after {
    bottom: -10px;
    right: -10px;
  }

  .feat-links .image-med p,
.feat-links .image-large p {
    max-width: 219px;
  }

  .feat-links .image-small {
    margin-bottom: 68px;
    padding-left: 5px;
  }

  .feat-links .feat-link.image-small + .feat-link.image-small {
    margin-top: 0;
  }

  .feat-links .image-small .feat-link-image-wrap {
    margin-right: 19px;
    flex-basis: 46%;
  }

  .feat-links .image-small .feat-link-image-wrap:after {
    left: -4px;
    top: -5px;
  }

  .feat-links .image-small .feat-link-content {
    flex-basis: 54%;
  }

  .feat-links .image-small .feat-link-image-wrap img {
    margin-top: 0;
  }

  .feat-links-text .feat-link {
    display: block;
  }

  .feat-links-text .feat-link-content {
    padding: 30px 0;
    max-width: none;
  }

  .feat-links-text .feat-link:after {
    content: "";
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-image: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
    opacity: 0.33;
    width: 88%;
  }

  .columns-grid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-cards {
    margin-bottom: 0;
  }

  .columns-cards .feat-link {
    flex-basis: 100%;
    max-width: 380px;
    margin: 0 auto 50px;
  }

  .columns-cards .feat-link-content {
    padding: 13px 6.835% 41px;
  }

  .columns-cards .feat-link-image-wrap {
    position: relative;
    padding-top: 66%;
  }

  .columns-cards .feat-link-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .columns-cards .feat-link-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .feat-links-images .wrapper {
    padding-right: 0;
  }

  .feat-links .image-small .feat-link-content {
    max-width: 220px;
  }
}
@media screen and (max-width: 550px) {
  .feat-links .image-med .feat-link-image,
.feat-links .image-large .feat-link-image {
    max-height: 60vh;
  }

  .feat-links .image-med h2,
.feat-links .image-large h2 {
    font-size: 50px;
  }
}
.cta-wrap {
  display: flex;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.cta-wrap:hover {
  color: inherit;
}
.cta-wrap:hover .button:before, .cta-wrap:hover article .entry-content .cc-panel .cc-holder a:before, article .entry-content .cc-panel .cc-holder .cta-wrap:hover a:before, .cta-wrap:hover ul.press li a .source span:before, ul.press li a .source .cta-wrap:hover span:before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.cta-buttons {
  position: relative;
  display: flex;
  padding-right: 18%;
  flex-basis: 40%;
  margin-left: 20px;
}

.cta-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.cta-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-buttons-group {
  white-space: nowrap;
  align-self: center;
  z-index: 1;
}

.cta-block .button, .cta-block article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .cta-block a, .cta-block ul.press li a .source span, ul.press li a .source .cta-block span {
  min-width: 141px;
  transform: translateX(-50%);
}

.cta-content {
  flex-basis: 69%;
}

.cta-subhead {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
}
.cta-subhead .fancy-serif,
.cta-subhead .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .cta-subhead {
    font-size: 18px;
  }
}

.cta-heading {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  max-width: 466px;
  margin-bottom: 40px;
}
.cta-heading .fancy-serif,
.cta-heading .fancy-underline {
  color: inherit;
}
.cta-heading .fancy-serif,
.cta-heading .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .cta-heading {
    font-size: 50px;
  }
}

.cta-text {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 30px;
  letter-spacing: 0.008em;
  line-height: 1.294;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta-text {
    font-size: 20px;
  }
}

.cta-block-bordered {
  margin: 0 auto 67px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 93.75%;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #1A8CA9 0%, #01B3C3 31%, #00CC9F 71%, #00CE9F 100%);
  border-image-slice: 1;
  position: relative;
  background-color: black;
  color: white;
}
.cta-block-bordered h2, .cta-block-bordered h4, .cta-block-bordered p {
  color: inherit;
}
.cta-block-bordered:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(90deg, #1A8CA9 5%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  z-index: -1;
  transition: 0.2s ease-out;
}
.cta-block-bordered:hover:after {
  bottom: -17px;
  right: -16px;
}

.cta-block-bordered .cta-wrap {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
}

.cta-block-bordered .cta-content {
  padding-top: 60px;
  padding-bottom: 88px;
  padding-left: 6.525%;
  padding-right: 14%;
  min-width: 59%;
}

.cta-block-bordered .cta-subhead {
  border-image-source: linear-gradient(90deg, #1A8CA9 5%, #469DA9 19%, #01B3C3 43%, #00CC9F 71%, #00CE9F 98%);
  border-image-slice: 1;
}

.cta-block-bordered .cta-text {
  max-width: 400px;
}

.cta-block-bordered .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .cta-block-bordered .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.cta-block-full-width {
  background-color: white;
}

.cta-block-full-width .cta-content {
  padding-top: 184px;
  padding-bottom: 141px;
  max-width: 786px;
  margin-left: auto;
  padding-left: 4.125%;
  padding-right: 10%;
}

@media screen and (max-width: 768px) {
  .cta-wrap {
    display: block;
  }

  .cta-buttons {
    margin: 0;
  }

  .cta-buttons-group {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
  }

  .cta-block .button, .cta-block article .entry-content .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .cta-block a, .cta-block ul.press li a .source span, ul.press li a .source .cta-block span {
    transform: translateY(-50%);
    margin-top: 0;
  }

  .cta-block-bordered {
    max-width: 500px;
  }

  .cta-block-bordered .cta-wrap {
    margin: 0;
  }

  .cta-block-bordered .cta-content {
    padding: 35px 47px 50px;
  }

  .cta-block-bordered .cta-buttons {
    margin: 0 -2px -2px;
    padding: 100% 0 0;
  }

  .cta-block-full-width .cta-content {
    padding: 81px 50px;
  }

  .cta-block-full-width .cta-buttons {
    height: 335px;
  }

  .cta-block-full-width .cta-heading {
    font-size: 42px;
    margin-bottom: 31px;
  }

  .cta-block-full-width .cta-heading .fancy-underline {
    font-size: 38px;
  }
}
.scroll-field {
  overflow: hidden;
  position: relative;
  height: 120vh;
  max-height: 937px;
  margin-bottom: 2vh;
}

.scroll-field-gallery {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.scroll-field-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.scroll-field-subhead {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.05em;
  border-width: 0 0 4px 0;
  border-style: solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.273;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: none;
  margin: 47px auto 85px;
  color: white;
  align-self: center;
}
.scroll-field-subhead .fancy-serif,
.scroll-field-subhead .fancy-underline {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .scroll-field-subhead {
    font-size: 18px;
  }
}

.scroll-field .pos-wrap {
  position: relative;
  height: 250px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.scroll-field .pos {
  position: absolute;
  padding-right: 13.28px;
}

.scroll-field .right .pos {
  left: 0;
}

.scroll-field .left .pos {
  right: 0;
}

.scroll-field-heading {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 190px;
  display: inline-block;
  letter-spacing: -0.07em;
  color: white;
  white-space: nowrap;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  will-change: transform;
}
.scroll-field-heading .fancy-serif,
.scroll-field-heading .fancy-underline {
  color: inherit;
}

.scroll-field-heading .fancy-serif,
.scroll-field-heading .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  font-size: 200px;
  letter-spacing: -0.009em;
  color: inherit;
  margin-top: 10px;
}

.scroll-field-heading .fancy-underline {
  font-family: ivypresto-headline, serif;
  font-weight: 100;
  color: black;
  letter-spacing: 0;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.027em;
  position: relative;
  white-space: nowrap;
}
@supports not (-webkit-text-decoration-skip: objects) {
  .scroll-field-heading .fancy-underline {
    -webkit-filter: url("#simple-white-underline");
            filter: url("#simple-white-underline");
    text-decoration: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.scroll-field-gallery .wp-block-embed {
  position: absolute;
  margin: 0;
  opacity: 0;
  will-change: transform, opacity;
  width: 48%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.scroll-field-gallery .wp-block-embed__wrapper {
  height: 100%;
  width: 100%;
}

.scroll-field-gallery iframe {
  max-width: 100%;
  max-height: 100%;
}

.scroll-field-gallery .wp-block-embed:first-child {
  top: 20%;
  left: 0;
}

.scroll-field-gallery .wp-block-embed:first-child .wp-block-embed__wrapper {
  text-align: left;
}

.scroll-field-gallery .wp-block-embed:last-child {
  top: 0;
  right: 0;
}

.scroll-field-gallery .wp-block-embed:last-child .wp-block-embed__wrapper {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .scroll-field-heading {
    font-size: 76px;
  }

  .scroll-field-heading .fancy-serif,
.scroll-field-heading .fancy-underline {
    font-size: 80px;
  }

  .scroll-field-subhead {
    margin-top: 0;
    margin-bottom: 142px;
  }

  .scroll-field .pos-wrap {
    height: 160px;
  }

  .scroll-field-gallery .wp-block-embed {
    width: 75%;
  }

  .scroll-field-gallery .wp-block-embed:first-child {
    top: 45%;
  }

  .scroll-field-gallery iframe {
    max-height: 420px;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-grid {
  margin: 0 !important;
}
.panel-grid .panel-grid-cell {
  margin-bottom: 0 !important;
  /*padding-left:0 !important; padding-right:0 !important; */
}
.panel-grid .panel-grid-cell .so-panel {
  margin-bottom: 0 !important;
}

.hentry {
  margin-bottom: 0 !important;
}

#content,
#wpfront-notification-bar-spacer {
  transition: all 0.25s ease;
}

#content.toggled,
#wpfront-notification-bar-spacer.toggled {
  opacity: 0.75;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}

@media screen and (max-width: 767px) {
  body.page-template-page-work #content-header {
    padding-top: 45px;
    padding-bottom: 45px;
    height: 30vh;
    min-height: 300px;
  }
}
@media screen and (max-height: 800px) {
  body.page-template-page-work #content-header {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-work #content-header h2 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0;
  }
}

#content-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#content-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 800px) {
  #content-header video {
    display: none;
  }
}
.single-gb-press #content-header:before, .single-gb-press-video #content-header:before, .single-post #content-header:before {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #content-header {
    padding: 153px 5%;
  }
}
.home #content-header {
  height: 100vh;
  padding: 0;
}
.single-gb-press #content-header, .single-gb-press-video #content-header, .single-post #content-header, .page-id-491 #content-header, .page-id-632 #content-header, .page-id-3479 #content-header, .page-template-page-work #content-header, .page-id-640 #content-header {
  height: 56.25vh;
}
@media screen and (max-height: 800px) {
  .single-gb-press #content-header, .single-gb-press-video #content-header, .single-post #content-header, .page-id-491 #content-header, .page-id-632 #content-header, .page-id-3479 #content-header, .page-template-page-work #content-header, .page-id-640 #content-header {
    height: 80vh;
  }
}
#content-header.video {
  height: 56.25vw;
}
#content-header .header-holder {
  text-align: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 90%;
  z-index: 2;
}
#content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 165px;
  letter-spacing: -0.07em;
  line-height: 1.03;
  display: inline-block;
  color: white;
  margin: 18px 0 0;
  line-height: 100%;
  text-align: center;
}
#content-header .header-holder h2 .fancy-serif,
#content-header .header-holder h2 .fancy-underline {
  color: inherit;
}
#content-header .header-holder h2 .fancy-serif, #content-header .header-holder h2 .fancy-underline {
  font-size: 0.873em;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #content-header .header-holder h2 {
    font-size: 84px;
  }
}
@media screen and (max-width: 900px) {
  #content-header .header-holder h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  #content-header .header-holder h2 {
    font-size: 48px;
  }
}
.single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
  font-family: sofia-pro, sans-serif;
  color: black;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: -0.043em;
  line-height: 0.952;
  margin-bottom: 31px;
  font-weight: 700;
  color: white;
}
.single-gb-press #content-header .header-holder h2 .fancy-serif,
.single-gb-press #content-header .header-holder h2 .fancy-underline, .single-gb-press-video #content-header .header-holder h2 .fancy-serif,
.single-gb-press-video #content-header .header-holder h2 .fancy-underline, .single-post #content-header .header-holder h2 .fancy-serif,
.single-post #content-header .header-holder h2 .fancy-underline, .single-work #content-header .header-holder h2 .fancy-serif,
.single-work #content-header .header-holder h2 .fancy-underline {
  color: inherit;
}
.single-gb-press #content-header .header-holder h2 .fancy-serif,
.single-gb-press #content-header .header-holder h2 .fancy-underline, .single-gb-press-video #content-header .header-holder h2 .fancy-serif,
.single-gb-press-video #content-header .header-holder h2 .fancy-underline, .single-post #content-header .header-holder h2 .fancy-serif,
.single-post #content-header .header-holder h2 .fancy-underline, .single-work #content-header .header-holder h2 .fancy-serif,
.single-work #content-header .header-holder h2 .fancy-underline {
  font-size: 0.929em;
}
@media screen and (max-width: 768px) {
  .single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .single-gb-press #content-header .header-holder h2, .single-gb-press-video #content-header .header-holder h2, .single-post #content-header .header-holder h2, .single-work #content-header .header-holder h2 {
    font-size: 32px;
  }
}
#content-header .header-holder h2.break .light {
  display: block;
}
#content-header .header-holder h3 {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
  color: white;
  text-align: center;
}
#content-header .header-holder h3.category {
  color: #08c69f;
  font-size: 12px;
}
#content-header .header-holder .buttons {
  margin: 3% auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content-header .header-holder .buttons {
    margin-top: 20px;
  }
}
#content-header .header-holder .button.hollow, #content-header .header-holder article .entry-content .cc-panel .cc-holder a.hollow, article .entry-content .cc-panel .cc-holder #content-header .header-holder a.hollow, #content-header .header-holder ul.press li a .source span.hollow, ul.press li a .source #content-header .header-holder span.hollow {
  color: white;
}
#content-header .header-holder .button.hollow:after, #content-header .header-holder article .entry-content .cc-panel .cc-holder a.hollow:after, article .entry-content .cc-panel .cc-holder #content-header .header-holder a.hollow:after, #content-header .header-holder ul.press li a .source span.hollow:after, ul.press li a .source #content-header .header-holder span.hollow:after {
  border-color: white;
}
#content-header .header-holder .button.hollow:hover, #content-header .header-holder article .entry-content .cc-panel .cc-holder a.hollow:hover, article .entry-content .cc-panel .cc-holder #content-header .header-holder a.hollow:hover, #content-header .header-holder ul.press li a .source span.hollow:hover, ul.press li a .source #content-header .header-holder span.hollow:hover {
  color: #06C6A0;
  background-color: white;
}
#content-header .header-holder .button.hollow:before, #content-header .header-holder article .entry-content .cc-panel .cc-holder a.hollow:before, article .entry-content .cc-panel .cc-holder #content-header .header-holder a.hollow:before, #content-header .header-holder ul.press li a .source span.hollow:before, ul.press li a .source #content-header .header-holder span.hollow:before {
  display: none;
}
#content-header .header-holder a.arrow {
  background: url("../_img/circle-arrow-down.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: 40px auto;
  text-align: left;
  text-indent: -10000px;
  width: 50px;
}
@media screen and (max-height: 800px) {
  #content-header .header-holder a.arrow {
    margin: 20px auto;
  }
}
#content-header .header-holder a.arrow:hover, #content-header .header-holder a.arrow:active {
  background-color: #08c69f;
}
#content-header a.handle {
  background: url("../_img/header-scrolldown.png") center top/contain no-repeat;
  bottom: 0;
  display: block;
  height: 41px;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -93px;
  position: absolute;
  text-indent: -10000px;
  width: 186px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header {
    height: auto;
    padding: 130px 2.5% 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder {
    left: auto;
    margin: 0 auto;
    position: relative;
    transform: none;
    -ms-transform: none;
    top: auto;
    width: 100%;
  }
}
.page-template-page-gen9 #content-header .header-holder h2 {
  background: rgba(0, 34, 51, 0.33);
  font-size: 62px;
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 5% 30px;
}
@media screen and (max-width: 900px) {
  .page-template-page-gen9 #content-header .header-holder h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h2 {
    font-size: 26px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3 {
  background: rgba(0, 34, 51, 0.33);
  margin: 0 auto 1px;
  max-width: 960px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3 {
    padding: 0 20px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3:before {
  background: url("../_img/icon-ginkgo.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3:before {
    width: 40px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3:after {
  background: url("../_img/logo-gen9.png") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3:after {
    width: 100px;
  }
}
.page-template-page-gen9 #content-header .header-holder h3 span {
  background: rgba(255, 255, 255, 0.65);
  display: inline-block;
  height: 44px;
  margin: 0 24px;
  text-align: left;
  text-indent: -10000px;
  vertical-align: middle;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder h3 span {
    height: 24px;
  }
}
.page-template-page-gen9 #content-header .header-holder .content {
  background: rgba(0, 34, 51, 0.33);
  margin: 0 auto;
  max-width: 960px;
  padding: 0 5% 24px;
}
.page-template-page-gen9 #content-header .header-holder .content p {
  color: white;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 26px;
}
@media screen and (max-width: 767px) {
  .page-template-page-gen9 #content-header .header-holder .content p {
    font-size: 14px;
  }
}

article > .entry-header {
  display: none;
}
article .entry-content {
  margin: 0;
}
article .entry-content .panel-row-style.header {
  padding: 20% 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  article .entry-content .panel-row-style.header {
    padding: 153px 5%;
  }
}
.home article .entry-content .panel-row-style.header {
  height: 90vh;
  padding: 0;
}
article .entry-content .panel-row-style.header .panel-grid-cell {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child {
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 90%;
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
  color: white;
  font-size: 102px;
  font-weight: 100;
  margin: 18px 0 0;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
    font-size: 84px;
  }
}
@media screen and (max-width: 900px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 {
    font-size: 48px;
  }
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget h2 strong {
    display: block;
  }
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:first-child .textwidget p a {
  background: url("../_img/header-scrolldown.png") center center no-repeat;
  bottom: 0;
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  text-indent: -10000px;
  width: 186px;
}
article .entry-content .panel-row-style.header .panel-grid-cell .widget:last-child .textwidget a {
  background: url("../_img/header-scrolldown.png") center top no-repeat;
  bottom: 0;
  display: block;
  height: 36px;
  left: 50%;
  position: absolute;
  text-indent: -10000px;
  transform: translateX(-50%);
  width: 186px;
}
article .entry-content .cc-panel {
  padding: 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
article .entry-content .cc-panel h2 {
  color: white;
}
article .entry-content .cc-panel h4 {
  color: #18EDBA;
}
article .entry-content .cc-panel .cc-holder {
  margin: 0 auto;
  max-width: 650px;
}
article .entry-content .cc-panel .cc-holder p {
  margin: 15px auto;
  color: white;
}
article .entry-content .cc-panel .cc-holder a {
  margin: 20px auto 0;
}
article .entry-content .cc-panel:before, article .entry-content .cc-panel .cc-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article .entry-content .cc-panel:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  z-index: -1;
}
article .entry-content .cc-panel .cc-bg {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
article .entry-content .images.panel-row-style {
  height: 0;
  overflow: hidden;
  margin: 8% 0 0;
  padding: 0 0 43.125%;
}
@media screen and (max-width: 767px) {
  article .entry-content .images.panel-row-style {
    height: auto;
    overflow: auto;
    padding: 0;
  }
}
article .entry-content .images.panel-row-style .panel-grid-cell {
  padding: 0 !important;
}
article .entry-content .images.panel-row-style .panel-grid-cell:first-child {
  border-right: 4px solid white;
}
@media screen and (max-width: 767px) {
  article .entry-content .images.panel-row-style .panel-grid-cell:first-child {
    border: none;
    margin-bottom: 10px !important;
  }
}
article .entry-content .images.panel-row-style .panel-grid-cell:last-child {
  border-left: 4px solid white;
}
@media screen and (max-width: 767px) {
  article .entry-content .images.panel-row-style .panel-grid-cell:last-child {
    border: none;
  }
}
article .entry-content .images.panel-row-style .panel-grid-cell img {
  display: block;
  width: 100% !important;
}
article .entry-content .datagrid.panel-row-style {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 0 38.75%;
  position: relative;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style {
    padding: 0 0 100%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell {
  padding: 0 !important;
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:first-child .panel-widget-style {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 46.7%;
  top: 0;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:first-child .panel-widget-style {
    bottom: 67%;
    right: 0;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(2) .panel-widget-style {
  bottom: 50.8%;
  left: 53.75%;
  position: absolute;
  right: 23.375%;
  top: 0;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(2) .panel-widget-style {
    bottom: 34%;
    left: 0;
    right: 50.4%;
    top: 34%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(3) .panel-widget-style {
  bottom: 50.8%;
  left: 77.125%;
  position: absolute;
  right: 0%;
  top: 0;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(3) .panel-widget-style {
    bottom: 34%;
    left: 50.4%;
    right: 0;
    top: 34%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(4) .panel-widget-style {
  bottom: 0;
  left: 53.75%;
  position: absolute;
  right: 23.375%;
  top: 50.2%;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(4) .panel-widget-style {
    bottom: 0;
    left: 0;
    right: 50.4%;
    top: 67%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(5) .panel-widget-style {
  bottom: 0;
  left: 77.125%;
  position: absolute;
  right: 0%;
  top: 50.2%;
}
@media screen and (max-width: 640px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget:nth-child(5) .panel-widget-style {
    bottom: 0;
    left: 50.4%;
    right: 0;
    top: 67%;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
  color: #08c69f;
  font-size: 17px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 1.4px;
  line-height: 120%;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1100px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
    font-size: 17px;
  }
}
@media screen and (max-width: 920px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget {
    font-size: 12px;
  }
}
article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
  color: white;
  display: block;
  font-size: 125px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
    font-size: 100px;
  }
}
@media screen and (max-width: 920px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
    font-size: 72px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .datagrid.panel-row-style .panel-grid-cell > .widget .textwidget strong {
    font-size: 48px;
  }
}
article .entry-content .bioworks.panel-row-style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 8px 0 0;
  padding: 6%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style {
    background: transparent !important;
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style > .panel-grid-cell {
    padding: 0 !important;
  }
}
article .entry-content .bioworks.panel-row-style.left {
  text-align: left;
}
article .entry-content .bioworks.panel-row-style img {
  display: none;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style img {
    display: block;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce {
  background: rgba(255, 255, 255, 0.92);
  border-left: 9px solid #00c796;
  display: inline-block;
  max-width: 748px;
  padding: 4%;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce {
    margin-bottom: 20px !important;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce h2.widget-title {
  color: #1f4265;
  font-size: 15px;
  letter-spacing: 1.4px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce h2.widget-title {
    font-size: 12px;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget h2 {
  color: #08c69f;
  font-size: 77px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 100%;
  margin: 6px 0 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget h2 {
    font-size: 48px;
  }
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget h2 strong {
  font-weight: 600;
}
article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget p {
  color: black;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  article .entry-content .bioworks.panel-row-style .widget_black-studio-tinymce .textwidget p {
    font-size: 16px;
  }
}
article .entry-content .meet-the-team.panel-row-style {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 7.5%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  article .entry-content .meet-the-team.panel-row-style {
    padding: 15% 7.5%;
  }
}
article .entry-content .meet-the-team.panel-row-style h2.widget-title {
  color: white;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 auto 38px;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  article .entry-content .meet-the-team.panel-row-style h2.widget-title {
    font-size: 36px;
  }
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  cursor: pointer;
  display: inline-block;
  height: 180px;
  position: relative;
  text-indent: -10000px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a {
    height: 90px;
  }
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p1 {
  background-image: url("../_img/logo-wsj.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p2 {
  background-image: url("../_img/logo-wired.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p3 {
  background-image: url("../_img/logo-fortune.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.p4 {
  background-image: url("../_img/logo-bostonglobe.png");
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a:after {
  border-color: transparent transparent #e7e7e4 transparent;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  bottom: -20px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
article .entry-content #press .panel-grid-cell .widget:last-child .textwidget a.active:after {
  bottom: 0;
}
article .entry-content .foundries.panel-row-style,
article .entry-content .nanoscale.panel-row-style,
article .entry-content .markets.panel-row-style,
article .entry-content .comingsoon.panel-row-style {
  padding: 20% 5%;
  position: relative;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell,
article .entry-content .markets.panel-row-style .panel-grid-cell,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell {
  display: block;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .markets.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell h2.widget-title {
  margin: 0 auto;
  max-width: 940px;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget {
  margin: 0 auto;
  max-width: 940px;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 {
  color: white;
  font-size: 58px;
  font-weight: 100;
  line-height: 100%;
  margin: 15px 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 {
    font-size: 30px;
  }
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2 strong,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget h2 strong,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2 strong,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget h2 strong {
  font-weight: 700;
}
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget p {
  color: white;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .nanoscale.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .comingsoon.panel-row-style .panel-grid-cell .textwidget p {
    font-size: 16px;
  }
}
article .entry-content .foundries.panel-row-style {
  position: relative;
}
article .entry-content .foundries.panel-row-style:after {
  background: url("../_img/home-foundries-grid.png") left bottom/contain repeat-x;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  padding: 15% 0 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 600px) {
  article .entry-content .foundries.panel-row-style:after {
    padding: 100% 0 0;
  }
}
article .entry-content .foundries.panel-row-style .panel-grid-cell {
  position: relative;
  z-index: 10;
}
article .entry-content .home-residency.panel-row-style {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5% 5%;
  position: relative;
  text-align: center;
}
article .entry-content .home-residency.panel-row-style a {
  background: url("../_img/submark-white.png") center top/60px no-repeat;
  color: white;
  display: block;
  font: normal 28px/1.35 ivypresto-headline, serif;
  margin: 0 auto;
  max-width: 800px;
  padding: 80px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  article .entry-content .home-residency.panel-row-style a {
    font-size: 18px;
  }
}
article .entry-content .home-residency.panel-row-style a:hover:after, article .entry-content .home-residency.panel-row-style a:active:after {
  background-color: #08c69f;
}
article .entry-content .home-residency.panel-row-style a strong {
  display: block;
  font: 700 42px/1 "ITC Avant Garde Gothic W01 Bd", sans-serif;
  letter-spacing: -1px;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  article .entry-content .home-residency.panel-row-style a strong {
    font-size: 32px;
  }
}
article .entry-content .home-residency.panel-row-style a:after {
  background: url("../_img/circle-arrow-down.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  margin: 15px auto 0;
  text-align: left;
  text-indent: -10000px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transition: all 0.25s ease;
  width: 50px;
}
article .entry-content .markets.panel-row-style .panel-grid-cell h2.widget-title,
article .entry-content .foundries.panel-row-style .panel-grid-cell h2.widget-title {
  color: black;
}
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .markets.panel-row-style .panel-grid-cell .textwidget p,
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget h2,
article .entry-content .foundries.panel-row-style .panel-grid-cell .textwidget p {
  color: black;
}
article .entry-content .comingsoon.panel-row-style {
  padding: 10% 5%;
}
article .entry-content #careers .panel-row-style {
  padding: 10% 5%;
  position: relative;
}
article .entry-content #careers .panel-row-style h2.widget-title {
  text-align: left;
}
article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget h2 {
  color: white;
  font-size: 58px;
  font-weight: bold;
  line-height: 100%;
  margin: 25px 0 35px;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget h2 {
    font-size: 42px;
    margin: 12px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget h2 {
    font-size: 32px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget p {
  color: white;
  font-size: 24px;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:first-child .textwidget p {
    font-size: 16px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget {
  padding: 24px 0 0 74px;
  position: relative;
}
@media screen and (max-width: 767px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget {
    margin-top: 5%;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget:before {
  background: url("../_img/quotes-open.png") center center/64px no-repeat;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 64px;
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p {
  color: #d6e8f5;
  font: normal 40px/138% ivypresto-headline, serif;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p {
    font-size: 20px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child {
  display: block;
  float: right;
  font-size: 30px;
  line-height: 100%;
  margin-top: 56px;
  padding: 0 0 0 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child {
    padding-left: 60px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child em {
  color: white;
  display: block;
  font: bold normal 14px/100% sofia-pro, sans-serif;
  letter-spacing: 2.22px;
  margin: 0;
  padding: 6px 0 0 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child em {
    font-size: 12px;
  }
}
article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child img {
  border-radius: 50%;
  display: block;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 400px) {
  article .entry-content #careers .panel-row-style .panel-grid-cell:last-child .textwidget p:last-child img {
    width: 50px;
  }
}
article .entry-content h2.widget-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
article .entry-content .press-kit.panel-row-style {
  background: #d4d4d0;
  padding: 5%;
}
article .entry-content .press-kit.panel-row-style h2.widget-title {
  color: #0c322e;
  margin-bottom: 3.5%;
}
article .entry-content .press-kit.panel-row-style .textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li {
  display: inline-block;
  margin: 1%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li {
    margin: 5% 0;
    width: 100%;
  }
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a {
  background: white;
  border: 1px solid #d4d4d0;
  color: #08c69f;
  display: block;
  font: normal 30px/120% ivypresto-headline, serif;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  article .entry-content .press-kit.panel-row-style .textwidget ul li a {
    font-size: 18px;
  }
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a img {
  display: block;
  margin: 0 auto;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a span {
  margin: 25px;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a span.source {
  color: #333;
  display: block;
  font: 300 normal 16px/100% sofia-pro, sans-serif;
  margin: -10px 0 15px;
  text-align: center;
  text-transform: uppercase;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a .button, article .entry-content .press-kit.panel-row-style .textwidget ul.press li a .source span, article .entry-content .press-kit.panel-row-style .textwidget ul li a .cc-panel .cc-holder a, article .entry-content .cc-panel .cc-holder .press-kit.panel-row-style .textwidget ul li a a {
  font-family: sofia-pro, sans-serif;
}
article .entry-content .press-kit.panel-row-style .textwidget ul li a:hover, article .entry-content .press-kit.panel-row-style .textwidget ul li a:focus {
  border-color: #08c69f;
}
article .entry-content .inquiries.panel-row-style {
  background: url("../_img/inquiries-bg.png") center bottom/contain no-repeat #3fa688;
  padding: 5%;
}
article .entry-content .inquiries.panel-row-style .textwidget p {
  color: white;
  font: normal 34px/120% ivypresto-headline, serif;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .entry-content .inquiries.panel-row-style .textwidget p {
    font-size: 20px;
  }
}
article .entry-content .inquiries.panel-row-style .textwidget p a {
  color: white;
}
article .entry-content .slider {
  border: 8px solid white;
  border-left: none;
  border-right: none;
}
article .entry-content .slider img {
  border: 4px solid white;
  border-bottom: none;
  border-top: none;
  display: block;
  height: auto !important;
  max-height: 630px;
  max-width: 100%;
  width: auto !important;
}
@media screen and (max-width: 920px) {
  article .entry-content .slider img {
    max-height: 400px;
  }
}
@media screen and (max-width: 800px) {
  article .entry-content .slider img {
    max-height: 360px;
  }
}
@media screen and (max-width: 800px) {
  article .entry-content .slider img {
    max-height: 360px;
  }
}
@media screen and (max-width: 400px) {
  article .entry-content .slider img {
    max-height: 260px;
  }
}

.single-gb-press article,
.single-gb-press-video article,
.single-post article {
  padding: 20px;
}
.single-gb-press article .entry-content,
.single-gb-press-video article .entry-content,
.single-post article .entry-content {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  margin: 60px auto 20px;
  max-width: 1090px;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-content,
.single-gb-press-video article .entry-content,
.single-post article .entry-content {
    font-size: 18px;
  }
}
.single-gb-press article .entry-content p,
.single-gb-press-video article .entry-content p,
.single-post article .entry-content p {
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-content p,
.single-gb-press-video article .entry-content p,
.single-post article .entry-content p {
    margin-bottom: 20px;
  }
}
.single-gb-press article .entry-content figcaption,
.single-gb-press-video article .entry-content figcaption,
.single-post article .entry-content figcaption {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.single-gb-press article .entry-content figcaption em,
.single-gb-press-video article .entry-content figcaption em,
.single-post article .entry-content figcaption em {
  font-style: normal;
}
.single-gb-press article .entry-content a,
.single-gb-press-video article .entry-content a,
.single-post article .entry-content a {
  color: #08c69f;
}
.single-gb-press article .entry-content strong,
.single-gb-press-video article .entry-content strong,
.single-post article .entry-content strong {
  font-weight: 600;
}
.single-gb-press article .entry-content ul,
.single-gb-press article .entry-content ol,
.single-gb-press-video article .entry-content ul,
.single-gb-press-video article .entry-content ol,
.single-post article .entry-content ul,
.single-post article .entry-content ol {
  margin: 0;
  padding: 0;
}
.single-gb-press article .entry-content ul,
.single-gb-press-video article .entry-content ul,
.single-post article .entry-content ul {
  list-style: none;
}
.single-gb-press article .entry-content ul li,
.single-gb-press-video article .entry-content ul li,
.single-post article .entry-content ul li {
  margin: 0 0 20px;
  padding-left: 40px;
  position: relative;
}
.single-gb-press article .entry-content ul li:before,
.single-gb-press-video article .entry-content ul li:before,
.single-post article .entry-content ul li:before {
  color: #08c69f;
  content: "•";
  font-size: 48px;
  left: 10px;
  position: absolute;
  top: -8px;
}
.single-gb-press article .entry-content blockquote,
.single-gb-press-video article .entry-content blockquote,
.single-post article .entry-content blockquote {
  background: #f7f7f7;
  margin: 0 auto 40px;
  max-width: 90%;
  padding: 2.5%;
}
.single-gb-press article .entry-content blockquote p:last-child,
.single-gb-press-video article .entry-content blockquote p:last-child,
.single-post article .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.single-gb-press article .entry-content .embedded_media,
.single-gb-press-video article .entry-content .embedded_media,
.single-post article .entry-content .embedded_media {
  display: block;
  height: 0;
  margin: 0 0 30px;
  padding: 0 0 56.2%;
  position: relative;
  width: 100%;
}
.single-gb-press article .entry-content .embedded_media iframe,
.single-gb-press-video article .entry-content .embedded_media iframe,
.single-post article .entry-content .embedded_media iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-gb-press article .entry-footer,
.single-gb-press-video article .entry-footer,
.single-post article .entry-footer {
  border-top: 1px solid #d7d7d7;
  margin: 40px auto;
  max-width: 380px;
  padding: 40px 30px;
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-footer .author,
.single-gb-press-video article .entry-footer .author,
.single-post article .entry-footer .author {
    text-align: center;
  }
}
.single-gb-press article .entry-footer .author img,
.single-gb-press-video article .entry-footer .author img,
.single-post article .entry-footer .author img {
  border: 6px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  height: 86px;
  margin: 0 24px 14px 0;
  vertical-align: middle;
  width: 86px;
}
@media screen and (max-width: 600px) {
  .single-gb-press article .entry-footer .author img,
.single-gb-press-video article .entry-footer .author img,
.single-post article .entry-footer .author img {
    display: block;
    margin: 0 auto 14px;
  }
}
.single-gb-press article .entry-footer .author h4,
.single-gb-press-video article .entry-footer .author h4,
.single-post article .entry-footer .author h4 {
  color: #08c69f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press article .entry-footer .author h4 strong,
.single-gb-press-video article .entry-footer .author h4 strong,
.single-post article .entry-footer .author h4 strong {
  color: #89a29e;
  display: block;
  font: normal 28px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  margin: 3px 0 0;
  text-transform: none;
}
.single-gb-press #comments,
.single-gb-press-video #comments,
.single-post #comments {
  padding: 0px;
  margin: 0 auto 40px;
  max-width: 1020px;
}
.single-gb-press #comments ol.comment-list,
.single-gb-press-video #comments ol.comment-list,
.single-post #comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-gb-press #comments ol.comment-list li ol.children,
.single-gb-press-video #comments ol.comment-list li ol.children,
.single-post #comments ol.comment-list li ol.children {
  list-style: none;
  padding: 0;
}
.single-gb-press #comments ol.comment-list li .comment-meta,
.single-gb-press-video #comments ol.comment-list li .comment-meta,
.single-post #comments ol.comment-list li .comment-meta {
  padding: 0 0 22px 80px;
  position: relative;
}
.single-gb-press #comments ol.comment-list li .comment-meta img,
.single-gb-press-video #comments ol.comment-list li .comment-meta img,
.single-post #comments ol.comment-list li .comment-meta img {
  border: 6px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  height: 66px;
  left: 0;
  margin: 0 16px 14px 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 66px;
}
.single-gb-press #comments ol.comment-list li .comment-meta .says,
.single-gb-press-video #comments ol.comment-list li .comment-meta .says,
.single-post #comments ol.comment-list li .comment-meta .says {
  display: none;
}
.single-gb-press #comments ol.comment-list li .comment-meta .fn,
.single-gb-press-video #comments ol.comment-list li .comment-meta .fn,
.single-post #comments ol.comment-list li .comment-meta .fn {
  color: #89a29e;
  display: block;
  font: normal 28px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  padding: 10px 0 0;
  text-transform: none;
}
.single-gb-press #comments ol.comment-list li .comment-meta a,
.single-gb-press-video #comments ol.comment-list li .comment-meta a,
.single-post #comments ol.comment-list li .comment-meta a {
  color: #08c69f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press #comments ol.comment-list li .comment-content,
.single-gb-press-video #comments ol.comment-list li .comment-content,
.single-post #comments ol.comment-list li .comment-content {
  background: #f7f7f7;
  padding: 5%;
}
.single-gb-press #comments ol.comment-list li .comment-content p,
.single-gb-press-video #comments ol.comment-list li .comment-content p,
.single-post #comments ol.comment-list li .comment-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  margin: 0 0 20px;
}
.single-gb-press #comments ol.comment-list li .comment-content p:last-child,
.single-gb-press-video #comments ol.comment-list li .comment-content p:last-child,
.single-post #comments ol.comment-list li .comment-content p:last-child {
  margin-bottom: 0;
}
.single-gb-press #comments ol.comment-list li .comment-content p strong,
.single-gb-press-video #comments ol.comment-list li .comment-content p strong,
.single-post #comments ol.comment-list li .comment-content p strong {
  font-weight: 600;
}
.single-gb-press #comments ol.comment-list li .reply,
.single-gb-press-video #comments ol.comment-list li .reply,
.single-post #comments ol.comment-list li .reply {
  text-align: right;
}
.single-gb-press #comments ol.comment-list li .reply a,
.single-gb-press-video #comments ol.comment-list li .reply a,
.single-post #comments ol.comment-list li .reply a {
  color: #08c69f;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  padding: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press #comments #respond,
.single-gb-press-video #comments #respond,
.single-post #comments #respond {
  margin: 30px auto;
  max-width: 500px;
  padding: 0 30px;
}
.single-gb-press #comments #respond #reply-title,
.single-gb-press-video #comments #respond #reply-title,
.single-post #comments #respond #reply-title {
  color: #89a29e;
  display: block;
  font: normal 28px/100% ivypresto-headline, serif;
  letter-spacing: 0;
  padding: 10px 0 0;
  text-transform: none;
}
.single-gb-press #comments #respond #reply-title small a,
.single-gb-press-video #comments #respond #reply-title small a,
.single-post #comments #respond #reply-title small a {
  color: #08c69f;
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  padding: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.single-gb-press #comments #respond .form-submit,
.single-gb-press-video #comments #respond .form-submit,
.single-post #comments #respond .form-submit {
  text-align: right;
}
.single-gb-press #comments #respond .form-submit #submit,
.single-gb-press-video #comments #respond .form-submit #submit,
.single-post #comments #respond .form-submit #submit {
  box-shadow: none;
  font-size: 12px;
  padding: 10px 20px;
  text-shadow: none;
}

.single-work .panel {
  clear: both;
  display: block;
}
.single-work .panel h3.panel-title {
  font-family: urw-din, sans-serif;
  text-transform: uppercase;
  color: #1F4265;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.307em;
}
.single-work .panel.intro {
  padding: 5% 5% 7%;
}
@media screen and (max-width: 600px) {
  .single-work .panel.intro {
    padding: 10% 5% 7%;
  }
}
.single-work .panel.intro.conclusion {
  background: #e7e7e4;
  padding-bottom: 3%;
}
.single-work .panel.intro .panel-content {
  margin: 0 auto;
  max-width: 1140px;
}
.single-work .panel.intro .panel-content h3.panel-title {
  margin-bottom: 26px;
  text-align: center;
}
.single-work .panel.intro .panel-content p {
  color: #89a29e;
  font: normal 28px/140% ivypresto-headline, serif;
  margin: 0 0 24px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .single-work .panel.intro .panel-content p {
    font-size: 22px;
    line-height: 135%;
  }
}
.single-work .panel.intro .panel-content p a {
  color: #89a29e;
}
.single-work .panel.content {
  margin: 0 0 6%;
  position: relative;
}
.single-work .panel.content .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content .image {
    background: none !important;
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.single-work .panel.content .image img {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content .image img {
    display: block;
  }
}
.single-work .panel.content .panel-content {
  display: block;
  padding: 6.25% 6.25% 4.25% 56.25%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content .panel-content {
    padding: 15% 7% 5% !important;
  }
}
.single-work .panel.content .panel-content h3.panel-title {
  margin: 0 0 2.8%;
}
.single-work .panel.content .panel-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 980px) {
  .single-work .panel.content .panel-content p {
    font-size: 20px;
    line-height: 140%;
  }
}
.single-work .panel.content .panel-content p strong {
  font-weight: 600;
}
.single-work .panel.content .panel-content p a {
  color: #404040;
}
.single-work .panel.content.right .image {
  left: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .single-work .panel.content.right .image {
    left: auto;
    right: auto;
  }
}
.single-work .panel.content.right .panel-content {
  padding-left: 6.25%;
  padding-right: 56.25%;
}

.blog-filters button.filter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background-image: linear-gradient(79deg, #009686 0%, #07C69F 88%);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: block;
  font: 700 14px/24px sofia-pro, sans-serif;
  letter-spacing: 1.7px;
  padding: 12px 20px 13px;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
  --webkit-appearance:none;
}
.blog-filters button.filter:before {
  background: url("../_img/blog-filter.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: 19px;
}
.blog-filters button.filter:after {
  background: url("../_img/blog-filter-toggle-arrow.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 0 0 12px;
  vertical-align: top;
  width: 24px;
}
.blog-filters ul.categories {
  background: #08C19B;
  display: none;
  list-style: none;
  margin: 0;
  padding: 40px 20px 19px;
}
.blog-filters ul.categories li {
  display: block;
  margin: 0 auto 21px;
  max-width: 400px;
  min-height: 26px;
}
.blog-filters ul.categories li label {
  color: white;
  font: 700 14px/1.21 sofia-pro, sans-serif;
  letter-spacing: 1.7px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
  text-transform: uppercase;
}
.blog-filters ul.categories li label:before {
  background: white;
  border: 1px solid #979797;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 26px;
}
.blog-filters ul.categories li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.blog-filters ul.categories li input:checked + label:Before {
  background: url("../_img/blog-check.svg") center center/12px no-repeat white;
}

.other-work ul {
  display: block;
  height: 360px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .other-work ul {
    height: 720px;
  }
}
.other-work ul li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 360px;
  margin: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .other-work ul li {
    display: block;
    width: 100%;
  }
}
.other-work ul li a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.other-work ul li a:before {
  background: rgba(0, 0, 0, 0.72);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.other-work ul li a:Hover:before, .other-work ul li a:active:before {
  background: rgba(0, 0, 0, 0.6);
}
.other-work ul li a .holder {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.other-work ul li a .holder .cat {
  color: #08c69f;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.other-work ul li a .holder .cat.video:before {
  background: url("../_img/icon-video.png") center center/contain no-repeat;
  content: "";
  display: block;
  height: 13px;
  left: 50%;
  margin-left: -11.5px;
  margin-top: -23px;
  position: absolute;
  top: 0;
  width: 23px;
}
.other-work ul li a .holder .title {
  color: white;
  display: block;
  font: normal 32px/130% ivypresto-headline, serif;
  margin: 16px auto 0;
  max-width: 380px;
  text-align: center;
}
.other-work ul li a .holder .date {
  color: white;
  display: block;
  font: bold 10.5px/130% sofia-pro, sans-serif;
  letter-spacing: 2.63px;
  margin: 12px auto 0;
  max-width: 380px;
  text-align: center;
  text-transform: uppercase;
}
.other-work ul li a .holder .arrow {
  background: url("../_img/circle-arrow-down.png") center center/contain no-repeat transparent;
  border: 1px solid #08c69f;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: 15px auto 0;
  text-align: left;
  text-indent: -10000px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transition: all 0.25s ease;
  width: 50px;
}
.other-work ul li a .holder .arrow:hover, .other-work ul li a .holder .arrow:active {
  background-color: #08c69f;
}
.other-work.blog ul li a:before {
  background: rgba(0, 0, 0, 0.72);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.65s ease;
  z-index: 1;
}
.other-work.blog ul li a:hover:before, .other-work.blog ul li a:active:before {
  background: rgba(0, 0, 0, 0.6);
}
.other-work.blog ul li a .holder {
  z-index: 2;
}
.other-work.blog ul li a .holder .cat {
  font-size: 14px;
  margin: 0 0 3px;
}
.other-work.blog ul li a .holder .title {
  font-size: 39px;
  line-height: 1;
}
.other-work.blog ul li a .holder .arrow {
  background-image: url("../_img/blog-arrow.svg");
  border: none;
  height: 36px;
  transform: none;
  width: 36px;
}
.other-work.all ul {
  border: 1px solid white;
  border-top: none;
  height: auto;
}
.other-work.all ul.odd li:last-child {
  display: block;
  width: 100%;
}
.other-work.all ul li {
  border: 1px solid white;
}
.other-work.all ul li a .holder {
  padding: 20px;
}
.other-work.grid ul {
  border: 1px solid white;
  border-bottom: none;
  height: auto;
}
.other-work.grid ul li {
  border: 1px solid white;
}
.other-work.grid ul li a .holder {
  padding: 20px;
}
.other-work.single ul {
  border: 1px solid white;
  border-bottom: none;
  height: auto;
}
.other-work.single ul li {
  border: 1px solid white;
  height: 630px;
  width: 100%;
}
.other-work.single ul li a .holder {
  margin: 0 0 0 50%;
  padding: 20px 10% 20px 10px;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .other-work.single ul li a .holder {
    margin-left: 25%;
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .other-work.single ul li a .holder {
    margin-left: 10%;
    width: 90%;
  }
}
.other-work.single ul li a .holder .cat {
  font-size: 14px;
  margin: 0 0 7px;
  text-align: left;
}
.other-work.single ul li a .holder .title {
  font-size: 58px;
  max-width: none;
  text-align: left;
}
.other-work.single ul li a .holder .date {
  max-width: none;
  text-align: left;
}
.other-work.single ul li a .holder .arrow {
  margin: 35px 0 0;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .other-work.grid ul {
    border: 1px solid white;
    border-bottom: none;
    height: 0;
    padding: 0 0 62.5%;
    position: relative;
  }
  .other-work.grid ul li {
    border: 1px solid white;
    height: auto;
    position: absolute;
    width: auto;
  }
  .other-work.grid ul li a .holder {
    padding: 20px;
  }
}
@media screen and (min-width: 700px) and (max-width: 980px) {
  .other-work.grid ul li a .holder .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  .other-work.grid ul li a .holder .title {
    line-height: 110%;
    margin: 6px auto;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:first-child {
    bottom: 0;
    left: 0;
    right: 50%;
    top: 0;
  }
  .other-work.grid ul li:first-child a .holder .title {
    font-size: 52px;
    max-width: 500px;
  }
}
@media screen and (min-width: 700px) and (max-width: 980px) {
  .other-work.grid ul li:first-child a .holder .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(2) {
    bottom: 50%;
    left: 50%;
    right: 25%;
    top: 0;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(3) {
    bottom: 50%;
    left: 75%;
    right: 0%;
    top: 0;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(4) {
    bottom: 0;
    left: 50%;
    right: 25%;
    top: 50%;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid ul li:nth-child(5) {
    bottom: 0;
    left: 75%;
    right: 0;
    top: 50%;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid.three ul li:nth-child(2) {
    bottom: 50%;
    left: 50%;
    right: 0;
    top: 0;
  }
  .other-work.grid.three ul li:nth-child(3) {
    bottom: 0;
    left: 50%;
    right: 0;
    top: 50%;
  }
}
@media screen and (min-width: 700px) {
  .other-work.grid.four ul li:nth-child(4) {
    bottom: 0;
    left: 50%;
    right: 0;
    top: 50%;
  }
}

.team-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.team-grid ul li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid white;
  display: inline-block;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 20%;
  position: relative;
  vertical-align: top;
  width: 20%;
}
@media screen and (max-width: 920px) {
  .team-grid ul li {
    padding-bottom: 25%;
    width: 25%;
  }
}
@media screen and (max-width: 760px) {
  .team-grid ul li {
    padding-bottom: 33.33%;
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  .team-grid ul li {
    padding-bottom: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .team-grid ul li {
    border-left: none;
    border-right: none;
    padding-bottom: 100%;
    width: 100%;
  }
}
.team-grid ul li:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#130f47+0,130f47+100&0+0,0.5+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(19, 15, 71, 0) 0%, rgba(19, 15, 71, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00130f47", endColorstr="#80130f47",GradientType=0 );
  /* IE6-9 */
}
@media screen and (min-width: 921px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(5n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(5n) {
    border-right: none;
  }
}
@media screen and (max-width: 920px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(4n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 760px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(3n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .team-grid ul li:first-child, .team-grid ul li:nth-child(2n+1) {
    border-left: none;
  }
  .team-grid ul li:last-child, .team-grid ul li:nth-child(2n) {
    border-right: none;
  }
}
.team-grid ul li .name {
  bottom: 15px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.22px;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  right: 12px;
  text-align: left;
  text-transform: uppercase;
  z-index: 10;
}
.team-grid ul li .name .first {
  color: #02c696;
  display: block;
  margin: 0 0 6px;
}
.team-grid ul li .contact {
  background: #02bd8f;
  border-radius: 24px;
  display: block;
  padding: 13px 0 0;
  position: absolute;
  right: 15px;
  text-align: left;
  top: 9px;
  width: 48px;
}
.team-grid ul li .contact span.connect {
  background: url("../_img/icon-connect.png") center center/contain no-repeat;
  cursor: pointer;
  display: block;
  height: 27px;
  margin: 0 auto 13px;
  max-width: 26px;
  text-indent: -10000px;
  width: 100%;
}
.team-grid ul li .contact a {
  background: url("../_img/icon-email.png") center center/contain no-repeat;
  display: block;
  height: 0;
  margin: 0 auto;
  max-width: 26px;
  opacity: 0;
  overflow: hidden;
  text-indent: -10000px;
  transition: all 0.25s ease;
  visibility: hidden;
  width: 100%;
}
.team-grid ul li .contact a.twitter {
  background-image: url("../_img/icon-twitter.png");
}
.team-grid ul li .contact a.linkedin {
  background-image: url("../_img/icon-linkedin.png");
}
.team-grid ul li .contact a.github {
  background-image: url("../_img/icon-github.png");
}
.team-grid ul li .contact.toggle a {
  height: 26px;
  margin: 0 auto 13px;
  opacity: 1;
  visibility: visible;
}

.widget_gb_cta_widget {
  margin: 0;
}

.widget.cta-careers {
  background: url("../_img/bg-cta-careers.jpg") center center/cover no-repeat;
  margin: 0;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .widget.cta-careers {
    padding: 15% 7%;
  }
}
.widget.cta-careers h2.widget-title {
  color: #08c69f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.22px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.widget.cta-careers .textwidget h3 {
  color: white;
  font-size: 54px;
  font-weight: bold;
  line-height: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  .widget.cta-careers .textwidget h3 {
    font-size: 36px;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .widget.cta-careers .textwidget h3 {
    font-size: 28px;
    line-height: 120%;
    margin: 15px 0 30px;
  }
}

.mfp-content {
  text-align: center;
}
.mfp-content .iframe {
  display: inline-block;
  position: relative;
  text-align: center;
}
.mfp-content .iframe iframe {
  border: none;
  margin: 0 auto;
}
.mfp-content .iframe .mfp-close {
  color: white;
  opacity: 0.65;
  right: -36px;
  top: -10px;
}
.mfp-content .iframe .mfp-close:hover, .mfp-content .iframe .mfp-close:active {
  opacity: 1;
}

.panel-row-style.bg-black {
  position: relative;
}

.panel-row-style.bg-black:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
}

.panel-row-style.bg-black .panel-grid-cell {
  position: relative;
}

article .entry-content .nanoscale.panel-row-style.smaller-widget {
  margin: 0;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  article .entry-content .nanoscale.panel-row-style.smaller-widget {
    padding: 15% 7%;
  }
}
article .entry-content .nanoscale.panel-row-style.smaller-widget h2.widget-title {
  color: #08c69f;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: 2.22px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
article .entry-content .nanoscale.panel-row-style.smaller-widget .textwidget h3 {
  color: white;
  font-size: 54px;
  font-weight: bold;
  line-height: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  article .entry-content .nanoscale.panel-row-style.smaller-widget .textwidget h3 {
    font-size: 36px;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  article .entry-content .nanoscale.panel-row-style.smaller-widget .textwidget h3 {
    font-size: 28px;
    line-height: 120%;
    margin: 15px 0 30px;
  }
}
