<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
@mixin shadow {
    box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.20), 0px 0px 1px rgba(0, 0, 0, 0.20);
}
*/
.quote:after, .quote:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  width: 96px;
  height: 96px;
}

[data-align=center] {
  text-align: center;
}

[data-align=left] {
  text-align: left;
}

[data-align=right] {
  text-align: right;
}

@media only screen and (min-width: 1260px) {
  [data-width=small] {
    width: 40% !important;
    max-width: 40% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1260px) {
  [data-width=medium] {
    width: 60% !important;
    max-width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1260px) {
  [data-width=large] {
    width: 80% !important;
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

@font-face {
  font-family: "Modern Era";
  src: url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Bold.woff2") format("woff2"), url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Modern Era";
  src: url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-BoldItalic.woff2") format("woff2"), url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Modern Era";
  src: url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Regular.woff2") format("woff2"), url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Modern Era";
  src: url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Italic.woff2") format("woff2"), url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Modern Era";
  src: url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Black.woff2") format("woff2"), url("https://www.yuja.com/wp-content/themes/yuja/fonts/modern-era/ModernEra-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: sans-serif;
}
html body {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.single-format-standard .post-content h1,
.single-format-standard .post-content h2,
.single-format-standard .post-content h3,
.single-format-standard .post-content h4,
.single-format-standard .post-content .srr-wrap .srr-title,
.srr-wrap .single-format-standard .post-content .srr-title,
.single-format-standard .post-content .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .tabs__item,
.single-format-standard .post-content .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content a,
.single-format-standard .post-content .blog-feed-embed .srr-title,
.blog-feed-embed .single-format-standard .post-content .srr-title,
.single-format-standard .post-content .pa thead tr,
.pa thead .single-format-standard .post-content tr,
.single-format-standard .post-content h5,
.single-format-standard .post-content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .post-location,
.single-format-standard .post-content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .post-date,
.single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .tabs__heading--1 a,
.tabs__heading--1 .single-format-standard .post-content a,
.single-format-standard .post-content .tabs__heading--2 a,
.tabs__heading--2 .single-format-standard .post-content a,
.single-format-standard .post-content .tabs__heading--4 a,
.tabs__heading--4 .single-format-standard .post-content a,
.single-format-standard .post-content .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content a,
.single-format-standard .post-content .hero--cs .post-location,
.hero--cs .single-format-standard .post-content .post-location,
.single-format-standard .post-content .hero--cs .post-date,
.hero--cs .single-format-standard .post-content .post-date,
.single-format-standard .post-content .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.single-format-standard .post-content .institutions-logos p,
.institutions-logos .single-format-standard .post-content p,
.single-format-standard .post-content .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content .heading,
.single-format-standard .post-content .spine-heading .h5,
.spine-heading .single-format-standard .post-content .h5,
.single-format-standard .post-content .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content .heading,
.single-format-standard .post-content .single-case_study .highlights span,
.single-case_study .highlights .single-format-standard .post-content span,
.pa thead tr,
.carousel-wrap .quotes-carousel blockquote,
.blog-feed-embed .srr-title,
.hero--blog__content ol a,
.tabs__heading--7 .tabs__item,
.srr-wrap .srr-title,
.h4 {
  font-family: "Modern Era", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  margin-bottom: 0.5em;
  color: #462872;
  font-weight: 700;
  letter-spacing: -1px;
  overflow-wrap: normal;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.single-format-standard .post-content h1 a,
.single-format-standard .post-content h2 a,
.single-format-standard .post-content h3 a,
.single-format-standard .post-content h4 a,
.single-format-standard .post-content .hero--blog__content ol a a,
.hero--blog__content ol .single-format-standard .post-content a a,
.single-format-standard .post-content .pa thead tr a,
.pa thead .single-format-standard .post-content tr a,
.single-format-standard .post-content h5 a,
.single-format-standard .post-content .events-posts article .post-location a,
.events-posts article .single-format-standard .post-content .post-location a,
.single-format-standard .post-content .events-posts article .post-date a,
.events-posts article .single-format-standard .post-content .post-date a,
.single-format-standard .post-content .events-posts article .post-upcoming a,
.events-posts article .single-format-standard .post-content .post-upcoming a,
.single-format-standard .post-content .tabs__heading--1 a a,
.tabs__heading--1 .single-format-standard .post-content a a,
.single-format-standard .post-content .tabs__heading--2 a a,
.tabs__heading--2 .single-format-standard .post-content a a,
.single-format-standard .post-content .tabs__heading--4 a a,
.tabs__heading--4 .single-format-standard .post-content a a,
.single-format-standard .post-content .tabs__heading--5 a a,
.tabs__heading--5 .single-format-standard .post-content a a,
.single-format-standard .post-content .hero--cs .post-location a,
.hero--cs .single-format-standard .post-content .post-location a,
.single-format-standard .post-content .hero--cs .post-date a,
.hero--cs .single-format-standard .post-content .post-date a,
.single-format-standard .post-content .hero--cs .post-upcoming a,
.hero--cs .single-format-standard .post-content .post-upcoming a,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li a,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li a,
.single-format-standard .post-content .institutions-logos p a,
.institutions-logos .single-format-standard .post-content p a,
.single-format-standard .post-content .slidorion .accordion .heading a,
.slidorion .accordion .single-format-standard .post-content .heading a,
.single-format-standard .post-content .spine-heading .h5 a,
.spine-heading .single-format-standard .post-content .h5 a,
.single-format-standard .post-content .accordion-basic .heading a,
.accordion-basic .single-format-standard .post-content .heading a,
.single-format-standard .post-content .single-case_study .highlights span a,
.single-case_study .highlights .single-format-standard .post-content span a,
.pa thead tr a,
.carousel-wrap .quotes-carousel blockquote a,
.blog-feed-embed .srr-title a,
.hero--blog__content ol a a,
.tabs__heading--7 .tabs__item a,
.srr-wrap .srr-title a,
.h4 a {
  color: #462872;
}

h5, .events-posts article .post-location,
.events-posts article .post-date,
.events-posts article .post-upcoming, .single-case_study .highlights span, .accordion-basic .heading, .spine-heading .h5, .slidorion .accordion .heading, .institutions-logos p, .carousel-wrap .carousel-indicators li, .hero--cs .post-location,
.hero--cs .post-date,
.hero--cs .post-upcoming, .tabs__heading--5 a, .tabs__heading--4 a, .tabs__heading--2 a, .tabs__heading--1 a,
.h5,
h6,
.single-news .pr-tag,
.single-post .post-content .note,
.post-tags a,
.blog .post-category,
.archive .post-category,
.footer__alerts-link,
.h6 {
  font-family: "Modern Era", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.83em;
  color: #424446;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: normal;
}

h1,
.h1 {
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 700;
}
@media only screen and (min-width: 1260px) {
  h1,
  .h1 {
    font-size: 2em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1480px) {
  h1,
  .h1 {
    font-size: 3em;
  }
}

h2,
.h2 {
  font-size: 2em;
  line-height: 1.1;
}
@media only screen and (min-width: 1023px) {
  h2,
  .h2 {
    font-size: 2.7em;
    line-height: 1.1;
  }
}

h3,
.h3 {
  font-size: 1.85em;
  line-height: 1.1;
}
@media only screen and (min-width: 1023px) {
  h3,
  .h3 {
    font-size: 2.2em;
    line-height: 1.1;
  }
}

h4, .single-format-standard .post-content h1,
.single-format-standard .post-content h2,
.single-format-standard .post-content h3,
.single-format-standard .post-content h4,
.single-format-standard .post-content .srr-wrap .srr-title,
.srr-wrap .single-format-standard .post-content .srr-title,
.single-format-standard .post-content .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .tabs__item,
.single-format-standard .post-content .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content a,
.single-format-standard .post-content .blog-feed-embed .srr-title,
.blog-feed-embed .single-format-standard .post-content .srr-title,
.single-format-standard .post-content .pa thead tr,
.pa thead .single-format-standard .post-content tr,
.single-format-standard .post-content h5,
.single-format-standard .post-content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .post-location,
.single-format-standard .post-content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .post-date,
.single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .tabs__heading--1 a,
.tabs__heading--1 .single-format-standard .post-content a,
.single-format-standard .post-content .tabs__heading--2 a,
.tabs__heading--2 .single-format-standard .post-content a,
.single-format-standard .post-content .tabs__heading--4 a,
.tabs__heading--4 .single-format-standard .post-content a,
.single-format-standard .post-content .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content a,
.single-format-standard .post-content .hero--cs .post-location,
.hero--cs .single-format-standard .post-content .post-location,
.single-format-standard .post-content .hero--cs .post-date,
.hero--cs .single-format-standard .post-content .post-date,
.single-format-standard .post-content .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.single-format-standard .post-content .institutions-logos p,
.institutions-logos .single-format-standard .post-content p,
.single-format-standard .post-content .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content .heading,
.single-format-standard .post-content .spine-heading .h5,
.spine-heading .single-format-standard .post-content .h5,
.single-format-standard .post-content .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content .heading,
.single-format-standard .post-content .single-case_study .highlights span,
.single-case_study .highlights .single-format-standard .post-content span, .pa thead tr, .carousel-wrap .quotes-carousel blockquote, .blog-feed-embed .srr-title, .hero--blog__content ol a, .tabs__heading--7 .tabs__item, .srr-wrap .srr-title,
.h4 {
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h5, .events-posts article .post-location,
.events-posts article .post-date,
.events-posts article .post-upcoming, .single-case_study .highlights span, .accordion-basic .heading, .spine-heading .h5, .slidorion .accordion .heading, .institutions-logos p, .carousel-wrap .carousel-indicators li, .hero--cs .post-location,
.hero--cs .post-date,
.hero--cs .post-upcoming, .tabs__heading--5 a, .tabs__heading--4 a, .tabs__heading--2 a, .tabs__heading--1 a,
.h5 {
  font-size: 0.93em;
  letter-spacing: 0.3px;
}

h6, .single-news .pr-tag, .single-post .post-content .note, .post-tags a, .blog .post-category,
.archive .post-category, .footer__alerts-link,
.h6 {
  font-size: 0.79em;
}

h1[data-color=secondary],
h2[data-color=secondary],
h3[data-color=secondary],
h4[data-color=secondary],
.single-format-standard .post-content h1[data-color=secondary],
.single-format-standard .post-content h2[data-color=secondary],
.single-format-standard .post-content h3[data-color=secondary],
.single-format-standard .post-content h4[data-color=secondary],
.single-format-standard .post-content h5[data-color=secondary],
.single-format-standard .post-content .institutions-logos p[data-color=secondary],
.institutions-logos .single-format-standard .post-content p[data-color=secondary],
.pa thead tr[data-color=secondary],
.carousel-wrap .quotes-carousel blockquote[data-color=secondary],
.blog-feed-embed [data-color=secondary].srr-title,
.hero--blog__content ol a[data-color=secondary],
.tabs__heading--7 [data-color=secondary].tabs__item,
.srr-wrap [data-color=secondary].srr-title,
h5[data-color=secondary],
.events-posts article [data-color=secondary].post-location,
.events-posts article [data-color=secondary].post-date,
.events-posts article [data-color=secondary].post-upcoming,
.single-case_study .highlights span[data-color=secondary],
.accordion-basic [data-color=secondary].heading,
.spine-heading [data-color=secondary].h5,
.slidorion .accordion [data-color=secondary].heading,
.carousel-wrap .carousel-indicators li[data-color=secondary],
.hero--cs [data-color=secondary].post-location,
.hero--cs [data-color=secondary].post-date,
.hero--cs [data-color=secondary].post-upcoming,
.tabs__heading--5 a[data-color=secondary],
.tabs__heading--4 a[data-color=secondary],
.tabs__heading--2 a[data-color=secondary],
.tabs__heading--1 a[data-color=secondary],
h6[data-color=secondary],
.single-news [data-color=secondary].pr-tag,
.single-post .post-content [data-color=secondary].note,
.post-tags a[data-color=secondary],
.blog [data-color=secondary].post-category,
.archive [data-color=secondary].post-category,
[data-color=secondary].footer__alerts-link,
p[data-color=secondary],
span[data-color=secondary],
strong[data-color=secondary] {
  color: #030303;
}
h1[data-size="120"],
h2[data-size="120"],
h3[data-size="120"],
h4[data-size="120"],
.single-format-standard .post-content h1[data-size="120"],
.single-format-standard .post-content h2[data-size="120"],
.single-format-standard .post-content h3[data-size="120"],
.single-format-standard .post-content h4[data-size="120"],
.single-format-standard .post-content h5[data-size="120"],
.single-format-standard .post-content .institutions-logos p[data-size="120"],
.institutions-logos .single-format-standard .post-content p[data-size="120"],
.pa thead tr[data-size="120"],
.carousel-wrap .quotes-carousel blockquote[data-size="120"],
.blog-feed-embed [data-size="120"].srr-title,
.hero--blog__content ol a[data-size="120"],
.tabs__heading--7 [data-size="120"].tabs__item,
.srr-wrap [data-size="120"].srr-title,
h5[data-size="120"],
.events-posts article [data-size="120"].post-location,
.events-posts article [data-size="120"].post-date,
.events-posts article [data-size="120"].post-upcoming,
.single-case_study .highlights span[data-size="120"],
.accordion-basic [data-size="120"].heading,
.spine-heading [data-size="120"].h5,
.slidorion .accordion [data-size="120"].heading,
.carousel-wrap .carousel-indicators li[data-size="120"],
.hero--cs [data-size="120"].post-location,
.hero--cs [data-size="120"].post-date,
.hero--cs [data-size="120"].post-upcoming,
.tabs__heading--5 a[data-size="120"],
.tabs__heading--4 a[data-size="120"],
.tabs__heading--2 a[data-size="120"],
.tabs__heading--1 a[data-size="120"],
h6[data-size="120"],
.single-news [data-size="120"].pr-tag,
.single-post .post-content [data-size="120"].note,
.post-tags a[data-size="120"],
.blog [data-size="120"].post-category,
.archive [data-size="120"].post-category,
[data-size="120"].footer__alerts-link,
p[data-size="120"],
span[data-size="120"],
strong[data-size="120"] {
  font-size: 120%;
}

strong {
  font-weight: 700;
}

p,
body {
  line-height: 1.55;
  font-size: 1.04em;
  font-family: "Modern Era", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #424446;
}

.subtitle {
  color: #462872 !important;
  background: #e2daec;
  font-size: 0.85em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img:-moz-loading {
  visibility: hidden;
}

a {
  color: #086472;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: black;
}
a:hover, a:active {
  outline: 0;
  color: black;
}
a:focus {
  outline: 2px solid #086472;
  outline-offset: 2px;
  z-index: 10000;
  color: black;
}

input:focus {
  outline: 0;
}

main {
  width: 100%;
  position: relative;
}
main .main__content {
  max-width: 100vw;
  overflow: hidden;
}

.bounded {
  position: relative;
  margin: 0px auto;
  width: 80%;
  display: block;
}
@media only screen and (min-width: 1260px) {
  .bounded {
    width: 90%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1480px) {
  .bounded {
    width: 100%;
    max-width: 1300px;
  }
}

.boundless {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1140px) {
  .boundless {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.cover img,
.cover video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/*
.contain {
    img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    video {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
*/
.contain img,
.contain video {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 1.5rem auto;
  display: block;
}
@media only screen and (min-width: 767px) {
  .contain img,
  .contain video {
    margin-bottom: 0;
  }
}

picture {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
}
picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
picture &gt; br {
  display: none;
}

::selection,
::-webkit-selection,
::-moz-selection {
  background: #086472;
  color: #fff;
  text-shadow: none;
}
@keyframes animated-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes logos-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
@keyframes hero-zoom {
  0% {
    transform: scale(0.1);
    transition: 2s ease-in-out;
  }
  100% {
    transform: scale(0.1);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/* Clear */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.auto-height {
  height: auto;
}

.margin-bottom {
  margin-bottom: 1.5rem;
}

.margin-bottom-big {
  margin-bottom: 3rem;
}

.shadow {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.shadow--small {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.page-id-7246 table.pa td:nth-child(1) {
  width: 160px;
}

.page-id-7246 table.pa td:nth-child(3) {
  width: 140px;
}

.page-id-7246 table.pa td:nth-child(4) {
  width: 200px;
}

.page-id-7246 table.pa td:nth-child(5) {
  width: 160px;
  padding-right: 30px;
}

.page-id-5986 .tabs .section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-id-5986 .tabs__heading--1 {
  background: #fff;
  padding-top: 3rem;
}

@media only screen and (min-width: 767px) {
  .page-id-5986 .tabs__heading--1 &gt; a {
    min-width: 18em;
    text-align: center;
  }
}
.page-id-5986 .tabs img {
  display: block;
  margin: 0 auto;
  width: 800px;
}

.page-id-5986 .section {
  min-height: 830px;
}

.page-id-7349 iframe {
  width: 100%;
  height: 45em;
}

#BambooHR-Footer {
  display: none;
}

.page-template-dark-header .header__logo,
.page-template-v3 .header__logo,
.page-template-news .header__logo,
.single-case_study .header__logo,
.page-template-updated-menu .header__logo,
.page-template-events .header__logo,
.page-template-header-embed .header__logo,
.page-template-case-studies .header__logo {
  width: 144px;
  height: 35px;
  padding-left: 144px;
  background: url("https://www.yuja.com/wp-content/uploads/yuja-logo.svg");
  background-size: cover;
}

@media only screen and (min-width: 1023px) {
  .page-template-dark-header .ubermenu:not(.scroll-to-fixed-fixed) .ubermenu-item-level-0 &gt; a,
  .page-template-dark-header .ubermenu:not(.scroll-to-fixed-fixed) .header__contact-numbers a:before,
  .page-template-v3 .ubermenu:not(.scroll-to-fixed-fixed) .ubermenu-item-level-0 &gt; a,
  .page-template-v3 .ubermenu:not(.scroll-to-fixed-fixed) .header__contact-numbers a:before,
  .page-template-news .ubermenu:not(.scroll-to-fixed-fixed) .ubermenu-item-level-0 &gt; a,
  .page-template-news .ubermenu:not(.scroll-to-fixed-fixed) .header__contact-numbers a:before,
  .page-template-case-studies .ubermenu:not(.scroll-to-fixed-fixed) .ubermenu-item-level-0 &gt; a,
  .page-template-case-studies .ubermenu:not(.scroll-to-fixed-fixed) .header__contact-numbers a:before,
  .single-case_study .ubermenu:not(.scroll-to-fixed-fixed) .ubermenu-item-level-0 &gt; a,
  .single-case_study .ubermenu:not(.scroll-to-fixed-fixed) .header__contact-numbers a:before,
  .page-template-header-embed .ubermenu:not(.scroll-to-fixed-fixed) .ubermenu-item-level-0 &gt; a,
  .page-template-header-embed .ubermenu:not(.scroll-to-fixed-fixed) .header__contact-numbers a:before {
    color: #151515;
    opacity: 0.8;
  }
  .page-template-dark-header .ubermenu .ubermenu-item-has-children &gt; a span:after,
  .page-template-v3 .ubermenu .ubermenu-item-has-children &gt; a span:after,
  .page-template-news .ubermenu .ubermenu-item-has-children &gt; a span:after,
  .page-template-case-studies .ubermenu .ubermenu-item-has-children &gt; a span:after,
  .single-case_study .ubermenu .ubermenu-item-has-children &gt; a span:after,
  .page-template-header-embed .ubermenu .ubermenu-item-has-children &gt; a span:after {
    filter: invert(0);
    opacity: 0.8;
  }
  .page-template-dark-header .ubermenu-nav .is-form-style .is-search-submit path,
  .page-template-v3 .ubermenu-nav .is-form-style .is-search-submit path,
  .page-template-news .ubermenu-nav .is-form-style .is-search-submit path,
  .page-template-case-studies .ubermenu-nav .is-form-style .is-search-submit path,
  .single-case_study .ubermenu-nav .is-form-style .is-search-submit path,
  .page-template-header-embed .ubermenu-nav .is-form-style .is-search-submit path {
    fill: #151515;
  }
}
.page-template-dark-header .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.page-template-v3 .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.page-template-news .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.page-template-case-studies .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.page-template-case-studies-2 .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.single-case_study .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main,
.page-template-header-embed .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  filter: invert(1);
}

.page-template-dark-header .carousel-wrap .slider-controls-buttons,
.page-template-v3 .carousel-wrap .slider-controls-buttons,
.page-template-header-embed .carousel-wrap .slider-controls-buttons {
  top: 30%;
}

.page-template-dark-header .carousel-wrap .slider-controls-buttons .arrow,
.page-template-v3 .carousel-wrap .slider-controls-buttons .arrow,
.page-template-news .carousel-wrap .slider-controls-buttons .arrow,
.page-template-case-studies .carousel-wrap .slider-controls-buttons .arrow,
.page-template-case-studies-2 .carousel-wrap .slider-controls-buttons .arrow,
.single-case_study .carousel-wrap .slider-controls-buttons .arrow,
.page-template-header-embed .carousel-wrap .slider-controls-buttons .arrow {
  background: #fff;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.page-template-dark-header .carousel-wrap .slider-controls-buttons .arrow svg path,
.page-template-v3 .carousel-wrap .slider-controls-buttons .arrow svg path,
.page-template-news .carousel-wrap .slider-controls-buttons .arrow svg path,
.page-template-case-studies .carousel-wrap .slider-controls-buttons .arrow svg path,
.page-template-case-studies-2 .carousel-wrap .slider-controls-buttons .arrow svg path,
.single-case_study .carousel-wrap .slider-controls-buttons .arrow svg path,
.page-template-header-embed .carousel-wrap .slider-controls-buttons .arrow svg path {
  stroke: #462872;
}

cite {
  white-space: nowrap;
  font-style: normal;
  display: contents;
}

.page-id-7082 .header,
.page-template-news .header,
.single-case_study .header {
  position: relative;
}

@media only screen and (min-width: 1260px) {
  .page-id-44 .hero-side {
    padding: 7em 1.5rem 0 1.5rem;
    min-height: 40em;
    height: 40vh;
  }
}
@media only screen and (min-width: 1260px) {
  .page-id-44 .hero-side .hero__media--6 {
    width: 38%;
  }
}
.mc4wp-alert {
  padding: 0.5em 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
  margin-top: 3rem;
  border-radius: 6px;
}

@media only screen and (min-width: 1260px) {
  .postid-11017 .hero [data-width=medium], .postid-11017 .hero--post--full-screen [data-width=medium],
  .postid-11017 .hero--full-screen [data-width=medium] {
    width: 80% !important;
    max-width: 80% !important;
  }
}
.srr-wrap &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.srr-wrap .srr-item {
  width: 100%;
  padding: 1.5rem !important;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in;
  align-self: stretch;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media only screen and (min-width: 767px) {
  .srr-wrap .srr-item {
    height: 100%;
  }
}
.srr-wrap .srr-item:hover {
  background: #f7f8f9;
}

.srr-wrap img {
  max-width: 100%;
  height: auto !important;
}

.page-id-9884 .srr-item {
  width: 50%;
}

.page-id-9884 .srr-item .srr-thumb img {
  width: auto;
}

.page-id-14417 .sfsi_shortcode_container .sfsi_wicons {
  width: 24px !important;
  height: 24px !important;
}

.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  border-bottom: 0 !important;
}

.wpcf7-spinner {
  display: block;
  margin: 1em auto 0 auto;
}

.sales-modal {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 767px) {
  .sales-modal {
    margin-bottom: 0;
  }
}

.feauteres-highlight {
  display: block;
  color: #fff;
  border: 2px solid transparent;
}
.feauteres-highlight.active {
  border-color: #086472;
  background: #fff;
  color: #030303;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.image-slider-background {
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
  margin: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list img {
  border-radius: 6px;
  margin: 0 auto 20px auto;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
  color: #151515;
  font-size: 80%;
  font-weight: 700;
}

.wp-block-latest-posts.wp-block-latest-posts__list a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.wp-block-latest-posts.wp-block-latest-posts__list li:hover img {
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.wp-block-latest-posts.wp-block-latest-posts__list li:hover a {
  color: #888;
}

div#block-2 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

div#block-2:before {
  content: " ";
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgb(247, 248, 249) 30%, rgba(247, 248, 249, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

div#block-2:after {
  content: " ";
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, rgb(247, 248, 249) 30%, rgba(247, 248, 249, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.main-posts article .post-thumbnail {
  margin-bottom: 1.5rem;
}

.wp-block-latest-posts__post-date {
  font-size: 0.7em;
}

.button--underline.stretched-link:hover:after, .stretched-link.button--underline--secondary:hover:after,
.button--underline--white.stretched-link:hover:after {
  background: transparent;
}

.brochure-box .button--underline.stretched-link, .brochure-box .stretched-link.button--underline--secondary,
.brochure-box .button--underline--white.stretched-link {
  position: initial;
}

.blue-shape {
  fill: #3ba4b4;
}

.phase {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.7;
  background: #462872;
  padding: 5px 10px;
  border-radius: 17px;
  color: #fff;
}

.glassdoor-reviews {
  display: flex;
  justify-content: space-between;
}
.glassdoor-reviews h4, .glassdoor-reviews .single-format-standard .post-content h1, .single-format-standard .post-content .glassdoor-reviews h1,
.glassdoor-reviews .single-format-standard .post-content h2,
.single-format-standard .post-content .glassdoor-reviews h2,
.glassdoor-reviews .single-format-standard .post-content h3,
.single-format-standard .post-content .glassdoor-reviews h3,
.glassdoor-reviews .single-format-standard .post-content h4,
.single-format-standard .post-content .glassdoor-reviews h4,
.glassdoor-reviews .single-format-standard .post-content h5,
.glassdoor-reviews .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .glassdoor-reviews .single-format-standard .post-content .post-location,
.glassdoor-reviews .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .glassdoor-reviews .single-format-standard .post-content .post-date,
.glassdoor-reviews .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .glassdoor-reviews .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .glassdoor-reviews h5,
.single-format-standard .post-content .glassdoor-reviews .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .glassdoor-reviews .post-location,
.single-format-standard .post-content .glassdoor-reviews .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .glassdoor-reviews .post-date,
.single-format-standard .post-content .glassdoor-reviews .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .glassdoor-reviews .post-upcoming,
.glassdoor-reviews .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .glassdoor-reviews a,
.glassdoor-reviews .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .glassdoor-reviews a,
.glassdoor-reviews .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .glassdoor-reviews a,
.glassdoor-reviews .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .glassdoor-reviews a,
.glassdoor-reviews .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .glassdoor-reviews a,
.glassdoor-reviews .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .glassdoor-reviews a,
.glassdoor-reviews .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .glassdoor-reviews a,
.glassdoor-reviews .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .glassdoor-reviews a,
.glassdoor-reviews .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .glassdoor-reviews .post-location,
.glassdoor-reviews .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .glassdoor-reviews .post-location,
.glassdoor-reviews .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .glassdoor-reviews .post-date,
.glassdoor-reviews .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .glassdoor-reviews .post-date,
.glassdoor-reviews .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .glassdoor-reviews .post-upcoming,
.glassdoor-reviews .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .glassdoor-reviews .post-upcoming,
.glassdoor-reviews .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .glassdoor-reviews li,
.glassdoor-reviews .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .glassdoor-reviews li,
.glassdoor-reviews .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .glassdoor-reviews p,
.glassdoor-reviews .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .glassdoor-reviews p,
.glassdoor-reviews .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .glassdoor-reviews .heading,
.glassdoor-reviews .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .glassdoor-reviews .heading,
.glassdoor-reviews .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .glassdoor-reviews .h5,
.glassdoor-reviews .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .glassdoor-reviews .h5,
.glassdoor-reviews .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .glassdoor-reviews .heading,
.glassdoor-reviews .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .glassdoor-reviews .heading,
.glassdoor-reviews .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .glassdoor-reviews span,
.glassdoor-reviews .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .glassdoor-reviews span, .glassdoor-reviews .pa thead tr, .pa thead .glassdoor-reviews tr, .glassdoor-reviews .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .glassdoor-reviews blockquote, .glassdoor-reviews .blog-feed-embed .srr-title, .blog-feed-embed .glassdoor-reviews .srr-title, .glassdoor-reviews .hero--blog__content ol a, .hero--blog__content ol .glassdoor-reviews a, .glassdoor-reviews .tabs__heading--7 .tabs__item, .tabs__heading--7 .glassdoor-reviews .tabs__item, .glassdoor-reviews .srr-wrap .srr-title, .srr-wrap .glassdoor-reviews .srr-title {
  align-items: center;
  display: flex;
}
.glassdoor-reviews strong {
  margin-right: 1rem;
}

.life-at-yuja {
  position: relative;
}
.life-at-yuja:before {
  background-image: url(http://www.yuja.com/wp-content/uploads/heart.svg);
  width: 48px;
  height: 48px;
  background-size: cover;
  position: absolute;
  top: -20px;
  left: -30px;
  content: " ";
}

#homepage-vertical-auto-scroll .item-25,
#homepage-vertical-auto-scroll .item-23,
#homepage-vertical-auto-scroll .logos-marquee {
  display: none !important;
}
#homepage-vertical-auto-scroll .carousel-wrap .slider-controls-buttons {
  top: 30%;
}
#homepage-vertical-auto-scroll .carousel-wrap .slider-controls-buttons .arrow-right {
  margin-right: 0;
}
#homepage-vertical-auto-scroll .carousel-wrap .slider-controls-buttons .arrow-left {
  margin-left: 0;
}
#homepage-vertical-auto-scroll .carousel-wrap .slider-controls-buttons .arrow svg path {
  fill: #462872;
}
#homepage-vertical-auto-scroll .carousel-wrap .slider-controls-buttons .arrow {
  background: #fff;
  opacity: 0.5;
}
#homepage-vertical-auto-scroll .carousel-wrap .slider-controls-buttons .arrow:hover {
  opacity: 1;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.page-id-1687 .carousel-wrap,
.page-template-news .carousel-wrap {
  padding: 0;
}

.srr-thumb.srr-thumb-cover {
  height: 230px !important;
}

.slick-track .slick-slide {
  display: flex !important;
}

.page-template-news .slick-track .slick-slide {
  display: block !important;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-id-16443 {
  padding-left: 1.5rem !important;
}

.homepage-carousel,
.features-carousel,
.features-carousel-autoplay,
.testimonials-carousel,
.testimonials-carousel-nav,
.features-carousel--hero,
.quotes-carousel,
.careers-carousel,
.case-studies-carousel,
.home-news-carousel,
.related-posts-carousel,
.logos-carousel,
.carousel-wrap .logos-carousel-2,
.logos-carousel-2,
.image-slider-presentation,
.homeage-case-studies {
  display: none;
}

.sidebar .is-form-style {
  background: #e5e8eb;
}

.carousel-wrap.home-case-studies .slider-controls-buttons .arrow-right {
  margin-right: -3.5rem;
}

.carousel-wrap.home-case-studies .slider-controls-buttons .arrow-left {
  margin-left: -3.5rem;
}

.page-template-events .hero--cs {
  background: url(http://www.yuja.com/wp-content/uploads/1-bg-yuja-12-1.jpg);
}

@media only screen and (min-width: 767px) {
  .page-template-event .hero--cs .hero__content .contain {
    width: 7rem;
  }
}

.modal-content[data-modal="1"] .g-recaptcha {
  width: 50%;
  float: left;
}

select#lead_source {
  height: 1px;
}

label[for=lead_source] {
  display: none;
}

.modal-content[data-modal="1"] textarea {
  height: 80px;
}

.compact.modal .modal-content[data-modal="1"] textarea,
.compact.modal label[for="00N5e00000ZNeyh"],
.compact.modal .modal-content[data-modal="1"] .modal-content-header p,
.compact.modal .modal-content[data-modal="2"] .modal-content-header p,
.compact.modal .modal-content[data-modal="2"] textarea,
.compact.modal label[for=textarea-486] {
  display: none;
}

.modal-content[data-modal="2"] .modal-content-header {
  margin-bottom: 0;
}

.modal-content[data-modal="2"] .wpcf7-form p {
  margin-top: 0;
}

ul.careers-hero {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.careers-hero li {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  counter-increment: posts-counter;
  padding-left: 5em;
}
ul.careers-hero li::before {
  content: "0" counter(posts-counter);
  font-size: 3rem;
  font-size: 2rem;
  line-height: 1;
  opacity: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: #472872;
  padding: 10px;
  transform: skew(345deg);
  color: #fff;
}
ul.careers-hero li:not(:last-child) {
  margin-right: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-in-page {
  z-index: 999999 !important;
}

@media only screen and (min-width: 1480px) {
  .single-case_study .hero, .single-case_study .hero--post--full-screen, .single-case_study .hero--full-screen {
    padding: 7em 1.5rem 0 6rem;
  }
}
.menu .first-level .menu-items .row li:first-child a {
  padding-top: 0.7em;
}

@media only screen and (max-width: 768px) {
  .margin-bottom-xs {
    margin-bottom: 4rem;
  }
}
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.svg-container svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar__widget .is-search-icon {
  filter: invert(1);
}

.page-template-default .is-screen-reader-text,
.page-template-template .is-screen-reader-text,
.page-template-content-only .is-screen-reader-text,
.single-news .is-screen-reader-text,
.error404 .is-screen-reader-text,
.blog .is-screen-reader-text,
.single-post .is-screen-reader-text {
  color: #fff;
}

.media-wrap .media &gt; video,
.media-wrap .media &gt; img,
.tabs__content img,
.tabs__content video,
.cover img,
.hero-side iframe {
  border-radius: 12px !important;
}

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

@media only screen and (min-width: 768px) {
  .icon-box--9 {
    display: flex;
  }
  .icon-box--9 &gt; div {
    width: 11%;
    padding: 1%;
  }
}
p a {
  text-decoration: underline;
}

.page-template-v3 .carousel-wrap .latest-news-carousel-horizontal .slider-controls-buttons {
  position: absolute;
  top: 80%;
  left: auto;
  transform: none;
  width: 80px;
  margin: auto;
  z-index: 100000;
  display: block;
  right: 40px;
}
.page-template-v3 .carousel-wrap .latest-news-carousel-horizontal .slider-controls-buttons .arrow {
  border: 1px solid #e4e8eb !important;
  opacity: 1;
}

.searchform {
  position: relative;
  width: 100%;
}

.searchform input[type=text] {
  width: 100%;
  padding: 28px 45px 28px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 300%;
  border-radius: 0;
}

.searchform button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  outline: none;
}

.searchform .fa {
  color: #333;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

.hero-side [class^=spine-heading--] .spine-heading,
.hero-side .spine-heading {
  display: none;
}
.hero-side [class^=spine-heading--] .subtitle,
.hero-side [class^=spine-heading--] [class*="subtitle."],
.hero-side .subtitle,
.hero-side [class*="subtitle."] {
  color: #462872 !important;
  background: #d0c3e1 !important;
}

.wave-background {
  background: url("http://www.yuja.com/wp-content/uploads/background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wave-background p {
  background: #fff;
}

.edit-link {
  display: none;
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .item {
  display: none;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-slider .slick-track,
.slick-slider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slider .slick-slide {
  float: right;
}
.slick-slider .slick-slide img {
  display: block;
}
.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slider .slick-slide {
  display: block;
}
.slick-loading .slick-slider .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slider .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none;
}

.link {
  font-weight: 400;
  color: #462872;
  font-size: 1.1em;
}
.link i {
  margin-left: 0.7em;
  font-size: 0.9em;
}

.button, body .skip-to-main, .button--orange-gradient, .button--blue-gradient, .button--black, .button--white, .button--underline, .button--underline--secondary, .button--underline--white, .button--outline, .button--outline--white, .button--secondary {
  padding: 1.2em 1.875em;
  font-weight: 600;
  display: inline-block;
  font-size: 0.95em;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  background-color: #462872;
  color: #fff;
  margin-top: 1em;
  border-radius: 6px;
}
.button:hover, body .skip-to-main:hover, .button--orange-gradient:hover, .button--blue-gradient:hover, .button--black:hover, .button--white:hover, .button--underline:hover, .button--underline--secondary:hover, .button--underline--white:hover, .button--outline:hover, .button--outline--white:hover, .button--secondary:hover, .button:focus, body .skip-to-main:focus, .button--orange-gradient:focus, .button--blue-gradient:focus, .button--black:focus, .button--white:focus, .button--underline:focus, .button--underline--secondary:focus, .button--underline--white:focus, .button--outline:focus, .button--outline--white:focus, .button--secondary:focus {
  color: #fff;
  background-color: #086472;
}
.button--secondary {
  background-color: #086472;
}
.button--secondary:hover {
  background-color: #462872;
}
.button--outline, .button--outline--white {
  border: 1px solid #462872;
  background: transparent;
  color: #462872;
  box-shadow: none;
}
.button--outline:hover, .button--outline--white:hover, .button--outline:focus, .button--outline--white:focus {
  color: #fff;
  background-color: #462872;
}
.button--outline--white {
  border: 1px solid #fff;
  color: #fff;
}
.button--outline--white:hover {
  color: #462872;
}
.button--underline, .button--underline--secondary, .button--underline--white {
  border: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #462872;
  background: transparent;
  color: #462872;
  box-shadow: none;
  position: relative;
  padding-right: 30px;
}
.button--underline:before, .button--underline--secondary:before, .button--underline--white:before {
  content: " ";
  position: absolute;
  right: 0;
  background: url(http://www.yuja.com/wp-content/uploads/arrow-bluex12-2.svg);
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.button--underline:after, .button--underline--secondary:after, .button--underline--white:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width 0.8s ease, background-color 0.8s ease;
  left: 0;
  margin-bottom: -1px;
}
.button--underline:hover:after, .button--underline--secondary:hover:after, .button--underline--white:hover:after {
  width: 100%;
  background: #086472;
  margin-left: 0;
}
.button--underline:hover, .button--underline--secondary:hover, .button--underline--white:hover, .button--underline:focus, .button--underline--secondary:focus, .button--underline--white:focus {
  background: transparent;
  color: #462872;
  border-bottom: 1px solid transparent;
}
.button--underline--white {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.button--underline--white:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-whitex12.svg");
}
.button--underline--white:hover {
  color: #fff;
  border-bottom: 1px solid #086472;
}
.button--underline--secondary {
  border-bottom: 1px solid #086472;
  color: #086472;
}
.button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-secondaryx12.svg");
}
.button--underline--secondary:hover, .button--underline--secondary:focus {
  color: #086472;
  border-bottom: 1px solid #086472;
}
.button--white {
  background: #fff;
  border: 1px solid #fff;
  color: #030303;
}
.button--white:hover, .button--white:focus {
  background-color: #030303;
  border-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.button--black {
  background: #030303;
  border: 1px solid #030303;
  color: #fff !important;
}
.button--black:hover {
  background-color: #fff;
  border-color: #fff;
  color: #030303 !important;
}
.button--blue-gradient {
  background: linear-gradient(90deg, rgb(6, 185, 228) 0%, rgb(121, 159, 224) 100%);
}
.button--blue-gradient:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.button--orange-gradient {
  background: linear-gradient(90deg, rgb(239, 102, 10) 0%, rgb(131, 47, 135) 100%);
}
.button--orange-gradient:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 767px) {
  .button, body .skip-to-main, .button--orange-gradient, .button--blue-gradient, .button--black, .button--white, .button--underline, .button--underline--secondary, .button--underline--white, .button--outline, .button--outline--white, .button--secondary {
    width: auto;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.animated-button {
  background: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 8px;
  color: #39265e;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
  justify-content: center;
  margin-bottom: -2px;
}
.animated-button:focus {
  color: #39265e;
}

.animated-button span {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
  transition: transform 0.3s ease;
}

.animated-button .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  margin-left: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

.animated-button .icon-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #b3b4f7;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: -1;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.animated-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e1e1e1;
  transition: transform 0.3s ease;
  z-index: -1;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.animated-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #39265e;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: -1;
}

.animated-button:hover {
  color: #fff;
  opacity: 1 !important;
  background: transparent;
}

.animated-button:hover::after {
  transform: translateX(-100%);
}

.animated-button:hover .icon-container::before {
  transform: translateX(0);
}

.animated-button:hover::before {
  transform: translateX(0);
}

.animated-button:hover .icon-container {
  color: #000;
}

.animated-button:hover svg {
  transform: translateX(25px);
}

.animated-button:hover span {
  transform: translateX(-5px);
}

.animated-button .icon-container::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -7px;
  width: 16px;
  /* Match the arrow width */
  height: 16px;
  /* Match the arrow height */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' height='16' width='16'%3E%3Cpath d='M0.75 12h22.5' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M12.75 22.5L23.25 12 12.75 1.5' fill-rule='evenodd' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.animated-button:hover .icon-container::after {
  transform: translateX(16px);
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
  display: none;
}

input::-webkit-input-placeholder {
  color: #086472;
  vertical-align: middle;
  line-height: 1.4;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #086472;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #086472;
}

input:-ms-input-placeholder {
  color: #086472;
}

input,
select,
textarea {
  font-size: 1em;
  outline: 0;
  border-radius: 0;
}

input:not([type=checkbox]) {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 6px;
}
input:not([type=checkbox]).wpcf7-not-valid {
  border-color: #b51739;
}
input:not([type=checkbox])::-moz-placeholder {
  color: #bbbecb;
}
input:not([type=checkbox])::placeholder {
  color: #bbbecb;
}
input:not([type=checkbox])[type=submit] {
  background-color: #086472;
  color: #fff;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 1em;
  color: #030303;
  outline: 0;
  background: #fff url("https://www.yuja.com/wp-content/themes/yuja/img/select-input.svg") no-repeat center right;
  background-size: 14px 14px;
  border-radius: 6px;
}

textarea {
  background: #ffffff;
  color: #030303;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 120px;
  padding-left: 1em;
  padding-top: 1em;
  font-size: 1em;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
textarea::-moz-placeholder {
  color: #bbbecb;
}
textarea::placeholder {
  color: #bbbecb;
}

@media only screen and (min-width: 767px) {
  .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.wpcf7-form p {
  width: 100%;
}
.wpcf7-form h3 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.wpcf7-form .form-group {
  margin-bottom: 1em;
  display: block;
  width: 100%;
}
.wpcf7-form .submit-wrap {
  margin: 0 auto;
}
.wpcf7-form .cf-sent {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7-form .cf-sent img {
  width: 80px;
  height: 80px;
}
.wpcf7-form .cf-sent span {
  display: block;
  text-align: center;
  margin-top: 1em;
}
.wpcf7-form.sent div,
.wpcf7-form.sent span,
.wpcf7-form.sent input {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.wpcf7-form.sent .cf-sent {
  display: flex;
}
.wpcf7-form.sent .cf-sent span {
  display: block;
}

.wpcf7-form-control-wrap {
  margin-bottom: 0.5em;
  display: block;
  position: relative;
}

.wpcf7-response-output {
  font-size: 0.9rem;
  text-align: center;
  max-width: 80%;
  margin: 1em auto 0 auto;
  color: #086472;
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 24px auto 0 auto;
}

label {
  font-size: 0.8em;
}

#screenshot-showcase,
#media-editor-showcase {
  min-height: 22em;
  position: relative;
  z-index: 0;
}
#screenshot-showcase img,
#screenshot-showcase video,
#media-editor-showcase img,
#media-editor-showcase video {
  position: relative;
  z-index: -1;
}

.showcase-point {
  margin: 0.5em 0;
  border: none;
  padding: 0.5em;
  text-align: center;
  background: #030303;
  border-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 1023px) {
  .showcase-point {
    position: absolute;
    width: 215px;
  }
  .showcase-point:before {
    content: " ";
    position: absolute;
    z-index: -1;
    height: 90px;
    width: 300px;
  }
}
.showcase-point p {
  margin: 0;
  color: #fff;
}
.showcase-point p span {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  margin-right: 1em;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: 700;
  background: #424446;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .showcase-point p span {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .showcase-point#one {
    top: 270px;
    left: 5px;
  }
  .showcase-point#one:before {
    background: url("https://www.yuja.com/wp-content/themes/yuja/images/arrow-08.png") no-repeat center center;
    background-size: contain;
    left: 162px;
    top: 18px;
  }
}
@media only screen and (min-width: 1260px) {
  .showcase-point#one {
    top: 200px;
    left: 25px;
  }
  .showcase-point#one:before {
    left: 212px;
    top: 18px;
  }
}
@media only screen and (min-width: 1023px) {
  .showcase-point#two {
    top: 420px;
    left: 500px;
  }
  .showcase-point#two:before {
    background: url("https://www.yuja.com/wp-content/themes/yuja/images/arrow-06.png") no-repeat center center;
    background-size: contain;
    left: 11px;
    top: -15px;
  }
}
@media only screen and (min-width: 1260px) {
  .showcase-point#two {
    top: 360px;
    left: 25px;
  }
}
@media only screen and (min-width: 1023px) {
  .showcase-point#three {
    top: 510px;
    left: 5px;
  }
  .showcase-point#three:before {
    background: url("https://www.yuja.com/wp-content/themes/yuja/images/arrow-10.png") no-repeat center center;
    background-size: contain;
    left: 5px;
    top: -32px;
  }
}
@media only screen and (min-width: 1260px) {
  .showcase-point#three {
    top: 535px;
    right: 35px;
    left: auto;
  }
  .showcase-point#three:before {
    right: 135px;
    left: auto;
    top: -11px;
  }
}

.video-marker {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: 700;
  background: #086472;
  color: #fff;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 1023px) {
  .video-marker {
    display: none;
  }
}
.video-marker.one {
  top: 46%;
  left: 12%;
}
.video-marker.two {
  top: 36%;
  left: 5%;
}
.video-marker.three {
  top: 32%;
  left: 10%;
}
.video-marker.four {
  top: 15%;
  right: 5%;
}
.video-marker.five {
  top: 40%;
  right: 22%;
}
.video-marker.six {
  bottom: 33%;
  right: 2%;
}

#media-editor-showcase .showcase-point#one {
  top: 50%;
  bottom: initial;
  left: 7%;
}
@media only screen and (min-width: 1023px) {
  #media-editor-showcase .showcase-point#one {
    top: initial;
    bottom: 1%;
    left: 0;
  }
  #media-editor-showcase .showcase-point#one:before {
    background: url("https://www.yuja.com/wp-content/themes/yuja/images/arrow-05.png") no-repeat center center;
    background-size: contain;
    left: 5px;
    top: -32px;
  }
}
@media only screen and (min-width: 1260px) {
  #media-editor-showcase .showcase-point#one {
    bottom: 4%;
    left: -80px;
  }
}
#media-editor-showcase .showcase-point#two {
  top: 25%;
  bottom: initial;
  left: initial;
  right: 12%;
}
@media only screen and (min-width: 1023px) {
  #media-editor-showcase .showcase-point#two {
    top: initial;
    bottom: 30%;
    right: 0;
    left: initial;
  }
  #media-editor-showcase .showcase-point#two:before {
    background: url("https://www.yuja.com/wp-content/themes/yuja/images/arrow-01.png") no-repeat center center;
    background-size: contain;
    left: -50px;
    top: 67px;
  }
}
@media only screen and (min-width: 1260px) {
  #media-editor-showcase .showcase-point#two {
    bottom: 32%;
    right: -100px;
  }
}
#media-editor-showcase .showcase-point#three {
  top: 33%;
  bottom: initial;
  left: 0%;
}
@media only screen and (min-width: 1023px) {
  #media-editor-showcase .showcase-point#three {
    top: initial;
    bottom: 31%;
    left: -11px;
    width: 110px;
  }
  #media-editor-showcase .showcase-point#three:before {
    background: url("https://www.yuja.com/wp-content/themes/yuja/images/arrow-09.png") no-repeat center center;
    background-size: contain;
    left: -32px;
    top: 18px;
  }
}
@media only screen and (min-width: 1260px) {
  #media-editor-showcase .showcase-point#three {
    bottom: 32%;
  }
}

.tabs__heading--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs__heading--1 a {
  padding: 0.7em 1.5rem;
  border-radius: 4px 4px 0 0;
  background: #e4e8eb;
  margin: 0 0.2em;
}
.tabs__heading--1 a.active, .tabs__heading--1 a:hover {
  background: #086472;
  color: #fff;
}
.tabs__heading--1 h4, .tabs__heading--1 .single-format-standard .post-content h1, .single-format-standard .post-content .tabs__heading--1 h1,
.tabs__heading--1 .single-format-standard .post-content h2,
.single-format-standard .post-content .tabs__heading--1 h2,
.tabs__heading--1 .single-format-standard .post-content h3,
.single-format-standard .post-content .tabs__heading--1 h3,
.tabs__heading--1 .single-format-standard .post-content h4,
.single-format-standard .post-content .tabs__heading--1 h4,
.tabs__heading--1 .single-format-standard .post-content h5,
.tabs__heading--1 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .tabs__heading--1 .single-format-standard .post-content .post-location,
.tabs__heading--1 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .tabs__heading--1 .single-format-standard .post-content .post-date,
.tabs__heading--1 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .tabs__heading--1 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .tabs__heading--1 h5,
.single-format-standard .post-content .tabs__heading--1 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .tabs__heading--1 .post-location,
.single-format-standard .post-content .tabs__heading--1 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .tabs__heading--1 .post-date,
.single-format-standard .post-content .tabs__heading--1 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .tabs__heading--1 .post-upcoming,
.single-format-standard .post-content .tabs__heading--1 a,
.tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .tabs__heading--1 .post-location,
.tabs__heading--1 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .tabs__heading--1 .post-location,
.tabs__heading--1 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .tabs__heading--1 .post-date,
.tabs__heading--1 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .tabs__heading--1 .post-date,
.tabs__heading--1 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .tabs__heading--1 .post-upcoming,
.tabs__heading--1 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .tabs__heading--1 .post-upcoming,
.tabs__heading--1 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .tabs__heading--1 li,
.tabs__heading--1 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .tabs__heading--1 li,
.tabs__heading--1 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .tabs__heading--1 p,
.tabs__heading--1 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .tabs__heading--1 p,
.tabs__heading--1 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .tabs__heading--1 .heading,
.tabs__heading--1 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .tabs__heading--1 .heading,
.tabs__heading--1 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .tabs__heading--1 .h5,
.tabs__heading--1 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .tabs__heading--1 .h5,
.tabs__heading--1 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .tabs__heading--1 .heading,
.tabs__heading--1 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .tabs__heading--1 .heading,
.tabs__heading--1 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .tabs__heading--1 span,
.tabs__heading--1 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .tabs__heading--1 span, .tabs__heading--1 .pa thead tr, .pa thead .tabs__heading--1 tr, .tabs__heading--1 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .tabs__heading--1 blockquote, .tabs__heading--1 .blog-feed-embed .srr-title, .blog-feed-embed .tabs__heading--1 .srr-title, .tabs__heading--1 .hero--blog__content ol a, .hero--blog__content ol .tabs__heading--1 a, .tabs__heading--1 .tabs__heading--7 .tabs__item, .tabs__heading--7 .tabs__heading--1 .tabs__item, .tabs__heading--1 .srr-wrap .srr-title, .srr-wrap .tabs__heading--1 .srr-title {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  flex: 0 0 100%;
  text-align: center;
}
@media only screen and (min-width: 1260px) {
  .tabs__heading--1 h4, .tabs__heading--1 .single-format-standard .post-content h1, .single-format-standard .post-content .tabs__heading--1 h1,
  .tabs__heading--1 .single-format-standard .post-content h2,
  .single-format-standard .post-content .tabs__heading--1 h2,
  .tabs__heading--1 .single-format-standard .post-content h3,
  .single-format-standard .post-content .tabs__heading--1 h3,
  .tabs__heading--1 .single-format-standard .post-content h4,
  .single-format-standard .post-content .tabs__heading--1 h4,
  .tabs__heading--1 .single-format-standard .post-content h5,
  .tabs__heading--1 .single-format-standard .post-content .events-posts article .post-location,
  .events-posts article .tabs__heading--1 .single-format-standard .post-content .post-location,
  .tabs__heading--1 .single-format-standard .post-content .events-posts article .post-date,
  .events-posts article .tabs__heading--1 .single-format-standard .post-content .post-date,
  .tabs__heading--1 .single-format-standard .post-content .events-posts article .post-upcoming,
  .events-posts article .tabs__heading--1 .single-format-standard .post-content .post-upcoming,
  .single-format-standard .post-content .tabs__heading--1 h5,
  .single-format-standard .post-content .tabs__heading--1 .events-posts article .post-location,
  .events-posts article .single-format-standard .post-content .tabs__heading--1 .post-location,
  .single-format-standard .post-content .tabs__heading--1 .events-posts article .post-date,
  .events-posts article .single-format-standard .post-content .tabs__heading--1 .post-date,
  .single-format-standard .post-content .tabs__heading--1 .events-posts article .post-upcoming,
  .events-posts article .single-format-standard .post-content .tabs__heading--1 .post-upcoming,
  .single-format-standard .post-content .tabs__heading--1 a,
  .tabs__heading--1 .single-format-standard .post-content a,
  .tabs__heading--1 .single-format-standard .post-content .hero--cs .post-location,
  .single-format-standard .post-content .hero--cs .tabs__heading--1 .post-location,
  .tabs__heading--1 .hero--cs .single-format-standard .post-content .post-location,
  .hero--cs .single-format-standard .post-content .tabs__heading--1 .post-location,
  .tabs__heading--1 .single-format-standard .post-content .hero--cs .post-date,
  .single-format-standard .post-content .hero--cs .tabs__heading--1 .post-date,
  .tabs__heading--1 .hero--cs .single-format-standard .post-content .post-date,
  .hero--cs .single-format-standard .post-content .tabs__heading--1 .post-date,
  .tabs__heading--1 .single-format-standard .post-content .hero--cs .post-upcoming,
  .single-format-standard .post-content .hero--cs .tabs__heading--1 .post-upcoming,
  .tabs__heading--1 .hero--cs .single-format-standard .post-content .post-upcoming,
  .hero--cs .single-format-standard .post-content .tabs__heading--1 .post-upcoming,
  .tabs__heading--1 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
  .single-format-standard .post-content .carousel-wrap .carousel-indicators .tabs__heading--1 li,
  .tabs__heading--1 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
  .carousel-wrap .carousel-indicators .single-format-standard .post-content .tabs__heading--1 li,
  .tabs__heading--1 .single-format-standard .post-content .institutions-logos p,
  .single-format-standard .post-content .institutions-logos .tabs__heading--1 p,
  .tabs__heading--1 .institutions-logos .single-format-standard .post-content p,
  .institutions-logos .single-format-standard .post-content .tabs__heading--1 p,
  .tabs__heading--1 .single-format-standard .post-content .slidorion .accordion .heading,
  .single-format-standard .post-content .slidorion .accordion .tabs__heading--1 .heading,
  .tabs__heading--1 .slidorion .accordion .single-format-standard .post-content .heading,
  .slidorion .accordion .single-format-standard .post-content .tabs__heading--1 .heading,
  .tabs__heading--1 .single-format-standard .post-content .spine-heading .h5,
  .single-format-standard .post-content .spine-heading .tabs__heading--1 .h5,
  .tabs__heading--1 .spine-heading .single-format-standard .post-content .h5,
  .spine-heading .single-format-standard .post-content .tabs__heading--1 .h5,
  .tabs__heading--1 .single-format-standard .post-content .accordion-basic .heading,
  .single-format-standard .post-content .accordion-basic .tabs__heading--1 .heading,
  .tabs__heading--1 .accordion-basic .single-format-standard .post-content .heading,
  .accordion-basic .single-format-standard .post-content .tabs__heading--1 .heading,
  .tabs__heading--1 .single-format-standard .post-content .single-case_study .highlights span,
  .single-format-standard .post-content .single-case_study .highlights .tabs__heading--1 span,
  .tabs__heading--1 .single-case_study .highlights .single-format-standard .post-content span,
  .single-case_study .highlights .single-format-standard .post-content .tabs__heading--1 span, .tabs__heading--1 .pa thead tr, .pa thead .tabs__heading--1 tr, .tabs__heading--1 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .tabs__heading--1 blockquote, .tabs__heading--1 .blog-feed-embed .srr-title, .blog-feed-embed .tabs__heading--1 .srr-title, .tabs__heading--1 .hero--blog__content ol a, .hero--blog__content ol .tabs__heading--1 a, .tabs__heading--1 .tabs__heading--7 .tabs__item, .tabs__heading--7 .tabs__heading--1 .tabs__item, .tabs__heading--1 .srr-wrap .srr-title, .srr-wrap .tabs__heading--1 .srr-title {
    flex: 1 1 1fr;
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: 0;
  }
}
.tabs__heading--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.tabs__heading--2 a {
  font-size: 0.8em;
  padding: 0.3em 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0.6em 1.2em;
}
.tabs__heading--2 a.active, .tabs__heading--2 a:hover {
  border-bottom: 2px solid #086472;
}
.tabs__heading--2 a.active img,
.tabs__heading--2 a.active svg, .tabs__heading--2 a:hover img,
.tabs__heading--2 a:hover svg {
  opacity: 1;
}
.tabs__heading--2 a img {
  width: 20em;
  opacity: 0.8;
}
.tabs__heading--2 a svg {
  opacity: 0.5;
}
.tabs__heading--3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.tabs__heading--3 a {
  width: 10em;
  opacity: 0.7;
  margin: 0 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
}
.tabs__heading--3 a.active, .tabs__heading--3 a:hover {
  opacity: 1;
  border: 2px solid #086472;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.tabs__heading--4 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1260px) {
  .tabs__heading--4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: stretch;
  }
}
.tabs__heading--4 a {
  display: inline-block;
  margin: 0.5em;
  padding: 0.5em;
  background: #e4e8eb;
  border-radius: 6px;
}
.tabs__heading--4 a.active, .tabs__heading--4 a:hover {
  background: #462872;
  color: #fff;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.tabs__heading--5 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  border-bottom: 2px solid #dedfe0;
  margin-bottom: 3rem;
}
.tabs__heading--5 a {
  font-size: 0.8em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: -2px;
}
.tabs__heading--5 a.active, .tabs__heading--5 a:hover {
  border-bottom: 2px solid #086472;
}
.tabs__heading--5 a.active img,
.tabs__heading--5 a.active svg, .tabs__heading--5 a:hover img,
.tabs__heading--5 a:hover svg {
  opacity: 1;
}
.tabs__heading--5 a img {
  width: 20em;
  opacity: 0.8;
}
.tabs__heading--5 a svg {
  opacity: 0.5;
  width: 64px;
  height: 64px;
  transform: scale(0.7);
  margin-bottom: -30px;
}
.tabs__heading--5 a .small-icon {
  display: inline-block;
}
.tabs__heading--6 {
  z-index: 1;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-bottom: 19px;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .tabs__heading--6 {
    display: grid;
  }
}
.tabs__heading--6 h5, .tabs__heading--6 .events-posts article .post-location, .events-posts article .tabs__heading--6 .post-location,
.tabs__heading--6 .events-posts article .post-date,
.events-posts article .tabs__heading--6 .post-date,
.tabs__heading--6 .events-posts article .post-upcoming,
.events-posts article .tabs__heading--6 .post-upcoming, .tabs__heading--6 .single-case_study .highlights span, .single-case_study .highlights .tabs__heading--6 span, .tabs__heading--6 .accordion-basic .heading, .accordion-basic .tabs__heading--6 .heading, .tabs__heading--6 .spine-heading .h5, .spine-heading .tabs__heading--6 .h5, .tabs__heading--6 .slidorion .accordion .heading, .slidorion .accordion .tabs__heading--6 .heading, .tabs__heading--6 .institutions-logos p, .institutions-logos .tabs__heading--6 p, .tabs__heading--6 .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .tabs__heading--6 li, .tabs__heading--6 .hero--cs .post-location, .hero--cs .tabs__heading--6 .post-location,
.tabs__heading--6 .hero--cs .post-date,
.hero--cs .tabs__heading--6 .post-date,
.tabs__heading--6 .hero--cs .post-upcoming,
.hero--cs .tabs__heading--6 .post-upcoming, .tabs__heading--6 .tabs__heading--1 a, .tabs__heading--1 .tabs__heading--6 a, .tabs__heading--6 .tabs__heading--2 a, .tabs__heading--2 .tabs__heading--6 a, .tabs__heading--6 .tabs__heading--4 a, .tabs__heading--4 .tabs__heading--6 a, .tabs__heading--6 .tabs__heading--5 a, .tabs__heading--5 .tabs__heading--6 a {
  font-size: 0.83em;
}
@media only screen and (min-width: 1023px) {
  .tabs__heading--6 h5, .tabs__heading--6 .events-posts article .post-location, .events-posts article .tabs__heading--6 .post-location,
  .tabs__heading--6 .events-posts article .post-date,
  .events-posts article .tabs__heading--6 .post-date,
  .tabs__heading--6 .events-posts article .post-upcoming,
  .events-posts article .tabs__heading--6 .post-upcoming, .tabs__heading--6 .single-case_study .highlights span, .single-case_study .highlights .tabs__heading--6 span, .tabs__heading--6 .accordion-basic .heading, .accordion-basic .tabs__heading--6 .heading, .tabs__heading--6 .spine-heading .h5, .spine-heading .tabs__heading--6 .h5, .tabs__heading--6 .slidorion .accordion .heading, .slidorion .accordion .tabs__heading--6 .heading, .tabs__heading--6 .institutions-logos p, .institutions-logos .tabs__heading--6 p, .tabs__heading--6 .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .tabs__heading--6 li, .tabs__heading--6 .hero--cs .post-location, .hero--cs .tabs__heading--6 .post-location,
  .tabs__heading--6 .hero--cs .post-date,
  .hero--cs .tabs__heading--6 .post-date,
  .tabs__heading--6 .hero--cs .post-upcoming,
  .hero--cs .tabs__heading--6 .post-upcoming, .tabs__heading--6 .tabs__heading--1 a, .tabs__heading--1 .tabs__heading--6 a, .tabs__heading--6 .tabs__heading--2 a, .tabs__heading--2 .tabs__heading--6 a, .tabs__heading--6 .tabs__heading--4 a, .tabs__heading--4 .tabs__heading--6 a, .tabs__heading--6 .tabs__heading--5 a, .tabs__heading--5 .tabs__heading--6 a {
    font-size: 0.93em;
  }
}
.tabs__heading--6 .contain {
  width: 200px;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .tabs__heading--6 .contain {
    width: 100%;
    margin-right: 0;
  }
}
.tabs__heading--6 a {
  vertical-align: top;
  cursor: pointer;
  max-width: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid rgba(0, 31, 31, 0);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4rem;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: flex;
  flex-direction: row;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 767px) {
  .tabs__heading--6 a {
    text-align: center;
    flex-direction: column;
  }
}
.tabs__heading--6 a img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  border-radius: 0.8rem;
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .tabs__heading--6 a .feat-tab-connector {
    z-index: 1;
    height: 48px;
    background-color: #c4e3e8;
    margin-left: -24px;
    margin-right: -24px;
    transition: all;
    display: none;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 0%;
    right: 0%;
    transform: translateY(100%);
  }
  .tabs__heading--6 a .feat-tab-connector .feat-tab-corner.left {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-bottom-right-radius: 1.2rem;
    transition: all;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: -2px;
  }
  .tabs__heading--6 a .feat-tab-connector .feat-tab-corner.right {
    transform-style: preserve-3d;
    border-top-style: none;
    border-left-style: none;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: rotateX(0) rotateY(-180deg) rotate(0);
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin: -2px;
    border-bottom-right-radius: 1.2rem;
    transition: all;
    position: absolute;
  }
}
.tabs__heading--6 a.active {
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius, box-shadow cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: none;
  border-radius: 24px 24px 0 0;
  z-index: 1;
  pointer-events: none;
}
.tabs__heading--6 a.active .feat-tab-connector {
  display: block;
}
.tabs__heading--6 a.active[data-color=teal], .tabs__heading--6 a.active[data-color=teal] .feat-tab-connector {
  background: #eef7f9;
}
.tabs__heading--6 a.active[data-color=blue], .tabs__heading--6 a.active[data-color=blue] .feat-tab-connector {
  background: #dee4f3;
}
.tabs__heading--6 a.active[data-color=pink], .tabs__heading--6 a.active[data-color=pink] .feat-tab-connector {
  background: #f3dee3;
}
.tabs__heading--6 a.active[data-color=purple], .tabs__heading--6 a.active[data-color=purple] .feat-tab-connector {
  background: #e3dfea;
}
.tabs__heading--6 a.active[data-color=orange], .tabs__heading--6 a.active[data-color=orange] .feat-tab-connector {
  background: #ffefe5;
}
.tabs__heading--6 a:first-child .feat-tab-corner.left {
  display: none;
}
.tabs__heading--6 a:first-child .feat-tab-connector {
  margin-left: -2px;
}
.tabs__heading--6 a:last-child .feat-tab-corner.right {
  display: none;
}
.tabs__heading--6 a:last-child .feat-tab-connector {
  margin-right: -2px;
}
.tabs__heading--7 .tabs__item {
  padding: 1.5rem;
  color: #424446;
  width: 100%;
  text-transform: none;
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.tabs__heading--7 .tabs__item.active {
  background: #d8d2e1;
  color: #462872;
}
.tabs__heading--7 .tabs__item svg.icon {
  width: 48px;
  height: 48px;
  margin-bottom: -15px;
}
.tabs__container--2 .tabs__content[data-color=teal] .boxed-section, .tabs__container--2 .tabs__content[data-color=teal] .boxed-section--black {
  background: #eef7f9;
}
.tabs__container--2 .tabs__content[data-color=blue] .boxed-section, .tabs__container--2 .tabs__content[data-color=blue] .boxed-section--black {
  background: #dee4f3;
}
.tabs__container--2 .tabs__content[data-color=pink] .boxed-section, .tabs__container--2 .tabs__content[data-color=pink] .boxed-section--black {
  background: #f3dee3;
}
.tabs__container--2 .tabs__content[data-color=purple] .boxed-section, .tabs__container--2 .tabs__content[data-color=purple] .boxed-section--black {
  background: #e3dfea;
}
.tabs__container--2 .tabs__content[data-color=orange] .boxed-section, .tabs__container--2 .tabs__content[data-color=orange] .boxed-section--black {
  background: #ffefe5;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.tabs__content .boxed-section, .tabs__content .boxed-section--black {
  margin: 0;
  padding: 2rem;
}

.header {
  top: 0;
  padding: 1.5rem;
  padding-top: 0;
  width: 100%;
  z-index: 1000;
  position: absolute;
}
@media only screen and (min-width: 1140px) {
  .header {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 767px) {
  .header {
    background: transparent;
  }
}
.header__logo-link {
  display: inline-block;
  margin-right: 3rem;
}
@media only screen and (min-width: 767px) {
  .header__logo-link {
    margin-right: 10rem;
  }
}
.header__logo {
  width: 9em;
  position: relative;
}
.header__logo:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.header:after {
  content: "";
  clear: both;
  display: block;
}

.page-template-content-only .header,
.single-news .header,
.single-post .header,
.error404 .header,
.blog .header,
.archive .header {
  position: relative;
  background: #030303;
  background-size: cover;
}

.hero, .hero--post--full-screen, .hero--full-screen {
  min-height: 50em;
  height: 50vh;
  background: #000;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 1.5rem 0 1.5rem;
}
.hero .bounded, .hero--post--full-screen .bounded, .hero--full-screen .bounded {
  z-index: 100;
}
.hero h1, .hero--post--full-screen h1, .hero--full-screen h1,
.hero h2,
.hero--post--full-screen h2,
.hero--full-screen h2,
.hero h3,
.hero--post--full-screen h3,
.hero--full-screen h3,
.hero h4,
.hero .single-format-standard .post-content h1,
.single-format-standard .post-content .hero h1,
.hero .single-format-standard .post-content h2,
.single-format-standard .post-content .hero h2,
.hero .single-format-standard .post-content h3,
.single-format-standard .post-content .hero h3,
.hero .single-format-standard .post-content h4,
.single-format-standard .post-content .hero h4,
.hero .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero .srr-title,
.hero .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero .srr-title,
.hero .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero .tabs__item,
.hero .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero .tabs__item,
.hero .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero a,
.hero .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero a,
.hero .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero .srr-title,
.hero .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero .srr-title,
.hero .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero blockquote,
.hero .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero blockquote,
.hero .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero tr,
.hero .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero tr,
.hero .single-format-standard .post-content h5,
.hero .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero .single-format-standard .post-content .post-location,
.hero .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero .single-format-standard .post-content .post-date,
.hero .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero h5,
.single-format-standard .post-content .hero .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero .post-location,
.single-format-standard .post-content .hero .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero .post-date,
.single-format-standard .post-content .hero .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero .post-upcoming,
.hero .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero a,
.hero .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero a,
.hero .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero a,
.hero .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero a,
.hero .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero a,
.hero .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero a,
.hero .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero a,
.hero .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero a,
.hero .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero .post-location,
.hero .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero .post-location,
.hero .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero .post-date,
.hero .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero .post-date,
.hero .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero .post-upcoming,
.hero .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero .post-upcoming,
.hero .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero li,
.hero .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero li,
.hero .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero p,
.hero .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero p,
.hero .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero .heading,
.hero .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero .heading,
.hero .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero .h5,
.hero .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero .h5,
.hero .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero .heading,
.hero .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero .heading,
.hero .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero span,
.hero .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero span,
.hero .pa thead tr,
.pa thead .hero tr,
.hero .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero blockquote,
.hero .blog-feed-embed .srr-title,
.blog-feed-embed .hero .srr-title,
.hero--post--full-screen h4,
.hero--post--full-screen .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--post--full-screen h1,
.hero--post--full-screen .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--post--full-screen h2,
.hero--post--full-screen .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--post--full-screen h3,
.hero--post--full-screen .single-format-standard .post-content h4,
.single-format-standard .post-content .hero--post--full-screen h4,
.hero--post--full-screen .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--post--full-screen .srr-title,
.hero--post--full-screen .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--post--full-screen .srr-title,
.hero--post--full-screen .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--post--full-screen .tabs__item,
.hero--post--full-screen .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--post--full-screen .tabs__item,
.hero--post--full-screen .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero--post--full-screen a,
.hero--post--full-screen .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero--post--full-screen a,
.hero--post--full-screen .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--post--full-screen .srr-title,
.hero--post--full-screen .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--post--full-screen .srr-title,
.hero--post--full-screen .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--post--full-screen blockquote,
.hero--post--full-screen .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--post--full-screen blockquote,
.hero--post--full-screen .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--post--full-screen tr,
.hero--post--full-screen .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero--post--full-screen tr,
.hero--post--full-screen .single-format-standard .post-content h5,
.hero--post--full-screen .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--post--full-screen .single-format-standard .post-content .post-location,
.hero--post--full-screen .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--post--full-screen .single-format-standard .post-content .post-date,
.hero--post--full-screen .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--post--full-screen .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--post--full-screen h5,
.single-format-standard .post-content .hero--post--full-screen .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--post--full-screen .post-location,
.single-format-standard .post-content .hero--post--full-screen .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--post--full-screen .post-date,
.single-format-standard .post-content .hero--post--full-screen .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--post--full-screen .post-upcoming,
.hero--post--full-screen .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--post--full-screen a,
.hero--post--full-screen .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--post--full-screen a,
.hero--post--full-screen .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--post--full-screen a,
.hero--post--full-screen .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--post--full-screen a,
.hero--post--full-screen .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--post--full-screen a,
.hero--post--full-screen .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--post--full-screen a,
.hero--post--full-screen .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--post--full-screen a,
.hero--post--full-screen .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--post--full-screen a,
.hero--post--full-screen .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--post--full-screen .post-location,
.hero--post--full-screen .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--post--full-screen .post-location,
.hero--post--full-screen .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--post--full-screen .post-date,
.hero--post--full-screen .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--post--full-screen .post-date,
.hero--post--full-screen .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--post--full-screen .post-upcoming,
.hero--post--full-screen .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--post--full-screen .post-upcoming,
.hero--post--full-screen .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--post--full-screen li,
.hero--post--full-screen .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--post--full-screen li,
.hero--post--full-screen .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--post--full-screen p,
.hero--post--full-screen .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero--post--full-screen p,
.hero--post--full-screen .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--post--full-screen .heading,
.hero--post--full-screen .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--post--full-screen .heading,
.hero--post--full-screen .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--post--full-screen .h5,
.hero--post--full-screen .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--post--full-screen .h5,
.hero--post--full-screen .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--post--full-screen .heading,
.hero--post--full-screen .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--post--full-screen .heading,
.hero--post--full-screen .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--post--full-screen span,
.hero--post--full-screen .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--post--full-screen span,
.hero--post--full-screen .pa thead tr,
.pa thead .hero--post--full-screen tr,
.hero--post--full-screen .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--post--full-screen blockquote,
.hero--post--full-screen .blog-feed-embed .srr-title,
.blog-feed-embed .hero--post--full-screen .srr-title,
.hero .hero--blog__content ol a,
.hero--post--full-screen .hero--blog__content ol a,
.hero--blog__content ol .hero a,
.hero--blog__content ol .hero--post--full-screen a,
.hero--full-screen h4,
.hero--full-screen .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--full-screen h1,
.hero--full-screen .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--full-screen h2,
.hero--full-screen .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--full-screen h3,
.hero--full-screen .single-format-standard .post-content h4,
.single-format-standard .post-content .hero--full-screen h4,
.hero--full-screen .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--full-screen .srr-title,
.hero--full-screen .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--full-screen .srr-title,
.hero--full-screen .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--full-screen .tabs__item,
.hero--full-screen .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--full-screen .tabs__item,
.hero--full-screen .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero--full-screen a,
.hero--full-screen .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero--full-screen a,
.hero--full-screen .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--full-screen .srr-title,
.hero--full-screen .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--full-screen .srr-title,
.hero--full-screen .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--full-screen blockquote,
.hero--full-screen .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--full-screen blockquote,
.hero--full-screen .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--full-screen tr,
.hero--full-screen .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero--full-screen tr,
.hero--full-screen .single-format-standard .post-content h5,
.hero--full-screen .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--full-screen .single-format-standard .post-content .post-location,
.hero--full-screen .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--full-screen .single-format-standard .post-content .post-date,
.hero--full-screen .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--full-screen .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--full-screen h5,
.single-format-standard .post-content .hero--full-screen .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--full-screen .post-location,
.single-format-standard .post-content .hero--full-screen .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--full-screen .post-date,
.single-format-standard .post-content .hero--full-screen .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--full-screen .post-upcoming,
.hero--full-screen .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--full-screen a,
.hero--full-screen .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--full-screen a,
.hero--full-screen .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--full-screen a,
.hero--full-screen .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--full-screen a,
.hero--full-screen .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--full-screen a,
.hero--full-screen .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--full-screen a,
.hero--full-screen .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--full-screen a,
.hero--full-screen .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--full-screen a,
.hero--full-screen .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--full-screen .post-location,
.hero--full-screen .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--full-screen .post-location,
.hero--full-screen .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--full-screen .post-date,
.hero--full-screen .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--full-screen .post-date,
.hero--full-screen .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--full-screen .post-upcoming,
.hero--full-screen .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--full-screen .post-upcoming,
.hero--full-screen .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--full-screen li,
.hero--full-screen .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--full-screen li,
.hero--full-screen .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--full-screen p,
.hero--full-screen .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero--full-screen p,
.hero--full-screen .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--full-screen .heading,
.hero--full-screen .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--full-screen .heading,
.hero--full-screen .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--full-screen .h5,
.hero--full-screen .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--full-screen .h5,
.hero--full-screen .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--full-screen .heading,
.hero--full-screen .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--full-screen .heading,
.hero--full-screen .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--full-screen span,
.hero--full-screen .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--full-screen span,
.hero--full-screen .pa thead tr,
.pa thead .hero--full-screen tr,
.hero--full-screen .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--full-screen blockquote,
.hero--full-screen .blog-feed-embed .srr-title,
.blog-feed-embed .hero--full-screen .srr-title,
.hero--full-screen .hero--blog__content ol a,
.hero--blog__content ol .hero--full-screen a,
.hero .srr-wrap .srr-title,
.hero--post--full-screen .srr-wrap .srr-title,
.hero--full-screen .srr-wrap .srr-title,
.srr-wrap .hero .srr-title,
.srr-wrap .hero--post--full-screen .srr-title,
.srr-wrap .hero--full-screen .srr-title,
.hero .tabs__heading--7 .tabs__item,
.hero--post--full-screen .tabs__heading--7 .tabs__item,
.hero--full-screen .tabs__heading--7 .tabs__item,
.tabs__heading--7 .hero .tabs__item,
.tabs__heading--7 .hero--post--full-screen .tabs__item,
.tabs__heading--7 .hero--full-screen .tabs__item,
.hero h5,
.hero .events-posts article .post-location,
.events-posts article .hero .post-location,
.hero .events-posts article .post-date,
.events-posts article .hero .post-date,
.hero .events-posts article .post-upcoming,
.events-posts article .hero .post-upcoming,
.hero .single-case_study .highlights span,
.single-case_study .highlights .hero span,
.hero .accordion-basic .heading,
.accordion-basic .hero .heading,
.hero .spine-heading .h5,
.spine-heading .hero .h5,
.hero .slidorion .accordion .heading,
.slidorion .accordion .hero .heading,
.hero .institutions-logos p,
.institutions-logos .hero p,
.hero .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero li,
.hero--post--full-screen h5,
.hero--post--full-screen .events-posts article .post-location,
.events-posts article .hero--post--full-screen .post-location,
.hero--post--full-screen .events-posts article .post-date,
.events-posts article .hero--post--full-screen .post-date,
.hero--post--full-screen .events-posts article .post-upcoming,
.events-posts article .hero--post--full-screen .post-upcoming,
.hero--post--full-screen .single-case_study .highlights span,
.single-case_study .highlights .hero--post--full-screen span,
.hero--post--full-screen .accordion-basic .heading,
.accordion-basic .hero--post--full-screen .heading,
.hero--post--full-screen .spine-heading .h5,
.spine-heading .hero--post--full-screen .h5,
.hero--post--full-screen .slidorion .accordion .heading,
.slidorion .accordion .hero--post--full-screen .heading,
.hero--post--full-screen .institutions-logos p,
.institutions-logos .hero--post--full-screen p,
.hero--post--full-screen .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--post--full-screen li,
.hero .hero--cs .post-location,
.hero--post--full-screen .hero--cs .post-location,
.hero--cs .hero .post-location,
.hero--cs .hero--post--full-screen .post-location,
.hero .hero--cs .post-date,
.hero--post--full-screen .hero--cs .post-date,
.hero--cs .hero .post-date,
.hero--cs .hero--post--full-screen .post-date,
.hero .hero--cs .post-upcoming,
.hero--post--full-screen .hero--cs .post-upcoming,
.hero--cs .hero .post-upcoming,
.hero--cs .hero--post--full-screen .post-upcoming,
.hero--full-screen h5,
.hero--full-screen .events-posts article .post-location,
.events-posts article .hero--full-screen .post-location,
.hero--full-screen .events-posts article .post-date,
.events-posts article .hero--full-screen .post-date,
.hero--full-screen .events-posts article .post-upcoming,
.events-posts article .hero--full-screen .post-upcoming,
.hero--full-screen .single-case_study .highlights span,
.single-case_study .highlights .hero--full-screen span,
.hero--full-screen .accordion-basic .heading,
.accordion-basic .hero--full-screen .heading,
.hero--full-screen .spine-heading .h5,
.spine-heading .hero--full-screen .h5,
.hero--full-screen .slidorion .accordion .heading,
.slidorion .accordion .hero--full-screen .heading,
.hero--full-screen .institutions-logos p,
.institutions-logos .hero--full-screen p,
.hero--full-screen .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--full-screen li,
.hero--full-screen .hero--cs .post-location,
.hero--cs .hero--full-screen .post-location,
.hero--full-screen .hero--cs .post-date,
.hero--cs .hero--full-screen .post-date,
.hero--full-screen .hero--cs .post-upcoming,
.hero--cs .hero--full-screen .post-upcoming,
.hero .tabs__heading--1 a,
.hero--post--full-screen .tabs__heading--1 a,
.hero--full-screen .tabs__heading--1 a,
.tabs__heading--1 .hero a,
.tabs__heading--1 .hero--post--full-screen a,
.tabs__heading--1 .hero--full-screen a,
.hero .tabs__heading--2 a,
.hero--post--full-screen .tabs__heading--2 a,
.hero--full-screen .tabs__heading--2 a,
.tabs__heading--2 .hero a,
.tabs__heading--2 .hero--post--full-screen a,
.tabs__heading--2 .hero--full-screen a,
.hero .tabs__heading--4 a,
.hero--post--full-screen .tabs__heading--4 a,
.hero--full-screen .tabs__heading--4 a,
.tabs__heading--4 .hero a,
.tabs__heading--4 .hero--post--full-screen a,
.tabs__heading--4 .hero--full-screen a,
.hero .tabs__heading--5 a,
.hero--post--full-screen .tabs__heading--5 a,
.hero--full-screen .tabs__heading--5 a,
.tabs__heading--5 .hero a,
.tabs__heading--5 .hero--post--full-screen a,
.tabs__heading--5 .hero--full-screen a,
.hero h6,
.hero .single-news .pr-tag,
.single-news .hero .pr-tag,
.hero .single-post .post-content .note,
.single-post .post-content .hero .note,
.hero .post-tags a,
.post-tags .hero a,
.hero .blog .post-category,
.blog .hero .post-category,
.hero .archive .post-category,
.archive .hero .post-category,
.hero .footer__alerts-link,
.hero--post--full-screen h6,
.hero--post--full-screen .single-news .pr-tag,
.single-news .hero--post--full-screen .pr-tag,
.hero--post--full-screen .single-post .post-content .note,
.single-post .post-content .hero--post--full-screen .note,
.hero--post--full-screen .post-tags a,
.post-tags .hero--post--full-screen a,
.hero--post--full-screen .blog .post-category,
.blog .hero--post--full-screen .post-category,
.hero--post--full-screen .archive .post-category,
.archive .hero--post--full-screen .post-category,
.hero--post--full-screen .footer__alerts-link,
.hero--full-screen h6,
.hero--full-screen .single-news .pr-tag,
.single-news .hero--full-screen .pr-tag,
.hero--full-screen .single-post .post-content .note,
.single-post .post-content .hero--full-screen .note,
.hero--full-screen .post-tags a,
.post-tags .hero--full-screen a,
.hero--full-screen .blog .post-category,
.blog .hero--full-screen .post-category,
.hero--full-screen .archive .post-category,
.archive .hero--full-screen .post-category,
.hero--full-screen .footer__alerts-link,
.hero p,
.hero--post--full-screen p,
.hero--full-screen p,
.hero li,
.hero--post--full-screen li,
.hero--full-screen li,
.hero label,
.hero--post--full-screen label,
.hero--full-screen label {
  color: #fff;
}
.hero svg, .hero--post--full-screen svg, .hero--full-screen svg {
  filter: invert(1);
}
.hero a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient), .hero--post--full-screen a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient), .hero--full-screen a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.hero a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover, .hero--post--full-screen a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover, .hero--full-screen a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.hero h1, .hero--post--full-screen h1, .hero--full-screen h1 {
  color: #fff;
}
.hero__buttons {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1260px) {
  .hero__buttons {
    margin-top: 3rem;
  }
}
.hero__buttons a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media only screen and (min-width: 767px) {
  .hero__buttons a {
    display: inline-block;
  }
}
@media only screen and (min-width: 767px) {
  .hero__buttons a:not(:last-child) {
    margin-right: 1em;
  }
}
.hero__buttons .button--underline--white {
  padding-left: 0;
  padding-right: 30px;
  text-align: left;
}
.hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.hero__background:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.hero__background img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__background video {
  width: auto;
  height: auto;
  min-width: 100%;
  transform: translate(0, -20%);
}
.hero--full-screen {
  height: 100vh;
}

.hero--basic {
  min-height: 40em;
  height: 50vh;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7em 1.5rem 0 1.5rem;
}
.hero--basic--with-logos {
  justify-content: flex-end;
  height: auto;
  min-height: auto;
  padding-top: 4rem;
}
@media only screen and (min-width: 767px) {
  .hero--basic--with-logos {
    padding-top: 7rem;
  }
}
.hero--basic--with-logos &gt; .bounded {
  padding: 4rem 0;
}

.hero--basic__content {
  margin-left: 0;
}

.hero--basic .boundless {
  z-index: 100;
}

.hero--basic .bounded {
  z-index: 100;
}

.hero--basic h1,
.hero--basic h2,
.hero--basic h3,
.hero--basic .single-case_study .last-review blockquote,
.single-case_study .last-review .hero--basic blockquote,
.hero--basic .single-case_study .last-review blockquote,
.single-case_study .last-review .hero--basic blockquote,
.hero--basic h4,
.hero--basic .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--basic h1,
.hero--basic .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--basic h2,
.hero--basic .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--basic h3,
.hero--basic .single-format-standard .post-content h4,
.single-format-standard .post-content .hero--basic h4,
.hero--basic .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--basic .srr-title,
.hero--basic .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--basic .srr-title,
.hero--basic .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--basic .tabs__item,
.hero--basic .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--basic .tabs__item,
.hero--basic .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero--basic a,
.hero--basic .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--basic .srr-title,
.hero--basic .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--basic .srr-title,
.hero--basic .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--basic blockquote,
.hero--basic .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--basic blockquote,
.hero--basic .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--basic tr,
.hero--basic .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero--basic tr,
.hero--basic .single-format-standard .post-content h5,
.hero--basic .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--basic .single-format-standard .post-content .post-location,
.hero--basic .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--basic .single-format-standard .post-content .post-date,
.hero--basic .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--basic .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--basic h5,
.single-format-standard .post-content .hero--basic .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--basic .post-location,
.single-format-standard .post-content .hero--basic .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--basic .post-date,
.single-format-standard .post-content .hero--basic .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--basic .post-upcoming,
.hero--basic .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--basic a,
.hero--basic .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--basic a,
.hero--basic .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--basic a,
.hero--basic .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--basic a,
.hero--basic .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--basic .post-location,
.hero--basic .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--basic .post-location,
.hero--basic .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--basic .post-date,
.hero--basic .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--basic .post-date,
.hero--basic .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--basic .post-upcoming,
.hero--basic .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--basic .post-upcoming,
.hero--basic .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--basic li,
.hero--basic .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--basic li,
.hero--basic .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--basic p,
.hero--basic .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero--basic p,
.hero--basic .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--basic .heading,
.hero--basic .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--basic .heading,
.hero--basic .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--basic .h5,
.hero--basic .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--basic .h5,
.hero--basic .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--basic .heading,
.hero--basic .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--basic .heading,
.hero--basic .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--basic span,
.hero--basic .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--basic span,
.hero--basic .pa thead tr,
.pa thead .hero--basic tr,
.hero--basic .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--basic blockquote,
.hero--basic .blog-feed-embed .srr-title,
.blog-feed-embed .hero--basic .srr-title,
.hero--basic .hero--blog__content ol a,
.hero--blog__content ol .hero--basic a,
.hero--basic .srr-wrap .srr-title,
.srr-wrap .hero--basic .srr-title,
.hero--basic .tabs__heading--7 .tabs__item,
.tabs__heading--7 .hero--basic .tabs__item,
.hero--basic .srr-wrap .srr-title,
.srr-wrap .hero--basic .srr-title,
.hero--basic .blog-feed-embed .srr-title,
.blog-feed-embed .hero--basic .srr-title,
.hero--basic .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--basic blockquote,
.hero--basic .pa thead tr,
.pa thead .hero--basic tr,
.hero--basic .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--basic h1,
.hero--basic .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--basic h2,
.hero--basic .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--basic h3,
.hero--basic .single-format-standard .post-content .single-case_study .last-review blockquote,
.single-format-standard .post-content .single-case_study .last-review .hero--basic blockquote,
.hero--basic .single-case_study .last-review .single-format-standard .post-content blockquote,
.single-case_study .last-review .single-format-standard .post-content .hero--basic blockquote,
.hero--basic .single-format-standard .post-content h4,
.hero--basic .single-format-standard .post-content h1,
.hero--basic .single-format-standard .post-content h2,
.hero--basic .single-format-standard .post-content h3,
.hero--basic .single-format-standard .post-content h4,
.hero--basic .single-format-standard .post-content .srr-wrap .srr-title,
.hero--basic .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .hero--basic .single-format-standard .post-content .srr-title,
.hero--basic .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.hero--basic .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .hero--basic .single-format-standard .post-content .tabs__item,
.hero--basic .single-format-standard .post-content .hero--blog__content ol a,
.hero--basic .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .blog-feed-embed .srr-title,
.hero--basic .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .hero--basic .single-format-standard .post-content .srr-title,
.hero--basic .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.hero--basic .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .hero--basic .single-format-standard .post-content blockquote,
.hero--basic .single-format-standard .post-content .pa thead tr,
.hero--basic .pa thead .single-format-standard .post-content tr,
.pa thead .hero--basic .single-format-standard .post-content tr,
.hero--basic .single-format-standard .post-content h5,
.hero--basic .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--basic .single-format-standard .post-content .post-location,
.hero--basic .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--basic .single-format-standard .post-content .post-date,
.hero--basic .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--basic .single-format-standard .post-content .post-upcoming,
.hero--basic .single-format-standard .post-content .tabs__heading--1 a,
.hero--basic .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .tabs__heading--2 a,
.hero--basic .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .tabs__heading--4 a,
.hero--basic .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .tabs__heading--5 a,
.hero--basic .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .hero--cs .post-location,
.hero--basic .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .hero--basic .single-format-standard .post-content .post-location,
.hero--basic .single-format-standard .post-content .hero--cs .post-date,
.hero--basic .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .hero--basic .single-format-standard .post-content .post-date,
.hero--basic .single-format-standard .post-content .hero--cs .post-upcoming,
.hero--basic .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .hero--basic .single-format-standard .post-content .post-upcoming,
.hero--basic .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.hero--basic .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .hero--basic .single-format-standard .post-content li,
.hero--basic .single-format-standard .post-content .institutions-logos p,
.hero--basic .institutions-logos .single-format-standard .post-content p,
.institutions-logos .hero--basic .single-format-standard .post-content p,
.hero--basic .single-format-standard .post-content .slidorion .accordion .heading,
.hero--basic .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .hero--basic .single-format-standard .post-content .heading,
.hero--basic .single-format-standard .post-content .spine-heading .h5,
.hero--basic .spine-heading .single-format-standard .post-content .h5,
.spine-heading .hero--basic .single-format-standard .post-content .h5,
.hero--basic .single-format-standard .post-content .accordion-basic .heading,
.hero--basic .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .hero--basic .single-format-standard .post-content .heading,
.hero--basic .single-format-standard .post-content .single-case_study .highlights span,
.hero--basic .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .hero--basic .single-format-standard .post-content span,
.hero--basic .single-format-standard .post-content .pa thead tr,
.pa thead .hero--basic .single-format-standard .post-content tr,
.hero--basic .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--basic .single-format-standard .post-content blockquote,
.hero--basic .single-format-standard .post-content .blog-feed-embed .srr-title,
.blog-feed-embed .hero--basic .single-format-standard .post-content .srr-title,
.hero--basic .single-format-standard .post-content .hero--blog__content ol a,
.hero--blog__content ol .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .srr-wrap .srr-title,
.srr-wrap .hero--basic .single-format-standard .post-content .srr-title,
.hero--basic .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.tabs__heading--7 .hero--basic .single-format-standard .post-content .tabs__item,
.single-format-standard .post-content .hero--basic h4,
.single-format-standard .post-content .hero--basic h1,
.single-format-standard .post-content .hero--basic h2,
.single-format-standard .post-content .hero--basic h3,
.single-format-standard .post-content .hero--basic h4,
.single-format-standard .post-content .hero--basic .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--basic .srr-title,
.srr-wrap .single-format-standard .post-content .hero--basic .srr-title,
.single-format-standard .post-content .hero--basic .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--basic .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--basic .tabs__item,
.single-format-standard .post-content .hero--basic .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero--basic a,
.hero--blog__content ol .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--basic .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--basic .srr-title,
.single-format-standard .post-content .hero--basic .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--basic blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--basic blockquote,
.single-format-standard .post-content .hero--basic .pa thead tr,
.single-format-standard .post-content .pa thead .hero--basic tr,
.pa thead .single-format-standard .post-content .hero--basic tr,
.single-format-standard .post-content .hero--basic h5,
.single-format-standard .post-content .hero--basic .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--basic .post-location,
.single-format-standard .post-content .hero--basic .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--basic .post-date,
.single-format-standard .post-content .hero--basic .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--basic .post-upcoming,
.single-format-standard .post-content .hero--basic .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--basic a,
.tabs__heading--1 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--basic a,
.tabs__heading--2 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--basic a,
.tabs__heading--4 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--basic a,
.tabs__heading--5 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--basic .post-location,
.hero--cs .single-format-standard .post-content .hero--basic .post-location,
.single-format-standard .post-content .hero--basic .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--basic .post-date,
.hero--cs .single-format-standard .post-content .hero--basic .post-date,
.single-format-standard .post-content .hero--basic .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--basic .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--basic .post-upcoming,
.single-format-standard .post-content .hero--basic .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--basic li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--basic li,
.single-format-standard .post-content .hero--basic .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--basic p,
.institutions-logos .single-format-standard .post-content .hero--basic p,
.single-format-standard .post-content .hero--basic .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--basic .heading,
.slidorion .accordion .single-format-standard .post-content .hero--basic .heading,
.single-format-standard .post-content .hero--basic .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--basic .h5,
.spine-heading .single-format-standard .post-content .hero--basic .h5,
.single-format-standard .post-content .hero--basic .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--basic .heading,
.accordion-basic .single-format-standard .post-content .hero--basic .heading,
.single-format-standard .post-content .hero--basic .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--basic span,
.single-case_study .highlights .single-format-standard .post-content .hero--basic span,
.single-format-standard .post-content .hero--basic .pa thead tr,
.pa thead .single-format-standard .post-content .hero--basic tr,
.single-format-standard .post-content .hero--basic .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--basic blockquote,
.single-format-standard .post-content .hero--basic .blog-feed-embed .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--basic .srr-title,
.single-format-standard .post-content .hero--basic .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .srr-wrap .srr-title,
.srr-wrap .single-format-standard .post-content .hero--basic .srr-title,
.single-format-standard .post-content .hero--basic .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--basic .tabs__item,
.hero--basic .single-format-standard .post-content h5,
.hero--basic .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--basic .single-format-standard .post-content .post-location,
.hero--basic .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--basic .single-format-standard .post-content .post-date,
.hero--basic .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--basic .single-format-standard .post-content .post-upcoming,
.hero--basic .single-format-standard .post-content .single-case_study .highlights span,
.single-case_study .highlights .hero--basic .single-format-standard .post-content span,
.hero--basic .single-format-standard .post-content .accordion-basic .heading,
.accordion-basic .hero--basic .single-format-standard .post-content .heading,
.hero--basic .single-format-standard .post-content .spine-heading .h5,
.spine-heading .hero--basic .single-format-standard .post-content .h5,
.hero--basic .single-format-standard .post-content .slidorion .accordion .heading,
.slidorion .accordion .hero--basic .single-format-standard .post-content .heading,
.hero--basic .single-format-standard .post-content .institutions-logos p,
.institutions-logos .hero--basic .single-format-standard .post-content p,
.hero--basic .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--basic .single-format-standard .post-content li,
.hero--basic .single-format-standard .post-content .hero--cs .post-location,
.hero--cs .hero--basic .single-format-standard .post-content .post-location,
.hero--basic .single-format-standard .post-content .hero--cs .post-date,
.hero--cs .hero--basic .single-format-standard .post-content .post-date,
.hero--basic .single-format-standard .post-content .hero--cs .post-upcoming,
.hero--cs .hero--basic .single-format-standard .post-content .post-upcoming,
.hero--basic .single-format-standard .post-content .tabs__heading--1 a,
.tabs__heading--1 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .tabs__heading--2 a,
.tabs__heading--2 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .tabs__heading--4 a,
.tabs__heading--4 .hero--basic .single-format-standard .post-content a,
.hero--basic .single-format-standard .post-content .tabs__heading--5 a,
.tabs__heading--5 .hero--basic .single-format-standard .post-content a,
.single-format-standard .post-content .hero--basic h5,
.single-format-standard .post-content .hero--basic .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--basic .post-location,
.single-format-standard .post-content .hero--basic .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--basic .post-date,
.single-format-standard .post-content .hero--basic .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--basic .post-upcoming,
.single-format-standard .post-content .hero--basic .single-case_study .highlights span,
.single-case_study .highlights .single-format-standard .post-content .hero--basic span,
.single-format-standard .post-content .hero--basic .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content .hero--basic .heading,
.single-format-standard .post-content .hero--basic .spine-heading .h5,
.spine-heading .single-format-standard .post-content .hero--basic .h5,
.single-format-standard .post-content .hero--basic .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content .hero--basic .heading,
.single-format-standard .post-content .hero--basic .institutions-logos p,
.institutions-logos .single-format-standard .post-content .hero--basic p,
.single-format-standard .post-content .hero--basic .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--basic li,
.single-format-standard .post-content .hero--basic .hero--cs .post-location,
.hero--cs .single-format-standard .post-content .hero--basic .post-location,
.single-format-standard .post-content .hero--basic .hero--cs .post-date,
.hero--cs .single-format-standard .post-content .hero--basic .post-date,
.single-format-standard .post-content .hero--basic .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--basic .post-upcoming,
.single-format-standard .post-content .hero--basic .tabs__heading--1 a,
.tabs__heading--1 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .tabs__heading--2 a,
.tabs__heading--2 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .tabs__heading--4 a,
.tabs__heading--4 .single-format-standard .post-content .hero--basic a,
.single-format-standard .post-content .hero--basic .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--basic a,
.hero--basic .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--basic a,
.hero--basic .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--basic a,
.hero--basic .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--basic a,
.hero--basic .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--basic li,
.hero--basic .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--basic li,
.hero--basic .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--basic span,
.hero--basic .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--basic span,
.hero--basic h5,
.hero--basic .events-posts article .post-location,
.events-posts article .hero--basic .post-location,
.hero--basic .events-posts article .post-date,
.events-posts article .hero--basic .post-date,
.hero--basic .events-posts article .post-upcoming,
.events-posts article .hero--basic .post-upcoming,
.hero--basic .single-case_study .highlights span,
.single-case_study .highlights .hero--basic span,
.hero--basic .accordion-basic .heading,
.accordion-basic .hero--basic .heading,
.hero--basic .spine-heading .h5,
.spine-heading .hero--basic .h5,
.hero--basic .slidorion .accordion .heading,
.slidorion .accordion .hero--basic .heading,
.hero--basic .institutions-logos p,
.institutions-logos .hero--basic p,
.hero--basic .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--basic li,
.hero--basic .hero--cs .post-location,
.hero--cs .hero--basic .post-location,
.hero--basic .hero--cs .post-date,
.hero--cs .hero--basic .post-date,
.hero--basic .hero--cs .post-upcoming,
.hero--cs .hero--basic .post-upcoming,
.hero--basic .tabs__heading--1 a,
.tabs__heading--1 .hero--basic a,
.hero--basic .tabs__heading--2 a,
.tabs__heading--2 .hero--basic a,
.hero--basic .tabs__heading--4 a,
.tabs__heading--4 .hero--basic a,
.hero--basic .tabs__heading--5 a,
.tabs__heading--5 .hero--basic a,
.hero--basic .tabs__heading--1 a,
.tabs__heading--1 .hero--basic a,
.hero--basic .tabs__heading--2 a,
.tabs__heading--2 .hero--basic a,
.hero--basic .tabs__heading--4 a,
.tabs__heading--4 .hero--basic a,
.hero--basic .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--basic li,
.hero--basic .single-case_study .highlights span,
.single-case_study .highlights .hero--basic span,
.hero--basic h6,
.hero--basic .single-news .pr-tag,
.single-news .hero--basic .pr-tag,
.hero--basic .single-post .post-content .note,
.single-post .post-content .hero--basic .note,
.hero--basic .post-tags a,
.post-tags .hero--basic a,
.hero--basic .blog .post-category,
.blog .hero--basic .post-category,
.hero--basic .archive .post-category,
.archive .hero--basic .post-category,
.hero--basic .footer__alerts-link,
.hero--basic .footer__alerts-link,
.hero--basic .post-category,
.hero--basic .post-date,
.hero--basic .post-tags a,
.post-tags .hero--basic a,
.hero--basic .single-post .post-content .note,
.single-post .post-content .hero--basic .note,
.hero--basic .single-news .pr-tag,
.single-news .hero--basic .pr-tag,
.hero--basic p,
.hero--basic li,
.hero--basic label {
  color: #fff;
}

.hero--basic a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--underline--white):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}

.hero--basic a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--underline--white):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}

.hero--basic h1 {
  color: #fff;
}

.hero--basic h5, .hero--basic .events-posts article .post-location, .events-posts article .hero--basic .post-location,
.hero--basic .events-posts article .post-date,
.events-posts article .hero--basic .post-date,
.hero--basic .events-posts article .post-upcoming,
.events-posts article .hero--basic .post-upcoming, .hero--basic .accordion-basic .heading, .accordion-basic .hero--basic .heading, .hero--basic .spine-heading .h5, .spine-heading .hero--basic .h5, .hero--basic .slidorion .accordion .heading, .slidorion .accordion .hero--basic .heading, .hero--basic .institutions-logos p, .institutions-logos .hero--basic p, .hero--basic .hero--cs .post-location, .hero--cs .hero--basic .post-location,
.hero--basic .hero--cs .post-date,
.hero--cs .hero--basic .post-date,
.hero--basic .hero--cs .post-upcoming,
.hero--cs .hero--basic .post-upcoming, .hero--basic .tabs__heading--5 a, .tabs__heading--5 .hero--basic a,
.hero--basic .tabs__heading--1 a,
.tabs__heading--1 .hero--basic a,
.hero--basic .tabs__heading--2 a,
.tabs__heading--2 .hero--basic a,
.hero--basic .tabs__heading--4 a,
.tabs__heading--4 .hero--basic a,
.hero--basic .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--basic li,
.hero--basic .single-case_study .highlights span,
.single-case_study .highlights .hero--basic span {
  font-size: 1em;
  font-weight: 400;
}

.hero--basic__buttons {
  margin-top: 3rem;
}

.hero--basic__buttons a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .hero--basic__buttons a {
    width: 11rem;
  }
}
@media only screen and (max-width: 1400px) {
  .hero--basic__buttons a {
    width: 13rem;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--basic__buttons a {
    width: auto;
  }
}
@media only screen and (min-width: 767px) {
  .hero--basic__buttons a {
    display: inline-block;
  }
}
@media only screen and (min-width: 1280px) {
  .hero--basic__buttons a:not(:last-child) {
    margin-right: 1em;
  }
}
.hero--basic__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.hero--basic__background img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.hero--basic__background video {
  width: auto;
  height: auto;
  min-width: 100%;
  transform: translate(0, -20%);
}

.hero-side {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 9em 1.5rem 3rem 1.5rem !important;
}
.hero-side .hero-wave {
  margin-left: -7rem;
  margin-bottom: 0rem;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
@media only screen and (min-width: 1260px) {
  .hero-side .hero-wave {
    margin-bottom: -3rem;
  }
}
.hero-side .carousel-wrap {
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 0;
}
.hero-side--with-logos {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  min-height: auto;
  padding-top: 4rem;
  height: auto !important;
  min-height: auto !important;
  padding-top: 4rem !important;
}
@media only screen and (min-width: 767px) {
  .hero-side--with-logos {
    padding-top: 14rem !important;
  }
}
.hero-side--with-logos &gt; .bounded {
  padding: 4rem 0;
}
.hero-side--with-logos .boundless {
  z-index: 10;
  padding: 0;
}
@media only screen and (min-width: 1023px) {
  .hero-side--with-logos .boundless {
    padding: 7rem 3rem;
  }
}
@media only screen and (min-width: 1260px) {
  .hero-side--with-logos .boundless {
    padding: 7rem 6rem;
  }
}

@media only screen and (min-width: 767px) {
  .hero-side {
    min-height: 45vh;
  }
}
@media only screen and (min-width: 1260px) {
  .hero-side {
    padding: 7em 1.5rem 0 1.5rem;
    min-height: 50em;
    height: 50vh;
  }
}
.hero-side.with-carousel {
  overflow: initial;
  padding: 7em 1.5rem;
}

@media only screen and (min-width: 767px) {
  .hero-side.with-carousel {
    min-height: 45em;
    height: 45vh;
  }
}
@media only screen and (min-width: 1260px) {
  .hero-side.with-carousel {
    min-height: 50em;
    height: 50vh;
    padding: 7em 1.5rem 5em 1.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .hero-side .boundless {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.hero-side .button--outline, .hero-side .button--outline--white {
  background: #fff;
}
.hero-side .button--outline:hover, .hero-side .button--outline--white:hover {
  background: #462872;
}
.hero-side .button--outline:focus, .hero-side .button--outline--white:focus {
  color: #462872;
}

.hero-side .hero__content,
.hero-side .hero__content--white {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__content,
  .hero-side .hero__content--white {
    margin-bottom: 0;
    width: 50%;
    max-width: 44em;
    padding-right: 5%;
  }
}
.hero__content h1,
.hero__content--white h1 {
  font-size: 2em;
  color: #424446;
}

@media only screen and (min-width: 767px) {
  .hero__content h1,
  .hero__content--white h1 {
    font-size: 1.7em;
  }
}
@media only screen and (min-width: 1023px) {
  .hero__content h1,
  .hero__content--white h1 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1260px) {
  .hero__content h1,
  .hero__content--white h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1440px) {
  .hero__content h1,
  .hero__content--white h1 {
    font-size: 2.2em;
  }
}
.hero-side .hero__content ul,
.hero-side .hero__content--white ul {
  list-style: none;
  padding: 0;
}

.hero-side .hero__content ul li,
.hero-side .hero__content--white ul li {
  background: url("https://www.yuja.com/wp-content/uploads/hero-list.svg") no-repeat left 5px;
  background-size: 13px 13px;
  padding-left: 1.5rem;
}

.hero-side .hero__content--white h1,
.hero-side .hero__content--white h2,
.hero-side .hero__content--white h3,
.hero-side .hero__content--white .single-case_study .last-review blockquote,
.single-case_study .last-review .hero-side .hero__content--white blockquote,
.hero-side .hero__content--white h4,
.hero-side .hero__content--white .single-format-standard .post-content h1,
.single-format-standard .post-content .hero-side .hero__content--white h1,
.hero-side .hero__content--white .single-format-standard .post-content h2,
.single-format-standard .post-content .hero-side .hero__content--white h2,
.hero-side .hero__content--white .single-format-standard .post-content h3,
.single-format-standard .post-content .hero-side .hero__content--white h3,
.hero-side .hero__content--white .single-format-standard .post-content h4,
.single-format-standard .post-content .hero-side .hero__content--white h4,
.hero-side .hero__content--white .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero-side .hero__content--white .srr-title,
.hero-side .hero__content--white .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero-side .hero__content--white .srr-title,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero-side .hero__content--white .tabs__item,
.hero-side .hero__content--white .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero-side .hero__content--white .tabs__item,
.hero-side .hero__content--white .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero-side .hero__content--white a,
.hero-side .hero__content--white .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero-side .hero__content--white .srr-title,
.hero-side .hero__content--white .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero-side .hero__content--white .srr-title,
.hero-side .hero__content--white .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero-side .hero__content--white blockquote,
.hero-side .hero__content--white .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero-side .hero__content--white blockquote,
.hero-side .hero__content--white .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero-side .hero__content--white tr,
.hero-side .hero__content--white .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero-side .hero__content--white tr,
.hero-side .hero__content--white .single-format-standard .post-content h5,
.hero-side .hero__content--white .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero-side .hero__content--white .single-format-standard .post-content .post-location,
.hero-side .hero__content--white .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero-side .hero__content--white .single-format-standard .post-content .post-date,
.hero-side .hero__content--white .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero-side .hero__content--white .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero-side .hero__content--white h5,
.single-format-standard .post-content .hero-side .hero__content--white .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero-side .hero__content--white .post-location,
.single-format-standard .post-content .hero-side .hero__content--white .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero-side .hero__content--white .post-date,
.single-format-standard .post-content .hero-side .hero__content--white .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero-side .hero__content--white .post-upcoming,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero-side .hero__content--white .post-location,
.hero-side .hero__content--white .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero-side .hero__content--white .post-location,
.hero-side .hero__content--white .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero-side .hero__content--white .post-date,
.hero-side .hero__content--white .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero-side .hero__content--white .post-date,
.hero-side .hero__content--white .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero-side .hero__content--white .post-upcoming,
.hero-side .hero__content--white .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero-side .hero__content--white .post-upcoming,
.hero-side .hero__content--white .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero-side .hero__content--white li,
.hero-side .hero__content--white .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero-side .hero__content--white li,
.hero-side .hero__content--white .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero-side .hero__content--white p,
.hero-side .hero__content--white .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero-side .hero__content--white p,
.hero-side .hero__content--white .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero-side .hero__content--white .heading,
.hero-side .hero__content--white .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero-side .hero__content--white .heading,
.hero-side .hero__content--white .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero-side .hero__content--white .h5,
.hero-side .hero__content--white .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero-side .hero__content--white .h5,
.hero-side .hero__content--white .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero-side .hero__content--white .heading,
.hero-side .hero__content--white .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero-side .hero__content--white .heading,
.hero-side .hero__content--white .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero-side .hero__content--white span,
.hero-side .hero__content--white .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero-side .hero__content--white span,
.hero-side .hero__content--white .hero--blog__content ol a,
.hero--blog__content ol .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--7 .tabs__item,
.tabs__heading--7 .hero-side .hero__content--white .tabs__item,
.hero-side .hero__content--white .srr-wrap .srr-title,
.srr-wrap .hero-side .hero__content--white .srr-title,
.hero-side .hero__content--white .blog-feed-embed .srr-title,
.blog-feed-embed .hero-side .hero__content--white .srr-title,
.hero-side .hero__content--white .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero-side .hero__content--white blockquote,
.hero-side .hero__content--white .pa thead tr,
.pa thead .hero-side .hero__content--white tr,
.hero-side .hero__content--white .single-format-standard .post-content h1,
.single-format-standard .post-content .hero-side .hero__content--white h1,
.hero-side .hero__content--white .single-format-standard .post-content h2,
.single-format-standard .post-content .hero-side .hero__content--white h2,
.hero-side .hero__content--white .single-format-standard .post-content h3,
.single-format-standard .post-content .hero-side .hero__content--white h3,
.hero-side .hero__content--white .single-format-standard .post-content .single-case_study .last-review blockquote,
.single-format-standard .post-content .single-case_study .last-review .hero-side .hero__content--white blockquote,
.hero-side .hero__content--white .single-case_study .last-review .single-format-standard .post-content blockquote,
.single-case_study .last-review .single-format-standard .post-content .hero-side .hero__content--white blockquote,
.hero-side .hero__content--white .single-format-standard .post-content h5,
.hero-side .hero__content--white .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero-side .hero__content--white .single-format-standard .post-content .post-location,
.hero-side .hero__content--white .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero-side .hero__content--white .single-format-standard .post-content .post-date,
.hero-side .hero__content--white .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero-side .hero__content--white .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero-side .hero__content--white h5,
.single-format-standard .post-content .hero-side .hero__content--white .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero-side .hero__content--white .post-location,
.single-format-standard .post-content .hero-side .hero__content--white .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero-side .hero__content--white .post-date,
.single-format-standard .post-content .hero-side .hero__content--white .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero-side .hero__content--white .post-upcoming,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero-side .hero__content--white li,
.hero-side .hero__content--white .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero-side .hero__content--white li,
.hero-side .hero__content--white .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero-side .hero__content--white span,
.hero-side .hero__content--white .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero-side .hero__content--white span,
.hero-side .hero__content--white h5,
.hero-side .hero__content--white .events-posts article .post-location,
.events-posts article .hero-side .hero__content--white .post-location,
.hero-side .hero__content--white .events-posts article .post-date,
.events-posts article .hero-side .hero__content--white .post-date,
.hero-side .hero__content--white .events-posts article .post-upcoming,
.events-posts article .hero-side .hero__content--white .post-upcoming,
.hero-side .hero__content--white .accordion-basic .heading,
.accordion-basic .hero-side .hero__content--white .heading,
.hero-side .hero__content--white .spine-heading .h5,
.spine-heading .hero-side .hero__content--white .h5,
.hero-side .hero__content--white .slidorion .accordion .heading,
.slidorion .accordion .hero-side .hero__content--white .heading,
.hero-side .hero__content--white .hero--cs .post-location,
.hero--cs .hero-side .hero__content--white .post-location,
.hero-side .hero__content--white .hero--cs .post-upcoming,
.hero--cs .hero-side .hero__content--white .post-upcoming,
.hero-side .hero__content--white .tabs__heading--5 a,
.tabs__heading--5 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--1 a,
.tabs__heading--1 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--2 a,
.tabs__heading--2 .hero-side .hero__content--white a,
.hero-side .hero__content--white .tabs__heading--4 a,
.tabs__heading--4 .hero-side .hero__content--white a,
.hero-side .hero__content--white .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero-side .hero__content--white li,
.hero-side .hero__content--white .single-case_study .highlights span,
.single-case_study .highlights .hero-side .hero__content--white span,
.hero-side .hero__content--white h6,
.hero-side .hero__content--white .single-news .pr-tag,
.single-news .hero-side .hero__content--white .pr-tag,
.hero-side .hero__content--white .footer__alerts-link,
.hero-side .hero__content--white .post-category,
.hero-side .hero__content--white .post-date,
.hero-side .hero__content--white .post-tags a,
.post-tags .hero-side .hero__content--white a,
.hero-side .hero__content--white .single-post .post-content .note,
.single-post .post-content .hero-side .hero__content--white .note,
.hero-side .hero__content--white .single-news .pr-tag,
.single-news .hero-side .hero__content--white .pr-tag,
.hero-side .hero__content--white p,
.hero-side .hero__content--white li,
.hero-side .hero__content--white label {
  color: #fff;
}

.hero-side .hero__content--white a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--underline--white):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}

.hero-side .hero__content--white a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--underline--white):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}

.hero-side .hero__media {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media {
    width: 45%;
  }
}
.hero-side .hero__media video {
  mask: url("https://www.yuja.com/wp-content/uploads/shape.svg");
  -webkit-mask: url("https://www.yuja.com/wp-content/uploads/shape.svg");
  width: 850px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  min-height: 100%;
}

.hero-side .hero__media img {
  mask: url("https://www.yuja.com/wp-content/uploads/shape.svg");
  -webkit-mask: url("https://www.yuja.com/wp-content/uploads/shape.svg");
  width: 850px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  min-height: 100%;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media:before {
    margin-top: -40px;
  }
}
.hero-side .hero__media--2 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--2 {
    width: 45%;
  }
}
.hero-side .hero__media--2 video {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
  position: relative;
  min-height: 100%;
  box-shadow: 10px 10px 0px 5px #462872;
  border-radius: 6px;
}

.hero-side .hero__media--2:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/shape-colors-2.svg") no-repeat;
  width: 120%;
  height: 120%;
  max-width: 100%;
  top: 0;
  margin-top: -1em;
  margin-left: -3em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--2:before {
    margin-top: -4em;
  }
}
.hero-side .hero__media--2:after {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/play-button.svg") no-repeat;
  width: 7em;
  height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  margin-top: 3em;
  margin-left: 2em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--2:after {
    width: 7vw;
  }
}
.hero-side .hero__media--3 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--3 {
    width: 45%;
  }
}
@media only screen and (min-width: 1023px) {
  .hero-side .hero__media--3 {
    width: 38%;
  }
}
.hero-side .hero__media--3 video {
  mask: url("https://www.yuja.com/wp-content/uploads/shape-colors-3.svg");
  -webkit-mask: url("https://www.yuja.com/wp-content/uploads/shape-colors-3.svg");
  width: 120%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  min-height: 100%;
}

@media only screen and (min-width: 1680px) {
  .hero-side .hero__media--3 video {
    width: 100%;
  }
}
.hero-side .hero__media--3:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/shape-colors-4.svg") no-repeat;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  margin-top: -10px;
  margin-left: -30px;
}

@media only screen and (min-width: 1260px) {
  .hero-side .hero__media--3:before {
    margin-top: -50px;
  }
}
.hero-side .hero__media--4 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--4 {
    width: 45%;
  }
}
.hero-side .hero__media--4 video {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
  position: relative;
  min-height: 100%;
  box-shadow: 10px 10px 0px 5px #086472;
  border-radius: 6px;
}

@media only screen and (min-width: 1260px) {
  .hero-side .hero__media--4 video {
    width: 80%;
  }
}
.hero-side .hero__media--4:after {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/recording-illustration.svg") no-repeat;
  width: 7em;
  height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  margin-top: 3em;
  margin-left: 2em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--4:after {
    width: 7vw;
  }
}
.hero-side .hero__media--4:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/shape-colors-6.svg") no-repeat;
  width: 120%;
  height: 120%;
  max-width: 100%;
  top: 0;
  margin-left: -30px;
}

@media only screen and (min-width: 1260px) {
  .hero-side .hero__media--4:before {
    width: 110%;
    height: 110%;
  }
}
.hero-side .hero__media--5 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--5 {
    width: 45%;
  }
}
@media only screen and (min-width: 1023px) {
  .hero-side .hero__media--5 {
    width: 38%;
  }
}
.hero-side .hero__media--5 video {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
  position: relative;
  min-height: 100%;
  box-shadow: 10px 10px 0px 5px #086472;
  border-radius: 6px;
}

.hero-side .hero__media--5:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/shape-colors-4.svg") no-repeat;
  width: 120%;
  height: 120%;
  max-width: 100%;
  top: 0;
  margin-top: -1em;
  margin-left: -3em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--5:before {
    margin-top: -4em;
  }
}
.hero-side .hero__media--5:after {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/test-illustration-1.svg") no-repeat;
  width: 7em;
  height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  margin-top: 3em;
  margin-left: 2em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--5:after {
    width: 7vw;
  }
}
.hero-side .hero__media--6 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--6 {
    width: 45%;
  }
}
.hero-side .hero__media--6 video {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
  position: relative;
  min-height: 100%;
  box-shadow: 10px 10px 0px 5px #462872;
  border-radius: 6px;
}

.hero-side .hero__media--6:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/shape-colors-4.svg") no-repeat;
  width: 120%;
  height: 120%;
  max-width: 100%;
  top: 0;
  margin-top: -1em;
  margin-left: -3em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--6:before {
    margin-top: -4em;
  }
}
.hero-side .hero__media--6:after {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/map-button.svg") no-repeat;
  width: 7em;
  height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  margin-top: 3em;
  margin-left: 2em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--6:after {
    width: 7vw;
  }
}
.hero-side .hero__media--7 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--7 {
    width: 45%;
  }
}
.hero-side .hero__media--7 video {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
  position: relative;
  min-height: 100%;
  box-shadow: 10px 10px 0px 5px #424446;
  border-radius: 6px;
}

@media only screen and (min-width: 1260px) {
  .hero-side .hero__media--7 video {
    width: 80%;
  }
}
.hero-side .hero__media--7:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/shape-colors-6.svg") no-repeat;
  width: 120%;
  height: 120%;
  max-width: 100%;
  bottom: 0;
  right: 0;
  margin-bottom: -1em;
  margin-right: -3em;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--7:before {
    margin-bottom: -4em;
  }
}
.hero-side .hero__media--8 {
  position: relative;
}

@media only screen and (min-width: 767px) {
  .hero-side .hero__media--8 {
    width: 50%;
  }
  .hero-side .hero__content,
  .hero-side .hero__content--white {
    width: 50%;
  }
}
.hero-side .hero__media--8 video {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  z-index: 0;
  position: relative;
  min-height: 100%;
  border-radius: 6px;
}

.hero-side .hero__media--8 img {
  margin-left: auto;
  display: block;
}

.hero--cs {
  background: url("http://www.yuja.com/wp-content/uploads/white-waves.webp");
  background-repeat: repeat;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .hero--cs {
    text-align: left;
    padding: 0;
  }
  .hero--cs .boundless {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .hero--cs .carousel-wrap {
    height: 100%;
    padding: 0;
  }
  .hero--cs .carousel-wrap .slider-controls-buttons .arrow-left {
    margin-left: 1em;
  }
  .hero--cs .carousel-wrap .slider-controls-buttons .arrow-right {
    margin-right: 1em;
  }
  .hero--cs .slick-slider {
    height: 100%;
  }
  .hero--cs .slick-track {
    height: 100%;
  }
  .hero--cs .slick-list {
    height: 100%;
  }
  .hero--cs .hero__content {
    width: 40%;
    padding: 0 5%;
    position: relative;
  }
  .hero--cs .hero__content .contain {
    width: 14rem;
    margin-bottom: 1.5rem;
  }
  .hero--cs .hero__media {
    width: 50%;
    height: 100%;
    flex: 1;
    -webkit-clip-path: ellipse(67% 80% at 67% 70%);
            clip-path: ellipse(67% 80% at 67% 70%);
    position: relative;
  }
  .hero--cs .hero__media img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    transform: scale(0.1);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero--cs h1 {
  color: #462872;
  font-size: 140%;
}
.hero--cs p {
  color: #424446;
}
.hero--cs .hero__content {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 767px) {
  .hero--cs .hero__content {
    margin-bottom: 0;
  }
}
.hero--cs .post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 85%;
}
.hero--cs .post-location,
.hero--cs .post-date,
.hero--cs .post-upcoming {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 6px;
  margin: 0;
}
.hero--cs .post-location {
  background: #cdbae5;
  color: #fff;
  margin: 0 1rem;
}
.hero--cs .post-location:before {
  content: " ";
  background: url(http://www.yuja.com/wp-content/uploads/pin-yuja.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 5px;
}
.hero--cs .post-date {
  background: #fff;
}
.hero--cs .post-date:before {
  content: " ";
  background: url(http://www.yuja.com/wp-content/uploads/calendar-yuja.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  opacity: 0.4;
  margin-right: 5px;
}
.hero--cs .post-upcoming {
  color: #fff;
  background: #533c6f;
}

.hero--blog {
  min-height: 40em;
  height: 50vh;
  background: url("https://www.yuja.com/wp-content/uploads/white-waves.webp");
  background-repeat: repeat;
  position: relative;
  padding: 7em 1.5rem 0 1.5rem;
}

.hero--blog .boundless {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero--blog__background {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  display: none;
}
@media only screen and (min-width: 1023px) {
  .hero--blog__background {
    display: block;
  }
}

@media only screen and (min-width: 1023px) {
  .hero--blog__background {
    width: 70%;
  }
}
.hero--blog__background video {
  width: auto;
  height: auto;
  min-width: 100%;
}

.hero--blog__content {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3rem;
}
@media only screen and (min-width: 1023px) {
  .hero--blog__content {
    width: 30%;
  }
}

.hero--blog__content h4, .hero--blog__content .single-format-standard .post-content h1, .single-format-standard .post-content .hero--blog__content h1,
.hero--blog__content .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--blog__content h2,
.hero--blog__content .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--blog__content h3,
.hero--blog__content .single-format-standard .post-content h4,
.single-format-standard .post-content .hero--blog__content h4,
.hero--blog__content .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--blog__content .srr-title,
.hero--blog__content .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--blog__content .srr-title,
.hero--blog__content .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--blog__content .tabs__item,
.hero--blog__content .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--blog__content .tabs__item,
.single-format-standard .post-content .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--blog__content .srr-title,
.hero--blog__content .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--blog__content .srr-title,
.hero--blog__content .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--blog__content blockquote,
.hero--blog__content .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--blog__content blockquote,
.hero--blog__content .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--blog__content tr,
.hero--blog__content .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero--blog__content tr,
.hero--blog__content .single-format-standard .post-content h5,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-location,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-date,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--blog__content h5,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-location,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-date,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-upcoming,
.hero--blog__content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--blog__content a,
.hero--blog__content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--blog__content a,
.hero--blog__content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--blog__content a,
.hero--blog__content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--blog__content a,
.hero--blog__content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--blog__content .post-location,
.hero--blog__content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-location,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--blog__content .post-date,
.hero--blog__content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-date,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--blog__content .post-upcoming,
.hero--blog__content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-upcoming,
.hero--blog__content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--blog__content li,
.hero--blog__content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--blog__content li,
.hero--blog__content .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--blog__content p,
.hero--blog__content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero--blog__content p,
.hero--blog__content .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--blog__content .heading,
.hero--blog__content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--blog__content .heading,
.hero--blog__content .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--blog__content .h5,
.hero--blog__content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--blog__content .h5,
.hero--blog__content .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--blog__content .heading,
.hero--blog__content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--blog__content .heading,
.hero--blog__content .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--blog__content span,
.hero--blog__content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--blog__content span, .hero--blog__content ol a, .hero--blog__content .tabs__heading--7 .tabs__item, .tabs__heading--7 .hero--blog__content .tabs__item,
.hero--blog__content .srr-wrap .srr-title,
.srr-wrap .hero--blog__content .srr-title,
.hero--blog__content .blog-feed-embed .srr-title,
.blog-feed-embed .hero--blog__content .srr-title,
.hero--blog__content .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--blog__content blockquote,
.hero--blog__content .pa thead tr,
.pa thead .hero--blog__content tr,
.hero--blog__content .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--blog__content h1,
.hero--blog__content .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--blog__content h2,
.hero--blog__content .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--blog__content h3,
.hero--blog__content .single-format-standard .post-content .single-case_study .last-review blockquote,
.single-format-standard .post-content .single-case_study .last-review .hero--blog__content blockquote,
.hero--blog__content .single-case_study .last-review .single-format-standard .post-content blockquote,
.single-case_study .last-review .single-format-standard .post-content .hero--blog__content blockquote,
.hero--blog__content .single-format-standard .post-content h4,
.hero--blog__content .single-format-standard .post-content h1,
.hero--blog__content .single-format-standard .post-content h2,
.hero--blog__content .single-format-standard .post-content h3,
.hero--blog__content .single-format-standard .post-content h4,
.hero--blog__content .single-format-standard .post-content .srr-wrap .srr-title,
.hero--blog__content .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .hero--blog__content .single-format-standard .post-content .srr-title,
.hero--blog__content .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.hero--blog__content .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .hero--blog__content .single-format-standard .post-content .tabs__item,
.hero--blog__content .single-format-standard .post-content .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .blog-feed-embed .srr-title,
.hero--blog__content .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .hero--blog__content .single-format-standard .post-content .srr-title,
.hero--blog__content .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.hero--blog__content .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .hero--blog__content .single-format-standard .post-content blockquote,
.hero--blog__content .single-format-standard .post-content .pa thead tr,
.hero--blog__content .pa thead .single-format-standard .post-content tr,
.pa thead .hero--blog__content .single-format-standard .post-content tr,
.hero--blog__content .single-format-standard .post-content h5,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-location,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-date,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-upcoming,
.hero--blog__content .single-format-standard .post-content .tabs__heading--1 a,
.hero--blog__content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .hero--blog__content .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--2 a,
.hero--blog__content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .hero--blog__content .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--4 a,
.hero--blog__content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .hero--blog__content .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--5 a,
.hero--blog__content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .hero--blog__content .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-location,
.hero--blog__content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .hero--blog__content .single-format-standard .post-content .post-location,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-date,
.hero--blog__content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .hero--blog__content .single-format-standard .post-content .post-date,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-upcoming,
.hero--blog__content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .hero--blog__content .single-format-standard .post-content .post-upcoming,
.hero--blog__content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.hero--blog__content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .hero--blog__content .single-format-standard .post-content li,
.hero--blog__content .single-format-standard .post-content .institutions-logos p,
.hero--blog__content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .hero--blog__content .single-format-standard .post-content p,
.hero--blog__content .single-format-standard .post-content .slidorion .accordion .heading,
.hero--blog__content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .hero--blog__content .single-format-standard .post-content .heading,
.hero--blog__content .single-format-standard .post-content .spine-heading .h5,
.hero--blog__content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .hero--blog__content .single-format-standard .post-content .h5,
.hero--blog__content .single-format-standard .post-content .accordion-basic .heading,
.hero--blog__content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .hero--blog__content .single-format-standard .post-content .heading,
.hero--blog__content .single-format-standard .post-content .single-case_study .highlights span,
.hero--blog__content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .hero--blog__content .single-format-standard .post-content span,
.single-format-standard .post-content .hero--blog__content h4,
.single-format-standard .post-content .hero--blog__content h1,
.single-format-standard .post-content .hero--blog__content h2,
.single-format-standard .post-content .hero--blog__content h3,
.single-format-standard .post-content .hero--blog__content h4,
.single-format-standard .post-content .hero--blog__content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--blog__content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--blog__content .srr-title,
.single-format-standard .post-content .hero--blog__content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--blog__content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--blog__content .tabs__item,
.single-format-standard .post-content .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content .hero--blog__content a,
.single-format-standard .post-content .hero--blog__content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--blog__content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--blog__content .srr-title,
.single-format-standard .post-content .hero--blog__content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--blog__content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--blog__content blockquote,
.single-format-standard .post-content .hero--blog__content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--blog__content tr,
.pa thead .single-format-standard .post-content .hero--blog__content tr,
.single-format-standard .post-content .hero--blog__content h5,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-location,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-date,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-upcoming,
.single-format-standard .post-content .hero--blog__content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--blog__content a,
.tabs__heading--1 .single-format-standard .post-content .hero--blog__content a,
.single-format-standard .post-content .hero--blog__content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--blog__content a,
.tabs__heading--2 .single-format-standard .post-content .hero--blog__content a,
.single-format-standard .post-content .hero--blog__content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--blog__content a,
.tabs__heading--4 .single-format-standard .post-content .hero--blog__content a,
.single-format-standard .post-content .hero--blog__content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--blog__content a,
.tabs__heading--5 .single-format-standard .post-content .hero--blog__content a,
.single-format-standard .post-content .hero--blog__content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--blog__content .post-location,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-location,
.single-format-standard .post-content .hero--blog__content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--blog__content .post-date,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-date,
.single-format-standard .post-content .hero--blog__content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--blog__content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-upcoming,
.single-format-standard .post-content .hero--blog__content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--blog__content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--blog__content li,
.single-format-standard .post-content .hero--blog__content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--blog__content p,
.institutions-logos .single-format-standard .post-content .hero--blog__content p,
.single-format-standard .post-content .hero--blog__content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--blog__content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--blog__content .heading,
.single-format-standard .post-content .hero--blog__content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--blog__content .h5,
.spine-heading .single-format-standard .post-content .hero--blog__content .h5,
.single-format-standard .post-content .hero--blog__content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--blog__content .heading,
.accordion-basic .single-format-standard .post-content .hero--blog__content .heading,
.single-format-standard .post-content .hero--blog__content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--blog__content span,
.single-case_study .highlights .single-format-standard .post-content .hero--blog__content span,
.hero--blog__content .single-format-standard .post-content h5,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-location,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-date,
.hero--blog__content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--blog__content .single-format-standard .post-content .post-upcoming,
.single-case_study .highlights .hero--blog__content .single-format-standard .post-content span,
.hero--blog__content .single-format-standard .post-content .accordion-basic .heading,
.accordion-basic .hero--blog__content .single-format-standard .post-content .heading,
.hero--blog__content .single-format-standard .post-content .spine-heading .h5,
.spine-heading .hero--blog__content .single-format-standard .post-content .h5,
.hero--blog__content .single-format-standard .post-content .slidorion .accordion .heading,
.slidorion .accordion .hero--blog__content .single-format-standard .post-content .heading,
.hero--blog__content .single-format-standard .post-content .institutions-logos p,
.institutions-logos .hero--blog__content .single-format-standard .post-content p,
.carousel-wrap .carousel-indicators .hero--blog__content .single-format-standard .post-content li,
.tabs__heading--1 .hero--blog__content .single-format-standard .post-content a,
.tabs__heading--2 .hero--blog__content .single-format-standard .post-content a,
.tabs__heading--4 .hero--blog__content .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--5 a,
.tabs__heading--5 .hero--blog__content .single-format-standard .post-content a,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-location,
.hero--cs .hero--blog__content .single-format-standard .post-content .post-location,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-date,
.hero--cs .hero--blog__content .single-format-standard .post-content .post-date,
.hero--blog__content .single-format-standard .post-content .hero--cs .post-upcoming,
.hero--cs .hero--blog__content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--blog__content h5,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-location,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-date,
.single-format-standard .post-content .hero--blog__content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--blog__content .post-upcoming,
.single-format-standard .post-content .hero--blog__content .single-case_study .highlights span,
.single-format-standard .post-content .hero--blog__content .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content .hero--blog__content .heading,
.single-format-standard .post-content .hero--blog__content .spine-heading .h5,
.spine-heading .single-format-standard .post-content .hero--blog__content .h5,
.single-format-standard .post-content .hero--blog__content .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content .hero--blog__content .heading,
.single-format-standard .post-content .hero--blog__content .institutions-logos p,
.institutions-logos .single-format-standard .post-content .hero--blog__content p,
.single-format-standard .post-content .hero--blog__content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .hero--blog__content .tabs__heading--1 a,
.single-format-standard .post-content .hero--blog__content .tabs__heading--2 a,
.single-format-standard .post-content .hero--blog__content .tabs__heading--4 a,
.single-format-standard .post-content .hero--blog__content .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content .hero--blog__content a,
.single-format-standard .post-content .hero--blog__content .hero--cs .post-location,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-location,
.single-format-standard .post-content .hero--blog__content .hero--cs .post-date,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-date,
.single-format-standard .post-content .hero--blog__content .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--blog__content .post-upcoming,
.hero--blog__content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--blog__content a,
.hero--blog__content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--blog__content a,
.hero--blog__content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--blog__content a,
.hero--blog__content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--blog__content a,
.hero--blog__content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--blog__content li,
.hero--blog__content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--blog__content li,
.hero--blog__content .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--blog__content span,
.hero--blog__content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--blog__content span {
  margin-bottom: 3rem;
}

.hero--blog__content ol {
  list-style: none;
  counter-reset: posts-counter;
  margin: 0;
  padding: 0;
}

.hero--blog__content ol li {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bdc5cd;
  counter-increment: posts-counter;
  padding-left: 5em;
}

.hero--blog__content ol li:hover .post-category {
  background: #424446;
}

.hero--blog__content ol li::before {
  content: "0" counter(posts-counter);
  font-size: 3rem;
  margin-right: 0.5rem;
  line-height: 1;
  opacity: 0.2;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.hero--blog__content ol a {
  color: #151515;
  text-transform: none;
}
@media only screen and (max-width: 1480px) {
  .hero--blog__content ol a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
}

.hero--blog__content ol a:hover {
  color: #462872;
}

.hero--blog__content ol a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.blog .hero--blog__content .post-category {
  margin-left: 0;
}

.hero--elements {
  background: #f7f8f9;
  background-size: cover;
  padding: 5em 0 0 0;
  height: auto;
  display: block;
}
@media only screen and (min-width: 767px) {
  .hero--elements {
    padding: 9em 0 0 0;
    text-align: left;
    padding-bottom: 0;
    height: 40vh;
  }
}
.hero--elements h1 {
  color: #462872;
}
.hero--elements p,
.hero--elements li,
.hero--elements h4,
.hero--elements .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--elements h1,
.hero--elements .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--elements h2,
.hero--elements .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--elements h3,
.hero--elements .single-format-standard .post-content h4,
.single-format-standard .post-content .hero--elements h4,
.hero--elements .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--elements .srr-title,
.hero--elements .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--elements .srr-title,
.hero--elements .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--elements .tabs__item,
.hero--elements .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--elements .tabs__item,
.hero--elements .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero--elements a,
.hero--elements .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero--elements a,
.hero--elements .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--elements .srr-title,
.hero--elements .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--elements .srr-title,
.hero--elements .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--elements blockquote,
.hero--elements .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--elements blockquote,
.hero--elements .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--elements tr,
.hero--elements .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero--elements tr,
.hero--elements .single-format-standard .post-content h5,
.hero--elements .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--elements .single-format-standard .post-content .post-location,
.hero--elements .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--elements .single-format-standard .post-content .post-date,
.hero--elements .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--elements .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--elements h5,
.single-format-standard .post-content .hero--elements .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--elements .post-location,
.single-format-standard .post-content .hero--elements .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--elements .post-date,
.single-format-standard .post-content .hero--elements .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--elements .post-upcoming,
.hero--elements .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--elements a,
.hero--elements .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--elements a,
.hero--elements .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--elements a,
.hero--elements .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--elements a,
.hero--elements .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--elements a,
.hero--elements .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--elements a,
.hero--elements .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--elements a,
.hero--elements .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--elements a,
.hero--elements .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--elements .post-location,
.hero--elements .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--elements .post-location,
.hero--elements .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--elements .post-date,
.hero--elements .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--elements .post-date,
.hero--elements .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--elements .post-upcoming,
.hero--elements .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--elements .post-upcoming,
.hero--elements .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--elements li,
.hero--elements .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--elements li,
.hero--elements .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--elements p,
.hero--elements .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero--elements p,
.hero--elements .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--elements .heading,
.hero--elements .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--elements .heading,
.hero--elements .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--elements .h5,
.hero--elements .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--elements .h5,
.hero--elements .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--elements .heading,
.hero--elements .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--elements .heading,
.hero--elements .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--elements span,
.hero--elements .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--elements span,
.hero--elements .pa thead tr,
.pa thead .hero--elements tr,
.hero--elements .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--elements blockquote,
.hero--elements .blog-feed-embed .srr-title,
.blog-feed-embed .hero--elements .srr-title,
.hero--elements .srr-wrap .srr-title,
.srr-wrap .hero--elements .srr-title,
.hero--elements .tabs__heading--7 .tabs__item,
.tabs__heading--7 .hero--elements .tabs__item,
.hero--elements .hero--blog__content ol a,
.hero--blog__content ol .hero--elements a,
.hero--elements h5,
.hero--elements .events-posts article .post-location,
.events-posts article .hero--elements .post-location,
.hero--elements .events-posts article .post-date,
.events-posts article .hero--elements .post-date,
.hero--elements .events-posts article .post-upcoming,
.events-posts article .hero--elements .post-upcoming,
.hero--elements .single-case_study .highlights span,
.single-case_study .highlights .hero--elements span,
.hero--elements .accordion-basic .heading,
.accordion-basic .hero--elements .heading,
.hero--elements .spine-heading .h5,
.spine-heading .hero--elements .h5,
.hero--elements .slidorion .accordion .heading,
.slidorion .accordion .hero--elements .heading,
.hero--elements .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--elements li,
.hero--elements .tabs__heading--1 a,
.tabs__heading--1 .hero--elements a,
.hero--elements .tabs__heading--2 a,
.tabs__heading--2 .hero--elements a,
.hero--elements .tabs__heading--4 a,
.tabs__heading--4 .hero--elements a,
.hero--elements .tabs__heading--5 a,
.tabs__heading--5 .hero--elements a,
.hero--elements .hero--cs .post-location,
.hero--cs .hero--elements .post-location,
.hero--elements .hero--cs .post-date,
.hero--cs .hero--elements .post-date,
.hero--elements .hero--cs .post-upcoming,
.hero--cs .hero--elements .post-upcoming {
  color: #424446;
}
.hero--elements .boundless {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-right: 0;
}
@media only screen and (min-width: 767px) {
  .hero--elements .boundless {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
}
@media only screen and (min-width: 1140px) {
  .hero--elements .boundless {
    padding-left: 3%;
  }
}
.hero--elements .hero__content {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 767px) {
  .hero--elements .hero__content {
    margin-bottom: 0;
    width: 60%;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 1480px) {
  .hero--elements .hero__content {
    margin-bottom: 0;
    width: 70%;
    padding: 0 20% 0 5%;
  }
}
.hero--elements .hero__content ul {
  list-style: none;
  padding: 0;
}
.hero--elements .hero__content ul li {
  background: url(https://www.yuja.com/wp-content/uploads/hero-list.svg) no-repeat left 5px;
  background-size: 13px 13px;
  padding-left: 1.5rem;
}
.hero--elements .hero__content .hero__element--1 {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .hero--elements .hero__content .hero__element--1 {
    display: block;
    position: absolute;
    z-index: 0;
    margin-left: -3rem;
    top: 0;
    left: 0;
  }
}
.hero--elements .hero__content .hero__element--2 {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .hero--elements .hero__content .hero__element--2 {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    margin-right: -20%;
  }
}
@media only screen and (min-width: 1480px) {
  .hero--elements .hero__content .hero__element--2 {
    margin-right: -10%;
  }
}
.hero--elements .hero__media {
  -webkit-clip-path: ellipse(70% 70% at 70% 71%);
          clip-path: ellipse(70% 70% at 70% 71%);
  position: relative;
  margin-right: -1.5rem;
  margin-bottom: -3rem;
}
@media only screen and (min-width: 767px) {
  .hero--elements .hero__media {
    width: 40%;
    height: 100%;
    flex: 1;
    margin-bottom: auto;
  }
}
.hero--elements .hero__media video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  min-height: 100%;
}
.hero--elements .hero__background:before {
  display: none;
}
.hero--elements .hero__background img {
  animation: none;
}
.hero--elements .carousel-wrap {
  width: 90%;
  padding-bottom: 1.5rem;
  bottom: 0;
  margin: -2em 5% 0 5%;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .hero--elements .carousel-wrap {
    width: 80%;
    margin: 0 10% -4em 10%;
    position: absolute;
    padding-bottom: 0;
  }
}
.hero--elements .carousel-wrap .icon-box--side-icon {
  margin-bottom: 0;
}

.hero--homepage {
  background: #e4e8eb;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6em 1.5rem 4rem 1.5rem;
}
@media only screen and (min-width: 767px) {
  .hero--homepage {
    text-align: left;
    padding: 8em 1.5rem 0 1.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .hero--homepage .boundless {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    padding-bottom: 0;
  }
}
.hero--homepage .hero__content {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .hero--homepage .hero__content {
    width: 50%;
    padding: 0 5%;
  }
}
.hero--homepage .hero__content ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .hero--homepage .hero__content ul li {
    background: url(https://www.yuja.com/wp-content/uploads/hero-list.svg) no-repeat left 5px;
    background-size: 13px 13px;
    padding-left: 1.5rem;
  }
}
.hero--homepage .background-image {
  -webkit-clip-path: circle(50% at 68% 64%);
  clip-path: circle(50% at 68% 64%);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: auto;
  margin-bottom: -10px;
  z-index: 10;
  margin-right: -1.5rem;
  display: none;
}
@media only screen and (min-width: 1023px) {
  .hero--homepage .background-image {
    display: block;
  }
}
.hero--homepage .section-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.hero--homepage .section-background-image img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--homepage .section-background-image video {
  width: auto;
  height: auto;
  min-width: 100%;
  transform: translate(0, -20%);
}
.hero--homepage .institutions-logos {
  z-index: 100;
}
.hero--homepage .institutions-logos img {
  filter: invert(1);
}
.hero--homepage .institutions-logos h4, .hero--homepage .institutions-logos .single-format-standard .post-content h1, .single-format-standard .post-content .hero--homepage .institutions-logos h1,
.hero--homepage .institutions-logos .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--homepage .institutions-logos h2,
.hero--homepage .institutions-logos .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--homepage .institutions-logos h3,
.hero--homepage .institutions-logos .single-format-standard .post-content h5,
.hero--homepage .institutions-logos .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--homepage .institutions-logos .single-format-standard .post-content .post-location,
.hero--homepage .institutions-logos .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--homepage .institutions-logos .single-format-standard .post-content .post-date,
.hero--homepage .institutions-logos .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--homepage .institutions-logos .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--homepage .institutions-logos h5,
.single-format-standard .post-content .hero--homepage .institutions-logos .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--homepage .institutions-logos .post-location,
.single-format-standard .post-content .hero--homepage .institutions-logos .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--homepage .institutions-logos .post-date,
.single-format-standard .post-content .hero--homepage .institutions-logos .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--homepage .institutions-logos .post-upcoming,
.hero--homepage .institutions-logos .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--homepage .institutions-logos a,
.hero--homepage .institutions-logos .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--homepage .institutions-logos .post-location,
.hero--homepage .institutions-logos .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--homepage .institutions-logos .post-location,
.hero--homepage .institutions-logos .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--homepage .institutions-logos .post-date,
.hero--homepage .institutions-logos .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--homepage .institutions-logos .post-date,
.hero--homepage .institutions-logos .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--homepage .institutions-logos .post-upcoming,
.hero--homepage .institutions-logos .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--homepage .institutions-logos .post-upcoming,
.hero--homepage .institutions-logos .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--homepage .institutions-logos li,
.hero--homepage .institutions-logos .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--homepage .institutions-logos li,
.hero--homepage .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .hero--homepage .institutions-logos p,
.hero--homepage .institutions-logos .single-format-standard .post-content p,
.hero--homepage .institutions-logos .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--homepage .institutions-logos .heading,
.hero--homepage .institutions-logos .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--homepage .institutions-logos .heading,
.hero--homepage .institutions-logos .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--homepage .institutions-logos .h5,
.hero--homepage .institutions-logos .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--homepage .institutions-logos .h5,
.hero--homepage .institutions-logos .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--homepage .institutions-logos .heading,
.hero--homepage .institutions-logos .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--homepage .institutions-logos .heading,
.hero--homepage .institutions-logos .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--homepage .institutions-logos span,
.hero--homepage .institutions-logos .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--homepage .institutions-logos span, .hero--homepage .institutions-logos .pa thead tr, .pa thead .hero--homepage .institutions-logos tr, .hero--homepage .institutions-logos .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .hero--homepage .institutions-logos blockquote, .hero--homepage .institutions-logos .blog-feed-embed .srr-title, .blog-feed-embed .hero--homepage .institutions-logos .srr-title, .hero--homepage .institutions-logos .srr-wrap .srr-title, .srr-wrap .hero--homepage .institutions-logos .srr-title, .hero--homepage .institutions-logos .tabs__heading--7 .tabs__item, .tabs__heading--7 .hero--homepage .institutions-logos .tabs__item, .hero--homepage .institutions-logos .hero--blog__content ol a, .hero--blog__content ol .hero--homepage .institutions-logos a {
  color: #462872;
}
.hero--homepage .hero__carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .hero--homepage .hero__carousel {
    width: 50%;
    height: 100%;
    flex: 1;
    z-index: 100;
    position: relative;
  }
}
.hero--homepage .hero__animation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .hero--homepage .hero__animation {
    width: 50%;
    height: 100%;
    flex: 1;
    z-index: 100;
    position: relative;
  }
}
.hero--homepage .hero__animation .video {
  -webkit-clip-path: circle(50% at 68% 64%);
  clip-path: circle(50% at 68% 64%);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  margin-right: -1.5rem;
}
.hero--homepage .hero__animation .video img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  min-height: 100%;
}
.hero--homepage .hero__animation .element {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.hero--homepage .hero__animation .element:after {
  background: url("https://www.yuja.com/wp-content/uploads/circle.svg") no-repeat center center;
  background-size: cover;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.hero--homepage .hero__animation .element:nth-of-type(1) {
  grid-area: 1/4;
  transform: translate(0, 20px);
}
.hero--homepage .hero__animation .element:nth-of-type(1) img {
  animation-delay: 2s;
}
.hero--homepage .hero__animation .element:nth-of-type(2) {
  grid-area: 2/6;
}
.hero--homepage .hero__animation .element:nth-of-type(2) img {
  animation-delay: 4s;
}
.hero--homepage .hero__animation .element:nth-of-type(3) {
  grid-area: 4/7;
  transform: translate(-20px, 0);
}
.hero--homepage .hero__animation .element:nth-of-type(3) img {
  animation-delay: 6s;
}
.hero--homepage .hero__animation .element:nth-of-type(4) {
  grid-area: 6/6;
}
.hero--homepage .hero__animation .element:nth-of-type(4) img {
  animation-delay: 8s;
}
.hero--homepage .hero__animation .element:nth-of-type(5) {
  grid-area: 7/4;
  transform: translate(0, -40px);
}
.hero--homepage .hero__animation .element:nth-of-type(5) img {
  animation-delay: 10s;
}
.hero--homepage .hero__animation .element:nth-of-type(6) {
  grid-area: 6/2;
  transform: translate(20px, 0);
}
.hero--homepage .hero__animation .element:nth-of-type(6) img {
  animation-delay: 12s;
}
.hero--homepage .hero__animation .element:nth-of-type(7) {
  grid-area: 4/1;
  transform: translate(20px, 0);
}
.hero--homepage .hero__animation .element:nth-of-type(7) img {
  animation-delay: 14s;
}
.hero--homepage .hero__animation .element:nth-of-type(8) {
  grid-area: 2/2;
}
.hero--homepage .hero__animation .element:nth-of-type(8) img {
  animation-delay: 16s;
}
.hero--homepage .hero__animation .element:not(:last-of-type) {
  margin-right: 5%;
}
.hero--homepage .hero__animation .animation-wrap {
  border-radius: 50%;
  height: 380px;
  width: 380px;
  display: grid;
  grid-template: repeat(7, 1fr)/repeat(7, 1fr);
}
@media only screen and (min-width: 413px) {
  .hero--homepage .hero__animation .animation-wrap {
    height: 530px;
    width: 530px;
  }
}
@media only screen and (min-width: 1260px) {
  .hero--homepage .hero__animation .animation-wrap {
    height: 650px;
    width: 650px;
  }
}
.hero--homepage .hero__animation .element img {
  width: 30px;
  animation: scale 16s infinite;
  z-index: 10;
}
@media only screen and (min-width: 413px) {
  .hero--homepage .hero__animation .element img {
    width: 44px;
  }
}
@media only screen and (min-width: 1260px) {
  .hero--homepage .hero__animation .element img {
    width: 54px;
  }
}
.hero--homepage .hero__animation h6, .hero--homepage .hero__animation .single-news .pr-tag, .single-news .hero--homepage .hero__animation .pr-tag, .hero--homepage .hero__animation .single-post .post-content .note, .single-post .post-content .hero--homepage .hero__animation .note, .hero--homepage .hero__animation .post-tags a, .post-tags .hero--homepage .hero__animation a, .hero--homepage .hero__animation .blog .post-category, .blog .hero--homepage .hero__animation .post-category,
.hero--homepage .hero__animation .archive .post-category,
.archive .hero--homepage .hero__animation .post-category, .hero--homepage .hero__animation .footer__alerts-link {
  bottom: 0;
  position: absolute;
  text-align: center;
  margin-bottom: -35px;
  z-index: 100;
}
.hero--homepage .hero__animation .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.4);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.hero--with-logos {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  min-height: auto;
  padding-top: 4rem;
}
@media only screen and (min-width: 767px) {
  .hero--with-logos {
    padding-top: 7rem;
  }
}
.hero--with-logos &gt; .bounded {
  padding: 4rem 0;
}

.hero--post {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4em 0;
}
.hero--post .bounded {
  z-index: 100;
}
.hero--post .featured-pharagraph {
  margin-top: 3rem;
}
.hero--post .featured-pharagraph p {
  margin: 0;
}
.hero--post h1,
.hero--post .h1 {
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) {
  .hero--post h1,
  .hero--post .h1 {
    font-size: 2em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1480px) {
  .hero--post h1,
  .hero--post .h1 {
    font-size: 2.2em;
  }
}
.hero--post .post-meta {
  background: #f2f4f5;
  display: inline-block;
  padding: 6px;
  border-radius: 20px;
  font-size: 80%;
  margin-bottom: 1.5rem;
}
.hero--post .post-meta a {
  color: #030303;
}
.hero--post .post-meta a:hover {
  color: #462872;
}
.hero--post .post-meta .reading-time {
  background: #e3e5e6;
  padding: 5px 10px;
  border-radius: 20px;
  opacity: 0.8;
}
.hero--post .post-meta .post-category {
  margin: 0 10px;
}
@media only screen and (min-width: 1023px) {
  .hero--post .social-share-hero {
    position: absolute;
    margin-left: -80px;
  }
}
.hero--post .social-share-hero .sfsi_wicons.shuffeldiv {
  display: block;
}
.hero--post .social-share-hero .sficn img {
  width: 30px !important;
}
.hero--post .social-share-hero .norm_row {
  display: flex;
}
@media only screen and (min-width: 1023px) {
  .hero--post .social-share-hero .norm_row {
    display: block;
  }
}
.hero--post .post-title-wrap {
  position: relative;
}
.hero--post .post-title-wrap::before {
  content: " ";
  position: absolute;
  background: #086472;
  width: 7px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  margin-left: -25px;
}
.hero--post .author {
  margin-top: 3rem;
  font-size: 80%;
}
.hero--post .author-avatar img {
  border-radius: 100px;
  margin: 0;
  float: left;
  margin-right: 15px;
}
.hero--post .author-name {
  padding-top: 20px;
  color: #030303;
}
.hero--post .author .post-date {
  opacity: 0.8;
}
.hero--post h5, .hero--post .events-posts article .post-location, .events-posts article .hero--post .post-location,
.hero--post .events-posts article .post-date,
.events-posts article .hero--post .post-date,
.hero--post .events-posts article .post-upcoming,
.events-posts article .hero--post .post-upcoming, .hero--post .single-case_study .highlights span, .single-case_study .highlights .hero--post span, .hero--post .accordion-basic .heading, .accordion-basic .hero--post .heading, .hero--post .spine-heading .h5, .spine-heading .hero--post .h5, .hero--post .slidorion .accordion .heading, .slidorion .accordion .hero--post .heading, .hero--post .institutions-logos p, .institutions-logos .hero--post p, .hero--post .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .hero--post li, .hero--post .tabs__heading--1 a, .tabs__heading--1 .hero--post a, .hero--post .tabs__heading--2 a, .tabs__heading--2 .hero--post a, .hero--post .tabs__heading--4 a, .tabs__heading--4 .hero--post a, .hero--post .tabs__heading--5 a, .tabs__heading--5 .hero--post a, .hero--post .hero--cs .post-location, .hero--cs .hero--post .post-location,
.hero--post .hero--cs .post-date,
.hero--cs .hero--post .post-date,
.hero--post .hero--cs .post-upcoming,
.hero--cs .hero--post .post-upcoming {
  font-size: 1em;
  font-weight: 400;
}
.hero--post p {
  font-size: 1.2em;
}
.hero--post__buttons {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1260px) {
  .hero--post__buttons {
    margin-top: 3rem;
  }
}
.hero--post__buttons a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media only screen and (min-width: 767px) {
  .hero--post__buttons a {
    display: inline-block;
  }
}
@media only screen and (min-width: 767px) {
  .hero--post__buttons a:not(:last-child) {
    margin-right: 1em;
  }
}
.hero--post--full-screen {
  height: 100vh;
}

.page-template-news .hero, .page-template-news .hero--full-screen, .page-template-news .hero--post--full-screen,
.page-template-news-2 .hero,
.page-template-news-2 .hero--full-screen,
.page-template-news-2 .hero--post--full-screen,
.page-id-16766 .hero,
.page-id-16766 .hero--full-screen,
.page-id-16766 .hero--post--full-screen {
  min-height: 50em;
  height: 60vh;
}
.page-template-news .hero .hero__background:before, .page-template-news .hero--full-screen .hero__background:before, .page-template-news .hero--post--full-screen .hero__background:before,
.page-template-news-2 .hero .hero__background:before,
.page-template-news-2 .hero--full-screen .hero__background:before,
.page-template-news-2 .hero--post--full-screen .hero__background:before,
.page-id-16766 .hero .hero__background:before,
.page-id-16766 .hero--full-screen .hero__background:before,
.page-id-16766 .hero--post--full-screen .hero__background:before {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1023px) {
  .page-template-news .hero .hero__background:before, .page-template-news .hero--full-screen .hero__background:before, .page-template-news .hero--post--full-screen .hero__background:before,
  .page-template-news-2 .hero .hero__background:before,
  .page-template-news-2 .hero--full-screen .hero__background:before,
  .page-template-news-2 .hero--post--full-screen .hero__background:before,
  .page-id-16766 .hero .hero__background:before,
  .page-id-16766 .hero--full-screen .hero__background:before,
  .page-id-16766 .hero--post--full-screen .hero__background:before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.page-template-news .hero .post-date, .page-template-news .hero--full-screen .post-date, .page-template-news .hero--post--full-screen .post-date,
.page-template-news-2 .hero .post-date,
.page-template-news-2 .hero--full-screen .post-date,
.page-template-news-2 .hero--post--full-screen .post-date,
.page-id-16766 .hero .post-date,
.page-id-16766 .hero--full-screen .post-date,
.page-id-16766 .hero--post--full-screen .post-date {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.37;
  font-weight: 400;
  text-transform: uppercase;
}
.page-template-news .hero .hero__logo, .page-template-news .hero--full-screen .hero__logo, .page-template-news .hero--post--full-screen .hero__logo,
.page-template-news-2 .hero .hero__logo,
.page-template-news-2 .hero--full-screen .hero__logo,
.page-template-news-2 .hero--post--full-screen .hero__logo,
.page-id-16766 .hero .hero__logo,
.page-id-16766 .hero--full-screen .hero__logo,
.page-id-16766 .hero--post--full-screen .hero__logo {
  overflow: hidden;
  height: 5em;
  width: 15em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.page-template-news .hero .hero__logo img, .page-template-news .hero--full-screen .hero__logo img, .page-template-news .hero--post--full-screen .hero__logo img,
.page-template-news-2 .hero .hero__logo img,
.page-template-news-2 .hero--full-screen .hero__logo img,
.page-template-news-2 .hero--post--full-screen .hero__logo img,
.page-id-16766 .hero .hero__logo img,
.page-id-16766 .hero--full-screen .hero__logo img,
.page-id-16766 .hero--post--full-screen .hero__logo img {
  max-height: 100%;
  width: auto;
}
.page-template-news .hero h1, .page-template-news .hero--full-screen h1, .page-template-news .hero--post--full-screen h1,
.page-template-news-2 .hero h1,
.page-template-news-2 .hero--full-screen h1,
.page-template-news-2 .hero--post--full-screen h1,
.page-id-16766 .hero h1,
.page-id-16766 .hero--full-screen h1,
.page-id-16766 .hero--post--full-screen h1 {
  font-size: 1.8em;
  line-height: 1.1;
}
@media only screen and (min-width: 1023px) {
  .page-template-news .hero h1, .page-template-news .hero--full-screen h1, .page-template-news .hero--post--full-screen h1,
  .page-template-news-2 .hero h1,
  .page-template-news-2 .hero--full-screen h1,
  .page-template-news-2 .hero--post--full-screen h1,
  .page-id-16766 .hero h1,
  .page-id-16766 .hero--full-screen h1,
  .page-id-16766 .hero--post--full-screen h1 {
    font-size: 3em;
    line-height: 1.1;
  }
}
.page-template-news .hero .hero__content, .page-template-news .hero--full-screen .hero__content, .page-template-news .hero--post--full-screen .hero__content,
.page-template-news .hero .hero-side .hero__content--white,
.page-template-news .hero--full-screen .hero-side .hero__content--white,
.page-template-news .hero--post--full-screen .hero-side .hero__content--white,
.page-template-news-2 .hero .hero__content,
.page-template-news-2 .hero--full-screen .hero__content,
.page-template-news-2 .hero--post--full-screen .hero__content,
.page-template-news-2 .hero .hero-side .hero__content--white,
.page-template-news-2 .hero--full-screen .hero-side .hero__content--white,
.page-template-news-2 .hero--post--full-screen .hero-side .hero__content--white,
.page-id-16766 .hero .hero__content,
.page-id-16766 .hero--full-screen .hero__content,
.page-id-16766 .hero--post--full-screen .hero__content,
.page-id-16766 .hero .hero-side .hero__content--white,
.page-id-16766 .hero--full-screen .hero-side .hero__content--white,
.page-id-16766 .hero--post--full-screen .hero-side .hero__content--white {
  text-align: left;
  margin-left: 0;
}
@media only screen and (min-width: 1260px) {
  .page-template-news .hero .hero__content, .page-template-news .hero--full-screen .hero__content, .page-template-news .hero--post--full-screen .hero__content,
  .page-template-news .hero .hero-side .hero__content--white,
  .page-template-news .hero--full-screen .hero-side .hero__content--white,
  .page-template-news .hero--post--full-screen .hero-side .hero__content--white,
  .page-template-news-2 .hero .hero__content,
  .page-template-news-2 .hero--full-screen .hero__content,
  .page-template-news-2 .hero--post--full-screen .hero__content,
  .page-template-news-2 .hero .hero-side .hero__content--white,
  .page-template-news-2 .hero--full-screen .hero-side .hero__content--white,
  .page-template-news-2 .hero--post--full-screen .hero-side .hero__content--white,
  .page-id-16766 .hero .hero__content,
  .page-id-16766 .hero--full-screen .hero__content,
  .page-id-16766 .hero--post--full-screen .hero__content,
  .page-id-16766 .hero .hero-side .hero__content--white,
  .page-id-16766 .hero--full-screen .hero-side .hero__content--white,
  .page-id-16766 .hero--post--full-screen .hero-side .hero__content--white {
    width: 40% !important;
    max-width: 40% !important;
    margin-left: 5%;
  }
}
.page-template-news .hero .bounded, .page-template-news .hero--full-screen .bounded, .page-template-news .hero--post--full-screen .bounded,
.page-template-news-2 .hero .bounded,
.page-template-news-2 .hero--full-screen .bounded,
.page-template-news-2 .hero--post--full-screen .bounded,
.page-id-16766 .hero .bounded,
.page-id-16766 .hero--full-screen .bounded,
.page-id-16766 .hero--post--full-screen .bounded {
  max-width: 100%;
}
.page-template-news .hero:after, .page-template-news .hero--full-screen:after, .page-template-news .hero--post--full-screen:after,
.page-template-news-2 .hero:after,
.page-template-news-2 .hero--full-screen:after,
.page-template-news-2 .hero--post--full-screen:after,
.page-id-16766 .hero:after,
.page-id-16766 .hero--full-screen:after,
.page-id-16766 .hero--post--full-screen:after {
  -webkit-clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
          clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
  background: linear-gradient(160deg, rgb(202, 142, 164) 0%, rgb(70, 40, 114) 40%);
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
}
.page-template-news .hero .subtitle:not(:first-child), .page-template-news .hero--full-screen .subtitle:not(:first-child), .page-template-news .hero--post--full-screen .subtitle:not(:first-child),
.page-template-news-2 .hero .subtitle:not(:first-child),
.page-template-news-2 .hero--full-screen .subtitle:not(:first-child),
.page-template-news-2 .hero--post--full-screen .subtitle:not(:first-child),
.page-id-16766 .hero .subtitle:not(:first-child),
.page-id-16766 .hero--full-screen .subtitle:not(:first-child),
.page-id-16766 .hero--post--full-screen .subtitle:not(:first-child) {
  margin-top: 3rem;
}
.page-template-news .hero .stats img, .page-template-news .hero--full-screen .stats img, .page-template-news .hero--post--full-screen .stats img,
.page-template-news-2 .hero .stats img,
.page-template-news-2 .hero--full-screen .stats img,
.page-template-news-2 .hero--post--full-screen .stats img,
.page-id-16766 .hero .stats img,
.page-id-16766 .hero--full-screen .stats img,
.page-id-16766 .hero--post--full-screen .stats img {
  opacity: 0.5;
}
@media only screen and (min-width: 1260px) {
  .page-template-news .hero .stats img, .page-template-news .hero--full-screen .stats img, .page-template-news .hero--post--full-screen .stats img,
  .page-template-news-2 .hero .stats img,
  .page-template-news-2 .hero--full-screen .stats img,
  .page-template-news-2 .hero--post--full-screen .stats img,
  .page-id-16766 .hero .stats img,
  .page-id-16766 .hero--full-screen .stats img,
  .page-id-16766 .hero--post--full-screen .stats img {
    float: right;
  }
}
.page-template-news .hero .about-inst, .page-template-news .hero--full-screen .about-inst, .page-template-news .hero--post--full-screen .about-inst,
.page-template-news-2 .hero .about-inst,
.page-template-news-2 .hero--full-screen .about-inst,
.page-template-news-2 .hero--post--full-screen .about-inst,
.page-id-16766 .hero .about-inst,
.page-id-16766 .hero--full-screen .about-inst,
.page-id-16766 .hero--post--full-screen .about-inst {
  padding: 1.5rem;
  background: #f7f8f9;
  border-radius: 6px;
}
.page-template-news .news-slider-controls-buttons,
.page-template-news-2 .news-slider-controls-buttons,
.page-id-16766 .news-slider-controls-buttons {
  display: flex;
  width: 6rem;
  justify-content: space-between;
  margin-top: 1.5rem;
  filter: invert(1);
  background: #fff;
  padding: 1rem;
  border-radius: 100px;
}
.page-template-news .news-slider-controls-buttons .arrow,
.page-template-news-2 .news-slider-controls-buttons .arrow,
.page-id-16766 .news-slider-controls-buttons .arrow {
  width: 30%;
  display: flex;
}
.page-template-news .news-slider-controls-buttons .arrow:hover,
.page-template-news-2 .news-slider-controls-buttons .arrow:hover,
.page-id-16766 .news-slider-controls-buttons .arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}

.single-case_study .hero h1, .single-case_study .hero--full-screen h1, .single-case_study .hero--post--full-screen h1 {
  font-size: 200%;
  color: #fff;
}
.single-case_study .hero p, .single-case_study .hero--full-screen p, .single-case_study .hero--post--full-screen p {
  font-size: 100%;
}
.single-case_study .hero .institution-logo img, .single-case_study .hero--full-screen .institution-logo img, .single-case_study .hero--post--full-screen .institution-logo img {
  max-width: 200px;
  max-height: 70px;
  height: auto;
  width: auto;
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.single-case_study .hero h5, .single-case_study .hero .events-posts article .post-location, .events-posts article .single-case_study .hero .post-location,
.single-case_study .hero .events-posts article .post-date,
.events-posts article .single-case_study .hero .post-date,
.single-case_study .hero .events-posts article .post-upcoming,
.events-posts article .single-case_study .hero .post-upcoming, .single-case_study .hero .highlights span, .single-case_study .highlights .hero span, .single-case_study .hero .accordion-basic .heading, .accordion-basic .single-case_study .hero .heading, .single-case_study .hero .spine-heading .h5, .spine-heading .single-case_study .hero .h5, .single-case_study .hero .slidorion .accordion .heading, .slidorion .accordion .single-case_study .hero .heading, .single-case_study .hero .institutions-logos p, .institutions-logos .single-case_study .hero p, .single-case_study .hero .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .single-case_study .hero li, .single-case_study .hero--full-screen h5, .single-case_study .hero--full-screen .events-posts article .post-location, .events-posts article .single-case_study .hero--full-screen .post-location,
.single-case_study .hero--full-screen .events-posts article .post-date,
.events-posts article .single-case_study .hero--full-screen .post-date,
.single-case_study .hero--full-screen .events-posts article .post-upcoming,
.events-posts article .single-case_study .hero--full-screen .post-upcoming, .single-case_study .hero--full-screen .highlights span, .single-case_study .highlights .hero--full-screen span, .single-case_study .hero--full-screen .accordion-basic .heading, .accordion-basic .single-case_study .hero--full-screen .heading, .single-case_study .hero--full-screen .spine-heading .h5, .spine-heading .single-case_study .hero--full-screen .h5, .single-case_study .hero--full-screen .slidorion .accordion .heading, .slidorion .accordion .single-case_study .hero--full-screen .heading, .single-case_study .hero--full-screen .institutions-logos p, .institutions-logos .single-case_study .hero--full-screen p, .single-case_study .hero--full-screen .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .single-case_study .hero--full-screen li, .single-case_study .hero--post--full-screen h5, .single-case_study .hero--post--full-screen .events-posts article .post-location, .events-posts article .single-case_study .hero--post--full-screen .post-location,
.single-case_study .hero--post--full-screen .events-posts article .post-date,
.events-posts article .single-case_study .hero--post--full-screen .post-date,
.single-case_study .hero--post--full-screen .events-posts article .post-upcoming,
.events-posts article .single-case_study .hero--post--full-screen .post-upcoming, .single-case_study .hero--post--full-screen .highlights span, .single-case_study .highlights .hero--post--full-screen span, .single-case_study .hero--post--full-screen .accordion-basic .heading, .accordion-basic .single-case_study .hero--post--full-screen .heading, .single-case_study .hero--post--full-screen .spine-heading .h5, .spine-heading .single-case_study .hero--post--full-screen .h5, .single-case_study .hero--post--full-screen .slidorion .accordion .heading, .slidorion .accordion .single-case_study .hero--post--full-screen .heading, .single-case_study .hero--post--full-screen .institutions-logos p, .institutions-logos .single-case_study .hero--post--full-screen p, .single-case_study .hero--post--full-screen .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .single-case_study .hero--post--full-screen li, .single-case_study .hero .tabs__heading--1 a, .tabs__heading--1 .single-case_study .hero a, .single-case_study .hero--full-screen .tabs__heading--1 a, .tabs__heading--1 .single-case_study .hero--full-screen a, .single-case_study .hero--post--full-screen .tabs__heading--1 a, .tabs__heading--1 .single-case_study .hero--post--full-screen a, .single-case_study .hero .tabs__heading--2 a, .tabs__heading--2 .single-case_study .hero a, .single-case_study .hero--full-screen .tabs__heading--2 a, .tabs__heading--2 .single-case_study .hero--full-screen a, .single-case_study .hero--post--full-screen .tabs__heading--2 a, .tabs__heading--2 .single-case_study .hero--post--full-screen a, .single-case_study .hero .tabs__heading--4 a, .tabs__heading--4 .single-case_study .hero a, .single-case_study .hero--full-screen .tabs__heading--4 a, .tabs__heading--4 .single-case_study .hero--full-screen a, .single-case_study .hero--post--full-screen .tabs__heading--4 a, .tabs__heading--4 .single-case_study .hero--post--full-screen a, .single-case_study .hero .tabs__heading--5 a, .tabs__heading--5 .single-case_study .hero a, .single-case_study .hero--full-screen .tabs__heading--5 a, .tabs__heading--5 .single-case_study .hero--full-screen a, .single-case_study .hero--post--full-screen .tabs__heading--5 a, .tabs__heading--5 .single-case_study .hero--post--full-screen a, .single-case_study .hero .hero--cs .post-location, .hero--cs .single-case_study .hero .post-location, .single-case_study .hero--full-screen .hero--cs .post-location, .hero--cs .single-case_study .hero--full-screen .post-location, .single-case_study .hero--post--full-screen .hero--cs .post-location, .hero--cs .single-case_study .hero--post--full-screen .post-location,
.single-case_study .hero .hero--cs .post-date,
.hero--cs .single-case_study .hero .post-date,
.single-case_study .hero--full-screen .hero--cs .post-date,
.hero--cs .single-case_study .hero--full-screen .post-date,
.single-case_study .hero--post--full-screen .hero--cs .post-date,
.hero--cs .single-case_study .hero--post--full-screen .post-date,
.single-case_study .hero .hero--cs .post-upcoming,
.hero--cs .single-case_study .hero .post-upcoming,
.single-case_study .hero--full-screen .hero--cs .post-upcoming,
.hero--cs .single-case_study .hero--full-screen .post-upcoming,
.single-case_study .hero--post--full-screen .hero--cs .post-upcoming,
.hero--cs .single-case_study .hero--post--full-screen .post-upcoming {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  position: relative;
  font-size: 60%;
  opacity: 0.6;
  color: #030303;
}
.single-case_study .hero h5:after, .single-case_study .hero .events-posts article .post-location:after, .events-posts article .single-case_study .hero .post-location:after,
.single-case_study .hero .events-posts article .post-date:after,
.events-posts article .single-case_study .hero .post-date:after,
.single-case_study .hero .events-posts article .post-upcoming:after,
.events-posts article .single-case_study .hero .post-upcoming:after, .single-case_study .hero .highlights span:after, .single-case_study .highlights .hero span:after, .single-case_study .hero .accordion-basic .heading:after, .accordion-basic .single-case_study .hero .heading:after, .single-case_study .hero .spine-heading .h5:after, .spine-heading .single-case_study .hero .h5:after, .single-case_study .hero .slidorion .accordion .heading:after, .slidorion .accordion .single-case_study .hero .heading:after, .single-case_study .hero .institutions-logos p:after, .institutions-logos .single-case_study .hero p:after, .single-case_study .hero .carousel-wrap .carousel-indicators li:after, .carousel-wrap .carousel-indicators .single-case_study .hero li:after, .single-case_study .hero--full-screen h5:after, .single-case_study .hero--full-screen .events-posts article .post-location:after, .events-posts article .single-case_study .hero--full-screen .post-location:after,
.single-case_study .hero--full-screen .events-posts article .post-date:after,
.events-posts article .single-case_study .hero--full-screen .post-date:after,
.single-case_study .hero--full-screen .events-posts article .post-upcoming:after,
.events-posts article .single-case_study .hero--full-screen .post-upcoming:after, .single-case_study .hero--full-screen .highlights span:after, .single-case_study .highlights .hero--full-screen span:after, .single-case_study .hero--full-screen .accordion-basic .heading:after, .accordion-basic .single-case_study .hero--full-screen .heading:after, .single-case_study .hero--full-screen .spine-heading .h5:after, .spine-heading .single-case_study .hero--full-screen .h5:after, .single-case_study .hero--full-screen .slidorion .accordion .heading:after, .slidorion .accordion .single-case_study .hero--full-screen .heading:after, .single-case_study .hero--full-screen .institutions-logos p:after, .institutions-logos .single-case_study .hero--full-screen p:after, .single-case_study .hero--full-screen .carousel-wrap .carousel-indicators li:after, .carousel-wrap .carousel-indicators .single-case_study .hero--full-screen li:after, .single-case_study .hero--post--full-screen h5:after, .single-case_study .hero--post--full-screen .events-posts article .post-location:after, .events-posts article .single-case_study .hero--post--full-screen .post-location:after,
.single-case_study .hero--post--full-screen .events-posts article .post-date:after,
.events-posts article .single-case_study .hero--post--full-screen .post-date:after,
.single-case_study .hero--post--full-screen .events-posts article .post-upcoming:after,
.events-posts article .single-case_study .hero--post--full-screen .post-upcoming:after, .single-case_study .hero--post--full-screen .highlights span:after, .single-case_study .highlights .hero--post--full-screen span:after, .single-case_study .hero--post--full-screen .accordion-basic .heading:after, .accordion-basic .single-case_study .hero--post--full-screen .heading:after, .single-case_study .hero--post--full-screen .spine-heading .h5:after, .spine-heading .single-case_study .hero--post--full-screen .h5:after, .single-case_study .hero--post--full-screen .slidorion .accordion .heading:after, .slidorion .accordion .single-case_study .hero--post--full-screen .heading:after, .single-case_study .hero--post--full-screen .institutions-logos p:after, .institutions-logos .single-case_study .hero--post--full-screen p:after, .single-case_study .hero--post--full-screen .carousel-wrap .carousel-indicators li:after, .carousel-wrap .carousel-indicators .single-case_study .hero--post--full-screen li:after, .single-case_study .hero .tabs__heading--1 a:after, .tabs__heading--1 .single-case_study .hero a:after, .single-case_study .hero--full-screen .tabs__heading--1 a:after, .tabs__heading--1 .single-case_study .hero--full-screen a:after, .single-case_study .hero--post--full-screen .tabs__heading--1 a:after, .tabs__heading--1 .single-case_study .hero--post--full-screen a:after, .single-case_study .hero .tabs__heading--2 a:after, .tabs__heading--2 .single-case_study .hero a:after, .single-case_study .hero--full-screen .tabs__heading--2 a:after, .tabs__heading--2 .single-case_study .hero--full-screen a:after, .single-case_study .hero--post--full-screen .tabs__heading--2 a:after, .tabs__heading--2 .single-case_study .hero--post--full-screen a:after, .single-case_study .hero .tabs__heading--4 a:after, .tabs__heading--4 .single-case_study .hero a:after, .single-case_study .hero--full-screen .tabs__heading--4 a:after, .tabs__heading--4 .single-case_study .hero--full-screen a:after, .single-case_study .hero--post--full-screen .tabs__heading--4 a:after, .tabs__heading--4 .single-case_study .hero--post--full-screen a:after, .single-case_study .hero .tabs__heading--5 a:after, .tabs__heading--5 .single-case_study .hero a:after, .single-case_study .hero--full-screen .tabs__heading--5 a:after, .tabs__heading--5 .single-case_study .hero--full-screen a:after, .single-case_study .hero--post--full-screen .tabs__heading--5 a:after, .tabs__heading--5 .single-case_study .hero--post--full-screen a:after, .single-case_study .hero .hero--cs .post-location:after, .hero--cs .single-case_study .hero .post-location:after, .single-case_study .hero--full-screen .hero--cs .post-location:after, .hero--cs .single-case_study .hero--full-screen .post-location:after, .single-case_study .hero--post--full-screen .hero--cs .post-location:after, .hero--cs .single-case_study .hero--post--full-screen .post-location:after,
.single-case_study .hero .hero--cs .post-date:after,
.hero--cs .single-case_study .hero .post-date:after,
.single-case_study .hero--full-screen .hero--cs .post-date:after,
.hero--cs .single-case_study .hero--full-screen .post-date:after,
.single-case_study .hero--post--full-screen .hero--cs .post-date:after,
.hero--cs .single-case_study .hero--post--full-screen .post-date:after,
.single-case_study .hero .hero--cs .post-upcoming:after,
.hero--cs .single-case_study .hero .post-upcoming:after,
.single-case_study .hero--full-screen .hero--cs .post-upcoming:after,
.hero--cs .single-case_study .hero--full-screen .post-upcoming:after,
.single-case_study .hero--post--full-screen .hero--cs .post-upcoming:after,
.hero--cs .single-case_study .hero--post--full-screen .post-upcoming:after {
  content: " ";
  width: 520%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.hero--minimal {
  background: transparent;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 9em 1.5rem 3rem 1.5rem !important;
}
@media only screen and (min-width: 1023px) {
  .hero--minimal {
    min-height: 25em;
    height: 25vh;
  }
}
.hero--minimal .hero__content {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1023px) {
  .hero--minimal .hero__content {
    width: 90%;
    max-width: 90%;
    margin: auto;
    margin-top: 5vh;
    padding: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .hero--minimal .hero__content {
    width: 80%;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1480px) {
  .hero--minimal .hero__content {
    width: 60%;
    max-width: 60%;
  }
}
.hero--minimal h1 {
  font-weight: 400;
  font-size: 300%;
}
.hero--minimal hr {
  margin-bottom: 0;
}

.footer {
  background: #030303;
  margin-top: 3rem;
  padding-top: 3rem;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 3rem;
  margin-top: -3rem;
  width: 100%;
  background: #202020;
  position: relative;
}
.footer__contact div {
  padding: 0.5em;
  flex: 0 50%;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .footer__contact div {
    flex: 0 auto;
    text-align: left;
  }
}
.footer__contact div:last-child {
  flex: 0 100%;
}
@media only screen and (min-width: 1023px) {
  .footer__contact div:last-child {
    flex: 0 auto;
  }
}
.footer__contact a {
  color: #ccc;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -1px;
}
.footer__contact a:hover {
  color: #fff;
}
.footer__contact a:focus {
  outline: 3px solid #eee;
}
.footer__contact a span {
  opacity: 0.8;
  display: block;
  font-weight: 400;
  font-size: 0.8em;
}
.footer__contact .button--white {
  color: #424446;
}
.footer__contact .button--white:focus {
  background-color: #086472;
  color: #fff;
}
.footer__cta a {
  margin: 0.5em;
}
.footer__cta a.button, .footer__cta body a.skip-to-main, body .footer__cta a.skip-to-main, .footer__cta a.button--secondary, .footer__cta a.button--outline, .footer__cta a.button--outline--white, .footer__cta a.button--underline, .footer__cta a.button--underline--white, .footer__cta a.button--underline--secondary, .footer__cta a.button--blue-gradient, .footer__cta a.button--orange-gradient, .footer__cta a.button--black, .footer__cta a.button--white {
  font-size: 0.95em;
  letter-spacing: 0;
}
.footer__widgets {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem;
}
.footer__widgets h5, .footer__widgets .events-posts article .post-location, .events-posts article .footer__widgets .post-location,
.footer__widgets .events-posts article .post-date,
.events-posts article .footer__widgets .post-date,
.footer__widgets .events-posts article .post-upcoming,
.events-posts article .footer__widgets .post-upcoming, .footer__widgets .single-case_study .highlights span, .single-case_study .highlights .footer__widgets span, .footer__widgets .accordion-basic .heading, .accordion-basic .footer__widgets .heading, .footer__widgets .spine-heading .h5, .spine-heading .footer__widgets .h5, .footer__widgets .slidorion .accordion .heading, .slidorion .accordion .footer__widgets .heading, .footer__widgets .institutions-logos p, .institutions-logos .footer__widgets p, .footer__widgets .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .footer__widgets li, .footer__widgets .tabs__heading--1 a, .tabs__heading--1 .footer__widgets a, .footer__widgets .tabs__heading--2 a, .tabs__heading--2 .footer__widgets a, .footer__widgets .tabs__heading--4 a, .tabs__heading--4 .footer__widgets a, .footer__widgets .tabs__heading--5 a, .tabs__heading--5 .footer__widgets a, .footer__widgets .hero--cs .post-location, .hero--cs .footer__widgets .post-location,
.footer__widgets .hero--cs .post-date,
.hero--cs .footer__widgets .post-date,
.footer__widgets .hero--cs .post-upcoming,
.hero--cs .footer__widgets .post-upcoming {
  opacity: 0.8;
}
.footer__widgets h1,
.footer__widgets h2,
.footer__widgets h3,
.footer__widgets h4,
.footer__widgets .single-format-standard .post-content h1,
.single-format-standard .post-content .footer__widgets h1,
.footer__widgets .single-format-standard .post-content h2,
.single-format-standard .post-content .footer__widgets h2,
.footer__widgets .single-format-standard .post-content h3,
.single-format-standard .post-content .footer__widgets h3,
.footer__widgets .single-format-standard .post-content h4,
.single-format-standard .post-content .footer__widgets h4,
.footer__widgets .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .footer__widgets .srr-title,
.footer__widgets .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .footer__widgets .srr-title,
.footer__widgets .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .footer__widgets .tabs__item,
.footer__widgets .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .footer__widgets .tabs__item,
.footer__widgets .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .footer__widgets a,
.footer__widgets .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .footer__widgets a,
.footer__widgets .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .footer__widgets .srr-title,
.footer__widgets .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .footer__widgets .srr-title,
.footer__widgets .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .footer__widgets blockquote,
.footer__widgets .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .footer__widgets blockquote,
.footer__widgets .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .footer__widgets tr,
.footer__widgets .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .footer__widgets tr,
.footer__widgets .single-format-standard .post-content h5,
.footer__widgets .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .footer__widgets .single-format-standard .post-content .post-location,
.footer__widgets .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .footer__widgets .single-format-standard .post-content .post-date,
.footer__widgets .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .footer__widgets .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .footer__widgets h5,
.single-format-standard .post-content .footer__widgets .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .footer__widgets .post-location,
.single-format-standard .post-content .footer__widgets .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .footer__widgets .post-date,
.single-format-standard .post-content .footer__widgets .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .footer__widgets .post-upcoming,
.footer__widgets .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .footer__widgets a,
.footer__widgets .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .footer__widgets a,
.footer__widgets .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .footer__widgets a,
.footer__widgets .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .footer__widgets a,
.footer__widgets .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .footer__widgets a,
.footer__widgets .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .footer__widgets a,
.footer__widgets .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .footer__widgets a,
.footer__widgets .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .footer__widgets a,
.footer__widgets .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .footer__widgets .post-location,
.footer__widgets .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .footer__widgets .post-location,
.footer__widgets .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .footer__widgets .post-date,
.footer__widgets .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .footer__widgets .post-date,
.footer__widgets .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .footer__widgets .post-upcoming,
.footer__widgets .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .footer__widgets .post-upcoming,
.footer__widgets .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .footer__widgets li,
.footer__widgets .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .footer__widgets li,
.footer__widgets .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .footer__widgets p,
.footer__widgets .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .footer__widgets p,
.footer__widgets .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .footer__widgets .heading,
.footer__widgets .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .footer__widgets .heading,
.footer__widgets .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .footer__widgets .h5,
.footer__widgets .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .footer__widgets .h5,
.footer__widgets .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .footer__widgets .heading,
.footer__widgets .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .footer__widgets .heading,
.footer__widgets .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .footer__widgets span,
.footer__widgets .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .footer__widgets span,
.footer__widgets .pa thead tr,
.pa thead .footer__widgets tr,
.footer__widgets .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .footer__widgets blockquote,
.footer__widgets .blog-feed-embed .srr-title,
.blog-feed-embed .footer__widgets .srr-title,
.footer__widgets .srr-wrap .srr-title,
.srr-wrap .footer__widgets .srr-title,
.footer__widgets .tabs__heading--7 .tabs__item,
.tabs__heading--7 .footer__widgets .tabs__item,
.footer__widgets .hero--blog__content ol a,
.hero--blog__content ol .footer__widgets a,
.footer__widgets h5,
.footer__widgets .events-posts article .post-location,
.events-posts article .footer__widgets .post-location,
.footer__widgets .events-posts article .post-date,
.events-posts article .footer__widgets .post-date,
.footer__widgets .events-posts article .post-upcoming,
.events-posts article .footer__widgets .post-upcoming,
.footer__widgets .single-case_study .highlights span,
.single-case_study .highlights .footer__widgets span,
.footer__widgets .accordion-basic .heading,
.accordion-basic .footer__widgets .heading,
.footer__widgets .spine-heading .h5,
.spine-heading .footer__widgets .h5,
.footer__widgets .slidorion .accordion .heading,
.slidorion .accordion .footer__widgets .heading,
.footer__widgets .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .footer__widgets li,
.footer__widgets .tabs__heading--1 a,
.tabs__heading--1 .footer__widgets a,
.footer__widgets .tabs__heading--2 a,
.tabs__heading--2 .footer__widgets a,
.footer__widgets .tabs__heading--4 a,
.tabs__heading--4 .footer__widgets a,
.footer__widgets .tabs__heading--5 a,
.tabs__heading--5 .footer__widgets a,
.footer__widgets .hero--cs .post-location,
.hero--cs .footer__widgets .post-location,
.footer__widgets .hero--cs .post-date,
.hero--cs .footer__widgets .post-date,
.footer__widgets .hero--cs .post-upcoming,
.hero--cs .footer__widgets .post-upcoming,
.footer__widgets h6,
.footer__widgets .single-news .pr-tag,
.single-news .footer__widgets .pr-tag,
.footer__widgets .single-post .post-content .note,
.single-post .post-content .footer__widgets .note,
.footer__widgets .post-tags a,
.post-tags .footer__widgets a,
.footer__widgets .blog .post-category,
.blog .footer__widgets .post-category,
.footer__widgets .archive .post-category,
.archive .footer__widgets .post-category,
.footer__widgets .footer__alerts-link,
.footer__widgets p,
.footer__widgets li,
.footer__widgets label {
  color: #fff;
}
.footer__widgets svg {
  filter: invert(1);
}
.footer__widgets a {
  color: #ffffff;
  font-size: 1em;
  padding: 3px 0;
  display: block;
}
.footer__widgets a:hover {
  color: #e4e8eb;
}
.footer__widgets a:focus {
  outline: 3px solid #eee;
}
.footer__widgets &gt; div {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 1023px) {
  .footer__widgets &gt; div {
    flex: 0 50%;
  }
}
@media only screen and (min-width: 767px) {
  .footer__widgets div {
    flex: 0 auto;
  }
}
.footer__about {
  flex: 0 0 100% !important;
  margin-bottom: 3rem;
}
.footer__about p.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
@media only screen and (min-width: 1023px) {
  .footer__about {
    margin-bottom: 0;
    flex: 0 auto !important;
    width: 30%;
  }
}
@media only screen and (min-width: 1480px) {
  .footer__about {
    width: 25%;
  }
}
.footer__about-inner &gt; a {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
.footer__about-inner &gt; div {
  display: flex;
  flex-wrap: wrap;
}
.footer__about-inner .footer__stats {
  margin-right: 15px;
}
.footer__social-media {
  display: flex;
  margin: 1.5rem 0;
}
.footer__social-media li:not(:last-child) {
  margin-right: 1rem;
}
.footer__social-media img {
  min-width: 24px;
}
@media only screen and (min-width: 1023px) {
  .footer__social-media {
    flex-wrap: wrap;
  }
}
.footer__alerts-link {
  font-size: 0.7em !important;
  border: 1px solid #424446;
  padding: 0.5em 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.footer__alerts-link:hover {
  background: #424446;
}
.footer__alerts-link svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-bottom: -3px;
}
.footer__copyright {
  border-top: 1px solid #262626;
  padding: 1em 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .footer__copyright .textwidget {
    display: flex;
    justify-content: space-between;
  }
}
.footer__copyright p {
  font-size: 0.8em;
  color: #e4e8eb;
  margin: 0;
  text-align: center;
}
.footer__copyright a {
  color: #e4e8eb;
  padding: 0.7rem 0;
  display: block;
}
.footer__copyright a:hover {
  color: #fff;
}
.footer__copyright .footer__legal {
  margin-top: 20px;
  border-top: 1px solid #262626;
}
.footer__copyright .footer__legal ul#menu-legal {
  flex-wrap: wrap;
}
.footer__copyright .footer__legal ul#menu-legal a:focus {
  outline: 3px solid #eee;
}
.footer__copyright ul {
  display: flex;
}
.footer__copyright ul li {
  flex: 1;
  text-align: center;
  margin: 5px;
}
.footer__copyright ul li:first-child {
  margin-left: 0;
}
.footer__copyright ul li:last-child {
  margin-right: 0;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__nav .footer-section-title {
  display: block;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  font-size: 0.93em;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1023px) {
  .footer__nav {
    -moz-columns: 2;
         columns: 2;
    width: 70%;
  }
}
@media only screen and (min-width: 1480px) {
  .footer__nav {
    width: 72%;
  }
}
@media only screen and (min-width: 1023px) {
  .footer__nav ul {
    -moz-columns: 2;
         columns: 2;
  }
  .footer__nav &gt; div {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #444;
  }
  .footer__nav &gt; div:nth-child(1) {
    flex: 0 0 65%;
    box-sizing: border-box;
    min-width: 0;
  }
  .footer__nav &gt; div:nth-child(2) {
    flex: 0 0 30%;
    box-sizing: border-box;
    min-width: 0;
  }
  .footer__nav &gt; div:nth-child(n+3) {
    flex: 0 0 30%;
    box-sizing: border-box;
    min-width: 0;
  }
  .footer__nav &gt; div.footer__insights {
    flex: 0 0 45%;
  }
  .footer__nav &gt; div.footer__support {
    flex: 0 0 15%;
  }
  .footer__nav &gt; div.footer__support ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.footer__nav .subscription-form {
  display: flex;
  flex-wrap: wrap;
}
.footer__nav .subscription-form .subscription-input {
  flex: 1;
  margin-right: 10px;
  max-width: 100%;
}
.footer__nav .subscription-form .subscription-input:focus {
  outline: 3px solid #eee;
}
.footer__nav .subscription-form .subscription-button {
  flex: 0 0 auto;
  max-width: 100%;
}
.footer__nav .subscription-form .subscription-button input:focus {
  outline: 2px solid #eee;
  outline-offset: 2px;
  z-index: 10000;
  color: black;
}
.footer__nav .subscription-form label h5, .footer__nav .subscription-form label .events-posts article .post-location, .events-posts article .footer__nav .subscription-form label .post-location,
.footer__nav .subscription-form label .events-posts article .post-date,
.events-posts article .footer__nav .subscription-form label .post-date,
.footer__nav .subscription-form label .events-posts article .post-upcoming,
.events-posts article .footer__nav .subscription-form label .post-upcoming, .footer__nav .subscription-form label .single-case_study .highlights span, .single-case_study .highlights .footer__nav .subscription-form label span, .footer__nav .subscription-form label .accordion-basic .heading, .accordion-basic .footer__nav .subscription-form label .heading, .footer__nav .subscription-form label .spine-heading .h5, .spine-heading .footer__nav .subscription-form label .h5, .footer__nav .subscription-form label .slidorion .accordion .heading, .slidorion .accordion .footer__nav .subscription-form label .heading, .footer__nav .subscription-form label .institutions-logos p, .institutions-logos .footer__nav .subscription-form label p, .footer__nav .subscription-form label .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .footer__nav .subscription-form label li, .footer__nav .subscription-form label .tabs__heading--1 a, .tabs__heading--1 .footer__nav .subscription-form label a, .footer__nav .subscription-form label .tabs__heading--2 a, .tabs__heading--2 .footer__nav .subscription-form label a, .footer__nav .subscription-form label .tabs__heading--4 a, .tabs__heading--4 .footer__nav .subscription-form label a, .footer__nav .subscription-form label .tabs__heading--5 a, .tabs__heading--5 .footer__nav .subscription-form label a, .footer__nav .subscription-form label .hero--cs .post-location, .hero--cs .footer__nav .subscription-form label .post-location,
.footer__nav .subscription-form label .hero--cs .post-date,
.hero--cs .footer__nav .subscription-form label .post-date,
.footer__nav .subscription-form label .hero--cs .post-upcoming,
.hero--cs .footer__nav .subscription-form label .post-upcoming {
  text-transform: none;
  font-weight: 400;
}
.footer__nav .subscription-form #email2 {
  font-size: 14px;
}
.footer__nav .subscription-form #email2:focus {
  outline: 2px solid #eee;
  outline-offset: 2px;
  z-index: 10000;
  color: black;
}
@media screen and (max-width: 767px) {
  .footer__nav .subscription-form .subscription-input,
  .footer__nav .subscription-form .subscription-button {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.footer__about-text {
  position: relative;
  padding: 2rem 0 2rem 1.5rem;
}
.footer__about-text p:nth-child(2) {
  font-size: 85%;
}
.footer__about-text h4, .footer__about-text .single-format-standard .post-content h1, .single-format-standard .post-content .footer__about-text h1,
.footer__about-text .single-format-standard .post-content h2,
.single-format-standard .post-content .footer__about-text h2,
.footer__about-text .single-format-standard .post-content h3,
.single-format-standard .post-content .footer__about-text h3,
.footer__about-text .single-format-standard .post-content h4,
.single-format-standard .post-content .footer__about-text h4,
.footer__about-text .single-format-standard .post-content h5,
.footer__about-text .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .footer__about-text .single-format-standard .post-content .post-location,
.footer__about-text .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .footer__about-text .single-format-standard .post-content .post-date,
.footer__about-text .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .footer__about-text .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .footer__about-text h5,
.single-format-standard .post-content .footer__about-text .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .footer__about-text .post-location,
.single-format-standard .post-content .footer__about-text .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .footer__about-text .post-date,
.single-format-standard .post-content .footer__about-text .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .footer__about-text .post-upcoming,
.footer__about-text .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .footer__about-text a,
.footer__about-text .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .footer__about-text a,
.footer__about-text .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .footer__about-text a,
.footer__about-text .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .footer__about-text a,
.footer__about-text .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .footer__about-text a,
.footer__about-text .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .footer__about-text a,
.footer__about-text .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .footer__about-text a,
.footer__about-text .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .footer__about-text a,
.footer__about-text .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .footer__about-text .post-location,
.footer__about-text .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .footer__about-text .post-location,
.footer__about-text .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .footer__about-text .post-date,
.footer__about-text .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .footer__about-text .post-date,
.footer__about-text .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .footer__about-text .post-upcoming,
.footer__about-text .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .footer__about-text .post-upcoming,
.footer__about-text .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .footer__about-text li,
.footer__about-text .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .footer__about-text li,
.footer__about-text .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .footer__about-text p,
.footer__about-text .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .footer__about-text p,
.footer__about-text .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .footer__about-text .heading,
.footer__about-text .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .footer__about-text .heading,
.footer__about-text .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .footer__about-text .h5,
.footer__about-text .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .footer__about-text .h5,
.footer__about-text .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .footer__about-text .heading,
.footer__about-text .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .footer__about-text .heading,
.footer__about-text .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .footer__about-text span,
.footer__about-text .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .footer__about-text span, .footer__about-text .pa thead tr, .pa thead .footer__about-text tr, .footer__about-text .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .footer__about-text blockquote, .footer__about-text .blog-feed-embed .srr-title, .blog-feed-embed .footer__about-text .srr-title, .footer__about-text .srr-wrap .srr-title, .srr-wrap .footer__about-text .srr-title, .footer__about-text .tabs__heading--7 .tabs__item, .tabs__heading--7 .footer__about-text .tabs__item, .footer__about-text .hero--blog__content ol a, .hero--blog__content ol .footer__about-text a {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: inherit;
}
.footer__about-text--square {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14rem;
}
@media only screen and (min-width: 1023px) {
  .footer__about-text--square {
    width: 16rem;
    max-width: 100%;
  }
}
.footer__about-text--square .right-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 2rem;
  background: linear-gradient(to bottom, #086472, #086472);
}
@media only screen and (min-width: 1023px) {
  .footer__about-text--square .right-top {
    width: 6px;
    height: 2rem;
  }
}
.footer__about-text--square .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to left, #086472, #462872);
}
@media only screen and (min-width: 1023px) {
  .footer__about-text--square .top {
    height: 6px;
  }
}
.footer__about-text--square .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(to bottom, #462872, #462872);
}
@media only screen and (min-width: 1023px) {
  .footer__about-text--square .left {
    width: 6px;
  }
}
.footer__about-text--square .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(to right, #462872, #086472);
}
@media only screen and (min-width: 1023px) {
  .footer__about-text--square .bottom {
    height: 6px;
  }
}
.footer__about-text--square .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 2rem;
  background: linear-gradient(to top, #086472, #086472);
}
@media only screen and (min-width: 1023px) {
  .footer__about-text--square .right-bottom {
    width: 6px;
    height: 2rem;
  }
}
.footer .mc4wp-form-fields input:not([type=checkbox])[type=submit] {
  padding: 1.2em 0.65em;
  font-weight: 700;
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  background-color: #053a42;
  color: #fff;
  border-radius: 6px;
}
@media only screen and (min-width: 1023px) {
  .footer .mc4wp-form-fields input:not([type=checkbox])[type=submit] {
    padding: 1.2em 1.875em;
  }
}

@media only screen and (max-width: 1600px) {
  .footer__nav &gt; div:nth-child(5) {
    flex: 0 0 100%;
  }
  .footer__nav &gt; div:nth-child(3) {
    flex: 0 0 65%;
  }
  .footer__nav &gt; div:nth-child(4) {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__nav ul {
    -moz-columns: 1;
         columns: 1;
  }
  .footer__nav &gt; div {
    flex: 0 0 45% !important;
  }
  .footer__nav &gt; div:nth-child(5) {
    flex: 0 0 100% !important;
  }
}
.ubermenu a:hover {
  opacity: 0.7;
}
.ubermenu p {
  font-size: 1em;
}
.ubermenu .ubermenu-item-level-0 {
  text-align: left !important;
}
@media only screen and (min-width: 1023px) {
  .ubermenu .ubermenu-item-level-0 {
    text-align: center !important;
  }
}
.ubermenu .ubermenu-item-level-0 &gt; a {
  color: #030303;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1023px) {
  .ubermenu .ubermenu-item-level-0 &gt; a {
    color: #fff;
  }
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  background: #f2f2f2;
  padding: 0;
  z-index: 10000 !important;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    width: 98% !important;
    min-width: 98% !important;
    margin: 0 1%;
    left: 0 !important;
  }
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop a {
  color: #424446;
  display: block;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  position: relative;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-target-title {
  font-weight: 700;
  font-size: 0.9em;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-target-description {
  opacity: 0.7;
  font-size: 0.7em;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-header:not(.ubermenu-item-auto) {
  font-size: 0.8em;
  font-weight: 700;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-header:not(.ubermenu-item-auto) a {
  color: #086472;
  padding: 0;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-header:not(.ubermenu-item-auto) a span {
  text-transform: uppercase;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-row {
  margin-bottom: 0;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  padding: 2em !important;
  display: none !important;
  margin: 0;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content h1,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content h2,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content h3,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content h4,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h5,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-location,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-date,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .pa thead tr,
.pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .blog-feed-embed .srr-title,
.blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-wrap .srr-title,
.srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--blog__content ol a,
.hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-case_study .highlights span,
.single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .accordion-basic .heading,
.accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .spine-heading .h5,
.spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .slidorion .accordion .heading,
.slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .institutions-logos p,
.institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--1 a,
.tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--2 a,
.tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--4 a,
.tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .tabs__heading--5 a,
.tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--cs .post-location,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--cs .post-date,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .hero--cs .post-upcoming,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 h6,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-news .pr-tag,
.single-news .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .pr-tag,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .single-post .post-content .note,
.single-post .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .note,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-tags a,
.post-tags .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .blog .post-category,
.blog .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .archive .post-category,
.archive .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .footer__alerts-link,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 label,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content h1,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content h2,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content h3,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content h4,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h5,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-location,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-date,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .pa thead tr,
.pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .blog-feed-embed .srr-title,
.blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-wrap .srr-title,
.srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--blog__content ol a,
.hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-case_study .highlights span,
.single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .accordion-basic .heading,
.accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .spine-heading .h5,
.spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .slidorion .accordion .heading,
.slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .institutions-logos p,
.institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--1 a,
.tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--2 a,
.tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--4 a,
.tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .tabs__heading--5 a,
.tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--cs .post-location,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--cs .post-date,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .hero--cs .post-upcoming,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 h6,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-news .pr-tag,
.single-news .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .pr-tag,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .single-post .post-content .note,
.single-post .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .note,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-tags a,
.post-tags .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .blog .post-category,
.blog .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .archive .post-category,
.archive .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .footer__alerts-link,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 label,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content h1,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content h2,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content h3,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content h4,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h5,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-location,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-date,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .pa thead tr,
.pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .blog-feed-embed .srr-title,
.blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-wrap .srr-title,
.srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--blog__content ol a,
.hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-case_study .highlights span,
.single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .accordion-basic .heading,
.accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .spine-heading .h5,
.spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .slidorion .accordion .heading,
.slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .institutions-logos p,
.institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--1 a,
.tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--2 a,
.tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--4 a,
.tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .tabs__heading--5 a,
.tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--cs .post-location,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--cs .post-date,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .hero--cs .post-upcoming,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 h6,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-news .pr-tag,
.single-news .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .pr-tag,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .single-post .post-content .note,
.single-post .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .note,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-tags a,
.post-tags .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .blog .post-category,
.blog .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .archive .post-category,
.archive .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .footer__alerts-link,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 label,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content h1,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h1,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content h2,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h2,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content h3,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h3,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content h4,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h4,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h5,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-location,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-date,
.single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .pa thead tr,
.pa thead .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 tr,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 blockquote,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .blog-feed-embed .srr-title,
.blog-feed-embed .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-wrap .srr-title,
.srr-wrap .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .srr-title,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__item,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--blog__content ol a,
.hero--blog__content ol .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .events-posts article .post-location,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .events-posts article .post-date,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .events-posts article .post-upcoming,
.events-posts article .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-case_study .highlights span,
.single-case_study .highlights .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 span,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .accordion-basic .heading,
.accordion-basic .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .spine-heading .h5,
.spine-heading .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .h5,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .slidorion .accordion .heading,
.slidorion .accordion .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .heading,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .institutions-logos p,
.institutions-logos .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--1 a,
.tabs__heading--1 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--2 a,
.tabs__heading--2 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--4 a,
.tabs__heading--4 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .tabs__heading--5 a,
.tabs__heading--5 .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--cs .post-location,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-location,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--cs .post-date,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-date,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .hero--cs .post-upcoming,
.hero--cs .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-upcoming,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 h6,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-news .pr-tag,
.single-news .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .pr-tag,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .single-post .post-content .note,
.single-post .post-content .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .note,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-tags a,
.post-tags .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 a,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .blog .post-category,
.blog .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .archive .post-category,
.archive .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .post-category,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .footer__alerts-link,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 p,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 li,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 label {
  color: #fff;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 svg,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 svg,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 svg,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 svg {
  filter: invert(1);
}
@media only screen and (min-width: 1023px) {
  .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559,
  .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564,
  .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570,
  .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 {
    display: flex !important;
  }
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .ubermenu-content-block,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .ubermenu-content-block,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .ubermenu-content-block,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .ubermenu-content-block {
  text-align: center;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 img,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 img,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 img,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  margin-bottom: 1.5rem;
  border-radius: 6px;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7559 .read-more,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7564 .read-more,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-7570 .read-more,
.ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-column-id-16457 .read-more {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.ubermenu .ubermenu-item-has-children &gt; a span:after {
  content: " ";
  width: 10px;
  height: 10px;
  background-image: url(https://www.yuja.com/wp-content/themes/yuja/img/arrow-down.svg);
  display: inline-block;
  margin-left: 0.5em;
  background-size: contain;
}
@media only screen and (min-width: 1023px) {
  .ubermenu .ubermenu-item-has-children &gt; a span:after {
    filter: invert(100%);
  }
}
.ubermenu.ubermenu-mobile-view {
  background: #fff;
  padding: 0.5em;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.ubermenu .header__contact-numbers a {
  position: relative;
}
.ubermenu .header__contact-numbers a:before {
  content: "Total User Support and Sales";
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 1.5em;
  text-align: right;
  line-height: 1;
  width: 200px;
  text-transform: none;
}

.ubermenu-main {
  position: relative !important;
  left: auto !important;
}
@media only screen and (min-width: 1023px) {
  .ubermenu-main {
    margin-top: 1.5rem !important;
  }
}
.ubermenu-main .ubermenu-item-level-0 &gt; a {
  padding: 1em 1em;
  font-size: 0.9em;
}
@media only screen and (min-width: 1023px) {
  .ubermenu-main .ubermenu-item-level-0 &gt; a {
    padding: 1em 0.5em;
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1480px) {
  .ubermenu-main .ubermenu-item-level-0 &gt; a {
    font-size: 0.9em;
  }
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-has-children &gt; a span:after {
  display: none;
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-layout-image_left {
  padding: 0.5em 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1260px) {
  .ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-layout-image_left {
    padding: 1em 0 !important;
  }
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-layout-image_left &gt; .ubermenu-target-text {
  padding-left: 48px;
  padding-top: 5px;
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-layout-image_left img {
  width: 32px;
  position: absolute;
  left: 0;
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left {
  border-bottom: 0;
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-row-id-7589 .ubermenu-target-text {
  padding-left: 28px;
}
.ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-row-id-7589 img {
  width: 20px;
}

.ubermenu-secondarymenuconfig {
  width: calc(100% - 12em) !important;
  display: none;
  z-index: 10000 !important;
}
@media only screen and (min-width: 1023px) {
  .ubermenu-secondarymenuconfig {
    display: block;
  }
}
@media only screen and (min-width: 1023px) {
  .ubermenu-secondarymenuconfig .ubermenu-item-level-0 &gt; a {
    font-size: 0.8em;
    padding: 1em 0.7em;
  }
}
@media only screen and (min-width: 1260px) {
  .ubermenu-secondarymenuconfig .ubermenu-item-level-0 &gt; a {
    font-size: 0.8em;
    padding: 1em;
  }
}
.ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-target {
  padding: 1em 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-submenu li:last-child .ubermenu-target {
  border-bottom: 0;
}
.ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-item-layout-image_left &gt; .ubermenu-target-text {
  padding-left: 28px;
}
.ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-item-layout-image_left img {
  width: 30px;
  position: absolute;
  left: 7px;
}
.ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-row-id-8557 {
  background: #f7f8f9;
}

.ubermenu-custom-content {
  padding: 0 !important;
}

.is-form-style input.is-search-input {
  border: none !important;
  background: transparent;
  background-image: none !important;
  width: 1px;
  padding: 0;
}

form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:hover input[type=search],
form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:focus input[type=search],
form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969 input[type=search]:focus {
  background: #fff;
  width: 12em;
  margin-right: -40px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 10px;
  padding-right: 3em;
}

.is-form-style input.is-search-submit,
.is-search-icon {
  background: transparent;
  border: none;
}

.is-form-style .is-search-submit path {
  fill: #fff;
}

.is-search-icon:hover {
  background: transparent;
}

.is-search-icon:hover path,
form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969 input[type=search]:focus path,
form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:hover path,
form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:focus-within path,
form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:active path {
  fill: #424446;
  cursor: inherit;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2em 1.5rem 0 0;
  background: url("https://www.yuja.com/wp-content/themes/yuja/img/toggle.svg") no-repeat center center;
  width: 14px;
  height: 14px;
}

.header .ubermenu-responsive {
  overflow-y: scroll !important;
}
@media only screen and (min-width: 767px) {
  .header .ubermenu-responsive {
    overflow-y: visible !important;
  }
}

.fas {
  display: none !important;
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 1023px) {
  .visible-xs {
    display: none !important;
  }
}

.scroll-to-fixed-fixed {
  background: #fff !important;
  margin-top: 0 !important;
  width: 100% !important;
  margin-left: -1.5em !important;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

#ubermenu-nav-secondarymenuconfig-7-secondary {
  z-index: 10000;
}
#ubermenu-nav-secondarymenuconfig-7-secondary .ubermenu-item .ubermenu-submenu-drop a {
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
#ubermenu-nav-secondarymenuconfig-7-secondary .ubermenu-item .ubermenu-submenu-drop a:hover {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  opacity: 1;
}

.ubermenu .button--outline, .ubermenu .button--outline--white {
  margin-bottom: -8px;
  margin-left: 10px;
  padding: 1em;
  cursor: pointer;
}
@media only screen and (max-width: 1390px) {
  .ubermenu .button--outline, .ubermenu .button--outline--white {
    display: none;
  }
}
@media only screen and (max-width: 1285px) {
  .ubermenu .button--outline, .ubermenu .button--outline--white {
    display: block;
  }
}
@media only screen and (max-width: 1090px) {
  .ubermenu .button--outline, .ubermenu .button--outline--white {
    display: none;
  }
}
.ubermenu .button--outline:hover, .ubermenu .button--outline--white:hover {
  background: #462872;
}

.page-template-default .ubermenu .button--outline, .page-template-default .ubermenu .button--outline--white,
.page-template-template .ubermenu .button--outline,
.page-template-template .ubermenu .button--outline--white,
.single-case_study .ubermenu .button--outline,
.single-case_study .ubermenu .button--outline--white,
.page-template-content-only .ubermenu .button--outline,
.page-template-content-only .ubermenu .button--outline--white,
.single-news .ubermenu .button--outline,
.single-news .ubermenu .button--outline--white,
.error404 .ubermenu .button--outline,
.error404 .ubermenu .button--outline--white,
.blog .ubermenu .button--outline,
.blog .ubermenu .button--outline--white,
.single-post .ubermenu .button--outline,
.single-post .ubermenu .button--outline--white,
.page-template-news .ubermenu .button--outline,
.page-template-news .ubermenu .button--outline--white,
.page-template-news-2 .ubermenu .button--outline,
.page-template-news-2 .ubermenu .button--outline--white {
  border-color: #fff;
  color: #fff;
}
.page-template-default .ubermenu .button--outline:hover, .page-template-default .ubermenu .button--outline--white:hover,
.page-template-template .ubermenu .button--outline:hover,
.page-template-template .ubermenu .button--outline--white:hover,
.single-case_study .ubermenu .button--outline:hover,
.single-case_study .ubermenu .button--outline--white:hover,
.page-template-content-only .ubermenu .button--outline:hover,
.page-template-content-only .ubermenu .button--outline--white:hover,
.single-news .ubermenu .button--outline:hover,
.single-news .ubermenu .button--outline--white:hover,
.error404 .ubermenu .button--outline:hover,
.error404 .ubermenu .button--outline--white:hover,
.blog .ubermenu .button--outline:hover,
.blog .ubermenu .button--outline--white:hover,
.single-post .ubermenu .button--outline:hover,
.single-post .ubermenu .button--outline--white:hover,
.page-template-news .ubermenu .button--outline:hover,
.page-template-news .ubermenu .button--outline--white:hover,
.page-template-news-2 .ubermenu .button--outline:hover,
.page-template-news-2 .ubermenu .button--outline--white:hover {
  border: 1px solid #462872;
}

.ubermenu .ubermenu-tab-layout-left &gt; .ubermenu-tabs-group {
  border-width: 0 !important;
  padding: 1.5rem;
}

.ubermenu .ubermenu-tab-layout-left &gt; .ubermenu-tabs-group &gt; .ubermenu-tab &gt; .ubermenu-tab-content-panel {
  background: #fff;
}

.ubermenu-submenu .ubermenu-tab &gt; a {
  position: relative;
  opacity: 0.7;
  width: 16rem;
}
.ubermenu-submenu .ubermenu-tab &gt; a:hover {
  opacity: 1;
}
.ubermenu-submenu .ubermenu-tab &gt; a:hover:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 60%;
  background: #3ba4b4;
  left: 0;
  top: 20%;
}
.ubermenu-submenu .ubermenu-active &gt; a {
  opacity: 1;
}
.ubermenu-submenu .ubermenu-active &gt; a:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 60%;
  background: #3ba4b4;
  left: 0;
  top: 20%;
}

.ubermenu .ubermenu-column-1-2 {
  padding: 0 1.5rem;
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (min-width: 1260px) {
  .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0:not(:last-child) {
    margin-right: 4rem;
  }
}

.cta-menu {
  padding: 0 1.5rem;
}
.cta-menu a {
  display: initial !important;
  color: #fff !important;
}
.cta-menu p {
  font-size: 120%;
}

.ubermenu-item-level-6 {
  width: 100% !important;
}

.ubermenu-main .ubermenu-dynamic-post img {
  position: relative !important;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  width: 100% !important;
}

.ubermenu-main .ubermenu-item.ubermenu-dynamic-post .ubermenu-item-layout-image_left &gt; .ubermenu-target-text {
  padding: 0;
}

@media only screen and (min-width: 767px) {
  .ubermenu-item-level-4.ubermenu-column-1-3,
  .ubermenu-item-level-4.ubermenu-column-2-3,
  .ubermenu-item-level-5.ubermenu-column-1-3,
  .ubermenu-item-level-5.ubermenu-column-2-3 {
    padding: 1.5rem !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    text-align: center !important;
  }
}

.ubermenu-item-level-4.ubermenu-column-1-2 {
  padding: 1.5rem !important;
}

#menu-item-16474,
#menu-item-16478,
#menu-item-16483,
#menu-item-16488,
#menu-item-16498,
#menu-item-16493 {
  padding: 1.5rem;
  text-align: center;
}

.ubermenu-submenu-type-tab-content-panel,
.ubermenu-item-level-4.ubermenu-column-1-2 {
  height: 100% !important;
}

ul.ubermenu-row.ubermenu-row-id-16551.ubermenu-autoclear {
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .ubermenu-submenu-type-tab-content-panel .ubermenu-row {
    display: flex !important;
    align-items: center;
    height: 100% !important;
  }
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop a.button, .ubermenu .ubermenu-item .ubermenu-submenu-drop body a.skip-to-main, body .ubermenu .ubermenu-item .ubermenu-submenu-drop a.skip-to-main, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--secondary, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--outline, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--outline--white, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--underline, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--underline--white, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--underline--secondary, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--white, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--black, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--blue-gradient, .ubermenu .ubermenu-item .ubermenu-submenu-drop a.button--orange-gradient {
  color: #462872;
  display: inline-block;
}

.ubermenu-row-id-16452 .ubermenu-item-level-4.ubermenu-column-1-3,
.ubermenu-row-id-16452 .ubermenu-item-level-4.ubermenu-column-2-3,
ul.ubermenu-row.ubermenu-row-id-16452.ubermenu-autoclear,
ul.ubermenu-row.ubermenu-row-id-7565.ubermenu-autoclear,
.ubermenu-submenu-id-16448 {
  align-items: flex-start;
}

.ubermenu-main .ubermenu-item.ubermenu-dynamic-post .ubermenu-submenu-drop .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left {
  text-align: center;
}

.ubermenu-item-level-5 img {
  height: 12rem;
}

.ubermenu-item-7590,
.ubermenu-item-7591 {
  padding: 0 !important;
}

@media only screen and (max-width: 768px) {
  .ubermenu-submenu-id-1088 {
    display: none;
  }
  .ubermenu .ubermenu-tab .ubermenu-tab-content-panel {
    position: relative !important;
  }
}
.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
  width: 100%;
}

.ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .ubermenu-responsive .ubermenu-tab &gt; .ubermenu-target {
    border-width: 0 !important;
  }
  .ubermenu-sub-indicator-close {
    display: none !important;
  }
  #menu-item-7539 &gt; a {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  .ubermenu .ubermenu-item-type-column &gt; .ubermenu-submenu-type-stack &gt; .ubermenu-item-normal:first-child {
    margin-top: 0;
  }
  .ubermenu-row-id-16551 &gt; li {
    width: 50% !important;
    min-width: 50% !important;
    float: left !important;
  }
  .ubermenu .ubermenu-colgroup .ubermenu-column,
  .ubermenu .ubermenu-custom-content-padded,
  .ubermenu .ubermenu-nonlink,
  .ubermenu .ubermenu-retractor,
  .ubermenu .ubermenu-submenu-padded,
  .ubermenu .ubermenu-submenu-type-stack &gt; .ubermenu-item-normal &gt; .ubermenu-target,
  .ubermenu .ubermenu-target,
  .ubermenu .ubermenu-widget,
  .ubermenu-responsive-toggle {
    padding: 0;
  }
  #menu-item-2433 &gt; a:after,
  #menu-item-1086 &gt; a:after {
    content: " ";
    width: 10px;
    height: 10px;
    background-image: url(https://www.yuja.com/wp-content/themes/yuja/img/arrow-down.svg);
    display: inline-block;
    margin-left: 0.5em;
    background-size: contain;
  }
  .ubermenu.ubermenu-mobile-accordion-indent .ubermenu-submenu-drop .ubermenu-tab-content-panel .ubermenu-item &gt; .ubermenu-target {
    padding-left: 0 !important;
  }
  .ubermenu-responsive .ubermenu-tabs &gt; .ubermenu-tabs-group &gt; .ubermenu-tab &gt; .ubermenu-tab-content-panel {
    border: 0 !important;
  }
  .ubermenu .ubermenu-item.ubermenu-item-16549 {
    background: transparent !important;
  }
  .ubermenu .ubermenu-column-1-2 {
    padding: 0;
  }
  .ubermenu-submenu-id-2433,
  .ubermenu-submenu-id-16443 {
    padding: 1.5rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .ubermenu-item-layout-image_left img {
    display: none !important;
  }
  .ubermenu-main .ubermenu-item .ubermenu-submenu-drop .ubermenu-item-layout-image_left &gt; .ubermenu-target-text {
    padding-left: 0 !important;
  }
  .ubermenu .ubermenu-item .ubermenu-submenu-drop .ubermenu-target-description {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ubermenu .ubermenu-item .ubermenu-submenu-drop.ubermenu-submenu-id-6274 {
    width: auto !important;
    min-width: 1px !important;
  }
}
#menu-item-16677 &gt; a {
  margin-top: 30px;
}
#menu-item-16677 .ubermenu-item-layout-image_left img {
  width: 80%;
  top: 4px;
}
#menu-item-16677 .ubermenu-column-1-2 {
  width: 50%;
}
#menu-item-16677 .ubermenu-item-layout-image_left {
  overflow: initial;
}
#menu-item-16677 .ubermenu-submenu-type-stack {
  padding-top: 0;
}
#menu-item-16677 .ubermenu-row {
  display: block !important;
}
@media only screen and (min-width: 767px) {
  #menu-item-16677 .ubermenu-row {
    width: 80%;
  }
}
#menu-item-16677 .ubermenu-item-normal:first-child {
  margin-top: 5px;
}

@media screen and (max-width: 1300px) {
  #menu-item-16677 .ubermenu-item-layout-image_left img {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #menu-item-16677 .ubermenu-column-1-2 {
    min-width: 50%;
    float: left;
  }
}
ul.ubermenu-row.ubermenu-row-id-16767.ubermenu-autoclear {
  display: flex;
}

.ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-item-layout-image_left &gt; .ubermenu-target-text {
  padding-left: 0;
}
@media only screen and (min-width: 1260px) {
  .ubermenu-secondarymenuconfig .ubermenu-submenu-drop .ubermenu-item-layout-image_left &gt; .ubermenu-target-text {
    padding-left: 28px;
  }
}

.ubermenu li.ubermenu-item.ubermenu-column-id-16769 {
  padding-top: 4rem;
}

@media only screen and (min-width: 767px) {
  .ubermenu li.ubermenu-item.ubermenu-column-id-16769 {
    background: #fff url("http://www.yuja.com/wp-content/uploads/footer-683.png") center bottom no-repeat;
    background-size: contain;
  }
}
li.ubermenu-item.ubermenu-column-id-16769 h3 {
  font-size: 140%;
}

.ubermenu li.ubermenu-item.ubermenu-column-id-16769 a.button--secondary {
  color: #fff;
}

ul.ubermenu-submenu.ubermenu-submenu-id-16769.ubermenu-submenu-type-stack {
  padding-left: 4rem;
  padding-right: 4rem;
}

ul.ubermenu-submenu.ubermenu-submenu-id-16769.ubermenu-submenu-type-stack p {
  font-size: 80%;
  color: #424446;
}

ul.ubermenu-submenu.ubermenu-submenu-id-16769.ubermenu-submenu-type-stack .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
  text-align: center;
}

.ubermenu-submenu-id-16768 {
  padding: 0 5px !important;
}

#menu-item-16458 p {
  margin-left: 15px;
  margin-right: 15px;
}

.ubermenu-submenu.ubermenu-submenu-id-16549.ubermenu-submenu-type-stack16677 {
  width: 100% !important;
}

li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-current-menu-ancestor.ubermenu-item-has-children.ubermenu-advanced-sub.ubermenu-item-16549.ubermenu-item-level-4.ubermenu-column.ubermenu-column-full.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-16549 {
  height: 100%;
  padding-top: 1.5rem;
}

.ubermenu-submenu.ubermenu-submenu-id-16549.ubermenu-submenu-type-stack {
  width: 100% !important;
}

.ubermenu-submenu-id-7566 &gt; .ubermenu-item-normal &gt; .ubermenu-target {
  padding: 10px 0 !important;
}

.ubermenu-main .ubermenu-item #menu-item-1088 .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left,
.ubermenu-main .ubermenu-item #menu-item-1088 .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left,
.ubermenu-main .ubermenu-item #menu-item-6156 .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left,
.ubermenu-main .ubermenu-item #menu-item-6130 .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left,
.ubermenu-main .ubermenu-item #menu-item-8653 .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left,
.ubermenu-main .ubermenu-item #menu-item-16460 .ubermenu-submenu &gt; li:last-child .ubermenu-item-layout-image_left {
  width: 60%;
  margin: auto;
  text-align: center;
}

.menu .first-level {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .first-level &gt; li {
  position: relative;
}
.menu .first-level &gt; li &gt; a {
  display: block;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em 2em;
  font-size: 0.9em;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level &gt; li &gt; a {
    padding: 0.7em 0.7em;
  }
}
@media only screen and (min-width: 1020px) {
  .menu .first-level &gt; li &gt; a {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1190px) {
  .menu .first-level &gt; li &gt; a {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1250px) {
  .menu .first-level &gt; li &gt; a {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1300px) {
  .menu .first-level &gt; li &gt; a {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1440px) {
  .menu .first-level &gt; li &gt; a {
    font-size: 1em;
  }
}
.menu .first-level &gt; li &gt; a:not(:only-child):after {
  content: " ";
  width: 10px;
  height: 10px;
  background-image: url(https://www.yuja.com/wp-content/themes/yuja/img/arrow-down.svg);
  display: inline-block;
  margin-left: 0.5em;
  background-size: contain;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level &gt; li &gt; a:not(:only-child):after {
    filter: invert(100%);
  }
}
.menu .first-level a:hover {
  opacity: 0.7;
}
.menu .first-level ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .first-level .menu-items {
  padding: 1.5rem;
}
.menu .first-level .menu-items li a {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-weight: 700;
  font-size: 0.9em;
  color: #424446;
  display: flex;
  align-items: center;
}
.menu .first-level .menu-items li a .content {
  flex: 1;
}
.menu .first-level .menu-items li a svg {
  margin-right: 0.3rem;
}
.menu .first-level .menu-items .menu-title {
  border-bottom: none;
}
.menu .first-level .menu-items .menu-title a {
  text-transform: uppercase;
  color: #3ba4b4;
  font-weight: 700;
  font-size: 0.9em;
  display: block;
  margin-bottom: 0.5rem;
  display: flex;
}
.menu .first-level .menu-items .menu-title a .menu-description {
  color: #424446;
  text-transform: none;
}
.menu .first-level .menu-items .menu-title.video-cloud, .menu .first-level .menu-items .menu-title.video-engagement, .menu .first-level .menu-items .menu-title.video-hub, .menu .first-level .menu-items .menu-title.video-experiences, .menu .first-level .menu-items .menu-title.pro-capture, .menu .first-level .menu-items .menu-title.capture-studio, .menu .first-level .menu-items .menu-title.enterprise-connectors, .menu .first-level .menu-items .menu-title.lms-accessibility, .menu .first-level .menu-items .menu-title.accessibility-cloud, .menu .first-level .menu-items .menu-title.website-accessibility {
  position: relative;
  padding-left: 30px;
}
.menu .first-level .menu-items .menu-title.video-cloud:after, .menu .first-level .menu-items .menu-title.video-engagement:after, .menu .first-level .menu-items .menu-title.video-hub:after, .menu .first-level .menu-items .menu-title.video-experiences:after, .menu .first-level .menu-items .menu-title.pro-capture:after, .menu .first-level .menu-items .menu-title.capture-studio:after, .menu .first-level .menu-items .menu-title.enterprise-connectors:after, .menu .first-level .menu-items .menu-title.lms-accessibility:after, .menu .first-level .menu-items .menu-title.accessibility-cloud:after, .menu .first-level .menu-items .menu-title.website-accessibility:after {
  content: "--";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: #3ba4b4;
  top: 0;
  padding-top: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
  border-radius: 6px;
}
.menu .first-level .menu-items .menu-title.video-cloud a, .menu .first-level .menu-items .menu-title.video-engagement a, .menu .first-level .menu-items .menu-title.video-hub a, .menu .first-level .menu-items .menu-title.video-experiences a, .menu .first-level .menu-items .menu-title.pro-capture a, .menu .first-level .menu-items .menu-title.capture-studio a, .menu .first-level .menu-items .menu-title.enterprise-connectors a, .menu .first-level .menu-items .menu-title.lms-accessibility a, .menu .first-level .menu-items .menu-title.accessibility-cloud a, .menu .first-level .menu-items .menu-title.website-accessibility a {
  border-bottom: none;
  display: block;
}
.menu .first-level .menu-items .menu-title.video-cloud a,
.menu .first-level .menu-items .menu-title.video-cloud .button--underline,
.menu .first-level .menu-items .menu-title.video-cloud .button--underline--white,
.menu .first-level .menu-items .menu-title.video-cloud .button--underline--secondary {
  color: #b51739;
  border-color: #b51739;
}
.menu .first-level .menu-items .menu-title.video-cloud:after {
  background-color: #b51739;
  content: "VC";
}
.menu .first-level .menu-items .menu-title.video-cloud .button--underline:before, .menu .first-level .menu-items .menu-title.video-cloud .button--underline--white:before, .menu .first-level .menu-items .menu-title.video-cloud .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4.svg");
}
.menu .first-level .menu-items .menu-title.video-engagement a,
.menu .first-level .menu-items .menu-title.video-engagement .button--underline,
.menu .first-level .menu-items .menu-title.video-engagement .button--underline--white,
.menu .first-level .menu-items .menu-title.video-engagement .button--underline--secondary {
  color: #462872;
  border-color: #462872;
}
.menu .first-level .menu-items .menu-title.video-engagement:after {
  background-color: #462872;
  content: "VE";
}
.menu .first-level .menu-items .menu-title.video-engagement .button--underline:before, .menu .first-level .menu-items .menu-title.video-engagement .button--underline--white:before, .menu .first-level .menu-items .menu-title.video-engagement .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4-2.svg");
}
.menu .first-level .menu-items .menu-title.video-experiences a,
.menu .first-level .menu-items .menu-title.video-experiences .button--underline,
.menu .first-level .menu-items .menu-title.video-experiences .button--underline--white,
.menu .first-level .menu-items .menu-title.video-experiences .button--underline--secondary {
  color: #ad4601;
  border-color: #ad4601;
}
.menu .first-level .menu-items .menu-title.video-experiences:after {
  background-color: #ad4601;
  content: "VX";
}
.menu .first-level .menu-items .menu-title.video-experiences .button--underline:before, .menu .first-level .menu-items .menu-title.video-experiences .button--underline--white:before, .menu .first-level .menu-items .menu-title.video-experiences .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-3.svg");
}
.menu .first-level .menu-items .menu-title.pro-capture a,
.menu .first-level .menu-items .menu-title.pro-capture .button--underline,
.menu .first-level .menu-items .menu-title.pro-capture .button--underline--white,
.menu .first-level .menu-items .menu-title.pro-capture .button--underline--secondary {
  color: #086472;
  border-color: #086472;
}
.menu .first-level .menu-items .menu-title.pro-capture:after {
  background-color: #086472;
  content: "PC";
}
.menu .first-level .menu-items .menu-title.pro-capture .button--underline:before, .menu .first-level .menu-items .menu-title.pro-capture .button--underline--white:before, .menu .first-level .menu-items .menu-title.pro-capture .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-2-2.svg");
}
.menu .first-level .menu-items .menu-title.capture-studio a,
.menu .first-level .menu-items .menu-title.capture-studio .button--underline,
.menu .first-level .menu-items .menu-title.capture-studio .button--underline--white,
.menu .first-level .menu-items .menu-title.capture-studio .button--underline--secondary {
  color: #408c49;
  border-color: #408c49;
}
.menu .first-level .menu-items .menu-title.capture-studio:after {
  background-color: #408c49;
  content: "CS";
}
.menu .first-level .menu-items .menu-title.capture-studio .button--underline:before, .menu .first-level .menu-items .menu-title.capture-studio .button--underline--white:before, .menu .first-level .menu-items .menu-title.capture-studio .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4-3.svg");
}
.menu .first-level .menu-items .menu-title.enterprise-connectors a,
.menu .first-level .menu-items .menu-title.enterprise-connectors .button--underline,
.menu .first-level .menu-items .menu-title.enterprise-connectors .button--underline--white,
.menu .first-level .menu-items .menu-title.enterprise-connectors .button--underline--secondary {
  color: #706405;
  border-color: #706405;
}
.menu .first-level .menu-items .menu-title.enterprise-connectors:after {
  background-color: #706405;
  content: "EC";
}
.menu .first-level .menu-items .menu-title.enterprise-connectors .button--underline:before, .menu .first-level .menu-items .menu-title.enterprise-connectors .button--underline--white:before, .menu .first-level .menu-items .menu-title.enterprise-connectors .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4green.svg");
}
.menu .first-level .menu-items .menu-title.lms-accessibility a,
.menu .first-level .menu-items .menu-title.lms-accessibility .button--underline,
.menu .first-level .menu-items .menu-title.lms-accessibility .button--underline--white,
.menu .first-level .menu-items .menu-title.lms-accessibility .button--underline--secondary {
  color: #673a19;
  border-color: #673a19;
}
.menu .first-level .menu-items .menu-title.lms-accessibility:after {
  background-color: #673a19;
  content: "LA";
}
.menu .first-level .menu-items .menu-title.lms-accessibility .button--underline:before, .menu .first-level .menu-items .menu-title.lms-accessibility .button--underline--white:before, .menu .first-level .menu-items .menu-title.lms-accessibility .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4p-1.svg");
}
.menu .first-level .menu-items .menu-title.accessibility-cloud a,
.menu .first-level .menu-items .menu-title.accessibility-cloud .button--underline,
.menu .first-level .menu-items .menu-title.accessibility-cloud .button--underline--white,
.menu .first-level .menu-items .menu-title.accessibility-cloud .button--underline--secondary {
  color: #16265c;
  border-color: #16265c;
}
.menu .first-level .menu-items .menu-title.accessibility-cloud:after {
  background-color: #16265c;
  content: "AC";
}
.menu .first-level .menu-items .menu-title.accessibility-cloud .button--underline:before, .menu .first-level .menu-items .menu-title.accessibility-cloud .button--underline--white:before, .menu .first-level .menu-items .menu-title.accessibility-cloud .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4green.svg");
}
.menu .first-level .menu-items .menu-title.website-accessibility a,
.menu .first-level .menu-items .menu-title.website-accessibility .button--underline,
.menu .first-level .menu-items .menu-title.website-accessibility .button--underline--white,
.menu .first-level .menu-items .menu-title.website-accessibility .button--underline--secondary {
  color: #95417f;
  border-color: #95417f;
}
.menu .first-level .menu-items .menu-title.website-accessibility:after {
  background-color: #95417f;
  content: "WA";
}
.menu .first-level .menu-items .menu-title.website-accessibility .button--underline:before, .menu .first-level .menu-items .menu-title.website-accessibility .button--underline--white:before, .menu .first-level .menu-items .menu-title.website-accessibility .button--underline--secondary:before {
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-4br.svg");
}
.menu .first-level .menu-items .icon-box--side-icon img {
  width: 54px;
  height: 54px;
  transform: scale(1.1);
  align-self: start;
}
.menu .first-level .menu-description {
  opacity: 0.9;
  display: block;
  font-weight: 400;
}
.menu .first-level li + .menu-title {
  margin-top: 1.5rem;
}
.menu .first-level .menu-items li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.menu .first-level .menu-items li:first-child a {
  padding-top: 0;
}
.menu .first-level .menu-items li:last-child a {
  padding-bottom: 0;
}
.menu .first-level .tabs__heading {
  background: #f7f8f9;
  width: 25%;
}
.menu .first-level .tabs__heading li a {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.menu .first-level .tabs__heading li a:hover {
  opacity: 1;
}
.menu .first-level .tabs__heading li a:hover:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #086472;
  left: 0;
  margin-left: -1.5rem;
}
.menu .first-level .tabs__container {
  width: 75%;
}
.menu .first-level .tabs__content {
  height: 100%;
}
.menu .first-level .tabs__content.active {
  display: flex;
}
.menu .first-level .grey-background {
  display: flex;
  background: #ebffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.menu .first-level .menu-media-box {
  padding: 1.5rem;
  text-align: center;
  align-self: center;
}
.menu .first-level .menu-media-box img {
  height: 12rem;
}
.menu .first-level .menu-post {
  text-align: center;
  align-items: center;
  display: none;
}
@media only screen and (min-width: 1260px) {
  .menu .first-level .menu-post {
    display: flex;
  }
}
.menu .first-level .menu-post a {
  color: #424446;
}
.menu .first-level .menu-post img {
  position: relative !important;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  width: 100% !important;
}
.menu .first-level .lms-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.5rem;
}
.menu .first-level .lms-menu a {
  border-bottom: 0 !important;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level .products-menu {
    left: 0;
    margin-left: 2rem;
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 1260px) {
  .menu .first-level .products-menu {
    margin-left: 6rem;
    width: calc(100% - 7rem);
  }
}
@media only screen and (min-width: 1480px) {
  .menu .first-level .products-menu {
    width: 1380px;
  }
}
.menu .first-level .products-menu .products-main-container {
  margin-top: 3rem;
}
.menu .first-level .products-menu h4, .menu .first-level .products-menu .single-format-standard .post-content h1, .single-format-standard .post-content .menu .first-level .products-menu h1,
.menu .first-level .products-menu .single-format-standard .post-content h2,
.single-format-standard .post-content .menu .first-level .products-menu h2,
.menu .first-level .products-menu .single-format-standard .post-content h3,
.single-format-standard .post-content .menu .first-level .products-menu h3,
.menu .first-level .products-menu .single-format-standard .post-content h4,
.single-format-standard .post-content .menu .first-level .products-menu h4,
.menu .first-level .products-menu .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .menu .first-level .products-menu .srr-title,
.menu .first-level .products-menu .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .menu .first-level .products-menu .srr-title,
.menu .first-level .products-menu .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .menu .first-level .products-menu .tabs__item,
.menu .first-level .products-menu .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .menu .first-level .products-menu .tabs__item,
.menu .first-level .products-menu .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .menu .first-level .products-menu a,
.menu .first-level .products-menu .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .menu .first-level .products-menu a,
.menu .first-level .products-menu .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .menu .first-level .products-menu .srr-title,
.menu .first-level .products-menu .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .menu .first-level .products-menu .srr-title,
.menu .first-level .products-menu .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .menu .first-level .products-menu blockquote,
.menu .first-level .products-menu .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .menu .first-level .products-menu blockquote,
.menu .first-level .products-menu .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .menu .first-level .products-menu tr,
.menu .first-level .products-menu .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .menu .first-level .products-menu tr,
.menu .first-level .products-menu .single-format-standard .post-content h5,
.menu .first-level .products-menu .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .menu .first-level .products-menu .single-format-standard .post-content .post-location,
.menu .first-level .products-menu .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .menu .first-level .products-menu .single-format-standard .post-content .post-date,
.menu .first-level .products-menu .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .menu .first-level .products-menu .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .menu .first-level .products-menu h5,
.single-format-standard .post-content .menu .first-level .products-menu .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .menu .first-level .products-menu .post-location,
.single-format-standard .post-content .menu .first-level .products-menu .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .menu .first-level .products-menu .post-date,
.single-format-standard .post-content .menu .first-level .products-menu .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .menu .first-level .products-menu .post-upcoming,
.menu .first-level .products-menu .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .menu .first-level .products-menu a,
.menu .first-level .products-menu .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .menu .first-level .products-menu a,
.menu .first-level .products-menu .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .menu .first-level .products-menu a,
.menu .first-level .products-menu .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .menu .first-level .products-menu a,
.menu .first-level .products-menu .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .menu .first-level .products-menu .post-location,
.menu .first-level .products-menu .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .menu .first-level .products-menu .post-location,
.menu .first-level .products-menu .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .menu .first-level .products-menu .post-date,
.menu .first-level .products-menu .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .menu .first-level .products-menu .post-date,
.menu .first-level .products-menu .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .menu .first-level .products-menu .post-upcoming,
.menu .first-level .products-menu .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .menu .first-level .products-menu .post-upcoming,
.menu .first-level .products-menu .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .menu .first-level .products-menu li,
.menu .first-level .products-menu .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .menu .first-level .products-menu li,
.menu .first-level .products-menu .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .menu .first-level .products-menu p,
.menu .first-level .products-menu .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .menu .first-level .products-menu p,
.menu .first-level .products-menu .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .menu .first-level .products-menu .heading,
.menu .first-level .products-menu .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .menu .first-level .products-menu .heading,
.menu .first-level .products-menu .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .menu .first-level .products-menu .h5,
.menu .first-level .products-menu .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .menu .first-level .products-menu .h5,
.menu .first-level .products-menu .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .menu .first-level .products-menu .heading,
.menu .first-level .products-menu .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .menu .first-level .products-menu .heading,
.menu .first-level .products-menu .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .menu .first-level .products-menu span,
.menu .first-level .products-menu .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .menu .first-level .products-menu span, .menu .first-level .products-menu .pa thead tr, .pa thead .menu .first-level .products-menu tr, .menu .first-level .products-menu .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .menu .first-level .products-menu blockquote, .menu .first-level .products-menu .blog-feed-embed .srr-title, .blog-feed-embed .menu .first-level .products-menu .srr-title, .menu .first-level .products-menu .srr-wrap .srr-title, .srr-wrap .menu .first-level .products-menu .srr-title, .menu .first-level .products-menu .tabs__heading--7 .tabs__item, .tabs__heading--7 .menu .first-level .products-menu .tabs__item, .menu .first-level .products-menu .hero--blog__content ol a, .hero--blog__content ol .menu .first-level .products-menu a,
.menu .first-level .products-menu h5,
.menu .first-level .products-menu .events-posts article .post-location,
.events-posts article .menu .first-level .products-menu .post-location,
.menu .first-level .products-menu .events-posts article .post-date,
.events-posts article .menu .first-level .products-menu .post-date,
.menu .first-level .products-menu .events-posts article .post-upcoming,
.events-posts article .menu .first-level .products-menu .post-upcoming,
.menu .first-level .products-menu .single-case_study .highlights span,
.single-case_study .highlights .menu .first-level .products-menu span,
.menu .first-level .products-menu .accordion-basic .heading,
.accordion-basic .menu .first-level .products-menu .heading,
.menu .first-level .products-menu .spine-heading .h5,
.spine-heading .menu .first-level .products-menu .h5,
.menu .first-level .products-menu .slidorion .accordion .heading,
.slidorion .accordion .menu .first-level .products-menu .heading,
.menu .first-level .products-menu .institutions-logos p,
.institutions-logos .menu .first-level .products-menu p,
.menu .first-level .products-menu .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .menu .first-level .products-menu li,
.menu .first-level .products-menu .tabs__heading--1 a,
.tabs__heading--1 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--2 a,
.tabs__heading--2 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--4 a,
.tabs__heading--4 .menu .first-level .products-menu a,
.menu .first-level .products-menu .tabs__heading--5 a,
.tabs__heading--5 .menu .first-level .products-menu a,
.menu .first-level .products-menu .hero--cs .post-location,
.hero--cs .menu .first-level .products-menu .post-location,
.menu .first-level .products-menu .hero--cs .post-date,
.hero--cs .menu .first-level .products-menu .post-date,
.menu .first-level .products-menu .hero--cs .post-upcoming,
.hero--cs .menu .first-level .products-menu .post-upcoming {
  text-transform: none;
}
.menu .first-level .products-menu .menu-features {
  background: #efffff;
}
.menu .first-level .products-menu .menu-features li {
  margin: 0;
}
.menu .first-level .products-menu .menu-features li p {
  margin-bottom: 0;
}
.menu .first-level .products-menu .grey-background {
  background: #f3f3f3;
  text-align: left;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level .solutions-menu {
    width: 700px;
  }
}
.menu .first-level .solutions-menu .menu-cta {
  padding: 1.5rem;
  background: #086472;
  text-align: center;
  font-size: 120%;
}
.menu .first-level .solutions-menu .menu-cta a,
.menu .first-level .solutions-menu .menu-cta p {
  color: #fff;
}
.menu .first-level .company-menu {
  width: 600px;
  left: 0;
  height: 705px;
  margin-left: -11rem;
}
.menu .first-level .company-menu img {
  border-radius: none;
}
.menu .first-level .company-menu h4, .menu .first-level .company-menu .single-format-standard .post-content h1, .single-format-standard .post-content .menu .first-level .company-menu h1,
.menu .first-level .company-menu .single-format-standard .post-content h2,
.single-format-standard .post-content .menu .first-level .company-menu h2,
.menu .first-level .company-menu .single-format-standard .post-content h3,
.single-format-standard .post-content .menu .first-level .company-menu h3,
.menu .first-level .company-menu .single-format-standard .post-content h5,
.menu .first-level .company-menu .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .menu .first-level .company-menu .single-format-standard .post-content .post-location,
.menu .first-level .company-menu .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .menu .first-level .company-menu .single-format-standard .post-content .post-date,
.menu .first-level .company-menu .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .menu .first-level .company-menu .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .menu .first-level .company-menu h5,
.single-format-standard .post-content .menu .first-level .company-menu .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .menu .first-level .company-menu .post-location,
.single-format-standard .post-content .menu .first-level .company-menu .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .menu .first-level .company-menu .post-date,
.single-format-standard .post-content .menu .first-level .company-menu .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .menu .first-level .company-menu .post-upcoming,
.menu .first-level .company-menu .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .menu .first-level .company-menu a,
.menu .first-level .company-menu .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .menu .first-level .company-menu a,
.menu .first-level .company-menu .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .menu .first-level .company-menu a,
.menu .first-level .company-menu .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .menu .first-level .company-menu a,
.menu .first-level .company-menu .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .menu .first-level .company-menu a,
.menu .first-level .company-menu .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .menu .first-level .company-menu a,
.menu .first-level .company-menu .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .menu .first-level .company-menu a,
.menu .first-level .company-menu .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .menu .first-level .company-menu a,
.menu .first-level .company-menu .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .menu .first-level .company-menu .post-location,
.menu .first-level .company-menu .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .menu .first-level .company-menu .post-location,
.menu .first-level .company-menu .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .menu .first-level .company-menu .post-date,
.menu .first-level .company-menu .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .menu .first-level .company-menu .post-date,
.menu .first-level .company-menu .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .menu .first-level .company-menu .post-upcoming,
.menu .first-level .company-menu .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .menu .first-level .company-menu .post-upcoming,
.menu .first-level .company-menu .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .menu .first-level .company-menu li,
.menu .first-level .company-menu .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .menu .first-level .company-menu li,
.menu .first-level .company-menu .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .menu .first-level .company-menu p,
.menu .first-level .company-menu .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .menu .first-level .company-menu p,
.menu .first-level .company-menu .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .menu .first-level .company-menu .heading,
.menu .first-level .company-menu .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .menu .first-level .company-menu .heading,
.menu .first-level .company-menu .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .menu .first-level .company-menu .h5,
.menu .first-level .company-menu .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .menu .first-level .company-menu .h5,
.menu .first-level .company-menu .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .menu .first-level .company-menu .heading,
.menu .first-level .company-menu .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .menu .first-level .company-menu .heading,
.menu .first-level .company-menu .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .menu .first-level .company-menu span,
.menu .first-level .company-menu .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .menu .first-level .company-menu span, .menu .first-level .company-menu .pa thead tr, .pa thead .menu .first-level .company-menu tr, .menu .first-level .company-menu .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .menu .first-level .company-menu blockquote, .menu .first-level .company-menu .blog-feed-embed .srr-title, .blog-feed-embed .menu .first-level .company-menu .srr-title, .menu .first-level .company-menu .srr-wrap .srr-title, .srr-wrap .menu .first-level .company-menu .srr-title, .menu .first-level .company-menu .tabs__heading--7 .tabs__item, .tabs__heading--7 .menu .first-level .company-menu .tabs__item, .menu .first-level .company-menu .hero--blog__content ol a, .hero--blog__content ol .menu .first-level .company-menu a {
  text-transform: inherit;
}
.menu .first-level .company-menu h5, .menu .first-level .company-menu .events-posts article .post-location, .events-posts article .menu .first-level .company-menu .post-location,
.menu .first-level .company-menu .events-posts article .post-date,
.events-posts article .menu .first-level .company-menu .post-date,
.menu .first-level .company-menu .events-posts article .post-upcoming,
.events-posts article .menu .first-level .company-menu .post-upcoming, .menu .first-level .company-menu .single-case_study .highlights span, .single-case_study .highlights .menu .first-level .company-menu span, .menu .first-level .company-menu .accordion-basic .heading, .accordion-basic .menu .first-level .company-menu .heading, .menu .first-level .company-menu .spine-heading .h5, .spine-heading .menu .first-level .company-menu .h5, .menu .first-level .company-menu .slidorion .accordion .heading, .slidorion .accordion .menu .first-level .company-menu .heading, .menu .first-level .company-menu .institutions-logos p, .institutions-logos .menu .first-level .company-menu p, .menu .first-level .company-menu .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .menu .first-level .company-menu li, .menu .first-level .company-menu .tabs__heading--1 a, .tabs__heading--1 .menu .first-level .company-menu a, .menu .first-level .company-menu .tabs__heading--2 a, .tabs__heading--2 .menu .first-level .company-menu a, .menu .first-level .company-menu .tabs__heading--4 a, .tabs__heading--4 .menu .first-level .company-menu a, .menu .first-level .company-menu .tabs__heading--5 a, .tabs__heading--5 .menu .first-level .company-menu a, .menu .first-level .company-menu .hero--cs .post-location, .hero--cs .menu .first-level .company-menu .post-location,
.menu .first-level .company-menu .hero--cs .post-date,
.hero--cs .menu .first-level .company-menu .post-date,
.menu .first-level .company-menu .hero--cs .post-upcoming,
.hero--cs .menu .first-level .company-menu .post-upcoming {
  color: #086472;
}
.menu .first-level .company-menu .button--underline, .menu .first-level .company-menu .button--underline--secondary,
.menu .first-level .company-menu .button--underline--white {
  font-size: 70%;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.menu .first-level .company-menu .col-md-6,
.menu .first-level .company-menu .col-md-7 {
  padding: 0;
}
.menu .first-level .company-menu .menu-features {
  background: #efffff;
  padding: 1.5rem;
}
.menu .first-level .company-menu .menu-features p {
  margin-bottom: 0;
}
.menu .first-level .company-menu .tabs__heading {
  width: 44%;
}
.menu .first-level .company-menu .tabs__container {
  width: 56%;
}
.menu .first-level .company-menu .tabs__content {
  flex-direction: column;
  text-align: left;
  padding: 2rem;
  background: #efffff;
  justify-content: flex-start;
}
.menu .first-level .company-menu .tabs__content .button--underline, .menu .first-level .company-menu .tabs__content .button--underline--white, .menu .first-level .company-menu .tabs__content .button--underline--secondary {
  margin-left: 0;
}
.menu .first-level .company-menu #company_profile h5, .menu .first-level .company-menu #company_profile .events-posts article .post-location, .events-posts article .menu .first-level .company-menu #company_profile .post-location,
.menu .first-level .company-menu #company_profile .events-posts article .post-date,
.events-posts article .menu .first-level .company-menu #company_profile .post-date,
.menu .first-level .company-menu #company_profile .events-posts article .post-upcoming,
.events-posts article .menu .first-level .company-menu #company_profile .post-upcoming, .menu .first-level .company-menu #company_profile .single-case_study .highlights span, .single-case_study .highlights .menu .first-level .company-menu #company_profile span, .menu .first-level .company-menu #company_profile .accordion-basic .heading, .accordion-basic .menu .first-level .company-menu #company_profile .heading, .menu .first-level .company-menu #company_profile .spine-heading .h5, .spine-heading .menu .first-level .company-menu #company_profile .h5, .menu .first-level .company-menu #company_profile .slidorion .accordion .heading, .slidorion .accordion .menu .first-level .company-menu #company_profile .heading, .menu .first-level .company-menu #company_profile .institutions-logos p, .institutions-logos .menu .first-level .company-menu #company_profile p, .menu .first-level .company-menu #company_profile .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .menu .first-level .company-menu #company_profile li, .menu .first-level .company-menu #company_profile .tabs__heading--1 a, .tabs__heading--1 .menu .first-level .company-menu #company_profile a, .menu .first-level .company-menu #company_profile .tabs__heading--2 a, .tabs__heading--2 .menu .first-level .company-menu #company_profile a, .menu .first-level .company-menu #company_profile .tabs__heading--4 a, .tabs__heading--4 .menu .first-level .company-menu #company_profile a, .menu .first-level .company-menu #company_profile .tabs__heading--5 a, .tabs__heading--5 .menu .first-level .company-menu #company_profile a, .menu .first-level .company-menu #company_profile .hero--cs .post-location, .hero--cs .menu .first-level .company-menu #company_profile .post-location,
.menu .first-level .company-menu #company_profile .hero--cs .post-date,
.hero--cs .menu .first-level .company-menu #company_profile .post-date,
.menu .first-level .company-menu #company_profile .hero--cs .post-upcoming,
.hero--cs .menu .first-level .company-menu #company_profile .post-upcoming {
  margin-top: 2.5rem;
}
.menu .first-level .company-menu #company_profile .menu-location {
  background: #fff;
  padding: 6px;
  font-size: 80%;
  font-weight: 700;
  padding-left: 2rem;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.menu .first-level .company-menu #company_profile .menu-location:after {
  content: " ";
  background: url(http://www.yuja.com/wp-content/uploads/pin.png);
  width: 14px;
  height: 20px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6px;
  margin-left: 0.5rem;
  padding: 7px;
}
.menu .first-level .company-menu #blog {
  text-align: left;
  padding: 1.5rem;
  font-size: 90%;
}
.menu .first-level .company-menu #blog .button--underline, .menu .first-level .company-menu #blog .button--underline--white, .menu .first-level .company-menu #blog .button--underline--secondary {
  margin-left: 0;
}
.menu .first-level .company-menu #blog ol {
  padding: 0;
}
.menu .first-level .company-menu #blog ol li {
  position: relative;
  min-height: 100px;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 74px;
}
.menu .first-level .company-menu #blog ol li a {
  color: #424446;
  font-size: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: -20px;
  padding-top: 14px;
}
.menu .first-level .company-menu #blog ol .post-thumbnail {
  width: 60px;
  height: 60px;
  margin-left: -74px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .first-level .company-menu #blog ol .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.menu .first-level .company-menu #customer-videos {
  text-align: left;
  justify-content: center;
}
.menu .first-level .company-menu #customer-videos ol {
  padding: 0;
}
.menu .first-level .company-menu #customer-videos ol li {
  position: relative;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
}
.menu .first-level .company-menu #customer-videos h5, .menu .first-level .company-menu #customer-videos .events-posts article .post-location, .events-posts article .menu .first-level .company-menu #customer-videos .post-location,
.menu .first-level .company-menu #customer-videos .events-posts article .post-date,
.events-posts article .menu .first-level .company-menu #customer-videos .post-date,
.menu .first-level .company-menu #customer-videos .events-posts article .post-upcoming,
.events-posts article .menu .first-level .company-menu #customer-videos .post-upcoming, .menu .first-level .company-menu #customer-videos .single-case_study .highlights span, .single-case_study .highlights .menu .first-level .company-menu #customer-videos span, .menu .first-level .company-menu #customer-videos .accordion-basic .heading, .accordion-basic .menu .first-level .company-menu #customer-videos .heading, .menu .first-level .company-menu #customer-videos .spine-heading .h5, .spine-heading .menu .first-level .company-menu #customer-videos .h5, .menu .first-level .company-menu #customer-videos .slidorion .accordion .heading, .slidorion .accordion .menu .first-level .company-menu #customer-videos .heading, .menu .first-level .company-menu #customer-videos .institutions-logos p, .institutions-logos .menu .first-level .company-menu #customer-videos p, .menu .first-level .company-menu #customer-videos .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .menu .first-level .company-menu #customer-videos li, .menu .first-level .company-menu #customer-videos .tabs__heading--1 a, .tabs__heading--1 .menu .first-level .company-menu #customer-videos a, .menu .first-level .company-menu #customer-videos .tabs__heading--2 a, .tabs__heading--2 .menu .first-level .company-menu #customer-videos a, .menu .first-level .company-menu #customer-videos .tabs__heading--4 a, .tabs__heading--4 .menu .first-level .company-menu #customer-videos a, .menu .first-level .company-menu #customer-videos .tabs__heading--5 a, .tabs__heading--5 .menu .first-level .company-menu #customer-videos a, .menu .first-level .company-menu #customer-videos .hero--cs .post-location, .hero--cs .menu .first-level .company-menu #customer-videos .post-location,
.menu .first-level .company-menu #customer-videos .hero--cs .post-date,
.hero--cs .menu .first-level .company-menu #customer-videos .post-date,
.menu .first-level .company-menu #customer-videos .hero--cs .post-upcoming,
.hero--cs .menu .first-level .company-menu #customer-videos .post-upcoming {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}
.menu .first-level .company-menu #customer-videos a {
  color: #462872;
}
.menu .first-level .company-menu #migration_technology {
  align-items: center;
  justify-content: start;
}
.menu .first-level .company-menu #migration_technology .button--underline, .menu .first-level .company-menu #migration_technology .button--underline--white, .menu .first-level .company-menu #migration_technology .button--underline--secondary {
  margin-left: 0;
}
.menu .first-level .company-menu #migration_technology h4, .menu .first-level .company-menu #migration_technology .single-format-standard .post-content h1, .single-format-standard .post-content .menu .first-level .company-menu #migration_technology h1,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content h2,
.single-format-standard .post-content .menu .first-level .company-menu #migration_technology h2,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content h3,
.single-format-standard .post-content .menu .first-level .company-menu #migration_technology h3,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content h5,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .menu .first-level .company-menu #migration_technology .single-format-standard .post-content .post-location,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .menu .first-level .company-menu #migration_technology .single-format-standard .post-content .post-date,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .menu .first-level .company-menu #migration_technology .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .menu .first-level .company-menu #migration_technology h5,
.single-format-standard .post-content .menu .first-level .company-menu #migration_technology .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .post-location,
.single-format-standard .post-content .menu .first-level .company-menu #migration_technology .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .post-date,
.single-format-standard .post-content .menu .first-level .company-menu #migration_technology .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .post-upcoming,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .menu .first-level .company-menu #migration_technology a,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .menu .first-level .company-menu #migration_technology .post-location,
.menu .first-level .company-menu #migration_technology .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .post-location,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .menu .first-level .company-menu #migration_technology .post-date,
.menu .first-level .company-menu #migration_technology .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .post-date,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .menu .first-level .company-menu #migration_technology .post-upcoming,
.menu .first-level .company-menu #migration_technology .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .post-upcoming,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .menu .first-level .company-menu #migration_technology li,
.menu .first-level .company-menu #migration_technology .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .menu .first-level .company-menu #migration_technology li,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .menu .first-level .company-menu #migration_technology p,
.menu .first-level .company-menu #migration_technology .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .menu .first-level .company-menu #migration_technology p,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .menu .first-level .company-menu #migration_technology .heading,
.menu .first-level .company-menu #migration_technology .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .heading,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .menu .first-level .company-menu #migration_technology .h5,
.menu .first-level .company-menu #migration_technology .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .h5,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .menu .first-level .company-menu #migration_technology .heading,
.menu .first-level .company-menu #migration_technology .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .menu .first-level .company-menu #migration_technology .heading,
.menu .first-level .company-menu #migration_technology .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .menu .first-level .company-menu #migration_technology span,
.menu .first-level .company-menu #migration_technology .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .menu .first-level .company-menu #migration_technology span, .menu .first-level .company-menu #migration_technology .pa thead tr, .pa thead .menu .first-level .company-menu #migration_technology tr, .menu .first-level .company-menu #migration_technology .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .menu .first-level .company-menu #migration_technology blockquote, .menu .first-level .company-menu #migration_technology .blog-feed-embed .srr-title, .blog-feed-embed .menu .first-level .company-menu #migration_technology .srr-title, .menu .first-level .company-menu #migration_technology .srr-wrap .srr-title, .srr-wrap .menu .first-level .company-menu #migration_technology .srr-title, .menu .first-level .company-menu #migration_technology .tabs__heading--7 .tabs__item, .tabs__heading--7 .menu .first-level .company-menu #migration_technology .tabs__item, .menu .first-level .company-menu #migration_technology .hero--blog__content ol a, .hero--blog__content ol .menu .first-level .company-menu #migration_technology a {
  margin-top: 1.5rem;
}
.menu .first-level .company-menu #migration_technology .menu-technology {
  margin-bottom: 0.5rem;
  padding-left: 110px;
  height: 80px;
  width: 100%;
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 70%;
  font-weight: 700;
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.menu .first-level .company-menu #migration_technology .menu-technology .cover {
  background: #fff;
  width: 90px;
  margin-left: 10px;
  position: absolute;
  left: 0;
}
.menu .first-level .company-menu #media_gallery span {
  white-space: nowrap;
}
.menu .first-level .company-menu #onboarding span {
  white-space: nowrap;
}
.menu .first-level .company-menu #support_team span {
  white-space: nowrap;
}
.menu .first-level .button--outline, .menu .first-level .button--outline--white {
  margin-top: 3px;
  margin-left: 10px;
  padding: 1em;
  line-height: 1;
  border-color: #fff;
  cursor: pointer;
}
.menu .first-level .button--outline:hover, .menu .first-level .button--outline--white:hover {
  background: #462872;
  opacity: 1;
  border-color: #462872;
}
.menu .second-level {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.menu .second-level.active {
  display: flex;
}
.menu .second-level li {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 190px;
}
.menu .second-level li.margin-bottom {
  margin-bottom: 1.5rem;
}
.menu .second-level li.margin-bottom a {
  border-bottom: 0 !important;
}
.menu .nav-mobile {
  display: none;
  position: relative;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .menu .nav-mobile {
    display: block;
  }
  .menu .first-level {
    overflow-y: scroll;
  }
  .menu nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  .menu nav ul li {
    float: none;
  }
  .menu nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  .menu nav ul li a:hover::before {
    width: 20%;
  }
  .menu nav ul li ul li a {
    padding-left: 30px;
  }
  .menu .first-level {
    display: none;
    height: 100vh;
    width: 100%;
    top: 70px;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .menu .first-level &gt; li {
    float: none;
  }
  .menu .second-level {
    position: static;
  }
  .menu .second-level.active {
    display: block !important;
  }
  .menu .first-level .tabs__heading,
  .menu .first-level .tabs__container,
  .menu .first-level .col-md-6,
  .menu .first-level .col-md-8,
  .menu .first-level .col-md-4 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .menu .first-level .active.tabs__content,
  .menu .first-level .grey-background {
    display: block;
  }
  .menu .first-level .menu-post {
    display: none;
  }
  .menu#secondary-menu {
    display: none !important;
  }
}
.menu #nav-toggle {
  width: 30px;
  height: 24px;
  z-index: 10;
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu #nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu #nav-toggle span :nth-child(1) {
  top: 0px;
}
.menu #nav-toggle span:nth-child(2) {
  top: 10px;
}
.menu #nav-toggle span:nth-child(3) {
  top: 20px;
}
.menu #nav-toggle.active span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.menu #nav-toggle.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu #nav-toggle.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}
.menu .menu-number {
  position: relative;
  background: #462872;
  border-radius: 5px;
  padding: 3px 5px 0px 32px !important;
  margin-right: 20px;
  color: #fff !important;
  font-size: 0.85em;
  border: 1px solid transparent;
}
.menu .menu-number:hover {
  opacity: 1 !important;
  border: 1px solid #086472;
}
.menu .menu-number:before {
  content: "24/7 Total User Support at ";
  color: #fff !important;
  font-weight: 400;
  opacity: 0.9;
  top: 0;
  right: 0;
  padding-right: 5px;
  text-align: right;
  line-height: 1;
  width: 200px;
  text-transform: none;
  margin-top: 7px;
}
.menu .menu-number:after {
  width: 16px;
  height: 16px;
  content: " ";
  background: url("http://www.yuja.com/wp-content/uploads/phone-yuja-1.svg");
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 8px;
}
.menu .is-form-style {
  margin-top: 0;
}
.menu .is-form-style input.is-search-input {
  border: none !important;
  background: transparent;
  background-image: none !important;
  width: 1px;
  padding: 0;
}
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:hover input[type=search],
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:focus input[type=search],
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969 input[type=search]:focus {
  background: #fff;
  border: 1px solid #ccc;
  width: 12em;
  margin-right: -40px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 10px;
  padding-right: 3em;
}
.menu .is-form-style input.is-search-submit,
.menu .is-search-icon {
  background: transparent;
  border: none;
}
.menu .is-form-style .is-search-submit path {
  fill: #fff;
}
.menu .is-search-icon:hover {
  background: transparent;
}
.menu .is-search-icon:hover path,
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969 input[type=search]:focus path,
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:hover path,
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:focus-within path,
.menu form.is-search-form.is-form-style.is-form-style-3.is-form-id-7969:active path {
  fill: #424446;
  cursor: inherit;
}
.menu#primary-menu {
  flex: 0 0 100%;
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
}
@media only screen and (min-width: 1023px) {
  .menu#primary-menu .first-level {
    display: flex;
    width: inherit;
  }
}
.menu#primary-menu .first-level &gt; li {
  position: initial;
}
@media only screen and (min-width: 1023px) {
  .menu#primary-menu .first-level &gt; li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1480px) {
  .menu#primary-menu .first-level &gt; li:not(:last-child) {
    margin-right: 2rem;
  }
}
.menu#primary-menu .first-level &gt; li:last-child {
  margin-left: auto;
}
.menu#secondary-menu {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  padding-bottom: 0rem;
}
.menu#secondary-menu .first-level {
  margin-left: auto;
  display: flex;
  width: inherit;
  align-items: center;
}
.menu#secondary-menu .first-level &gt; li &gt; a {
  font-size: 0.6em;
  padding: 1em 0.5em;
}
@media only screen and (min-width: 1023px) {
  .menu#secondary-menu .first-level &gt; li &gt; a {
    font-size: 0.8em;
    padding: 0.7em 0.7em;
  }
}
@media only screen and (min-width: 1260px) {
  .menu#secondary-menu .first-level &gt; li &gt; a {
    font-size: 1em;
  }
}
.menu#secondary-menu .first-level &gt; li:nth-child(2) {
  margin-left: auto;
}
.menu#secondary-menu a.button.sales-modal, .menu#secondary-menu body a.sales-modal.skip-to-main, body .menu#secondary-menu a.sales-modal.skip-to-main, .menu#secondary-menu a.sales-modal.button--secondary, .menu#secondary-menu a.sales-modal.button--outline, .menu#secondary-menu a.sales-modal.button--outline--white, .menu#secondary-menu a.sales-modal.button--underline, .menu#secondary-menu a.sales-modal.button--underline--white, .menu#secondary-menu a.sales-modal.button--underline--secondary, .menu#secondary-menu a.sales-modal.button--white, .menu#secondary-menu a.sales-modal.button--black, .menu#secondary-menu a.sales-modal.button--blue-gradient, .menu#secondary-menu a.sales-modal.button--orange-gradient {
  margin-left: 15px;
  padding: 0.22em 1em !important;
  margin-top: -2px;
}
.menu#secondary-menu a.button.sales-modal:hover, .menu#secondary-menu body a.sales-modal.skip-to-main:hover, body .menu#secondary-menu a.sales-modal.skip-to-main:hover, .menu#secondary-menu a.sales-modal.button--secondary:hover, .menu#secondary-menu a.sales-modal.button--outline:hover, .menu#secondary-menu a.sales-modal.button--outline--white:hover, .menu#secondary-menu a.sales-modal.button--underline:hover, .menu#secondary-menu a.sales-modal.button--underline--white:hover, .menu#secondary-menu a.sales-modal.button--underline--secondary:hover, .menu#secondary-menu a.sales-modal.button--white:hover, .menu#secondary-menu a.sales-modal.button--black:hover, .menu#secondary-menu a.sales-modal.button--blue-gradient:hover, .menu#secondary-menu a.sales-modal.button--orange-gradient:hover {
  opacity: 1;
}

.page-template-dark-header .menu .first-level &gt; li &gt; a,
.page-template-v3 .menu .first-level &gt; li &gt; a,
.page-template-case-studies .menu .first-level &gt; li &gt; a,
.page-template-news .menu .first-level &gt; li &gt; a,
.single-case_study .menu .first-level &gt; li &gt; a,
.page-template-events .menu .first-level &gt; li &gt; a,
.page-template-header-embed .first-level &gt; li &gt; a {
  color: #424446;
}
@media only screen and (max-width: 1023px) {
  .page-template-dark-header .menu .first-level &gt; li &gt; a,
  .page-template-v3 .menu .first-level &gt; li &gt; a,
  .page-template-case-studies .menu .first-level &gt; li &gt; a,
  .page-template-news .menu .first-level &gt; li &gt; a,
  .single-case_study .menu .first-level &gt; li &gt; a,
  .page-template-events .menu .first-level &gt; li &gt; a,
  .page-template-header-embed .first-level &gt; li &gt; a {
    color: #fff;
  }
}
.page-template-dark-header .menu .first-level &gt; li &gt; a:not(:only-child):after,
.page-template-v3 .menu .first-level &gt; li &gt; a:not(:only-child):after,
.page-template-case-studies .menu .first-level &gt; li &gt; a:not(:only-child):after,
.page-template-news .menu .first-level &gt; li &gt; a:not(:only-child):after,
.single-case_study .menu .first-level &gt; li &gt; a:not(:only-child):after,
.page-template-events .menu .first-level &gt; li &gt; a:not(:only-child):after,
.page-template-header-embed .first-level &gt; li &gt; a:not(:only-child):after {
  filter: invert(0);
}
@media only screen and (max-width: 1023px) {
  .page-template-dark-header .menu .first-level &gt; li &gt; a:not(:only-child):after,
  .page-template-v3 .menu .first-level &gt; li &gt; a:not(:only-child):after,
  .page-template-case-studies .menu .first-level &gt; li &gt; a:not(:only-child):after,
  .page-template-news .menu .first-level &gt; li &gt; a:not(:only-child):after,
  .single-case_study .menu .first-level &gt; li &gt; a:not(:only-child):after,
  .page-template-events .menu .first-level &gt; li &gt; a:not(:only-child):after,
  .page-template-header-embed .first-level &gt; li &gt; a:not(:only-child):after {
    filter: invert(100%);
  }
}
.page-template-dark-header .menu .first-level .menu-number:before,
.page-template-v3 .menu .first-level .menu-number:before,
.page-template-case-studies .menu .first-level .menu-number:before,
.page-template-news .menu .first-level .menu-number:before,
.single-case_study .menu .first-level .menu-number:before,
.page-template-events .menu .first-level .menu-number:before,
.page-template-header-embed .first-level .menu-number:before {
  color: #424446;
}
.page-template-dark-header .menu .first-level .button.sales-modal, .page-template-dark-header .menu .first-level body .sales-modal.skip-to-main, body .page-template-dark-header .menu .first-level .sales-modal.skip-to-main, .page-template-dark-header .menu .first-level .sales-modal.button--secondary, .page-template-dark-header .menu .first-level .sales-modal.button--outline, .page-template-dark-header .menu .first-level .sales-modal.button--outline--white, .page-template-dark-header .menu .first-level .sales-modal.button--underline, .page-template-dark-header .menu .first-level .sales-modal.button--underline--white, .page-template-dark-header .menu .first-level .sales-modal.button--underline--secondary, .page-template-dark-header .menu .first-level .sales-modal.button--white, .page-template-dark-header .menu .first-level .sales-modal.button--black, .page-template-dark-header .menu .first-level .sales-modal.button--blue-gradient, .page-template-dark-header .menu .first-level .sales-modal.button--orange-gradient,
.page-template-v3 .menu .first-level .button.sales-modal,
.page-template-v3 .menu .first-level body .sales-modal.skip-to-main,
body .page-template-v3 .menu .first-level .sales-modal.skip-to-main,
.page-template-v3 .menu .first-level .sales-modal.button--secondary,
.page-template-v3 .menu .first-level .sales-modal.button--outline,
.page-template-v3 .menu .first-level .sales-modal.button--outline--white,
.page-template-v3 .menu .first-level .sales-modal.button--underline,
.page-template-v3 .menu .first-level .sales-modal.button--underline--white,
.page-template-v3 .menu .first-level .sales-modal.button--underline--secondary,
.page-template-v3 .menu .first-level .sales-modal.button--white,
.page-template-v3 .menu .first-level .sales-modal.button--black,
.page-template-v3 .menu .first-level .sales-modal.button--blue-gradient,
.page-template-v3 .menu .first-level .sales-modal.button--orange-gradient,
.page-template-case-studies .menu .first-level .button.sales-modal,
.page-template-case-studies .menu .first-level body .sales-modal.skip-to-main,
body .page-template-case-studies .menu .first-level .sales-modal.skip-to-main,
.page-template-case-studies .menu .first-level .sales-modal.button--secondary,
.page-template-case-studies .menu .first-level .sales-modal.button--outline,
.page-template-case-studies .menu .first-level .sales-modal.button--outline--white,
.page-template-case-studies .menu .first-level .sales-modal.button--underline,
.page-template-case-studies .menu .first-level .sales-modal.button--underline--white,
.page-template-case-studies .menu .first-level .sales-modal.button--underline--secondary,
.page-template-case-studies .menu .first-level .sales-modal.button--white,
.page-template-case-studies .menu .first-level .sales-modal.button--black,
.page-template-case-studies .menu .first-level .sales-modal.button--blue-gradient,
.page-template-case-studies .menu .first-level .sales-modal.button--orange-gradient,
.page-template-news .menu .first-level .button.sales-modal,
.page-template-news .menu .first-level body .sales-modal.skip-to-main,
body .page-template-news .menu .first-level .sales-modal.skip-to-main,
.page-template-news .menu .first-level .sales-modal.button--secondary,
.page-template-news .menu .first-level .sales-modal.button--outline,
.page-template-news .menu .first-level .sales-modal.button--outline--white,
.page-template-news .menu .first-level .sales-modal.button--underline,
.page-template-news .menu .first-level .sales-modal.button--underline--white,
.page-template-news .menu .first-level .sales-modal.button--underline--secondary,
.page-template-news .menu .first-level .sales-modal.button--white,
.page-template-news .menu .first-level .sales-modal.button--black,
.page-template-news .menu .first-level .sales-modal.button--blue-gradient,
.page-template-news .menu .first-level .sales-modal.button--orange-gradient,
.single-case_study .menu .first-level .button.sales-modal,
.single-case_study .menu .first-level body .sales-modal.skip-to-main,
body .single-case_study .menu .first-level .sales-modal.skip-to-main,
.single-case_study .menu .first-level .sales-modal.button--secondary,
.single-case_study .menu .first-level .sales-modal.button--outline,
.single-case_study .menu .first-level .sales-modal.button--outline--white,
.single-case_study .menu .first-level .sales-modal.button--underline,
.single-case_study .menu .first-level .sales-modal.button--underline--white,
.single-case_study .menu .first-level .sales-modal.button--underline--secondary,
.single-case_study .menu .first-level .sales-modal.button--white,
.single-case_study .menu .first-level .sales-modal.button--black,
.single-case_study .menu .first-level .sales-modal.button--blue-gradient,
.single-case_study .menu .first-level .sales-modal.button--orange-gradient,
.page-template-events .menu .first-level .button.sales-modal,
.page-template-events .menu .first-level body .sales-modal.skip-to-main,
body .page-template-events .menu .first-level .sales-modal.skip-to-main,
.page-template-events .menu .first-level .sales-modal.button--secondary,
.page-template-events .menu .first-level .sales-modal.button--outline,
.page-template-events .menu .first-level .sales-modal.button--outline--white,
.page-template-events .menu .first-level .sales-modal.button--underline,
.page-template-events .menu .first-level .sales-modal.button--underline--white,
.page-template-events .menu .first-level .sales-modal.button--underline--secondary,
.page-template-events .menu .first-level .sales-modal.button--white,
.page-template-events .menu .first-level .sales-modal.button--black,
.page-template-events .menu .first-level .sales-modal.button--blue-gradient,
.page-template-events .menu .first-level .sales-modal.button--orange-gradient,
.page-template-header-embed .first-level .button.sales-modal,
.page-template-header-embed .first-level body .sales-modal.skip-to-main,
body .page-template-header-embed .first-level .sales-modal.skip-to-main,
.page-template-header-embed .first-level .sales-modal.button--secondary,
.page-template-header-embed .first-level .sales-modal.button--outline,
.page-template-header-embed .first-level .sales-modal.button--outline--white,
.page-template-header-embed .first-level .sales-modal.button--underline,
.page-template-header-embed .first-level .sales-modal.button--underline--white,
.page-template-header-embed .first-level .sales-modal.button--underline--secondary,
.page-template-header-embed .first-level .sales-modal.button--white,
.page-template-header-embed .first-level .sales-modal.button--black,
.page-template-header-embed .first-level .sales-modal.button--blue-gradient,
.page-template-header-embed .first-level .sales-modal.button--orange-gradient {
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.page-template-dark-header .menu .first-level .is-form-style .is-search-submit path,
.page-template-v3 .menu .first-level .is-form-style .is-search-submit path,
.page-template-case-studies .menu .first-level .is-form-style .is-search-submit path,
.page-template-news .menu .first-level .is-form-style .is-search-submit path,
.single-case_study .menu .first-level .is-form-style .is-search-submit path,
.page-template-events .menu .first-level .is-form-style .is-search-submit path,
.page-template-header-embed .first-level .is-form-style .is-search-submit path {
  fill: #424446;
}
@media only screen and (max-width: 1023px) {
  .page-template-dark-header .menu .first-level .is-form-style .is-search-submit path,
  .page-template-v3 .menu .first-level .is-form-style .is-search-submit path,
  .page-template-case-studies .menu .first-level .is-form-style .is-search-submit path,
  .page-template-news .menu .first-level .is-form-style .is-search-submit path,
  .single-case_study .menu .first-level .is-form-style .is-search-submit path,
  .page-template-events .menu .first-level .is-form-style .is-search-submit path,
  .page-template-header-embed .first-level .is-form-style .is-search-submit path {
    fill: #fff;
  }
}
.page-template-dark-header .menu #nav-toggle,
.page-template-v3 .menu #nav-toggle,
.page-template-case-studies .menu #nav-toggle,
.page-template-news .menu #nav-toggle,
.single-case_study .menu #nav-toggle,
.page-template-events .menu #nav-toggle,
.page-template-header-embed #nav-toggle {
  filter: invert(100%);
}
.menu #digital-accessibility .menu-items li a,
.menu #test-proctoring .menu-items li a,
.menu #enterprise-archiving .menu-items li a {
  align-items: start;
}

.menu .first-level .menu-items.col-lg-12 &gt; .menu-title a {
  border: none;
}

.menu .first-level .menu-items.col-lg-12 &gt; .menu-title {
  background: #ecf2f2;
  padding: 20px;
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}

.menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title body .skip-to-main, body .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .skip-to-main, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--secondary, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--outline, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--outline--white, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--underline, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--underline--white, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--underline--secondary, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--white, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--black, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--blue-gradient, .menu .first-level .menu-items.col-lg-12 &gt; .menu-title .button--orange-gradient {
  font-size: 80%;
  margin-top: 10px;
}

.page-template-default .menu-number {
  color: #462872 !important;
  background: #fff;
}
.page-template-default .menu-number:before {
  color: #462872 !important;
}
.page-template-default .menu-number:after {
  filter: invert(1);
}
.page-template-default .menu#secondary-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1260px) {
  .menu .first-level #digital-accessibility .menu-post {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.menu .first-level #digital-accessibility .menu-post li {
  text-align: left;
}
.menu .first-level #digital-accessibility .menu-post li a {
  margin-top: 0.7em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-weight: 700;
  font-size: 0.9em;
  color: #424446;
  display: flex;
  align-items: center;
  align-items: start;
  padding-top: 0.7em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.menu .first-level .case-studies-menu {
  margin-left: 10%;
  right: 0;
  width: 90%;
  max-width: 940px;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level .case-studies-menu {
    margin-left: 20%;
  }
}
.menu .first-level .case-studies-menu .button, .menu .first-level .case-studies-menu body .skip-to-main, body .menu .first-level .case-studies-menu .skip-to-main, .menu .first-level .case-studies-menu .button--secondary, .menu .first-level .case-studies-menu .button--outline, .menu .first-level .case-studies-menu .button--outline--white, .menu .first-level .case-studies-menu .button--underline, .menu .first-level .case-studies-menu .button--underline--white, .menu .first-level .case-studies-menu .button--underline--secondary, .menu .first-level .case-studies-menu .button--white, .menu .first-level .case-studies-menu .button--black, .menu .first-level .case-studies-menu .button--blue-gradient, .menu .first-level .case-studies-menu .button--orange-gradient {
  width: 100%;
}
.menu .first-level .case-studies-menu .tabs__heading {
  background: #efffff;
}
.menu .first-level .case-studies-menu .tabs__heading li a {
  display: block;
  padding-right: 45px;
}
.menu .first-level .case-studies-menu .tabs__heading li a:after {
  background: url(http://www.yuja.com/wp-content/uploads/arrow-s.svg);
  width: 26px;
  height: 26px;
  right: 0;
  content: " ";
  position: absolute;
  top: 0;
  background-size: cover;
  margin-top: 10px;
}
.menu .first-level .case-studies-menu .tabs__container {
  width: 100%;
}
.menu .first-level .case-studies-menu .row {
  margin-bottom: 1.5rem !important;
}
.menu .first-level .case-studies-menu .case-studies-posts .row {
  margin: 3rem auto;
}
.menu .first-level .case-studies-menu .case-studies-posts .row a {
  display: block;
}
.menu .first-level .case-studies-menu .case-studies-posts article {
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .menu .first-level .case-studies-menu .case-studies-posts article {
    padding: 1.5rem;
    height: 100%;
  }
}
.menu .first-level .case-studies-menu .case-studies-posts article:hover {
  background: #f7f8f9;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.menu .first-level .case-studies-menu .case-studies-posts .post-thumbnail {
  position: relative;
  max-height: 13em;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  margin: -3rem;
}
.menu .first-level .case-studies-menu .case-studies-posts .post-thumbnail img {
  height: 100%;
}
.menu .first-level .case-studies-menu .case-studies-posts .post-logo {
  background: #462872;
  position: relative;
  margin-top: 10px;
  z-index: 0;
  padding: 20px;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level .case-studies-menu .case-studies-posts .post-logo {
    margin-left: -1.5rem;
    width: 276px;
    height: 90px;
    padding: 0;
  }
}
.menu .first-level .case-studies-menu .case-studies-posts .post-logo a {
  display: block;
}
.menu .first-level .case-studies-menu .case-studies-posts .post-logo img {
  max-width: 100%;
  max-height: 40px;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 1023px) {
  .menu .first-level .case-studies-menu .case-studies-posts .post-logo img {
    max-width: 150px;
    max-height: 50px;
  }
}
.menu .first-level .case-studies-menu .case-studies-posts h3 {
  font-size: 110%;
  margin-bottom: 0;
  font-weight: 400;
}
.menu .first-level .case-studies-menu .case-studies-posts .post-date {
  font-size: 70%;
  opacity: 0.7;
  background: #fff;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.menu .first-level .case-studies-menu .case-studies-posts .stretched-link::after {
  z-index: 10;
}

.languages-nav {
  width: 140px;
}
.languages-nav .languages {
  width: 100%;
  background: #fafafa;
  overflow: hidden;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -17px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.languages-nav .languages a {
  color: #424446;
  font-size: 0.9em;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
  opacity: 0.8;
  padding: 7px;
  order: 2;
}
.languages-nav .languages a:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.languages-nav .languages a img {
  margin-right: 5px;
}
.languages-nav .languages:hover, .languages-nav .languages.dropdown-active {
  height: auto;
}
.languages-nav .languages:hover a, .languages-nav .languages.dropdown-active a {
  display: flex;
  align-items: center;
}
.languages-nav .languages:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.languages-nav .languages a.weglot-link--active {
  display: flex;
  align-items: center;
  order: 1;
  opacity: 1;
}
.languages-nav .languages:after {
  content: " ";
  width: 8px;
  height: 8px;
  background-image: url(https://www.yuja.com/wp-content/themes/yuja/img/arrow-down.svg);
  display: inline-block;
  margin-left: 0.5em;
  background-size: contain;
  right: 8px;
  top: 11px;
  position: absolute;
}
.languages-nav .icon-box--side-icon {
  height: auto;
}

.product-menu {
  background: transparent;
  border-top: 1px solid #e4e8eb;
  margin-top: 5rem;
  width: 100%;
  top: 0;
  z-index: 998;
  padding: 10px 1.5rem;
}
@media only screen and (min-width: 1140px) {
  .product-menu {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1023px) {
  .product-menu {
    position: absolute;
    display: flex;
    margin-top: 9rem;
    padding-left: 6rem;
  }
}
.product-menu h4, .product-menu .single-format-standard .post-content h1, .single-format-standard .post-content .product-menu h1,
.product-menu .single-format-standard .post-content h2,
.single-format-standard .post-content .product-menu h2,
.product-menu .single-format-standard .post-content h3,
.single-format-standard .post-content .product-menu h3,
.product-menu .single-format-standard .post-content h4,
.single-format-standard .post-content .product-menu h4,
.product-menu .single-format-standard .post-content h5,
.product-menu .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .product-menu .single-format-standard .post-content .post-location,
.product-menu .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .product-menu .single-format-standard .post-content .post-date,
.product-menu .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .product-menu .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .product-menu h5,
.single-format-standard .post-content .product-menu .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .product-menu .post-location,
.single-format-standard .post-content .product-menu .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .product-menu .post-date,
.single-format-standard .post-content .product-menu .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .product-menu .post-upcoming,
.product-menu .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .product-menu a,
.product-menu .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .product-menu a,
.product-menu .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .product-menu a,
.product-menu .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .product-menu a,
.product-menu .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .product-menu a,
.product-menu .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .product-menu a,
.product-menu .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .product-menu a,
.product-menu .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .product-menu a,
.product-menu .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .product-menu .post-location,
.product-menu .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .product-menu .post-location,
.product-menu .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .product-menu .post-date,
.product-menu .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .product-menu .post-date,
.product-menu .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .product-menu .post-upcoming,
.product-menu .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .product-menu .post-upcoming,
.product-menu .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .product-menu li,
.product-menu .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .product-menu li,
.product-menu .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .product-menu p,
.product-menu .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .product-menu p,
.product-menu .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .product-menu .heading,
.product-menu .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .product-menu .heading,
.product-menu .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .product-menu .h5,
.product-menu .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .product-menu .h5,
.product-menu .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .product-menu .heading,
.product-menu .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .product-menu .heading,
.product-menu .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .product-menu span,
.product-menu .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .product-menu span, .product-menu .pa thead tr, .pa thead .product-menu tr, .product-menu .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .product-menu blockquote, .product-menu .blog-feed-embed .srr-title, .blog-feed-embed .product-menu .srr-title, .product-menu .srr-wrap .srr-title, .srr-wrap .product-menu .srr-title, .product-menu .tabs__heading--7 .tabs__item, .tabs__heading--7 .product-menu .tabs__item, .product-menu .hero--blog__content ol a, .hero--blog__content ol .product-menu a {
  margin-bottom: 0;
  text-transform: none;
}
.product-menu a {
  color: #424446;
}
.product-menu .menu-description {
  display: block;
  color: #424446;
}
.product-menu a.menu-back-page {
  font-weight: 700;
  color: #462872;
  margin-top: 1rem;
}
.product-menu .first-level {
  display: block;
}
.product-menu .first-level a:not(:only-child):after {
  filter: invert(0%) !important;
}
@media only screen and (min-width: 1023px) {
  .product-menu .first-level {
    display: flex;
  }
  .product-menu .first-level a:not(:only-child):after {
    filter: invert(100%);
  }
}
.product-menu .second-level.active {
  position: fixed;
}
.product-menu nav {
  margin-left: 3rem;
}
.product-menu nav .first-level &gt; li &gt; a {
  padding-left: 2rem;
  padding-right: 2rem;
}
.product-menu nav .icon-box svg,
.product-menu nav .icon-box--side-icon svg,
.product-menu nav .icon-box img,
.product-menu nav .icon-box--side-icon img {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.product-menu .icon-box svg,
.product-menu .icon-box--side-icon svg,
.product-menu .icon-box img,
.product-menu .icon-box--side-icon img {
  margin-bottom: 0;
}
.product-menu .icon-box--side-icon .content {
  padding-left: 0.5rem;
}
.product-menu &gt; .icon-box--side-icon {
  padding: 0;
  width: 240px;
}
.product-menu &gt; .icon-box--side-icon .icon {
  width: 34px;
  height: 34px;
  transform: scale(0.9) !important;
}
.product-menu &gt; .icon-box--side-icon .content {
  margin-left: -30px;
  padding-left: 1.5rem;
  margin-top: 5px;
}

@media only screen and (max-width: 1023px) {
  .main__content .menu .first-level {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: auto;
    width: auto;
    position: relative;
  }
}
.main__content .menu .first-level &gt; li &gt; a {
  color: #424446;
}
.main__content .menu .second-level li {
  width: 290px;
  max-width: 100%;
}

.main__content .product-menu .icon-box--side-icon svg {
  transform: scale(1);
  margin-right: 0.5em;
}
.main__content .product-menu nav .icon-box--side-icon svg.icon {
  width: 54px;
  height: 54px;
  transform: scale(1.1);
  align-self: start;
}

.page-id-6098 .product-menu .addons .icon-box--side-icon .content,
.parent-pageid-6098 .product-menu .addons .icon-box--side-icon .content {
  padding-left: 1.5rem;
}

#primary-menu.scroll-to-fixed-fixed {
  left: 25px !important;
  padding: 0.5rem 1rem 0 1rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: all 0.2s ease;
}
.modal .exit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  cursor: pointer;
  background-color: #000;
  opacity: 0.8;
}
.modal-container {
  background-color: #fff;
  width: 100%;
  opacity: 0;
  transform: translate(0, 2em);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 95vh;
  z-index: 3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 767px) {
  .modal-container {
    height: auto;
    max-width: 700px;
    border-radius: 4px;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
  }
}
.modal-container .js-close-modal {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: 0;
  padding: 10px;
  margin: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  transition: color 0.2s ease-in-out;
  z-index: 999;
}
@media only screen and (min-width: 767px) {
  .modal-container .js-close-modal {
    top: 0.5em;
    right: 0.5em;
  }
}
.modal-container .js-close-modal:hover svg path {
  stroke: #462872;
}
.modal-container .js-back-modal {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  color: #462872;
  outline: 0;
  padding: 10px;
  margin: 0;
  font-size: 1.1em;
  line-height: 1;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 2.4em;
  left: 5%;
  transition: color 0.2s ease-in-out;
  z-index: 999;
}
@media only screen and (min-width: 767px) {
  .modal-container .js-back-modal {
    top: 2em;
    left: 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .modal-container .js-back-modal:hover {
    color: #086472;
  }
}
.modal--active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 1260px) {
  .modal--active {
    align-items: center;
  }
}
@media only screen and (min-height: 950px) {
  .modal--active {
    display: flex;
  }
}
.modal--active .modal-container {
  opacity: 1;
  transform: translate(0, 0);
}
.modal-content {
  transform: translate(2em, 0);
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: none;
  overflow-y: auto;
}
.modal-content &gt; div {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.modal-content.last {
  transform: translate(2em, 0);
}
.modal-content.active {
  transform: translate(0, 0);
  padding: 2em 5% 5em 5%;
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  z-index: 9;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3em;
}
@media only screen and (min-width: 767px) {
  .modal-content.active {
    padding: 8em 5% 5em 5%;
    max-height: none;
    padding: 0;
    padding: 2em;
  }
}
.modal-content.active &gt; div {
  opacity: 1;
}
.modal-content-flex {
  flex-wrap: wrap;
  width: 100% !important;
}
.modal-content-flex.active {
  display: flex;
}
@media only screen and (min-width: 767px) {
  .modal-content-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media only screen and (min-width: 767px) {
  .modal-content-flex .modal-content-illo {
    margin-top: 0;
    width: calc(45% + 8em);
    position: absolute;
    top: 50%;
    height: 150%;
    left: -8em;
    transform: translate(0, -50%);
  }
}
.modal-content-forms {
  padding-bottom: 4em;
}
@media only screen and (min-width: 767px) {
  .modal-content-forms {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.modal-content-forms.active {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .modal-content-forms.active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 80%;
    background-color: 1px solid rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    z-index: 9;
  }
}
.modal-content-header {
  text-align: center;
  margin-bottom: 2em;
  width: 100%;
}

.join-webinar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 33rem;
  padding: 1.5rem;
  margin: 0.5rem;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.join-webinar h1,
.join-webinar h2,
.join-webinar h3,
.join-webinar h4,
.join-webinar .single-format-standard .post-content h1,
.single-format-standard .post-content .join-webinar h1,
.join-webinar .single-format-standard .post-content h2,
.single-format-standard .post-content .join-webinar h2,
.join-webinar .single-format-standard .post-content h3,
.single-format-standard .post-content .join-webinar h3,
.join-webinar .single-format-standard .post-content h4,
.single-format-standard .post-content .join-webinar h4,
.join-webinar .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .join-webinar .srr-title,
.join-webinar .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .join-webinar .srr-title,
.join-webinar .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .join-webinar .tabs__item,
.join-webinar .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .join-webinar .tabs__item,
.join-webinar .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .join-webinar a,
.join-webinar .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .join-webinar a,
.join-webinar .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .join-webinar .srr-title,
.join-webinar .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .join-webinar .srr-title,
.join-webinar .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .join-webinar blockquote,
.join-webinar .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .join-webinar blockquote,
.join-webinar .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .join-webinar tr,
.join-webinar .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .join-webinar tr,
.join-webinar .single-format-standard .post-content h5,
.join-webinar .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .join-webinar .single-format-standard .post-content .post-location,
.join-webinar .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .join-webinar .single-format-standard .post-content .post-date,
.join-webinar .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .join-webinar .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .join-webinar h5,
.single-format-standard .post-content .join-webinar .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .join-webinar .post-location,
.single-format-standard .post-content .join-webinar .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .join-webinar .post-date,
.single-format-standard .post-content .join-webinar .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .join-webinar .post-upcoming,
.join-webinar .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .join-webinar a,
.join-webinar .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .join-webinar a,
.join-webinar .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .join-webinar a,
.join-webinar .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .join-webinar a,
.join-webinar .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .join-webinar a,
.join-webinar .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .join-webinar a,
.join-webinar .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .join-webinar a,
.join-webinar .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .join-webinar a,
.join-webinar .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .join-webinar .post-location,
.join-webinar .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .join-webinar .post-location,
.join-webinar .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .join-webinar .post-date,
.join-webinar .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .join-webinar .post-date,
.join-webinar .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .join-webinar .post-upcoming,
.join-webinar .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .join-webinar .post-upcoming,
.join-webinar .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .join-webinar li,
.join-webinar .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .join-webinar li,
.join-webinar .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .join-webinar p,
.join-webinar .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .join-webinar p,
.join-webinar .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .join-webinar .heading,
.join-webinar .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .join-webinar .heading,
.join-webinar .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .join-webinar .h5,
.join-webinar .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .join-webinar .h5,
.join-webinar .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .join-webinar .heading,
.join-webinar .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .join-webinar .heading,
.join-webinar .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .join-webinar span,
.join-webinar .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .join-webinar span,
.join-webinar .pa thead tr,
.pa thead .join-webinar tr,
.join-webinar .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .join-webinar blockquote,
.join-webinar .blog-feed-embed .srr-title,
.blog-feed-embed .join-webinar .srr-title,
.join-webinar .srr-wrap .srr-title,
.srr-wrap .join-webinar .srr-title,
.join-webinar .tabs__heading--7 .tabs__item,
.tabs__heading--7 .join-webinar .tabs__item,
.join-webinar .hero--blog__content ol a,
.hero--blog__content ol .join-webinar a,
.join-webinar h5,
.join-webinar .events-posts article .post-location,
.events-posts article .join-webinar .post-location,
.join-webinar .events-posts article .post-date,
.events-posts article .join-webinar .post-date,
.join-webinar .events-posts article .post-upcoming,
.events-posts article .join-webinar .post-upcoming,
.join-webinar .single-case_study .highlights span,
.single-case_study .highlights .join-webinar span,
.join-webinar .accordion-basic .heading,
.accordion-basic .join-webinar .heading,
.join-webinar .spine-heading .h5,
.spine-heading .join-webinar .h5,
.join-webinar .slidorion .accordion .heading,
.slidorion .accordion .join-webinar .heading,
.join-webinar .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .join-webinar li,
.join-webinar .tabs__heading--1 a,
.tabs__heading--1 .join-webinar a,
.join-webinar .tabs__heading--2 a,
.tabs__heading--2 .join-webinar a,
.join-webinar .tabs__heading--4 a,
.tabs__heading--4 .join-webinar a,
.join-webinar .tabs__heading--5 a,
.tabs__heading--5 .join-webinar a,
.join-webinar .hero--cs .post-location,
.hero--cs .join-webinar .post-location,
.join-webinar .hero--cs .post-date,
.hero--cs .join-webinar .post-date,
.join-webinar .hero--cs .post-upcoming,
.hero--cs .join-webinar .post-upcoming,
.join-webinar h6,
.join-webinar .single-news .pr-tag,
.single-news .join-webinar .pr-tag,
.join-webinar .single-post .post-content .note,
.single-post .post-content .join-webinar .note,
.join-webinar .post-tags a,
.post-tags .join-webinar a,
.join-webinar .blog .post-category,
.blog .join-webinar .post-category,
.join-webinar .archive .post-category,
.archive .join-webinar .post-category,
.join-webinar .footer__alerts-link,
.join-webinar p,
.join-webinar li,
.join-webinar label {
  color: #fff;
}
.join-webinar svg {
  filter: invert(1);
}
.join-webinar a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.join-webinar a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.join-webinar__content {
  z-index: 1;
  position: relative;
}
.join-webinar__content h3,
.join-webinar__content h4,
.join-webinar__content .single-format-standard .post-content h1,
.single-format-standard .post-content .join-webinar__content h1,
.join-webinar__content .single-format-standard .post-content h2,
.single-format-standard .post-content .join-webinar__content h2,
.join-webinar__content .single-format-standard .post-content h3,
.single-format-standard .post-content .join-webinar__content h3,
.join-webinar__content .single-format-standard .post-content h4,
.single-format-standard .post-content .join-webinar__content h4,
.join-webinar__content .single-format-standard .post-content h5,
.join-webinar__content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .join-webinar__content .single-format-standard .post-content .post-location,
.join-webinar__content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .join-webinar__content .single-format-standard .post-content .post-date,
.join-webinar__content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .join-webinar__content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .join-webinar__content h5,
.single-format-standard .post-content .join-webinar__content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .join-webinar__content .post-location,
.single-format-standard .post-content .join-webinar__content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .join-webinar__content .post-date,
.single-format-standard .post-content .join-webinar__content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .join-webinar__content .post-upcoming,
.join-webinar__content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .join-webinar__content a,
.join-webinar__content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .join-webinar__content a,
.join-webinar__content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .join-webinar__content a,
.join-webinar__content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .join-webinar__content a,
.join-webinar__content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .join-webinar__content a,
.join-webinar__content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .join-webinar__content a,
.join-webinar__content .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .join-webinar__content a,
.join-webinar__content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .join-webinar__content a,
.join-webinar__content .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .join-webinar__content .post-location,
.join-webinar__content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .join-webinar__content .post-location,
.join-webinar__content .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .join-webinar__content .post-date,
.join-webinar__content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .join-webinar__content .post-date,
.join-webinar__content .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .join-webinar__content .post-upcoming,
.join-webinar__content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .join-webinar__content .post-upcoming,
.join-webinar__content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .join-webinar__content li,
.join-webinar__content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .join-webinar__content li,
.join-webinar__content .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .join-webinar__content p,
.join-webinar__content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .join-webinar__content p,
.join-webinar__content .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .join-webinar__content .heading,
.join-webinar__content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .join-webinar__content .heading,
.join-webinar__content .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .join-webinar__content .h5,
.join-webinar__content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .join-webinar__content .h5,
.join-webinar__content .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .join-webinar__content .heading,
.join-webinar__content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .join-webinar__content .heading,
.join-webinar__content .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .join-webinar__content span,
.join-webinar__content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .join-webinar__content span,
.join-webinar__content .pa thead tr,
.pa thead .join-webinar__content tr,
.join-webinar__content .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .join-webinar__content blockquote,
.join-webinar__content .blog-feed-embed .srr-title,
.blog-feed-embed .join-webinar__content .srr-title,
.join-webinar__content .srr-wrap .srr-title,
.srr-wrap .join-webinar__content .srr-title,
.join-webinar__content .tabs__heading--7 .tabs__item,
.tabs__heading--7 .join-webinar__content .tabs__item,
.join-webinar__content .hero--blog__content ol a,
.hero--blog__content ol .join-webinar__content a {
  color: #086472;
}
.join-webinar__content ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .join-webinar__content ul li {
    background: url(https://www.yuja.com/wp-content/uploads/hero-list.svg) no-repeat left 5px;
    background-size: 13px 13px;
    padding-left: 1.5rem;
  }
}
.join-webinar__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.join-webinar__background:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}
.join-webinar__background img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
  animation: hero-zoom 20s infinite alternate;
}
.join-webinar__background video {
  width: auto;
  height: auto;
  min-width: 100%;
  transform: translate(0, -20%);
}
.join-webinar .close-join-webinar {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: 0;
  padding: 10px;
  margin: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 2em;
  right: 5%;
  transition: color 0.2s ease-in-out;
  z-index: 999;
}
@media only screen and (min-width: 767px) {
  .join-webinar .close-join-webinar {
    top: 0.5em;
    right: 0.5em;
  }
}
.join-webinar .close-join-webinar:hover svg path {
  stroke: #462872;
}
.join-webinar.inactive {
  display: none;
}

section {
  outline: 0;
}

.section {
  padding: 3em 0;
  position: relative;
  content-visibility: visible;
}
.section[data-padding=medium] {
  padding: 2em 0;
}
@media only screen and (min-width: 767px) {
  .section {
    padding: 3em 0;
  }
  .section[data-padding=medium] {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1260px) {
  .section {
    padding: 3.5em 0;
  }
  .section[data-padding=medium] {
    padding: 4em 0;
  }
}
.section[data-padding="1"] {
  padding-bottom: 0 !important;
}
.section[data-padding="2"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section[data-margin="1"] {
  margin-bottom: 0 !important;
}
.section[data-margin="2"] {
  margin: 0 !important;
}
.section[data-border="1"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section[data-border="2"] {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section[data-color=primary] {
  background: #086472;
  background-size: cover;
}
.section[data-color=primary] h1,
.section[data-color=primary] h2,
.section[data-color=primary] h3,
.section[data-color=primary] h4,
.section[data-color=primary] .single-format-standard .post-content h1,
.single-format-standard .post-content .section[data-color=primary] h1,
.section[data-color=primary] .single-format-standard .post-content h2,
.single-format-standard .post-content .section[data-color=primary] h2,
.section[data-color=primary] .single-format-standard .post-content h3,
.single-format-standard .post-content .section[data-color=primary] h3,
.section[data-color=primary] .single-format-standard .post-content h4,
.single-format-standard .post-content .section[data-color=primary] h4,
.section[data-color=primary] .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .section[data-color=primary] .srr-title,
.section[data-color=primary] .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .section[data-color=primary] .srr-title,
.section[data-color=primary] .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .section[data-color=primary] .tabs__item,
.section[data-color=primary] .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .section[data-color=primary] .tabs__item,
.section[data-color=primary] .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .section[data-color=primary] a,
.section[data-color=primary] .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .section[data-color=primary] a,
.section[data-color=primary] .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .section[data-color=primary] .srr-title,
.section[data-color=primary] .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .section[data-color=primary] .srr-title,
.section[data-color=primary] .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .section[data-color=primary] blockquote,
.section[data-color=primary] .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .section[data-color=primary] blockquote,
.section[data-color=primary] .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .section[data-color=primary] tr,
.section[data-color=primary] .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .section[data-color=primary] tr,
.section[data-color=primary] .single-format-standard .post-content h5,
.section[data-color=primary] .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .section[data-color=primary] .single-format-standard .post-content .post-location,
.section[data-color=primary] .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .section[data-color=primary] .single-format-standard .post-content .post-date,
.section[data-color=primary] .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .section[data-color=primary] .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .section[data-color=primary] h5,
.single-format-standard .post-content .section[data-color=primary] .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .section[data-color=primary] .post-location,
.single-format-standard .post-content .section[data-color=primary] .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .section[data-color=primary] .post-date,
.single-format-standard .post-content .section[data-color=primary] .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .section[data-color=primary] .post-upcoming,
.section[data-color=primary] .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .section[data-color=primary] a,
.section[data-color=primary] .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .section[data-color=primary] a,
.section[data-color=primary] .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .section[data-color=primary] a,
.section[data-color=primary] .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .section[data-color=primary] a,
.section[data-color=primary] .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .section[data-color=primary] .post-location,
.section[data-color=primary] .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .section[data-color=primary] .post-location,
.section[data-color=primary] .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .section[data-color=primary] .post-date,
.section[data-color=primary] .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .section[data-color=primary] .post-date,
.section[data-color=primary] .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .section[data-color=primary] .post-upcoming,
.section[data-color=primary] .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .section[data-color=primary] .post-upcoming,
.section[data-color=primary] .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .section[data-color=primary] li,
.section[data-color=primary] .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .section[data-color=primary] li,
.section[data-color=primary] .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .section[data-color=primary] p,
.section[data-color=primary] .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .section[data-color=primary] p,
.section[data-color=primary] .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .section[data-color=primary] .heading,
.section[data-color=primary] .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .section[data-color=primary] .heading,
.section[data-color=primary] .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .section[data-color=primary] .h5,
.section[data-color=primary] .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .section[data-color=primary] .h5,
.section[data-color=primary] .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .section[data-color=primary] .heading,
.section[data-color=primary] .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .section[data-color=primary] .heading,
.section[data-color=primary] .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .section[data-color=primary] span,
.section[data-color=primary] .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .section[data-color=primary] span,
.section[data-color=primary] .pa thead tr,
.pa thead .section[data-color=primary] tr,
.section[data-color=primary] .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .section[data-color=primary] blockquote,
.section[data-color=primary] .blog-feed-embed .srr-title,
.blog-feed-embed .section[data-color=primary] .srr-title,
.section[data-color=primary] .srr-wrap .srr-title,
.srr-wrap .section[data-color=primary] .srr-title,
.section[data-color=primary] .tabs__heading--7 .tabs__item,
.tabs__heading--7 .section[data-color=primary] .tabs__item,
.section[data-color=primary] .hero--blog__content ol a,
.hero--blog__content ol .section[data-color=primary] a,
.section[data-color=primary] h5,
.section[data-color=primary] .events-posts article .post-location,
.events-posts article .section[data-color=primary] .post-location,
.section[data-color=primary] .events-posts article .post-date,
.events-posts article .section[data-color=primary] .post-date,
.section[data-color=primary] .events-posts article .post-upcoming,
.events-posts article .section[data-color=primary] .post-upcoming,
.section[data-color=primary] .single-case_study .highlights span,
.single-case_study .highlights .section[data-color=primary] span,
.section[data-color=primary] .accordion-basic .heading,
.accordion-basic .section[data-color=primary] .heading,
.section[data-color=primary] .spine-heading .h5,
.spine-heading .section[data-color=primary] .h5,
.section[data-color=primary] .slidorion .accordion .heading,
.slidorion .accordion .section[data-color=primary] .heading,
.section[data-color=primary] .tabs__heading--1 a,
.tabs__heading--1 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--2 a,
.tabs__heading--2 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--4 a,
.tabs__heading--4 .section[data-color=primary] a,
.section[data-color=primary] .tabs__heading--5 a,
.tabs__heading--5 .section[data-color=primary] a,
.section[data-color=primary] .hero--cs .post-location,
.hero--cs .section[data-color=primary] .post-location,
.section[data-color=primary] .hero--cs .post-date,
.hero--cs .section[data-color=primary] .post-date,
.section[data-color=primary] .hero--cs .post-upcoming,
.hero--cs .section[data-color=primary] .post-upcoming,
.section[data-color=primary] h6,
.section[data-color=primary] .single-news .pr-tag,
.single-news .section[data-color=primary] .pr-tag,
.section[data-color=primary] .single-post .post-content .note,
.single-post .post-content .section[data-color=primary] .note,
.section[data-color=primary] .post-tags a,
.post-tags .section[data-color=primary] a,
.section[data-color=primary] .blog .post-category,
.blog .section[data-color=primary] .post-category,
.section[data-color=primary] .archive .post-category,
.archive .section[data-color=primary] .post-category,
.section[data-color=primary] .footer__alerts-link,
.section[data-color=primary] p,
.section[data-color=primary] li,
.section[data-color=primary] label {
  color: #fff;
}
.section[data-color=primary] svg {
  filter: invert(1);
}
.section[data-color=primary] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.section[data-color=primary] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.section[data-color=secondary] {
  background-color: #462872;
}
.section[data-color=secondary] h1,
.section[data-color=secondary] h2,
.section[data-color=secondary] h3,
.section[data-color=secondary] h4,
.section[data-color=secondary] .single-format-standard .post-content h1,
.single-format-standard .post-content .section[data-color=secondary] h1,
.section[data-color=secondary] .single-format-standard .post-content h2,
.single-format-standard .post-content .section[data-color=secondary] h2,
.section[data-color=secondary] .single-format-standard .post-content h3,
.single-format-standard .post-content .section[data-color=secondary] h3,
.section[data-color=secondary] .single-format-standard .post-content h4,
.single-format-standard .post-content .section[data-color=secondary] h4,
.section[data-color=secondary] .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .section[data-color=secondary] .srr-title,
.section[data-color=secondary] .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .section[data-color=secondary] .srr-title,
.section[data-color=secondary] .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .section[data-color=secondary] .tabs__item,
.section[data-color=secondary] .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .section[data-color=secondary] .tabs__item,
.section[data-color=secondary] .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .section[data-color=secondary] a,
.section[data-color=secondary] .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .section[data-color=secondary] a,
.section[data-color=secondary] .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .section[data-color=secondary] .srr-title,
.section[data-color=secondary] .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .section[data-color=secondary] .srr-title,
.section[data-color=secondary] .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .section[data-color=secondary] blockquote,
.section[data-color=secondary] .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .section[data-color=secondary] blockquote,
.section[data-color=secondary] .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .section[data-color=secondary] tr,
.section[data-color=secondary] .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .section[data-color=secondary] tr,
.section[data-color=secondary] .single-format-standard .post-content h5,
.section[data-color=secondary] .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .section[data-color=secondary] .single-format-standard .post-content .post-location,
.section[data-color=secondary] .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .section[data-color=secondary] .single-format-standard .post-content .post-date,
.section[data-color=secondary] .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .section[data-color=secondary] .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .section[data-color=secondary] h5,
.single-format-standard .post-content .section[data-color=secondary] .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .section[data-color=secondary] .post-location,
.single-format-standard .post-content .section[data-color=secondary] .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .section[data-color=secondary] .post-date,
.single-format-standard .post-content .section[data-color=secondary] .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .section[data-color=secondary] .post-upcoming,
.section[data-color=secondary] .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .section[data-color=secondary] a,
.section[data-color=secondary] .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .section[data-color=secondary] a,
.section[data-color=secondary] .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .section[data-color=secondary] a,
.section[data-color=secondary] .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .section[data-color=secondary] a,
.section[data-color=secondary] .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .section[data-color=secondary] .post-location,
.section[data-color=secondary] .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .section[data-color=secondary] .post-location,
.section[data-color=secondary] .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .section[data-color=secondary] .post-date,
.section[data-color=secondary] .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .section[data-color=secondary] .post-date,
.section[data-color=secondary] .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .section[data-color=secondary] .post-upcoming,
.section[data-color=secondary] .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .section[data-color=secondary] .post-upcoming,
.section[data-color=secondary] .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .section[data-color=secondary] li,
.section[data-color=secondary] .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .section[data-color=secondary] li,
.section[data-color=secondary] .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .section[data-color=secondary] p,
.section[data-color=secondary] .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .section[data-color=secondary] p,
.section[data-color=secondary] .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .section[data-color=secondary] .heading,
.section[data-color=secondary] .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .section[data-color=secondary] .heading,
.section[data-color=secondary] .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .section[data-color=secondary] .h5,
.section[data-color=secondary] .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .section[data-color=secondary] .h5,
.section[data-color=secondary] .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .section[data-color=secondary] .heading,
.section[data-color=secondary] .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .section[data-color=secondary] .heading,
.section[data-color=secondary] .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .section[data-color=secondary] span,
.section[data-color=secondary] .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .section[data-color=secondary] span,
.section[data-color=secondary] .pa thead tr,
.pa thead .section[data-color=secondary] tr,
.section[data-color=secondary] .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .section[data-color=secondary] blockquote,
.section[data-color=secondary] .blog-feed-embed .srr-title,
.blog-feed-embed .section[data-color=secondary] .srr-title,
.section[data-color=secondary] .srr-wrap .srr-title,
.srr-wrap .section[data-color=secondary] .srr-title,
.section[data-color=secondary] .tabs__heading--7 .tabs__item,
.tabs__heading--7 .section[data-color=secondary] .tabs__item,
.section[data-color=secondary] .hero--blog__content ol a,
.hero--blog__content ol .section[data-color=secondary] a,
.section[data-color=secondary] h5,
.section[data-color=secondary] .events-posts article .post-location,
.events-posts article .section[data-color=secondary] .post-location,
.section[data-color=secondary] .events-posts article .post-date,
.events-posts article .section[data-color=secondary] .post-date,
.section[data-color=secondary] .events-posts article .post-upcoming,
.events-posts article .section[data-color=secondary] .post-upcoming,
.section[data-color=secondary] .single-case_study .highlights span,
.single-case_study .highlights .section[data-color=secondary] span,
.section[data-color=secondary] .accordion-basic .heading,
.accordion-basic .section[data-color=secondary] .heading,
.section[data-color=secondary] .spine-heading .h5,
.spine-heading .section[data-color=secondary] .h5,
.section[data-color=secondary] .slidorion .accordion .heading,
.slidorion .accordion .section[data-color=secondary] .heading,
.section[data-color=secondary] .tabs__heading--1 a,
.tabs__heading--1 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--2 a,
.tabs__heading--2 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--4 a,
.tabs__heading--4 .section[data-color=secondary] a,
.section[data-color=secondary] .tabs__heading--5 a,
.tabs__heading--5 .section[data-color=secondary] a,
.section[data-color=secondary] .hero--cs .post-location,
.hero--cs .section[data-color=secondary] .post-location,
.section[data-color=secondary] .hero--cs .post-date,
.hero--cs .section[data-color=secondary] .post-date,
.section[data-color=secondary] .hero--cs .post-upcoming,
.hero--cs .section[data-color=secondary] .post-upcoming,
.section[data-color=secondary] h6,
.section[data-color=secondary] .single-news .pr-tag,
.single-news .section[data-color=secondary] .pr-tag,
.section[data-color=secondary] .single-post .post-content .note,
.single-post .post-content .section[data-color=secondary] .note,
.section[data-color=secondary] .post-tags a,
.post-tags .section[data-color=secondary] a,
.section[data-color=secondary] .blog .post-category,
.blog .section[data-color=secondary] .post-category,
.section[data-color=secondary] .archive .post-category,
.archive .section[data-color=secondary] .post-category,
.section[data-color=secondary] .footer__alerts-link,
.section[data-color=secondary] p,
.section[data-color=secondary] li,
.section[data-color=secondary] label {
  color: #fff;
}
.section[data-color=secondary] svg {
  filter: invert(1);
}
.section[data-color=secondary] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.section[data-color=secondary] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.section[data-color=tertiary] {
  background-color: #ad4601;
}
.section[data-color=tertiary] h1,
.section[data-color=tertiary] h2,
.section[data-color=tertiary] h3,
.section[data-color=tertiary] h4,
.section[data-color=tertiary] .single-format-standard .post-content h1,
.single-format-standard .post-content .section[data-color=tertiary] h1,
.section[data-color=tertiary] .single-format-standard .post-content h2,
.single-format-standard .post-content .section[data-color=tertiary] h2,
.section[data-color=tertiary] .single-format-standard .post-content h3,
.single-format-standard .post-content .section[data-color=tertiary] h3,
.section[data-color=tertiary] .single-format-standard .post-content h4,
.single-format-standard .post-content .section[data-color=tertiary] h4,
.section[data-color=tertiary] .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .section[data-color=tertiary] .srr-title,
.section[data-color=tertiary] .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .section[data-color=tertiary] .srr-title,
.section[data-color=tertiary] .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .section[data-color=tertiary] .tabs__item,
.section[data-color=tertiary] .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .section[data-color=tertiary] .tabs__item,
.section[data-color=tertiary] .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .section[data-color=tertiary] a,
.section[data-color=tertiary] .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .section[data-color=tertiary] a,
.section[data-color=tertiary] .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .section[data-color=tertiary] .srr-title,
.section[data-color=tertiary] .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .section[data-color=tertiary] .srr-title,
.section[data-color=tertiary] .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .section[data-color=tertiary] blockquote,
.section[data-color=tertiary] .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .section[data-color=tertiary] blockquote,
.section[data-color=tertiary] .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .section[data-color=tertiary] tr,
.section[data-color=tertiary] .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .section[data-color=tertiary] tr,
.section[data-color=tertiary] .single-format-standard .post-content h5,
.section[data-color=tertiary] .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .section[data-color=tertiary] .single-format-standard .post-content .post-location,
.section[data-color=tertiary] .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .section[data-color=tertiary] .single-format-standard .post-content .post-date,
.section[data-color=tertiary] .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .section[data-color=tertiary] .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .section[data-color=tertiary] h5,
.single-format-standard .post-content .section[data-color=tertiary] .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .section[data-color=tertiary] .post-location,
.single-format-standard .post-content .section[data-color=tertiary] .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .section[data-color=tertiary] .post-date,
.single-format-standard .post-content .section[data-color=tertiary] .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .section[data-color=tertiary] .post-upcoming,
.section[data-color=tertiary] .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .section[data-color=tertiary] a,
.section[data-color=tertiary] .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .section[data-color=tertiary] a,
.section[data-color=tertiary] .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .section[data-color=tertiary] a,
.section[data-color=tertiary] .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .section[data-color=tertiary] a,
.section[data-color=tertiary] .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .section[data-color=tertiary] .post-location,
.section[data-color=tertiary] .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .section[data-color=tertiary] .post-location,
.section[data-color=tertiary] .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .section[data-color=tertiary] .post-date,
.section[data-color=tertiary] .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .section[data-color=tertiary] .post-date,
.section[data-color=tertiary] .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .section[data-color=tertiary] .post-upcoming,
.section[data-color=tertiary] .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .section[data-color=tertiary] .post-upcoming,
.section[data-color=tertiary] .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .section[data-color=tertiary] li,
.section[data-color=tertiary] .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .section[data-color=tertiary] li,
.section[data-color=tertiary] .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .section[data-color=tertiary] p,
.section[data-color=tertiary] .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .section[data-color=tertiary] p,
.section[data-color=tertiary] .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .section[data-color=tertiary] .heading,
.section[data-color=tertiary] .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .section[data-color=tertiary] .heading,
.section[data-color=tertiary] .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .section[data-color=tertiary] .h5,
.section[data-color=tertiary] .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .section[data-color=tertiary] .h5,
.section[data-color=tertiary] .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .section[data-color=tertiary] .heading,
.section[data-color=tertiary] .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .section[data-color=tertiary] .heading,
.section[data-color=tertiary] .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .section[data-color=tertiary] span,
.section[data-color=tertiary] .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .section[data-color=tertiary] span,
.section[data-color=tertiary] .pa thead tr,
.pa thead .section[data-color=tertiary] tr,
.section[data-color=tertiary] .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .section[data-color=tertiary] blockquote,
.section[data-color=tertiary] .blog-feed-embed .srr-title,
.blog-feed-embed .section[data-color=tertiary] .srr-title,
.section[data-color=tertiary] .srr-wrap .srr-title,
.srr-wrap .section[data-color=tertiary] .srr-title,
.section[data-color=tertiary] .tabs__heading--7 .tabs__item,
.tabs__heading--7 .section[data-color=tertiary] .tabs__item,
.section[data-color=tertiary] .hero--blog__content ol a,
.hero--blog__content ol .section[data-color=tertiary] a,
.section[data-color=tertiary] h5,
.section[data-color=tertiary] .events-posts article .post-location,
.events-posts article .section[data-color=tertiary] .post-location,
.section[data-color=tertiary] .events-posts article .post-date,
.events-posts article .section[data-color=tertiary] .post-date,
.section[data-color=tertiary] .events-posts article .post-upcoming,
.events-posts article .section[data-color=tertiary] .post-upcoming,
.section[data-color=tertiary] .single-case_study .highlights span,
.single-case_study .highlights .section[data-color=tertiary] span,
.section[data-color=tertiary] .accordion-basic .heading,
.accordion-basic .section[data-color=tertiary] .heading,
.section[data-color=tertiary] .spine-heading .h5,
.spine-heading .section[data-color=tertiary] .h5,
.section[data-color=tertiary] .slidorion .accordion .heading,
.slidorion .accordion .section[data-color=tertiary] .heading,
.section[data-color=tertiary] .tabs__heading--1 a,
.tabs__heading--1 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--2 a,
.tabs__heading--2 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--4 a,
.tabs__heading--4 .section[data-color=tertiary] a,
.section[data-color=tertiary] .tabs__heading--5 a,
.tabs__heading--5 .section[data-color=tertiary] a,
.section[data-color=tertiary] .hero--cs .post-location,
.hero--cs .section[data-color=tertiary] .post-location,
.section[data-color=tertiary] .hero--cs .post-date,
.hero--cs .section[data-color=tertiary] .post-date,
.section[data-color=tertiary] .hero--cs .post-upcoming,
.hero--cs .section[data-color=tertiary] .post-upcoming,
.section[data-color=tertiary] h6,
.section[data-color=tertiary] .single-news .pr-tag,
.single-news .section[data-color=tertiary] .pr-tag,
.section[data-color=tertiary] .single-post .post-content .note,
.single-post .post-content .section[data-color=tertiary] .note,
.section[data-color=tertiary] .post-tags a,
.post-tags .section[data-color=tertiary] a,
.section[data-color=tertiary] .blog .post-category,
.blog .section[data-color=tertiary] .post-category,
.section[data-color=tertiary] .archive .post-category,
.archive .section[data-color=tertiary] .post-category,
.section[data-color=tertiary] .footer__alerts-link,
.section[data-color=tertiary] p,
.section[data-color=tertiary] li,
.section[data-color=tertiary] label {
  color: #fff;
}
.section[data-color=tertiary] svg {
  filter: invert(1);
}
.section[data-color=tertiary] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.section[data-color=tertiary] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.section[data-color=grey] {
  background-color: #f7f8f9;
}
.section[data-color=black] {
  background-color: #030303;
}
.section[data-color=black] h1,
.section[data-color=black] h2,
.section[data-color=black] h3,
.section[data-color=black] h4,
.section[data-color=black] .single-format-standard .post-content h1,
.single-format-standard .post-content .section[data-color=black] h1,
.section[data-color=black] .single-format-standard .post-content h2,
.single-format-standard .post-content .section[data-color=black] h2,
.section[data-color=black] .single-format-standard .post-content h3,
.single-format-standard .post-content .section[data-color=black] h3,
.section[data-color=black] .single-format-standard .post-content h4,
.single-format-standard .post-content .section[data-color=black] h4,
.section[data-color=black] .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .section[data-color=black] .srr-title,
.section[data-color=black] .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .section[data-color=black] .srr-title,
.section[data-color=black] .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .section[data-color=black] .tabs__item,
.section[data-color=black] .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .section[data-color=black] .tabs__item,
.section[data-color=black] .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .section[data-color=black] a,
.section[data-color=black] .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .section[data-color=black] a,
.section[data-color=black] .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .section[data-color=black] .srr-title,
.section[data-color=black] .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .section[data-color=black] .srr-title,
.section[data-color=black] .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .section[data-color=black] blockquote,
.section[data-color=black] .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .section[data-color=black] blockquote,
.section[data-color=black] .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .section[data-color=black] tr,
.section[data-color=black] .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .section[data-color=black] tr,
.section[data-color=black] .single-format-standard .post-content h5,
.section[data-color=black] .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .section[data-color=black] .single-format-standard .post-content .post-location,
.section[data-color=black] .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .section[data-color=black] .single-format-standard .post-content .post-date,
.section[data-color=black] .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .section[data-color=black] .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .section[data-color=black] h5,
.single-format-standard .post-content .section[data-color=black] .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .section[data-color=black] .post-location,
.single-format-standard .post-content .section[data-color=black] .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .section[data-color=black] .post-date,
.single-format-standard .post-content .section[data-color=black] .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .section[data-color=black] .post-upcoming,
.section[data-color=black] .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .section[data-color=black] a,
.section[data-color=black] .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .section[data-color=black] a,
.section[data-color=black] .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .section[data-color=black] a,
.section[data-color=black] .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .section[data-color=black] a,
.section[data-color=black] .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .section[data-color=black] .post-location,
.section[data-color=black] .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .section[data-color=black] .post-location,
.section[data-color=black] .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .section[data-color=black] .post-date,
.section[data-color=black] .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .section[data-color=black] .post-date,
.section[data-color=black] .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .section[data-color=black] .post-upcoming,
.section[data-color=black] .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .section[data-color=black] .post-upcoming,
.section[data-color=black] .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .section[data-color=black] li,
.section[data-color=black] .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .section[data-color=black] li,
.section[data-color=black] .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .section[data-color=black] p,
.section[data-color=black] .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .section[data-color=black] p,
.section[data-color=black] .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .section[data-color=black] .heading,
.section[data-color=black] .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .section[data-color=black] .heading,
.section[data-color=black] .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .section[data-color=black] .h5,
.section[data-color=black] .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .section[data-color=black] .h5,
.section[data-color=black] .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .section[data-color=black] .heading,
.section[data-color=black] .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .section[data-color=black] .heading,
.section[data-color=black] .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .section[data-color=black] span,
.section[data-color=black] .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .section[data-color=black] span,
.section[data-color=black] .pa thead tr,
.pa thead .section[data-color=black] tr,
.section[data-color=black] .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .section[data-color=black] blockquote,
.section[data-color=black] .blog-feed-embed .srr-title,
.blog-feed-embed .section[data-color=black] .srr-title,
.section[data-color=black] .srr-wrap .srr-title,
.srr-wrap .section[data-color=black] .srr-title,
.section[data-color=black] .tabs__heading--7 .tabs__item,
.tabs__heading--7 .section[data-color=black] .tabs__item,
.section[data-color=black] .hero--blog__content ol a,
.hero--blog__content ol .section[data-color=black] a,
.section[data-color=black] h5,
.section[data-color=black] .events-posts article .post-location,
.events-posts article .section[data-color=black] .post-location,
.section[data-color=black] .events-posts article .post-date,
.events-posts article .section[data-color=black] .post-date,
.section[data-color=black] .events-posts article .post-upcoming,
.events-posts article .section[data-color=black] .post-upcoming,
.section[data-color=black] .single-case_study .highlights span,
.single-case_study .highlights .section[data-color=black] span,
.section[data-color=black] .accordion-basic .heading,
.accordion-basic .section[data-color=black] .heading,
.section[data-color=black] .spine-heading .h5,
.spine-heading .section[data-color=black] .h5,
.section[data-color=black] .slidorion .accordion .heading,
.slidorion .accordion .section[data-color=black] .heading,
.section[data-color=black] .tabs__heading--1 a,
.tabs__heading--1 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--2 a,
.tabs__heading--2 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--4 a,
.tabs__heading--4 .section[data-color=black] a,
.section[data-color=black] .tabs__heading--5 a,
.tabs__heading--5 .section[data-color=black] a,
.section[data-color=black] .hero--cs .post-location,
.hero--cs .section[data-color=black] .post-location,
.section[data-color=black] .hero--cs .post-date,
.hero--cs .section[data-color=black] .post-date,
.section[data-color=black] .hero--cs .post-upcoming,
.hero--cs .section[data-color=black] .post-upcoming,
.section[data-color=black] h6,
.section[data-color=black] .single-news .pr-tag,
.single-news .section[data-color=black] .pr-tag,
.section[data-color=black] .single-post .post-content .note,
.single-post .post-content .section[data-color=black] .note,
.section[data-color=black] .post-tags a,
.post-tags .section[data-color=black] a,
.section[data-color=black] .blog .post-category,
.blog .section[data-color=black] .post-category,
.section[data-color=black] .archive .post-category,
.archive .section[data-color=black] .post-category,
.section[data-color=black] .footer__alerts-link,
.section[data-color=black] p,
.section[data-color=black] li,
.section[data-color=black] label {
  color: #fff;
}
.section[data-color=black] svg {
  filter: invert(1);
}
.section[data-color=black] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.section[data-color=black] a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.section[data-color=green] {
  background-color: #eaf5eb;
}
.section[data-color=primary-2] {
  background-color: #e8e5ee;
}
.section[data-color=grey-2] {
  background-color: #eee7e7;
}
.section[data-color=beige] {
  background-color: #eae9db;
}

section.section h2.section-title {
  font-size: 1.85em;
  line-height: 1.1em;
}
@media only screen and (min-width: 1023px) {
  section.section h2.section-title {
    font-size: 2.2em;
    line-height: 1.1em;
  }
}
section.section span.widget-title {
  font-size: 0.93em;
  letter-spacing: 0.3px;
  line-height: 1.4em;
  margin: 0;
  margin-bottom: 0.83em;
  color: #424446;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: normal;
  display: block;
}
section.section span.widget-title[data-align=center] {
  text-align: center;
}
section.section .blog-feed-embed a h3 {
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}
section.section.resources h3 {
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.cta {
  padding: 3em 0;
  background: #dfe4e8;
  text-align: center;
}
.cta h4, .cta .single-format-standard .post-content h1, .single-format-standard .post-content .cta h1,
.cta .single-format-standard .post-content h2,
.single-format-standard .post-content .cta h2,
.cta .single-format-standard .post-content h3,
.single-format-standard .post-content .cta h3,
.cta .single-format-standard .post-content h4,
.single-format-standard .post-content .cta h4,
.cta .single-format-standard .post-content h5,
.cta .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .cta .single-format-standard .post-content .post-location,
.cta .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .cta .single-format-standard .post-content .post-date,
.cta .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .cta .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .cta h5,
.single-format-standard .post-content .cta .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .cta .post-location,
.single-format-standard .post-content .cta .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .cta .post-date,
.single-format-standard .post-content .cta .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .cta .post-upcoming,
.cta .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .cta a,
.cta .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .cta a,
.cta .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .cta a,
.cta .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .cta a,
.cta .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .cta a,
.cta .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .cta a,
.cta .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .cta a,
.cta .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .cta a,
.cta .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .cta .post-location,
.cta .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .cta .post-location,
.cta .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .cta .post-date,
.cta .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .cta .post-date,
.cta .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .cta .post-upcoming,
.cta .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .cta .post-upcoming,
.cta .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .cta li,
.cta .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .cta li,
.cta .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .cta p,
.cta .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .cta p,
.cta .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .cta .heading,
.cta .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .cta .heading,
.cta .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .cta .h5,
.cta .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .cta .h5,
.cta .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .cta .heading,
.cta .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .cta .heading,
.cta .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .cta span,
.cta .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .cta span, .cta .pa thead tr, .pa thead .cta tr, .cta .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .cta blockquote, .cta .blog-feed-embed .srr-title, .blog-feed-embed .cta .srr-title, .cta .srr-wrap .srr-title, .srr-wrap .cta .srr-title, .cta .tabs__heading--7 .tabs__item, .tabs__heading--7 .cta .tabs__item, .cta .hero--blog__content ol a, .hero--blog__content ol .cta a {
  color: #030303;
  text-transform: none;
  font-size: 1.4em;
  font-weight: 400;
}
.cta a {
  white-space: nowrap;
  color: #030303;
  border-bottom: 1px solid #086472;
}
.cta a:hover {
  border-bottom: 0;
  opacity: 0.7;
}
.cta .button, .cta body .skip-to-main, body .cta .skip-to-main, .cta .button--secondary, .cta .button--outline, .cta .button--outline--white, .cta .button--underline, .cta .button--underline--white, .cta .button--underline--secondary, .cta .button--white, .cta .button--black, .cta .button--blue-gradient, .cta .button--orange-gradient {
  width: 18em;
  border-bottom: none;
  background-color: #462872;
  color: #fff;
}
.cta .button:hover, .cta body .skip-to-main:hover, body .cta .skip-to-main:hover, .cta .button--secondary:hover, .cta .button--outline:hover, .cta .button--outline--white:hover, .cta .button--underline:hover, .cta .button--underline--white:hover, .cta .button--underline--secondary:hover, .cta .button--white:hover, .cta .button--black:hover, .cta .button--blue-gradient:hover, .cta .button--orange-gradient:hover {
  background: #030303;
  color: #fff;
  border-bottom: none;
}

.side-cta-wrap {
  pointer-events: none;
  overflow-x: hidden;
  display: none;
  visibility: visible;
  position: fixed;
  padding: 0px;
  margin: 0px;
  z-index: 9999;
  top: 50%;
  align-items: flex-end;
  justify-content: flex-end;
  right: 0;
}
.side-cta-wrap.hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .side-cta-wrap {
    display: none !important;
  }
}
.side-cta-wrap .side-cta-container {
  pointer-events: initial;
  transform: translateX(0px);
  transition: transform 300ms ease-in-out 0s;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  background: transparent;
}
.side-cta-wrap.show .side-cta-container {
  transform: translateX(0px);
}
.side-cta-wrap.show .side-cta-item {
  transform: translateX(0px);
}
.side-cta-wrap .side-cta-item {
  padding: 12px 20px;
  margin-bottom: 2px;
  z-index: 1;
  background: #462872;
  transform: translateX(calc(100% - 50px));
  transition: transform 200ms ease-in-out 0s;
}
.side-cta-wrap .side-cta-item:hover {
  transform: translateX(0px);
  background: #131313;
}
.side-cta-wrap .side-cta-item a {
  display: flex;
  align-items: center;
}
.side-cta-wrap .side-cta-item a::after {
  display: block;
  clear: both;
  content: "";
}
.side-cta-wrap .side-cta-item strong {
  color: #fff;
  margin-left: 10px;
}
.side-cta-wrap span.icon {
  margin-right: 5px;
  height: 18px;
}

.list-style {
  padding: 0;
  margin-bottom: 3rem;
}
.list-style li {
  list-style: none;
}
@media only screen and (min-width: 767px) {
  .list-style li {
    background: url(https://www.yuja.com/wp-content/themes/yuja/img/list.svg) no-repeat left 3px;
    background-size: 16px 16px;
    padding-left: 1.3em;
  }
  .list-style li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.list-style--2 {
  padding-left: 0;
}
.list-style--2 li {
  list-style: none;
  padding: 0.3em 0.5em 0.3em 1.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.list-style--2 li:nth-child(1) {
  transition: all 0.4s 0.1s ease-in;
}
.list-style--2 li:nth-child(2) {
  transition: all 0.4s 0.2s ease-in;
}
.list-style--2 li:nth-child(3) {
  transition: all 0.4s 0.3s ease-in;
}
.list-style--2 li:nth-child(4) {
  transition: all 0.4s 0.4s ease-in;
}
.list-style--2 li:nth-child(1):before {
  opacity: 0.2;
}
.list-style--2 li:nth-child(2):before {
  opacity: 0.4;
}
.list-style--2 li:nth-child(3):before {
  opacity: 0.6;
}
.list-style--2 li:nth-child(4):before {
  opacity: 0.8;
}
.list-style--2 li:before {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background-color: #462872;
  border-radius: 6px;
}

.numbered-list {
  counter-reset: item;
  list-style-type: none;
  *list-style-type: decimal;
  padding: 0;
}
.numbered-list li {
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  line-height: 2;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 6px;
}
.numbered-list li:before {
  counter-increment: item;
  content: "" counter(item, decimal) "";
  background: #462872;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 8px 0 -30px;
  padding: 4px 7px;
  border-radius: 6px;
}
.numbered-list li h5, .numbered-list li .events-posts article .post-location, .events-posts article .numbered-list li .post-location,
.numbered-list li .events-posts article .post-date,
.events-posts article .numbered-list li .post-date,
.numbered-list li .events-posts article .post-upcoming,
.events-posts article .numbered-list li .post-upcoming, .numbered-list li .single-case_study .highlights span, .single-case_study .highlights .numbered-list li span, .numbered-list li .accordion-basic .heading, .accordion-basic .numbered-list li .heading, .numbered-list li .spine-heading .h5, .spine-heading .numbered-list li .h5, .numbered-list li .slidorion .accordion .heading, .slidorion .accordion .numbered-list li .heading, .numbered-list li .institutions-logos p, .institutions-logos .numbered-list li p, .numbered-list li .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .numbered-list li li, .numbered-list li .tabs__heading--1 a, .tabs__heading--1 .numbered-list li a, .numbered-list li .tabs__heading--2 a, .tabs__heading--2 .numbered-list li a, .numbered-list li .tabs__heading--4 a, .tabs__heading--4 .numbered-list li a, .numbered-list li .tabs__heading--5 a, .tabs__heading--5 .numbered-list li a, .numbered-list li .hero--cs .post-location, .hero--cs .numbered-list li .post-location,
.numbered-list li .hero--cs .post-date,
.hero--cs .numbered-list li .post-date,
.numbered-list li .hero--cs .post-upcoming,
.hero--cs .numbered-list li .post-upcoming {
  display: inline-block;
}

.feautered-box h4, .feautered-box .single-format-standard .post-content h1, .single-format-standard .post-content .feautered-box h1,
.feautered-box .single-format-standard .post-content h2,
.single-format-standard .post-content .feautered-box h2,
.feautered-box .single-format-standard .post-content h3,
.single-format-standard .post-content .feautered-box h3,
.feautered-box .single-format-standard .post-content h4,
.single-format-standard .post-content .feautered-box h4,
.feautered-box .single-format-standard .post-content h5,
.feautered-box .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .feautered-box .single-format-standard .post-content .post-location,
.feautered-box .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .feautered-box .single-format-standard .post-content .post-date,
.feautered-box .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .feautered-box .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .feautered-box h5,
.single-format-standard .post-content .feautered-box .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .feautered-box .post-location,
.single-format-standard .post-content .feautered-box .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .feautered-box .post-date,
.single-format-standard .post-content .feautered-box .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .feautered-box .post-upcoming,
.feautered-box .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .feautered-box a,
.feautered-box .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .feautered-box a,
.feautered-box .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .feautered-box a,
.feautered-box .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .feautered-box a,
.feautered-box .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .feautered-box a,
.feautered-box .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .feautered-box a,
.feautered-box .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .feautered-box a,
.feautered-box .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .feautered-box a,
.feautered-box .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .feautered-box .post-location,
.feautered-box .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .feautered-box .post-location,
.feautered-box .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .feautered-box .post-date,
.feautered-box .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .feautered-box .post-date,
.feautered-box .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .feautered-box .post-upcoming,
.feautered-box .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .feautered-box .post-upcoming,
.feautered-box .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .feautered-box li,
.feautered-box .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .feautered-box li,
.feautered-box .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .feautered-box p,
.feautered-box .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .feautered-box p,
.feautered-box .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .feautered-box .heading,
.feautered-box .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .feautered-box .heading,
.feautered-box .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .feautered-box .h5,
.feautered-box .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .feautered-box .h5,
.feautered-box .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .feautered-box .heading,
.feautered-box .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .feautered-box .heading,
.feautered-box .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .feautered-box span,
.feautered-box .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .feautered-box span, .feautered-box .pa thead tr, .pa thead .feautered-box tr, .feautered-box .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .feautered-box blockquote, .feautered-box .blog-feed-embed .srr-title, .blog-feed-embed .feautered-box .srr-title, .feautered-box .srr-wrap .srr-title, .srr-wrap .feautered-box .srr-title, .feautered-box .tabs__heading--7 .tabs__item, .tabs__heading--7 .feautered-box .tabs__item, .feautered-box .hero--blog__content ol a, .hero--blog__content ol .feautered-box a {
  margin: 0.5em;
}
.feautered-box__item {
  background: #000;
  background-position: left bottom;
  background-size: cover;
  display: block;
  height: 15em;
  position: relative;
  margin: 0.5em;
  border-bottom: 0 !important;
  background-repeat: no-repeat;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.feautered-box__item:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  transform: scale(1.05);
  z-index: 1;
}
.feautered-box__item strong {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 0.5em 0.5em;
  font-weight: inherit;
  text-align: left;
  text-transform: initial;
  text-shadow: 1px 1px #000000;
}
.feautered-box__item--lc {
  background-image: url("https://yuja.com/wp-content/uploads/2018/07/feautered-box-1.jpg");
}
.feautered-box__item--vm {
  background-image: url("https://www.yuja.com/wp-content/uploads/vm-bg.jpg");
}
.feautered-box__item--vc {
  background-image: url("https://yuja.com/wp-content/uploads/2018/07/feautered-box-3.jpg");
}
.feautered-box__item--dam {
  background-image: url("https://yuja.com/wp-content/uploads/2019/09/dam-square.jpg");
}
.feautered-box__item--da {
  background-image: url("https://yuja.com/wp-content/uploads/2019/09/Digital-Accessibility-2.jpg");
}
.feautered-box__item--ls {
  background-image: url("https://yuja.com/wp-content/uploads/2018/07/feautered-box-6.jpg");
}
.feautered-box__item--msc {
  background-image: url("https://yuja.com/wp-content/uploads/2018/09/lc-1.jpg");
}
.feautered-box__item--sa {
  background-image: url("https://yuja.com/wp-content/uploads/2018/09/lc-2.jpg");
}
.feautered-box__item--vcr {
  background-image: url("http://www.yuja.com/wp-content/uploads/flipping-classroom.jpg");
}
.feautered-box__item--lca {
  background-image: url("http://www.yuja.com/wp-content/uploads/classroom-2.jpg");
}
.feautered-box__item--ivq {
  background-image: url("https://www.yuja.com/wp-content/uploads/img-1-1.png");
}
.feautered-box__item--voh {
  background-image: url("https://www.yuja.com/wp-content/uploads/img-2-1.png");
}
.feautered-box__item--da {
  background-image: url("https://www.yuja.com/wp-content/uploads/img-3-1.png");
}
.feautered-box__item--fc {
  background-image: url("https://www.yuja.com/wp-content/uploads/img-4-1.png");
}
.feautered-box__item--va {
  background-image: url("https://www.yuja.com/wp-content/uploads/img-5-1.png");
}
.feautered-box__item--ve {
  background-image: url("http://www.yuja.com/wp-content/uploads/yuja-mockup-1.png");
}
.feautered-box__item--tp {
  background-image: url("http://www.yuja.com/wp-content/uploads/yuja-proctoring-1.jpg");
}
.feautered-box__item--en {
  background-image: url("http://www.yuja.com/wp-content/uploads/yuja-univ-2.jpg");
}
.feautered-box__item--bcs {
  background-image: url("http://www.yuja.com/wp-content/uploads/bcs-lecture-capture-1.jpg");
}
.feautered-box__item--mt {
  background-image: url("http://www.yuja.com/wp-content/uploads/mobile-2.jpg");
}

.feautered-box--2__item {
  display: block;
  height: 24em;
  overflow: hidden;
  margin: 0.5em;
  position: relative;
  border-radius: 6px;
}
.feautered-box--2__item .overlay-image {
  transform: translate(-100%, 0);
  transition: all 0.4s ease-in;
  top: 0;
  left: 0;
  position: absolute;
}
.feautered-box--2__item:hover {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.feautered-box--2__item:hover .overlay-image {
  transform: translate(0%, 0%);
}
.feautered-box--2__item:hover .container {
  display: none;
}
.feautered-box--2__item .container {
  margin: 1.5rem;
}
@media only screen and (min-width: 1260px) {
  .feautered-box--2__item .container {
    margin: 3rem;
  }
}

[class^=col-]:nth-child(1) .feautered-box--2__item {
  background-color: #b9dfbe;
}
[class^=col-]:nth-child(2) .feautered-box--2__item {
  background-color: #feb07c;
}
[class^=col-]:nth-child(3) .feautered-box--2__item {
  background-color: #f9d2da;
}
[class^=col-]:nth-child(4) .feautered-box--2__item {
  background-color: #e4daf2;
}
[class^=col-]:nth-child(5) .feautered-box--2__item {
  background-color: #53def3;
}
[class^=col-]:nth-child(6) .feautered-box--2__item {
  background-color: #f7e44a;
}

.anchor-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f7f8f9;
  box-shadow: inset 1px 5px 5px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
  margin-top: 3rem;
  position: relative;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.anchor-menu h2 {
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.anchor-menu &gt; * {
  padding: 1.5rem 0.5em;
  text-align: center;
  color: #030303;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  flex: 1 0 25%;
}
@media only screen and (min-width: 1023px) {
  .anchor-menu &gt; * {
    flex: 1 1 10%;
  }
}
.anchor-menu &gt; *:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.anchor-menu &gt; *:hover {
  color: #086472;
}
.anchor-menu &gt; *:hover svg {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
}
.anchor-menu a {
  text-transform: uppercase;
  font-size: 0.8em;
}
.anchor-menu a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.anchor-menu div {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
@media only screen and (min-width: 1023px) {
  .anchor-menu div {
    flex: 1 1 20%;
    text-align: left;
  }
}
.anchor-menu div h3 {
  margin-bottom: 0;
  width: 100%;
}
.anchor-menu svg {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  transform: scale(0.7);
  transition: all 0.2s ease-in-out;
}

.releases-marquee {
  background: #fff;
  color: #030303;
  padding: 0 1.5rem;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
}
.releases-marquee a {
  color: #424446;
}
.releases-marquee marquee {
  height: 40em !important;
  text-align: center;
}
.releases-marquee img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.logos-marquee {
  padding: 3rem;
}
.logos-marquee h2 {
  margin-left: 1.5rem;
}
.logos-marquee__container {
  overflow: hidden;
}
.logos-marquee__container:before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
}
.logos-marquee__container:after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 80%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  right: 0;
  top: 0;
}
.logos-marquee__image {
  background: url("http://www.yuja.com/wp-content/uploads/YuJa-Logos-1.svg") repeat-x;
  height: 474px;
  width: 5076px;
  animation: logos-marquee 60s linear infinite;
}

.icon-box, .icon-box--side-icon {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .icon-box, .icon-box--side-icon {
    margin-bottom: 0;
    height: 100%;
  }
}
.icon-box *:last-child, .icon-box--side-icon *:last-child {
  margin-bottom: 0;
}
.icon-box svg, .icon-box--side-icon svg,
.icon-box img,
.icon-box--side-icon img {
  width: 54px;
  height: 54px;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0.5em;
  transform: scale(1.2);
}
.icon-box--dark {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.icon-box--dark a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.icon-box--dark a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.icon-box--dark h1,
.icon-box--dark h2,
.icon-box--dark h3,
.icon-box--dark h4,
.icon-box--dark .single-format-standard .post-content h1,
.single-format-standard .post-content .icon-box--dark h1,
.icon-box--dark .single-format-standard .post-content h2,
.single-format-standard .post-content .icon-box--dark h2,
.icon-box--dark .single-format-standard .post-content h3,
.single-format-standard .post-content .icon-box--dark h3,
.icon-box--dark .single-format-standard .post-content h4,
.single-format-standard .post-content .icon-box--dark h4,
.icon-box--dark .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .icon-box--dark .srr-title,
.icon-box--dark .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .icon-box--dark .srr-title,
.icon-box--dark .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .icon-box--dark .tabs__item,
.icon-box--dark .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .icon-box--dark .tabs__item,
.icon-box--dark .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .icon-box--dark a,
.icon-box--dark .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .icon-box--dark a,
.icon-box--dark .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .icon-box--dark .srr-title,
.icon-box--dark .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .icon-box--dark .srr-title,
.icon-box--dark .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .icon-box--dark blockquote,
.icon-box--dark .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .icon-box--dark blockquote,
.icon-box--dark .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .icon-box--dark tr,
.icon-box--dark .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .icon-box--dark tr,
.icon-box--dark .single-format-standard .post-content h5,
.icon-box--dark .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .icon-box--dark .single-format-standard .post-content .post-location,
.icon-box--dark .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .icon-box--dark .single-format-standard .post-content .post-date,
.icon-box--dark .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .icon-box--dark .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .icon-box--dark h5,
.single-format-standard .post-content .icon-box--dark .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .icon-box--dark .post-location,
.single-format-standard .post-content .icon-box--dark .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .icon-box--dark .post-date,
.single-format-standard .post-content .icon-box--dark .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .icon-box--dark .post-upcoming,
.icon-box--dark .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .icon-box--dark a,
.icon-box--dark .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .icon-box--dark a,
.icon-box--dark .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .icon-box--dark a,
.icon-box--dark .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .icon-box--dark a,
.icon-box--dark .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .icon-box--dark a,
.icon-box--dark .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .icon-box--dark a,
.icon-box--dark .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .icon-box--dark a,
.icon-box--dark .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .icon-box--dark a,
.icon-box--dark .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .icon-box--dark .post-location,
.icon-box--dark .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .icon-box--dark .post-location,
.icon-box--dark .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .icon-box--dark .post-date,
.icon-box--dark .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .icon-box--dark .post-date,
.icon-box--dark .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .icon-box--dark .post-upcoming,
.icon-box--dark .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .icon-box--dark .post-upcoming,
.icon-box--dark .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .icon-box--dark li,
.icon-box--dark .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .icon-box--dark li,
.icon-box--dark .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .icon-box--dark p,
.icon-box--dark .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .icon-box--dark p,
.icon-box--dark .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .icon-box--dark .heading,
.icon-box--dark .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .icon-box--dark .heading,
.icon-box--dark .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .icon-box--dark .h5,
.icon-box--dark .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .icon-box--dark .h5,
.icon-box--dark .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .icon-box--dark .heading,
.icon-box--dark .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .icon-box--dark .heading,
.icon-box--dark .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .icon-box--dark span,
.icon-box--dark .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .icon-box--dark span,
.icon-box--dark .pa thead tr,
.pa thead .icon-box--dark tr,
.icon-box--dark .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .icon-box--dark blockquote,
.icon-box--dark .blog-feed-embed .srr-title,
.blog-feed-embed .icon-box--dark .srr-title,
.icon-box--dark .srr-wrap .srr-title,
.srr-wrap .icon-box--dark .srr-title,
.icon-box--dark .tabs__heading--7 .tabs__item,
.tabs__heading--7 .icon-box--dark .tabs__item,
.icon-box--dark .hero--blog__content ol a,
.hero--blog__content ol .icon-box--dark a,
.icon-box--dark h5,
.icon-box--dark .events-posts article .post-location,
.events-posts article .icon-box--dark .post-location,
.icon-box--dark .events-posts article .post-date,
.events-posts article .icon-box--dark .post-date,
.icon-box--dark .events-posts article .post-upcoming,
.events-posts article .icon-box--dark .post-upcoming,
.icon-box--dark .single-case_study .highlights span,
.single-case_study .highlights .icon-box--dark span,
.icon-box--dark .accordion-basic .heading,
.accordion-basic .icon-box--dark .heading,
.icon-box--dark .spine-heading .h5,
.spine-heading .icon-box--dark .h5,
.icon-box--dark .slidorion .accordion .heading,
.slidorion .accordion .icon-box--dark .heading,
.icon-box--dark .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .icon-box--dark li,
.icon-box--dark .tabs__heading--1 a,
.tabs__heading--1 .icon-box--dark a,
.icon-box--dark .tabs__heading--2 a,
.tabs__heading--2 .icon-box--dark a,
.icon-box--dark .tabs__heading--4 a,
.tabs__heading--4 .icon-box--dark a,
.icon-box--dark .tabs__heading--5 a,
.tabs__heading--5 .icon-box--dark a,
.icon-box--dark .hero--cs .post-location,
.hero--cs .icon-box--dark .post-location,
.icon-box--dark .hero--cs .post-date,
.hero--cs .icon-box--dark .post-date,
.icon-box--dark .hero--cs .post-upcoming,
.hero--cs .icon-box--dark .post-upcoming,
.icon-box--dark h6,
.icon-box--dark .single-news .pr-tag,
.single-news .icon-box--dark .pr-tag,
.icon-box--dark .single-post .post-content .note,
.single-post .post-content .icon-box--dark .note,
.icon-box--dark .post-tags a,
.post-tags .icon-box--dark a,
.icon-box--dark .blog .post-category,
.blog .icon-box--dark .post-category,
.icon-box--dark .archive .post-category,
.archive .icon-box--dark .post-category,
.icon-box--dark .footer__alerts-link,
.icon-box--dark p,
.icon-box--dark li,
.icon-box--dark label {
  color: #fff;
}
.icon-box--dark svg {
  filter: invert(1);
}
.icon-box--white {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
}
.icon-box .icon-wrap, .icon-box--side-icon .icon-wrap, .icon-box .icon-wrap--dark, .icon-box--side-icon .icon-wrap--dark {
  border-radius: 100px;
  width: 6em;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto 1.3rem auto;
}
.icon-box .icon-wrap--dark, .icon-box--side-icon .icon-wrap--dark {
  background: rgba(0, 0, 0, 0.5);
}
.icon-box--side-icon {
  display: flex;
  align-items: flex-start;
}
.icon-box--side-icon .content {
  flex: 1;
  padding-left: 1.5rem;
}

.quote {
  position: relative;
}
.quote p {
  font-size: 1.2em;
}
.quote__author {
  max-width: 25em;
  text-align: left;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.quote__author img {
  border-radius: 50%;
  width: 7em;
  margin-right: 1.5rem;
}
.quote[data-align=center] .quote__author {
  margin: 3rem auto 0 auto;
}
.quote:before {
  background-image: url("https://www.yuja.com/wp-content/themes/yuja/img/quote-start.svg");
  top: -2em;
  left: 0;
}
.quote:after {
  background-image: url("https://www.yuja.com/wp-content/themes/yuja/img/quote-end.svg");
  bottom: 2em;
  right: 0;
}

.blog-feed-embed {
  padding: 1.5rem;
  background: #fff url(https://yuja.com/wp-content/uploads/2018/07/blog-bg.png) no-repeat right bottom;
  height: 100%;
}
.blog-feed-embed .srr-thumb.srr-thumb-align_left {
  float: none;
  margin-right: 1em;
  width: 100% !important;
  height: auto !important;
}
.blog-feed-embed .srr-thumb.srr-thumb-align_left img {
  position: relative;
  left: auto;
  transform: none;
}
.blog-feed-embed .srr-title {
  margin-bottom: 0 !important;
}
.blog-feed-embed .srr-date {
  color: #424446;
  font-size: 0.8em;
}

.customer-servide {
  background: #e3e5e2 url(http://www.yuja.com/wp-content/uploads/Frame-707.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  padding: 5em 3rem 22em 3rem;
}
.customer-servide:hover {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.institutions-showcase img {
  margin: 1.5rem auto;
  max-height: 6em;
}

.brochure-showcase {
  background: #462872;
  display: block;
  line-height: 0;
  border-radius: 6px;
}
.brochure-showcase h5, .brochure-showcase .events-posts article .post-location, .events-posts article .brochure-showcase .post-location,
.brochure-showcase .events-posts article .post-date,
.events-posts article .brochure-showcase .post-date,
.brochure-showcase .events-posts article .post-upcoming,
.events-posts article .brochure-showcase .post-upcoming, .brochure-showcase .single-case_study .highlights span, .single-case_study .highlights .brochure-showcase span, .brochure-showcase .accordion-basic .heading, .accordion-basic .brochure-showcase .heading, .brochure-showcase .spine-heading .h5, .spine-heading .brochure-showcase .h5, .brochure-showcase .slidorion .accordion .heading, .slidorion .accordion .brochure-showcase .heading, .brochure-showcase .institutions-logos p, .institutions-logos .brochure-showcase p, .brochure-showcase .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .brochure-showcase li, .brochure-showcase .tabs__heading--1 a, .tabs__heading--1 .brochure-showcase a, .brochure-showcase .tabs__heading--2 a, .tabs__heading--2 .brochure-showcase a, .brochure-showcase .tabs__heading--4 a, .tabs__heading--4 .brochure-showcase a, .brochure-showcase .tabs__heading--5 a, .tabs__heading--5 .brochure-showcase a, .brochure-showcase .hero--cs .post-location, .hero--cs .brochure-showcase .post-location,
.brochure-showcase .hero--cs .post-date,
.hero--cs .brochure-showcase .post-date,
.brochure-showcase .hero--cs .post-upcoming,
.hero--cs .brochure-showcase .post-upcoming {
  padding: 1em;
  margin-bottom: 0;
  color: #fff;
}
.brochure-showcase img {
  transform: rotate(5deg);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.brochure-showcase:hover img {
  transform: rotate(-5deg);
}

.brochure-showcase--2 {
  background: #030303;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.brochure-showcase--2 a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.brochure-showcase--2 a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.brochure-showcase--2 h1,
.brochure-showcase--2 h2,
.brochure-showcase--2 h3,
.brochure-showcase--2 h4,
.brochure-showcase--2 .single-format-standard .post-content h1,
.single-format-standard .post-content .brochure-showcase--2 h1,
.brochure-showcase--2 .single-format-standard .post-content h2,
.single-format-standard .post-content .brochure-showcase--2 h2,
.brochure-showcase--2 .single-format-standard .post-content h3,
.single-format-standard .post-content .brochure-showcase--2 h3,
.brochure-showcase--2 .single-format-standard .post-content h4,
.single-format-standard .post-content .brochure-showcase--2 h4,
.brochure-showcase--2 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .brochure-showcase--2 .srr-title,
.brochure-showcase--2 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .brochure-showcase--2 .srr-title,
.brochure-showcase--2 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .brochure-showcase--2 .tabs__item,
.brochure-showcase--2 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .brochure-showcase--2 .tabs__item,
.brochure-showcase--2 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .brochure-showcase--2 a,
.brochure-showcase--2 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .brochure-showcase--2 a,
.brochure-showcase--2 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .brochure-showcase--2 .srr-title,
.brochure-showcase--2 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .brochure-showcase--2 .srr-title,
.brochure-showcase--2 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .brochure-showcase--2 blockquote,
.brochure-showcase--2 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .brochure-showcase--2 blockquote,
.brochure-showcase--2 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .brochure-showcase--2 tr,
.brochure-showcase--2 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .brochure-showcase--2 tr,
.brochure-showcase--2 .single-format-standard .post-content h5,
.brochure-showcase--2 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .brochure-showcase--2 .single-format-standard .post-content .post-location,
.brochure-showcase--2 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .brochure-showcase--2 .single-format-standard .post-content .post-date,
.brochure-showcase--2 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .brochure-showcase--2 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .brochure-showcase--2 h5,
.single-format-standard .post-content .brochure-showcase--2 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .brochure-showcase--2 .post-location,
.single-format-standard .post-content .brochure-showcase--2 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .brochure-showcase--2 .post-date,
.single-format-standard .post-content .brochure-showcase--2 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .brochure-showcase--2 .post-upcoming,
.brochure-showcase--2 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .brochure-showcase--2 a,
.brochure-showcase--2 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .brochure-showcase--2 a,
.brochure-showcase--2 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .brochure-showcase--2 a,
.brochure-showcase--2 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .brochure-showcase--2 a,
.brochure-showcase--2 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .brochure-showcase--2 .post-location,
.brochure-showcase--2 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .brochure-showcase--2 .post-location,
.brochure-showcase--2 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .brochure-showcase--2 .post-date,
.brochure-showcase--2 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .brochure-showcase--2 .post-date,
.brochure-showcase--2 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .brochure-showcase--2 .post-upcoming,
.brochure-showcase--2 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .brochure-showcase--2 .post-upcoming,
.brochure-showcase--2 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .brochure-showcase--2 li,
.brochure-showcase--2 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .brochure-showcase--2 li,
.brochure-showcase--2 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .brochure-showcase--2 p,
.brochure-showcase--2 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .brochure-showcase--2 p,
.brochure-showcase--2 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .brochure-showcase--2 .heading,
.brochure-showcase--2 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .brochure-showcase--2 .heading,
.brochure-showcase--2 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .brochure-showcase--2 .h5,
.brochure-showcase--2 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .brochure-showcase--2 .h5,
.brochure-showcase--2 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .brochure-showcase--2 .heading,
.brochure-showcase--2 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .brochure-showcase--2 .heading,
.brochure-showcase--2 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .brochure-showcase--2 span,
.brochure-showcase--2 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .brochure-showcase--2 span,
.brochure-showcase--2 .pa thead tr,
.pa thead .brochure-showcase--2 tr,
.brochure-showcase--2 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .brochure-showcase--2 blockquote,
.brochure-showcase--2 .srr-wrap .srr-title,
.srr-wrap .brochure-showcase--2 .srr-title,
.brochure-showcase--2 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .brochure-showcase--2 .tabs__item,
.brochure-showcase--2 .hero--blog__content ol a,
.hero--blog__content ol .brochure-showcase--2 a,
.brochure-showcase--2 .blog-feed-embed .srr-title,
.blog-feed-embed .brochure-showcase--2 .srr-title,
.brochure-showcase--2 h5,
.brochure-showcase--2 .events-posts article .post-location,
.events-posts article .brochure-showcase--2 .post-location,
.brochure-showcase--2 .events-posts article .post-date,
.events-posts article .brochure-showcase--2 .post-date,
.brochure-showcase--2 .events-posts article .post-upcoming,
.events-posts article .brochure-showcase--2 .post-upcoming,
.brochure-showcase--2 .single-case_study .highlights span,
.single-case_study .highlights .brochure-showcase--2 span,
.brochure-showcase--2 .accordion-basic .heading,
.accordion-basic .brochure-showcase--2 .heading,
.brochure-showcase--2 .spine-heading .h5,
.spine-heading .brochure-showcase--2 .h5,
.brochure-showcase--2 .slidorion .accordion .heading,
.slidorion .accordion .brochure-showcase--2 .heading,
.brochure-showcase--2 .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .brochure-showcase--2 li,
.brochure-showcase--2 .tabs__heading--1 a,
.tabs__heading--1 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--2 a,
.tabs__heading--2 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--4 a,
.tabs__heading--4 .brochure-showcase--2 a,
.brochure-showcase--2 .tabs__heading--5 a,
.tabs__heading--5 .brochure-showcase--2 a,
.brochure-showcase--2 .hero--cs .post-location,
.hero--cs .brochure-showcase--2 .post-location,
.brochure-showcase--2 .hero--cs .post-date,
.hero--cs .brochure-showcase--2 .post-date,
.brochure-showcase--2 .hero--cs .post-upcoming,
.hero--cs .brochure-showcase--2 .post-upcoming,
.brochure-showcase--2 h6,
.brochure-showcase--2 .single-news .pr-tag,
.single-news .brochure-showcase--2 .pr-tag,
.brochure-showcase--2 .single-post .post-content .note,
.single-post .post-content .brochure-showcase--2 .note,
.brochure-showcase--2 .post-tags a,
.post-tags .brochure-showcase--2 a,
.brochure-showcase--2 .blog .post-category,
.blog .brochure-showcase--2 .post-category,
.brochure-showcase--2 .archive .post-category,
.archive .brochure-showcase--2 .post-category,
.brochure-showcase--2 .footer__alerts-link,
.brochure-showcase--2 p,
.brochure-showcase--2 li,
.brochure-showcase--2 label {
  color: #fff;
}
.brochure-showcase--2 svg {
  filter: invert(1);
}
.brochure-showcase--2 .brochure-media {
  margin-top: -4em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) {
  .brochure-showcase--2 .brochure-media {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}

.case-study-showcase {
  padding: 0.5em;
  overflow: hidden;
  background: #fff;
  display: block;
  transition: all 0.1s ease-in;
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .case-study-showcase {
    padding: 1.5rem;
    height: 100%;
  }
}
.case-study-showcase img {
  margin-bottom: 1.5rem;
}
.case-study-showcase:hover {
  background: #462872;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.case-study-showcase:hover a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.case-study-showcase:hover a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.case-study-showcase:hover h1,
.case-study-showcase:hover h2,
.case-study-showcase:hover h3,
.case-study-showcase:hover h4,
.case-study-showcase:hover .single-format-standard .post-content h1,
.single-format-standard .post-content .case-study-showcase:hover h1,
.case-study-showcase:hover .single-format-standard .post-content h2,
.single-format-standard .post-content .case-study-showcase:hover h2,
.case-study-showcase:hover .single-format-standard .post-content h3,
.single-format-standard .post-content .case-study-showcase:hover h3,
.case-study-showcase:hover .single-format-standard .post-content h4,
.single-format-standard .post-content .case-study-showcase:hover h4,
.case-study-showcase:hover .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .case-study-showcase:hover .srr-title,
.case-study-showcase:hover .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .case-study-showcase:hover .srr-title,
.case-study-showcase:hover .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .case-study-showcase:hover .tabs__item,
.case-study-showcase:hover .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .case-study-showcase:hover .tabs__item,
.case-study-showcase:hover .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .case-study-showcase:hover a,
.case-study-showcase:hover .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .case-study-showcase:hover a,
.case-study-showcase:hover .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .case-study-showcase:hover .srr-title,
.case-study-showcase:hover .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .case-study-showcase:hover .srr-title,
.case-study-showcase:hover .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .case-study-showcase:hover blockquote,
.case-study-showcase:hover .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .case-study-showcase:hover blockquote,
.case-study-showcase:hover .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .case-study-showcase:hover tr,
.case-study-showcase:hover .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .case-study-showcase:hover tr,
.case-study-showcase:hover .single-format-standard .post-content h5,
.case-study-showcase:hover .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .case-study-showcase:hover .single-format-standard .post-content .post-location,
.case-study-showcase:hover .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .case-study-showcase:hover .single-format-standard .post-content .post-date,
.case-study-showcase:hover .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .case-study-showcase:hover .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .case-study-showcase:hover h5,
.single-format-standard .post-content .case-study-showcase:hover .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .case-study-showcase:hover .post-location,
.single-format-standard .post-content .case-study-showcase:hover .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .case-study-showcase:hover .post-date,
.single-format-standard .post-content .case-study-showcase:hover .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .case-study-showcase:hover .post-upcoming,
.case-study-showcase:hover .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .case-study-showcase:hover a,
.case-study-showcase:hover .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .case-study-showcase:hover a,
.case-study-showcase:hover .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .case-study-showcase:hover a,
.case-study-showcase:hover .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .case-study-showcase:hover a,
.case-study-showcase:hover .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .case-study-showcase:hover .post-location,
.case-study-showcase:hover .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .case-study-showcase:hover .post-location,
.case-study-showcase:hover .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .case-study-showcase:hover .post-date,
.case-study-showcase:hover .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .case-study-showcase:hover .post-date,
.case-study-showcase:hover .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .case-study-showcase:hover .post-upcoming,
.case-study-showcase:hover .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .case-study-showcase:hover .post-upcoming,
.case-study-showcase:hover .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .case-study-showcase:hover li,
.case-study-showcase:hover .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .case-study-showcase:hover li,
.case-study-showcase:hover .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .case-study-showcase:hover p,
.case-study-showcase:hover .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .case-study-showcase:hover p,
.case-study-showcase:hover .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .case-study-showcase:hover .heading,
.case-study-showcase:hover .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .case-study-showcase:hover .heading,
.case-study-showcase:hover .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .case-study-showcase:hover .h5,
.case-study-showcase:hover .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .case-study-showcase:hover .h5,
.case-study-showcase:hover .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .case-study-showcase:hover .heading,
.case-study-showcase:hover .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .case-study-showcase:hover .heading,
.case-study-showcase:hover .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .case-study-showcase:hover span,
.case-study-showcase:hover .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .case-study-showcase:hover span,
.case-study-showcase:hover .pa thead tr,
.pa thead .case-study-showcase:hover tr,
.case-study-showcase:hover .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .case-study-showcase:hover blockquote,
.case-study-showcase:hover .srr-wrap .srr-title,
.srr-wrap .case-study-showcase:hover .srr-title,
.case-study-showcase:hover .tabs__heading--7 .tabs__item,
.tabs__heading--7 .case-study-showcase:hover .tabs__item,
.case-study-showcase:hover .hero--blog__content ol a,
.hero--blog__content ol .case-study-showcase:hover a,
.case-study-showcase:hover .blog-feed-embed .srr-title,
.blog-feed-embed .case-study-showcase:hover .srr-title,
.case-study-showcase:hover h5,
.case-study-showcase:hover .events-posts article .post-location,
.events-posts article .case-study-showcase:hover .post-location,
.case-study-showcase:hover .events-posts article .post-date,
.events-posts article .case-study-showcase:hover .post-date,
.case-study-showcase:hover .events-posts article .post-upcoming,
.events-posts article .case-study-showcase:hover .post-upcoming,
.case-study-showcase:hover .single-case_study .highlights span,
.single-case_study .highlights .case-study-showcase:hover span,
.case-study-showcase:hover .accordion-basic .heading,
.accordion-basic .case-study-showcase:hover .heading,
.case-study-showcase:hover .spine-heading .h5,
.spine-heading .case-study-showcase:hover .h5,
.case-study-showcase:hover .slidorion .accordion .heading,
.slidorion .accordion .case-study-showcase:hover .heading,
.case-study-showcase:hover .tabs__heading--1 a,
.tabs__heading--1 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--2 a,
.tabs__heading--2 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--4 a,
.tabs__heading--4 .case-study-showcase:hover a,
.case-study-showcase:hover .tabs__heading--5 a,
.tabs__heading--5 .case-study-showcase:hover a,
.case-study-showcase:hover .hero--cs .post-location,
.hero--cs .case-study-showcase:hover .post-location,
.case-study-showcase:hover .hero--cs .post-date,
.hero--cs .case-study-showcase:hover .post-date,
.case-study-showcase:hover .hero--cs .post-upcoming,
.hero--cs .case-study-showcase:hover .post-upcoming,
.case-study-showcase:hover h6,
.case-study-showcase:hover .single-news .pr-tag,
.single-news .case-study-showcase:hover .pr-tag,
.case-study-showcase:hover .single-post .post-content .note,
.single-post .post-content .case-study-showcase:hover .note,
.case-study-showcase:hover .post-tags a,
.post-tags .case-study-showcase:hover a,
.case-study-showcase:hover .blog .post-category,
.blog .case-study-showcase:hover .post-category,
.case-study-showcase:hover .archive .post-category,
.archive .case-study-showcase:hover .post-category,
.case-study-showcase:hover .footer__alerts-link,
.case-study-showcase:hover p,
.case-study-showcase:hover li,
.case-study-showcase:hover label {
  color: #fff;
}
.case-study-showcase:hover svg {
  filter: invert(1);
}
.case-study-showcase:hover img {
  background: #fff;
}

.carousel-wrap {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 0 3rem;
}
.carousel-wrap .features-carousel {
  padding: 0 3rem;
}
.carousel-wrap .features-carousel .row {
  width: calc(100% + 6rem);
  padding: 3rem;
  padding-top: 0;
  margin-bottom: -3rem;
  margin-left: -3rem;
  overflow: hidden;
}
.carousel-wrap .features-carousel .row &gt; .row {
  margin-bottom: 0;
}
.carousel-wrap .features-carousel img {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .features-carousel img {
    margin-bottom: 0;
  }
}
.carousel-wrap .features-carousel .slick-track {
  display: flex;
}
.carousel-wrap .features-carousel .slick-slide {
  height: inherit;
}
.carousel-wrap .features-carousel .row {
  height: 100%;
}
.carousel-wrap .features-carousel .alignright,
.carousel-wrap .features-carousel .alignleft {
  width: 4em;
}
.carousel-wrap .quotes-carousel blockquote {
  position: relative;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}
.carousel-wrap .quotes-carousel blockquote::before {
  position: absolute;
  content: "‘";
  color: #fff;
  font-size: 10em;
  opacity: 0.2;
  top: -0.3em;
  left: -0.05em;
  right: unset;
  font-style: italic;
}
.carousel-wrap .quotes-carousel blockquote::after {
  position: absolute;
  content: "‘";
  color: #fff;
  font-size: 10em;
  opacity: 0.5;
  top: -0.3em;
  left: -0.19em;
  right: unset;
  font-style: italic;
}
.carousel-wrap .quotes-carousel .quote_author {
  margin-top: 1.5rem;
  border-top: 2px solid #fff;
  padding-top: 1.5rem;
  font-size: 0.9em;
}
.carousel-wrap .quotes-carousel .quote_author strong {
  display: block;
}
.carousel-wrap .case-studies-carousel .slick-list {
  padding-bottom: 3rem;
}
.carousel-wrap .case-studies-carousel .slick-track {
  display: flex !important;
}
.carousel-wrap .case-studies-carousel .slick-slide {
  height: inherit !important;
}
.carousel-wrap .case-studies-carousel article {
  margin: 0 1.5rem;
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .case-studies-carousel article {
    padding: 1.5rem;
    height: 100%;
  }
}
.carousel-wrap .case-studies-carousel article:hover {
  background: #fff;
  box-shadow: none;
}
.carousel-wrap .case-studies-carousel .post-thumbnail {
  margin: -3rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  height: 15em;
}
.carousel-wrap .case-studies-carousel .post-thumbnail img {
  width: 100%;
}
.carousel-wrap .case-studies-carousel .post-thumbnail::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: #462872;
  opacity: 0.5;
}
.carousel-wrap .case-studies-carousel .post-logo {
  position: absolute;
  z-index: 100000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-wrap .case-studies-carousel .post-logo img {
  max-width: 200px;
  max-height: 90px;
  height: auto;
  width: auto;
}
.carousel-wrap .case-studies-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel-wrap .case-studies-carousel .slick-dots li {
  margin: 0 0.35rem;
}
.carousel-wrap .case-studies-carousel .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
}
.carousel-wrap .case-studies-carousel .slick-dots li.slick-active button {
  background-color: #424446;
}
.carousel-wrap .winners-carousel-autoplay {
  display: none;
}
.carousel-wrap .winners-carousel-autoplay .slick-list {
  padding-bottom: 3rem;
  overflow: visible;
}
.carousel-wrap .winners-carousel-autoplay .item {
  opacity: 0;
  margin: 0 3rem;
  border-radius: 6px;
}
.carousel-wrap .winners-carousel-autoplay .item.slick-active {
  opacity: 1;
  box-shadow: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.carousel-wrap .winners-carousel-autoplay .slick-track {
  display: flex !important;
}
.carousel-wrap .winners-carousel-autoplay .slick-slide {
  height: inherit !important;
}
.carousel-wrap .winners-carousel-autoplay .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 700px;
}
.carousel-wrap .winners-carousel-autoplay .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-wrap .winners-carousel-autoplay .winner-name {
  background: #fff;
  position: absolute;
  bottom: 5rem;
  text-align: center;
  padding: 0.7rem 3rem;
  margin-left: -5rem;
  border-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.carousel-wrap .winners-carousel-autoplay .winner-name:before, .carousel-wrap .winners-carousel-autoplay .winner-name:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("http://www.yuja.com/wp-content/uploads/l-win.svg");
  background-size: cover;
  width: 101px;
  height: 128px;
  margin-bottom: -1rem;
  margin-left: -3rem;
}
.carousel-wrap .winners-carousel-autoplay .winner-name:after {
  right: 0;
  left: auto;
  background-image: url("http://www.yuja.com/wp-content/uploads/r-win.svg");
  margin-left: 0;
  margin-right: -3rem;
}
.carousel-wrap .winners-carousel-autoplay .winner-name h4, .carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content h1, .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name h1,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content h2,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name h2,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content h3,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name h3,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content h5,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .post-location,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .post-date,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name h5,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .post-location,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .post-date,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .post-upcoming,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name a,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .carousel-wrap .winners-carousel-autoplay .winner-name .post-location,
.carousel-wrap .winners-carousel-autoplay .winner-name .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .post-location,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .carousel-wrap .winners-carousel-autoplay .winner-name .post-date,
.carousel-wrap .winners-carousel-autoplay .winner-name .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .post-date,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .carousel-wrap .winners-carousel-autoplay .winner-name .post-upcoming,
.carousel-wrap .winners-carousel-autoplay .winner-name .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .post-upcoming,
.single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .winners-carousel-autoplay .winner-name li,
.carousel-wrap .winners-carousel-autoplay .winner-name .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .winners-carousel-autoplay .winner-name li,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .carousel-wrap .winners-carousel-autoplay .winner-name p,
.carousel-wrap .winners-carousel-autoplay .winner-name .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name p,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .carousel-wrap .winners-carousel-autoplay .winner-name .heading,
.carousel-wrap .winners-carousel-autoplay .winner-name .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .heading,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .carousel-wrap .winners-carousel-autoplay .winner-name .h5,
.carousel-wrap .winners-carousel-autoplay .winner-name .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .h5,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .carousel-wrap .winners-carousel-autoplay .winner-name .heading,
.carousel-wrap .winners-carousel-autoplay .winner-name .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name .heading,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .carousel-wrap .winners-carousel-autoplay .winner-name span,
.carousel-wrap .winners-carousel-autoplay .winner-name .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .carousel-wrap .winners-carousel-autoplay .winner-name span, .carousel-wrap .winners-carousel-autoplay .winner-name .pa thead tr, .pa thead .carousel-wrap .winners-carousel-autoplay .winner-name tr, .carousel-wrap .winners-carousel-autoplay .winner-name .srr-wrap .srr-title, .srr-wrap .carousel-wrap .winners-carousel-autoplay .winner-name .srr-title, .carousel-wrap .winners-carousel-autoplay .winner-name .tabs__heading--7 .tabs__item, .tabs__heading--7 .carousel-wrap .winners-carousel-autoplay .winner-name .tabs__item, .carousel-wrap .winners-carousel-autoplay .winner-name .hero--blog__content ol a, .hero--blog__content ol .carousel-wrap .winners-carousel-autoplay .winner-name a, .carousel-wrap .winners-carousel-autoplay .winner-name .blog-feed-embed .srr-title, .blog-feed-embed .carousel-wrap .winners-carousel-autoplay .winner-name .srr-title, .carousel-wrap .winners-carousel-autoplay .winner-name .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .winners-carousel-autoplay .winner-name blockquote {
  margin: 0;
}
.carousel-wrap .winners-carousel-autoplay .winner-name span {
  display: block;
  font-weight: 400;
  font-size: 85%;
  color: #424446;
}
.carousel-wrap .winners-carousel-autoplay .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel-wrap .winners-carousel-autoplay .slick-dots li {
  margin: 0 0.35rem;
}
.carousel-wrap .winners-carousel-autoplay .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-indent: -9999px;
}
.carousel-wrap .winners-carousel-autoplay .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.9);
}
.carousel-wrap .homeage-case-studies .slick-list {
  padding-bottom: 3rem;
  overflow: visible;
}
.carousel-wrap .homeage-case-studies .item {
  opacity: 0.2;
  margin: 0 3rem;
  border-radius: 6px;
}
.carousel-wrap .homeage-case-studies .item.slick-active {
  opacity: 1;
  box-shadow: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.carousel-wrap .homeage-case-studies .slick-track {
  display: flex !important;
}
.carousel-wrap .homeage-case-studies .slick-slide {
  height: inherit !important;
}
.carousel-wrap .homeage-case-studies article {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  height: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.carousel-wrap .homeage-case-studies article h3 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .homeage-case-studies article {
    height: 100%;
  }
}
.carousel-wrap .homeage-case-studies article:hover {
  background: #fff;
  box-shadow: none;
}
.carousel-wrap .homeage-case-studies .post-thumbnail {
  flex: 1;
  height: 30rem;
  padding: 3rem 1.5rem;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .carousel-wrap .homeage-case-studies .post-thumbnail {
    padding: 3rem;
    height: 100%;
    width: 40%;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: #462872;
  }
}
.carousel-wrap .homeage-case-studies .post-thumbnail &gt; img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-wrap .homeage-case-studies .post-thumbnail::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: #462872;
  opacity: 0.75;
}
.carousel-wrap .homeage-case-studies .post-thumbnail-content {
  position: absolute;
  z-index: 100000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.carousel-wrap .homeage-case-studies .post-thumbnail-content a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.carousel-wrap .homeage-case-studies .post-thumbnail-content a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.carousel-wrap .homeage-case-studies .post-thumbnail-content h4, .carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content h1, .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content h1,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content h2,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content h2,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content h3,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content h3,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content h5,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .post-location,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .post-date,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content h5,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-location,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-date,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-upcoming,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content a,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-location,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-location,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-date,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-date,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-upcoming,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .post-upcoming,
.single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .homeage-case-studies .post-thumbnail-content li,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .homeage-case-studies .post-thumbnail-content li,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .carousel-wrap .homeage-case-studies .post-thumbnail-content p,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content p,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .carousel-wrap .homeage-case-studies .post-thumbnail-content .heading,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .heading,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .carousel-wrap .homeage-case-studies .post-thumbnail-content .h5,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .h5,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .carousel-wrap .homeage-case-studies .post-thumbnail-content .heading,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content .heading,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .carousel-wrap .homeage-case-studies .post-thumbnail-content span,
.carousel-wrap .homeage-case-studies .post-thumbnail-content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .carousel-wrap .homeage-case-studies .post-thumbnail-content span, .carousel-wrap .homeage-case-studies .post-thumbnail-content .pa thead tr, .pa thead .carousel-wrap .homeage-case-studies .post-thumbnail-content tr, .carousel-wrap .homeage-case-studies .post-thumbnail-content .srr-wrap .srr-title, .srr-wrap .carousel-wrap .homeage-case-studies .post-thumbnail-content .srr-title, .carousel-wrap .homeage-case-studies .post-thumbnail-content .tabs__heading--7 .tabs__item, .tabs__heading--7 .carousel-wrap .homeage-case-studies .post-thumbnail-content .tabs__item, .carousel-wrap .homeage-case-studies .post-thumbnail-content .hero--blog__content ol a, .hero--blog__content ol .carousel-wrap .homeage-case-studies .post-thumbnail-content a, .carousel-wrap .homeage-case-studies .post-thumbnail-content .blog-feed-embed .srr-title, .blog-feed-embed .carousel-wrap .homeage-case-studies .post-thumbnail-content .srr-title, .carousel-wrap .homeage-case-studies .post-thumbnail-content .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .homeage-case-studies .post-thumbnail-content blockquote {
  color: #fff;
}
.carousel-wrap .homeage-case-studies .contain img {
  max-width: 250px;
  max-height: 40px;
  height: auto;
  width: auto;
  margin-bottom: 1.5rem;
}
.carousel-wrap .homeage-case-studies .content {
  display: none;
  padding: 3rem 5%;
  position: relative;
  align-self: center;
}
@media only screen and (min-width: 1023px) {
  .carousel-wrap .homeage-case-studies .content {
    display: block;
    width: 50%;
  }
}
.carousel-wrap .homeage-case-studies .testimonial-author {
  font-size: 80%;
  opacity: 0.8;
  padding-left: 30px;
}
.carousel-wrap .homeage-case-studies .testimonial-author:before {
  content: "—";
  margin-left: -30px;
  position: absolute;
}
.carousel-wrap .homeage-case-studies .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel-wrap .homeage-case-studies .slick-dots li {
  margin: 0 0.35rem;
}
.carousel-wrap .homeage-case-studies .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-indent: -9999px;
}
.carousel-wrap .homeage-case-studies .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.9);
}
.carousel-wrap #carousel-play-pause-homeage-case-studies {
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  outline: none;
}
.carousel-wrap #carousel-play-pause-homeage-case-studies:hover {
  border: 1px solid #462872;
}
.carousel-wrap #carousel-play-pause-homeage-case-studies:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.carousel-wrap #carousel-play-pause-homeage-case-studies svg {
  width: 14px;
}
.carousel-wrap #carousel-play-pause-homeage-case-studies svg path {
  fill: #472872;
}
.carousel-wrap .news-slider-controls-buttons {
  width: 7rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, 0);
  display: flex;
  width: 8rem;
  gap: 0.5rem;
}
.carousel-wrap .news-slider-controls-buttons .arrow,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  outline: none;
}
.carousel-wrap .news-slider-controls-buttons .arrow:focus,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.carousel-wrap .news-slider-controls-buttons .arrow-left, .carousel-wrap .news-slider-controls-buttons .arrow-left--2, .carousel-wrap .news-slider-controls-buttons .arrow-left--3,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause-left,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause-left--2,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause-left--3 {
  margin-left: -1em;
}
.carousel-wrap .news-slider-controls-buttons .arrow-right, .carousel-wrap .news-slider-controls-buttons .arrow-right--2, .carousel-wrap .news-slider-controls-buttons .arrow-right--3,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause-right,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause-right--2,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause-right--3 {
  right: 0;
  margin-right: -1em;
}
.carousel-wrap .news-slider-controls-buttons .arrow svg,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause svg {
  filter: invert(0);
}
.carousel-wrap .news-slider-controls-buttons .arrow svg path,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause svg path {
  fill: #fff;
}
.carousel-wrap .news-slider-controls-buttons .arrow svg path:hover,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause svg path:hover {
  background: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.carousel-wrap .news-slider-controls-buttons .arrow svg path:hover svg path,
.carousel-wrap .news-slider-controls-buttons #carousel-play-pause svg path:hover svg path {
  fill: #086472;
}
.carousel-wrap .home-news-carousel .slick-list {
  padding-top: 1.5rem !important;
  padding-bottom: 3rem !important;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .home-news-carousel .slick-list {
    padding-bottom: 4rem !important;
  }
}
@media only screen and (min-width: 1260px) {
  .carousel-wrap .home-news-carousel .slick-list {
    padding-bottom: 7rem !important;
  }
}
.carousel-wrap .home-news-carousel .slick-list:after, .carousel-wrap .home-news-carousel .slick-list:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 10vw;
  z-index: 2;
}
.carousel-wrap .home-news-carousel .slick-track {
  display: flex !important;
}
.carousel-wrap .home-news-carousel .slick-slide {
  height: inherit !important;
}
.carousel-wrap .home-news-carousel a {
  margin: 0 1.5rem;
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  border: 1px solid #f7f8f9;
  text-align: left;
  overflow: hidden;
  font-size: 70%;
  color: #424446;
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .home-news-carousel a {
    padding: 1.5rem;
    height: 100%;
  }
}
.carousel-wrap .home-news-carousel a:hover {
  border-color: #e4e8eb;
  box-shadow: none;
}
.carousel-wrap .home-news-carousel h5, .carousel-wrap .home-news-carousel .events-posts article .post-location, .events-posts article .carousel-wrap .home-news-carousel .post-location,
.carousel-wrap .home-news-carousel .events-posts article .post-date,
.events-posts article .carousel-wrap .home-news-carousel .post-date,
.carousel-wrap .home-news-carousel .events-posts article .post-upcoming,
.events-posts article .carousel-wrap .home-news-carousel .post-upcoming, .carousel-wrap .home-news-carousel .single-case_study .highlights span, .single-case_study .highlights .carousel-wrap .home-news-carousel span, .carousel-wrap .home-news-carousel .accordion-basic .heading, .accordion-basic .carousel-wrap .home-news-carousel .heading, .carousel-wrap .home-news-carousel .spine-heading .h5, .spine-heading .carousel-wrap .home-news-carousel .h5, .carousel-wrap .home-news-carousel .slidorion .accordion .heading, .slidorion .accordion .carousel-wrap .home-news-carousel .heading, .carousel-wrap .home-news-carousel .institutions-logos p, .institutions-logos .carousel-wrap .home-news-carousel p, .carousel-wrap .home-news-carousel .carousel-indicators li, .carousel-wrap .carousel-indicators .home-news-carousel li, .carousel-wrap .home-news-carousel .tabs__heading--1 a, .tabs__heading--1 .carousel-wrap .home-news-carousel a, .carousel-wrap .home-news-carousel .tabs__heading--2 a, .tabs__heading--2 .carousel-wrap .home-news-carousel a, .carousel-wrap .home-news-carousel .tabs__heading--4 a, .tabs__heading--4 .carousel-wrap .home-news-carousel a, .carousel-wrap .home-news-carousel .tabs__heading--5 a, .tabs__heading--5 .carousel-wrap .home-news-carousel a, .carousel-wrap .home-news-carousel .hero--cs .post-location, .hero--cs .carousel-wrap .home-news-carousel .post-location,
.carousel-wrap .home-news-carousel .hero--cs .post-date,
.hero--cs .carousel-wrap .home-news-carousel .post-date,
.carousel-wrap .home-news-carousel .hero--cs .post-upcoming,
.hero--cs .carousel-wrap .home-news-carousel .post-upcoming {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 1em;
  margin-top: 0.5rem;
}
.carousel-wrap .home-news-carousel img {
  width: 140px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .home-news-carousel img {
    width: 170px;
    height: 60px;
  }
}
.carousel-wrap .home-news-carousel img[src$=".jpg"],
.carousel-wrap .home-news-carousel img[src$=".png"] {
  mix-blend-mode: multiply;
}
.carousel-wrap .homepage-carousel {
  width: 700px;
  max-width: 100%;
  margin: auto;
}
.carousel-wrap .homepage-carousel .slick-list {
  padding-bottom: 4rem;
}
.carousel-wrap .homepage-carousel .slick-track {
  display: flex !important;
}
.carousel-wrap .homepage-carousel .slick-slide {
  height: inherit !important;
  margin-top: 3rem;
}
@media only screen and (min-width: 1100px) {
  .carousel-wrap .homepage-carousel .slick-slide {
    margin-top: 0;
  }
  .carousel-wrap .homepage-carousel .slick-slide:nth-child(even) {
    transform: translateY(30px);
  }
}
.carousel-wrap .homepage-carousel .slick-dots {
  position: absolute;
  right: 0;
  flex-direction: column;
  top: 0;
  bottom: 0;
  margin-right: -1rem !important;
}
.carousel-wrap .homepage-carousel .slick-dots li {
  margin: 0.35rem 0 !important;
}
.carousel-wrap .homepage-carousel article {
  margin: 0 1rem;
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .homepage-carousel article {
    padding: 1rem;
    height: 100%;
  }
}
.carousel-wrap .homepage-carousel article:hover {
  box-shadow: none;
}
.carousel-wrap .homepage-carousel .post-thumbnail {
  margin: -3rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  height: 10em;
  position: relative;
}
.carousel-wrap .homepage-carousel p {
  position: relative;
}
.carousel-wrap .homepage-carousel p:after {
  content: " ";
  position: absolute;
  background: url("http://www.yuja.com/wp-content/uploads/quotes-carousel-1.svg");
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.carousel-wrap .homepage-carousel .post-logo img {
  width: 140px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .homepage-carousel .post-logo img {
    width: 160px;
    height: 60px;
  }
}
.carousel-wrap .homepage-carousel .post-logo img[src$=".jpg"],
.carousel-wrap .homepage-carousel .post-logo img[src$=".png"] {
  mix-blend-mode: multiply;
}
.carousel-wrap .homepage-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel-wrap .homepage-carousel .slick-dots li {
  margin: 0 0.35rem;
}
.carousel-wrap .homepage-carousel .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ddd;
  text-indent: -9999px;
}
.carousel-wrap .homepage-carousel .slick-dots li.slick-active button {
  background-color: #424446;
}
.carousel-wrap .case-study-carousel {
  max-width: 100%;
  margin: auto;
}
.carousel-wrap .case-study-carousel .slick-list {
  padding-bottom: 4rem;
}
.carousel-wrap .case-study-carousel .slick-track {
  display: flex !important;
}
.carousel-wrap .case-study-carousel .slick-slide {
  height: inherit !important;
  margin-top: 3rem;
}
@media only screen and (min-width: 1100px) {
  .carousel-wrap .case-study-carousel .slick-slide {
    margin-top: 0;
  }
  .carousel-wrap .case-study-carousel .slick-slide:nth-child(even) {
    transform: translateY(30px);
  }
}
.carousel-wrap .case-study-carousel .slick-dots {
  position: absolute;
  right: 0;
  flex-direction: column;
  top: 0;
  bottom: 0;
  margin-right: -1rem !important;
}
.carousel-wrap .case-study-carousel .slick-dots li {
  margin: 0.35rem 0 !important;
}
.carousel-wrap .case-study-carousel article {
  margin: 0 1rem;
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .case-study-carousel article {
    padding: 1rem;
    height: 100%;
  }
}
.carousel-wrap .case-study-carousel article:hover {
  box-shadow: none;
}
.carousel-wrap .case-study-carousel .post-thumbnail {
  margin: -3rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  height: 15em;
  position: relative;
}
.carousel-wrap .case-study-carousel p {
  position: relative;
}
.carousel-wrap .case-study-carousel p:after {
  content: " ";
  position: absolute;
  background: url("http://www.yuja.com/wp-content/uploads/quotes-carousel-1.svg");
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}
.carousel-wrap .case-study-carousel .post-logo img {
  width: 140px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .case-study-carousel .post-logo img {
    width: 170px;
    height: 40px;
  }
}
.carousel-wrap .case-study-carousel .post-logo img[src$=".jpg"],
.carousel-wrap .case-study-carousel .post-logo img[src$=".png"] {
  mix-blend-mode: multiply;
}
.carousel-wrap .case-study-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel-wrap .case-study-carousel .slick-dots li {
  margin: 0 0.35rem;
}
.carousel-wrap .case-study-carousel .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ddd;
  text-indent: -9999px;
}
.carousel-wrap .case-study-carousel .slick-dots li.slick-active button {
  background-color: #424446;
}
.carousel-wrap .latest-news-carousel {
  display: none;
}
.carousel-wrap .latest-news-carousel article {
  background: #030303;
  overflow: hidden;
  text-align: center;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 6px;
}
.carousel-wrap .latest-news-carousel article:hover {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  z-index: 1000;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .latest-news-carousel article {
    padding: 2rem;
  }
}
.carousel-wrap .latest-news-carousel article .post-thumbnail {
  position: relative;
  max-height: 13em;
  min-height: 13em;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .latest-news-carousel article .post-thumbnail {
    margin-bottom: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: -3rem;
  }
}
.carousel-wrap .latest-news-carousel article .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.carousel-wrap .latest-news-carousel article .carousel-play-pause {
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  outline: none;
}
.carousel-wrap .latest-news-carousel article .post-date {
  color: #fff;
  font-size: 90%;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}
.carousel-wrap .latest-news-carousel article .post-logo {
  overflow: hidden;
  height: 5em;
  width: 13em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  max-width: 100%;
}
.carousel-wrap .latest-news-carousel article .post-logo img {
  max-height: 100%;
  width: auto;
}
.carousel-wrap .latest-news-carousel article .button--outline--white {
  margin-right: 1.5rem;
}
.carousel-wrap .latest-news-carousel article a {
  color: #fff;
  transform: scale(0.8);
}
.carousel-wrap .latest-news-carousel article .post-links {
  margin-top: auto;
}
.carousel-wrap .latest-news-carousel article .button--underline--white {
  z-index: 1000;
}
.carousel-wrap .latest-news-carousel .col-md-6 {
  margin-bottom: 3rem;
}
.carousel-wrap #carousel-play-pause-news {
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  outline: none;
}
.carousel-wrap #carousel-play-pause-news:hover {
  border: 1px solid #462872;
}
.carousel-wrap #carousel-play-pause-news:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.carousel-wrap #carousel-play-pause-news svg {
  width: 14px;
}
.carousel-wrap .latest-news-carousel-horizontal,
.carousel-wrap .video-content-carousel {
  display: none;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.carousel-wrap .latest-news-carousel-horizontal article,
.carousel-wrap .video-content-carousel article {
  background: #fff;
  overflow: hidden;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  transition: all 0.2s ease-in;
}
.carousel-wrap .latest-news-carousel-horizontal article .content,
.carousel-wrap .video-content-carousel article .content {
  padding: 1.5rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-wrap .latest-news-carousel-horizontal article .post-thumbnail,
.carousel-wrap .video-content-carousel article .post-thumbnail {
  width: 40%;
  position: relative;
  max-height: 20em;
  min-height: 20em;
  overflow: hidden;
}
.carousel-wrap .latest-news-carousel-horizontal article .post-thumbnail img,
.carousel-wrap .video-content-carousel article .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.carousel-wrap .latest-news-carousel-horizontal article .post-date,
.carousel-wrap .video-content-carousel article .post-date {
  font-size: 90%;
  opacity: 0.9;
  margin-bottom: 0;
}
.carousel-wrap .latest-news-carousel-horizontal article .post-logo,
.carousel-wrap .video-content-carousel article .post-logo {
  overflow: hidden;
  height: 4em;
  width: 11em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.carousel-wrap .latest-news-carousel-horizontal article .post-logo img,
.carousel-wrap .video-content-carousel article .post-logo img {
  max-height: 100%;
  width: auto;
}
.carousel-wrap .latest-news-carousel-horizontal article .button--outline--white,
.carousel-wrap .video-content-carousel article .button--outline--white {
  margin-right: 1.5rem;
}
.carousel-wrap .latest-news-carousel-horizontal article a,
.carousel-wrap .video-content-carousel article a {
  text-decoration: none;
  color: #462872;
  font-weight: 700;
}
.carousel-wrap .latest-news-carousel-horizontal article .post-links,
.carousel-wrap .video-content-carousel article .post-links {
  margin-top: auto;
}
.carousel-wrap .latest-news-carousel-horizontal article .button--underline--white,
.carousel-wrap .video-content-carousel article .button--underline--white {
  z-index: 1000;
}
.carousel-wrap .latest-news-carousel-horizontal .col-md-6,
.carousel-wrap .video-content-carousel .col-md-6 {
  margin-bottom: 3rem;
}
.carousel-wrap .slider-controls-buttons.latest-news {
  position: relative;
  top: 80%;
  left: auto;
  transform: none;
  margin: auto;
  z-index: 100000;
  display: block;
  margin-top: -70px;
  height: 60px;
  width: 130px;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .slider-controls-buttons.latest-news {
    left: 40px;
    position: absolute;
    margin-top: 0;
  }
}
.carousel-wrap .slider-controls-buttons.latest-news:before {
  content: " ";
  background: #462872;
  position: absolute;
  z-index: 0;
  width: 180px;
  height: 60px;
  display: block;
  margin: -5px -25px;
  border-radius: 100px;
  opacity: 0.8;
}
.carousel-wrap .slider-controls-buttons.latest-news .carousel-play-pause {
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  outline: none;
}
.carousel-wrap .slider-controls-buttons.latest-news .carousel-play-pause:hover {
  border: 1px solid #462872;
}
.carousel-wrap .slider-controls-buttons.latest-news .carousel-play-pause:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.carousel-wrap .slider-controls-buttons.latest-news .carousel-play-pause svg {
  width: 14px;
}
.carousel-wrap .slider-controls-buttons.latest-news .carousel-play-pause svg path {
  fill: #472872;
}
.carousel-wrap .slider-controls-buttons.latest-news .arrow {
  opacity: 1;
}
.carousel-wrap .slider-controls-buttons.latest-news-widget {
  width: 9rem;
}
.carousel-wrap .slider-controls-buttons.latest-news-widget .arrow,
.carousel-wrap .slider-controls-buttons.latest-news-widget .carousel-play-pause {
  background: #424446;
}
.carousel-wrap .slider-controls-buttons.latest-news-widget svg path {
  fill: #fff !important;
}
.carousel-wrap .logos-carousel, .carousel-wrap .logos-carousel-2 {
  min-height: 50px;
}
.carousel-wrap .logos-carousel .slick-track, .carousel-wrap .logos-carousel-2 .slick-track {
  display: flex !important;
}
.carousel-wrap .logos-carousel .slick-slide, .carousel-wrap .logos-carousel-2 .slick-slide {
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-wrap .logos-carousel a, .carousel-wrap .logos-carousel-2 a {
  border-bottom: none !important;
}
.carousel-wrap .logos-carousel img, .carousel-wrap .logos-carousel-2 img {
  opacity: 0.8;
  transition: all 0.5s ease-out;
  width: 140px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .logos-carousel img, .carousel-wrap .logos-carousel-2 img {
    width: 150px;
    height: 50px;
  }
}
.carousel-wrap .logos-carousel img[src$=".jpg"], .carousel-wrap .logos-carousel-2 img[src$=".jpg"],
.carousel-wrap .logos-carousel img[src$=".png"],
.carousel-wrap .logos-carousel-2 img[src$=".png"] {
  mix-blend-mode: multiply;
}
.carousel-wrap .logos-carousel img:hover, .carousel-wrap .logos-carousel-2 img:hover {
  transform: scale(0.9);
  opacity: 1;
}
.carousel-wrap .testimonials-carousel {
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .testimonials-carousel {
    width: 70%;
  }
}
.carousel-wrap .testimonials-carousel p {
  font-size: 120%;
  text-align: center;
}
.carousel-wrap .testimonials-carousel-nav {
  min-height: 50px;
  margin-top: 1.5rem;
}
.carousel-wrap .testimonials-carousel-nav .slick-track {
  display: flex !important;
}
.carousel-wrap .testimonials-carousel-nav .slick-slide {
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-wrap .testimonials-carousel-nav a {
  border-bottom: none !important;
}
.carousel-wrap .testimonials-carousel-nav img {
  opacity: 0.5;
  transition: all 0.5s ease-out;
  filter: invert(1);
  width: 140px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.8);
}
@media only screen and (min-width: 767px) {
  .carousel-wrap .testimonials-carousel-nav img {
    width: 170px;
    height: 60px;
  }
}
.carousel-wrap .testimonials-carousel-nav img[src$=".jpg"],
.carousel-wrap .testimonials-carousel-nav img[src$=".png"] {
  mix-blend-mode: multiply;
}
.carousel-wrap .testimonials-carousel-nav .slick-current img {
  transform: scale(1);
  opacity: 1;
}
.carousel-wrap .carousel-indicators {
  display: none;
  padding-left: 0;
}
.carousel-wrap .carousel-indicators li {
  padding: 0.6em;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-right: 0.5em;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
}
.carousel-wrap .carousel-indicators li:hover, .carousel-wrap .carousel-indicators li.slick-current {
  background: rgba(0, 0, 0, 0.5);
}
.carousel-wrap .slider-controls-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.carousel-wrap .slider-controls-buttons .arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #086472;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  outline: none;
}
.carousel-wrap .slider-controls-buttons .arrow:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.carousel-wrap .slider-controls-buttons .arrow-left, .carousel-wrap .slider-controls-buttons .arrow-left--2, .carousel-wrap .slider-controls-buttons .arrow-left--3 {
  margin-left: -1em;
}
.carousel-wrap .slider-controls-buttons .arrow-right, .carousel-wrap .slider-controls-buttons .arrow-right--2, .carousel-wrap .slider-controls-buttons .arrow-right--3 {
  right: 0;
  margin-right: -1em;
}
.carousel-wrap .slider-controls-buttons .arrow svg {
  filter: invert(0);
}
.carousel-wrap .slider-controls-buttons .arrow svg path {
  fill: #fff;
}
.carousel-wrap .slider-controls-buttons .arrow svg path:hover {
  background: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.carousel-wrap .slider-controls-buttons .arrow svg path:hover svg path {
  fill: #086472;
}

.winners-slider-controls-buttons {
  bottom: 0;
  right: 0;
  position: absolute;
  margin-right: 9rem;
  display: flex;
  gap: 12px;
  margin-bottom: -16px;
  z-index: 1000;
}
.winners-slider-controls-buttons .arrow,
.winners-slider-controls-buttons .carousel-play-pause {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e4e8eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  outline: none;
}
.winners-slider-controls-buttons .arrow:hover,
.winners-slider-controls-buttons .carousel-play-pause:hover {
  border: 1px solid #462872;
}
.winners-slider-controls-buttons .arrow:focus,
.winners-slider-controls-buttons .carousel-play-pause:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.winners-slider-controls-buttons .arrow-right--2,
.winners-slider-controls-buttons .carousel-play-pause-right--2 {
  right: 0;
  margin-right: -3em;
}
.winners-slider-controls-buttons .carousel-play-pause svg {
  width: 14px;
}
.winners-slider-controls-buttons .carousel-play-pause svg path {
  fill: #472872;
}

.carousel-wrap .features-carousel--hero {
  background: #fff;
  padding: 0 1.5rem;
  border-radius: 4px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.carousel-wrap .features-carousel--hero .item {
  margin: 1.5rem 0.5em;
}

.carousel-wrap .features-carousel--hero .item .icon {
  width: 36px;
  height: 36px;
  margin-bottom: 0;
}

.carousel-wrap .features-carousel--hero .item h4, .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h1, .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h1,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h2,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h2,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h3,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h3,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h4,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h4,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .carousel-wrap .features-carousel--hero .item .srr-title,
.carousel-wrap .features-carousel--hero .item .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .srr-title,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .carousel-wrap .features-carousel--hero .item .tabs__item,
.carousel-wrap .features-carousel--hero .item .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .tabs__item,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .carousel-wrap .features-carousel--hero .item .srr-title,
.carousel-wrap .features-carousel--hero .item .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .srr-title,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .features-carousel--hero .item blockquote,
.carousel-wrap .features-carousel--hero .item .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .features-carousel--hero .item blockquote,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .carousel-wrap .features-carousel--hero .item tr,
.carousel-wrap .features-carousel--hero .item .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item tr,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h5,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-location,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-date,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h5,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-location,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-date,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-upcoming,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .carousel-wrap .features-carousel--hero .item .post-location,
.carousel-wrap .features-carousel--hero .item .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-location,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .carousel-wrap .features-carousel--hero .item .post-date,
.carousel-wrap .features-carousel--hero .item .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-date,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .carousel-wrap .features-carousel--hero .item .post-upcoming,
.carousel-wrap .features-carousel--hero .item .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-upcoming,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .features-carousel--hero .item li,
.carousel-wrap .features-carousel--hero .item .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .features-carousel--hero .item li,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .carousel-wrap .features-carousel--hero .item p,
.carousel-wrap .features-carousel--hero .item .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item p,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .carousel-wrap .features-carousel--hero .item .heading,
.carousel-wrap .features-carousel--hero .item .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .heading,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .carousel-wrap .features-carousel--hero .item .h5,
.carousel-wrap .features-carousel--hero .item .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .h5,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .carousel-wrap .features-carousel--hero .item .heading,
.carousel-wrap .features-carousel--hero .item .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .heading,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .carousel-wrap .features-carousel--hero .item span,
.carousel-wrap .features-carousel--hero .item .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item span, .carousel-wrap .features-carousel--hero .item .tabs__heading--7 .tabs__item, .tabs__heading--7 .carousel-wrap .features-carousel--hero .item .tabs__item, .carousel-wrap .features-carousel--hero .item .hero--blog__content ol a, .hero--blog__content ol .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .srr-wrap .srr-title,
.srr-wrap .carousel-wrap .features-carousel--hero .item .srr-title,
.carousel-wrap .features-carousel--hero .item .blog-feed-embed .srr-title,
.blog-feed-embed .carousel-wrap .features-carousel--hero .item .srr-title,
.carousel-wrap .features-carousel--hero .item .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .features-carousel--hero .item blockquote,
.carousel-wrap .features-carousel--hero .item .pa thead tr,
.pa thead .carousel-wrap .features-carousel--hero .item tr,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h1,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h1,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h2,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h2,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h3,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h3,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .single-case_study .last-review blockquote,
.single-format-standard .post-content .single-case_study .last-review .carousel-wrap .features-carousel--hero .item blockquote,
.carousel-wrap .features-carousel--hero .item .single-case_study .last-review .single-format-standard .post-content blockquote,
.single-case_study .last-review .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item blockquote,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content h5,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-location,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-date,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-upcoming,
.single-case_study .highlights .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content span,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .accordion-basic .heading,
.accordion-basic .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .heading,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .spine-heading .h5,
.spine-heading .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .h5,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .slidorion .accordion .heading,
.slidorion .accordion .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .heading,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .institutions-logos p,
.institutions-logos .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content p,
.tabs__heading--1 .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content a,
.tabs__heading--2 .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content a,
.tabs__heading--4 .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--5 a,
.tabs__heading--5 .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--cs .post-location,
.hero--cs .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-location,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--cs .post-date,
.hero--cs .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-date,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .hero--cs .post-upcoming,
.hero--cs .carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .post-upcoming,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .carousel-indicators li,
.carousel-wrap .carousel-indicators .features-carousel--hero .item .single-format-standard .post-content li,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item h5,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-location,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-date,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-upcoming,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .single-case_study .highlights span,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .heading,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .spine-heading .h5,
.spine-heading .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .h5,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .heading,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .institutions-logos p,
.institutions-logos .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item p,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .tabs__heading--1 a,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .tabs__heading--2 a,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .tabs__heading--4 a,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .hero--cs .post-location,
.hero--cs .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-location,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .hero--cs .post-date,
.hero--cs .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-date,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .post-upcoming,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .carousel-wrap .features-carousel--hero .item a,
.carousel-wrap .features-carousel--hero .item .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item a,
.single-format-standard .post-content .carousel-wrap .features-carousel--hero .item .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .features-carousel--hero .item li,
.carousel-wrap .features-carousel--hero .item .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .features-carousel--hero .item li,
.carousel-wrap .features-carousel--hero .item .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .carousel-wrap .features-carousel--hero .item span,
.carousel-wrap .features-carousel--hero .item .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .carousel-wrap .features-carousel--hero .item span {
  text-transform: none;
  margin-bottom: 0;
}

.carousel-wrap .features-carousel--hero .item span {
  color: #424446;
  opacity: 0.8;
  font-size: 0.9em;
}

@media only screen and (min-width: 767px) {
  .card-content {
    border: 3px solid #fff;
    border-left: 0;
    padding: 0.5em 1.5rem 1.5rem 0;
    position: relative;
  }
  .card-content:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    height: 3px;
    width: 3rem;
    left: 0;
    bottom: -3px;
    margin-left: -3rem;
  }
}
@media only screen and (min-width: 767px) {
  .bordered-content {
    border: 3px solid #086472;
    border-top: 0;
    border-right: 0;
    padding: 1.5rem 0 3rem 3rem;
    position: relative;
  }
  .bordered-content:after {
    content: "";
    position: absolute;
    display: block;
    background: #086472;
    height: 3px;
    width: 3em;
    right: 0;
    bottom: -3px;
    margin-right: -3em;
    left: auto;
    float: right;
    z-index: 1;
  }
}

@media only screen and (min-width: 767px) {
  .bordered-image {
    padding-bottom: 3rem;
    border-bottom: 3px solid #086472;
  }
}

.case-study-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  z-index: 10;
  position: relative;
}
.case-study-card_content {
  padding: 1.5rem;
  align-self: flex-end;
  background: #fff;
  position: relative;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 767px) {
  .case-study-card_content {
    padding: 3rem;
    width: 40%;
  }
}
.case-study-card_content:before, .case-study-card_content:after {
  content: "";
  left: 0;
  position: absolute;
}
.case-study-card_content:before {
  background: #462872;
  background: linear-gradient(90deg, #462872 0%, #086472 50%, rgba(0, 0, 0, 0) 100%);
  height: 15px;
  width: 100px;
  top: 0;
}
@media only screen and (min-width: 767px) {
  .case-study-card_content:before {
    height: 20px;
    width: 200px;
  }
}
.case-study-card_content:after {
  background-color: #462872;
  height: 85px;
  top: 15px;
  width: 15px;
}
@media only screen and (min-width: 767px) {
  .case-study-card_content:after {
    height: 170px;
    top: 20px;
    width: 20px;
  }
}
.case-study-card_content .contain {
  max-width: 12em;
  margin-bottom: 1.5rem;
}
.case-study-card_content .contain img {
  max-height: 4em;
}
.case-study-card_image {
  height: 16em;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .case-study-card_image {
    height: auto;
  }
}
.case-study-card_image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 767px) {
  .case-study-card_image img {
    height: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .case-study-card_image {
    width: 60%;
  }
}
#features-slider-section {
  overflow: hidden;
}

.features-slider a.is-selected &gt; img,
.features-slider a.is-selected &gt; video {
  display: block;
}

.features-slider a &gt; img,
.features-slider a &gt; video {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.features-slider-bullet &gt; a {
  color: #424446;
  display: block;
  padding: 0.5em 1em 0.5em 0.5em;
  border-left: 2px solid transparent;
}

.features-slider-bullet.is-selected &gt; a {
  color: #462872;
  background: #e8ebee;
  border-color: #462872;
}

.device-mockup-tablet {
  background: url(https://www.yuja.com/wp-content/uploads/2020/03/ipad-mockup.png) no-repeat center center;
  background-size: contain;
}
.device-mockup-tablet img,
.device-mockup-tablet video {
  padding: 16% 7% 16% 7%;
}

.padded-box, .border-box--black, .border-box--white, .padded-box--primary, .single-case_study .stats, .padded-box--black, .padded-box--white, .padded-box--w-icon, .padded-box--small {
  padding: 1.5rem;
  overflow: hidden;
  display: block;
  z-index: 10;
  position: relative;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .padded-box, .border-box--black, .border-box--white, .padded-box--primary, .single-case_study .stats, .padded-box--black, .padded-box--white, .padded-box--w-icon, .padded-box--small {
    padding: 3rem;
    height: 100%;
  }
}
.padded-box *:last-child:not([class*=col-]), .border-box--black *:last-child:not([class*=col-]), .border-box--white *:last-child:not([class*=col-]), .padded-box--primary *:last-child:not([class*=col-]), .single-case_study .stats *:last-child:not([class*=col-]), .padded-box--black *:last-child:not([class*=col-]), .padded-box--white *:last-child:not([class*=col-]), .padded-box--w-icon *:last-child:not([class*=col-]), .padded-box--small *:last-child:not([class*=col-]) {
  margin-bottom: 0;
}
.padded-box__image {
  margin: -3rem;
  margin-bottom: 1.5rem;
  max-height: 16em;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .padded-box__image {
    margin-bottom: 3rem;
    max-height: 24em;
  }
}
.padded-box__image img {
  width: 100%;
  height: 100%;
  margin-left: 50%;
  transform: translate(-50%, 0);
  max-width: inherit;
}
@media only screen and (min-width: 1023px) {
  .padded-box__image img {
    min-height: 100%;
    height: auto;
  }
}
.padded-box--small {
  padding: 3rem;
}
@media only screen and (min-width: 767px) {
  .padded-box--small {
    padding: 0.5em;
  }
}
.padded-box--w-icon {
  padding: 3rem;
  background: #fff;
}
@media only screen and (min-width: 767px) {
  .padded-box--w-icon {
    padding: 0.5em;
  }
}
.padded-box--w-icon:hover {
  box-shadow: none;
}
.padded-box--w-icon .icon-box--side-icon {
  align-items: center;
  padding: 1rem 0.5rem;
  background: #fff;
}
.padded-box--white {
  background: #fff;
}
.padded-box--black {
  background: rgba(0, 0, 0, 0.3);
}
.padded-box--primary, .single-case_study .stats {
  background: #462872;
}
.padded-box--primary a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient), .single-case_study .stats a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.padded-box--primary a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover, .single-case_study .stats a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.padded-box--primary h1, .single-case_study .stats h1,
.padded-box--primary h2,
.single-case_study .stats h2,
.padded-box--primary h3,
.single-case_study .stats h3,
.padded-box--primary h4,
.padded-box--primary .single-format-standard .post-content h1,
.single-format-standard .post-content .padded-box--primary h1,
.padded-box--primary .single-format-standard .post-content h2,
.single-format-standard .post-content .padded-box--primary h2,
.padded-box--primary .single-format-standard .post-content h3,
.single-format-standard .post-content .padded-box--primary h3,
.padded-box--primary .single-format-standard .post-content h4,
.single-format-standard .post-content .padded-box--primary h4,
.padded-box--primary .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .padded-box--primary .srr-title,
.padded-box--primary .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .padded-box--primary .srr-title,
.padded-box--primary .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .padded-box--primary .tabs__item,
.padded-box--primary .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .padded-box--primary .tabs__item,
.padded-box--primary .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .padded-box--primary a,
.padded-box--primary .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .padded-box--primary a,
.padded-box--primary .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .padded-box--primary .srr-title,
.padded-box--primary .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .padded-box--primary .srr-title,
.padded-box--primary .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .padded-box--primary blockquote,
.padded-box--primary .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .padded-box--primary blockquote,
.padded-box--primary .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .padded-box--primary tr,
.padded-box--primary .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .padded-box--primary tr,
.padded-box--primary .single-format-standard .post-content h5,
.padded-box--primary .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .padded-box--primary .single-format-standard .post-content .post-location,
.padded-box--primary .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .padded-box--primary .single-format-standard .post-content .post-date,
.padded-box--primary .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .padded-box--primary .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .padded-box--primary h5,
.single-format-standard .post-content .padded-box--primary .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .padded-box--primary .post-location,
.single-format-standard .post-content .padded-box--primary .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .padded-box--primary .post-date,
.single-format-standard .post-content .padded-box--primary .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .padded-box--primary .post-upcoming,
.padded-box--primary .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .padded-box--primary a,
.padded-box--primary .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .padded-box--primary a,
.padded-box--primary .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .padded-box--primary a,
.padded-box--primary .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .padded-box--primary a,
.padded-box--primary .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .padded-box--primary a,
.padded-box--primary .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .padded-box--primary a,
.padded-box--primary .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .padded-box--primary a,
.padded-box--primary .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .padded-box--primary a,
.padded-box--primary .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .padded-box--primary .post-location,
.padded-box--primary .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .padded-box--primary .post-location,
.padded-box--primary .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .padded-box--primary .post-date,
.padded-box--primary .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .padded-box--primary .post-date,
.padded-box--primary .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .padded-box--primary .post-upcoming,
.padded-box--primary .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .padded-box--primary .post-upcoming,
.padded-box--primary .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .padded-box--primary li,
.padded-box--primary .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .padded-box--primary li,
.padded-box--primary .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .padded-box--primary p,
.padded-box--primary .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .padded-box--primary p,
.padded-box--primary .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .padded-box--primary .heading,
.padded-box--primary .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .padded-box--primary .heading,
.padded-box--primary .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .padded-box--primary .h5,
.padded-box--primary .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .padded-box--primary .h5,
.padded-box--primary .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .padded-box--primary .heading,
.padded-box--primary .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .padded-box--primary .heading,
.padded-box--primary .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .padded-box--primary span,
.padded-box--primary .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .padded-box--primary span,
.single-case_study .stats h4,
.single-case_study .stats .single-format-standard .post-content h1,
.single-format-standard .post-content .single-case_study .stats h1,
.single-case_study .stats .single-format-standard .post-content h2,
.single-format-standard .post-content .single-case_study .stats h2,
.single-case_study .stats .single-format-standard .post-content h3,
.single-format-standard .post-content .single-case_study .stats h3,
.single-case_study .stats .single-format-standard .post-content h4,
.single-format-standard .post-content .single-case_study .stats h4,
.single-case_study .stats .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .single-case_study .stats .srr-title,
.single-case_study .stats .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .single-case_study .stats .srr-title,
.single-case_study .stats .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .single-case_study .stats .tabs__item,
.single-case_study .stats .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .single-case_study .stats .tabs__item,
.single-case_study .stats .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .single-case_study .stats a,
.single-case_study .stats .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .single-case_study .stats a,
.single-case_study .stats .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .single-case_study .stats .srr-title,
.single-case_study .stats .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .single-case_study .stats .srr-title,
.single-case_study .stats .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .single-case_study .stats blockquote,
.single-case_study .stats .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .single-case_study .stats blockquote,
.single-case_study .stats .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .single-case_study .stats tr,
.single-case_study .stats .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .single-case_study .stats tr,
.single-case_study .stats .single-format-standard .post-content h5,
.single-case_study .stats .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .single-case_study .stats .single-format-standard .post-content .post-location,
.single-case_study .stats .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .single-case_study .stats .single-format-standard .post-content .post-date,
.single-case_study .stats .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .single-case_study .stats .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .single-case_study .stats h5,
.single-format-standard .post-content .single-case_study .stats .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .single-case_study .stats .post-location,
.single-format-standard .post-content .single-case_study .stats .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .single-case_study .stats .post-date,
.single-format-standard .post-content .single-case_study .stats .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .single-case_study .stats .post-upcoming,
.single-case_study .stats .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .single-case_study .stats a,
.single-case_study .stats .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .single-case_study .stats a,
.single-case_study .stats .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .single-case_study .stats a,
.single-case_study .stats .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .single-case_study .stats a,
.single-case_study .stats .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .single-case_study .stats a,
.single-case_study .stats .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .single-case_study .stats a,
.single-case_study .stats .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .single-case_study .stats a,
.single-case_study .stats .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .single-case_study .stats a,
.single-case_study .stats .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .single-case_study .stats .post-location,
.single-case_study .stats .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .single-case_study .stats .post-location,
.single-case_study .stats .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .single-case_study .stats .post-date,
.single-case_study .stats .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .single-case_study .stats .post-date,
.single-case_study .stats .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .single-case_study .stats .post-upcoming,
.single-case_study .stats .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .single-case_study .stats .post-upcoming,
.single-case_study .stats .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .single-case_study .stats li,
.single-case_study .stats .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .single-case_study .stats li,
.single-case_study .stats .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .single-case_study .stats p,
.single-case_study .stats .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .single-case_study .stats p,
.single-case_study .stats .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .single-case_study .stats .heading,
.single-case_study .stats .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .single-case_study .stats .heading,
.single-case_study .stats .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .single-case_study .stats .h5,
.single-case_study .stats .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .single-case_study .stats .h5,
.single-case_study .stats .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .single-case_study .stats .heading,
.single-case_study .stats .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .single-case_study .stats .heading,
.single-format-standard .post-content .single-case_study .stats .highlights span,
.single-format-standard .post-content .single-case_study .highlights .stats span,
.single-case_study .stats .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .stats span,
.padded-box--primary .pa thead tr,
.single-case_study .stats .pa thead tr,
.pa thead .padded-box--primary tr,
.pa thead .single-case_study .stats tr,
.single-case_study .pa thead .stats tr,
.padded-box--primary .srr-wrap .srr-title,
.single-case_study .stats .srr-wrap .srr-title,
.srr-wrap .padded-box--primary .srr-title,
.srr-wrap .single-case_study .stats .srr-title,
.single-case_study .srr-wrap .stats .srr-title,
.padded-box--primary .tabs__heading--7 .tabs__item,
.single-case_study .stats .tabs__heading--7 .tabs__item,
.tabs__heading--7 .padded-box--primary .tabs__item,
.tabs__heading--7 .single-case_study .stats .tabs__item,
.single-case_study .tabs__heading--7 .stats .tabs__item,
.padded-box--primary .hero--blog__content ol a,
.single-case_study .stats .hero--blog__content ol a,
.hero--blog__content ol .padded-box--primary a,
.hero--blog__content ol .single-case_study .stats a,
.single-case_study .hero--blog__content ol .stats a,
.padded-box--primary .blog-feed-embed .srr-title,
.single-case_study .stats .blog-feed-embed .srr-title,
.blog-feed-embed .padded-box--primary .srr-title,
.blog-feed-embed .single-case_study .stats .srr-title,
.single-case_study .blog-feed-embed .stats .srr-title,
.padded-box--primary .carousel-wrap .quotes-carousel blockquote,
.single-case_study .stats .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .padded-box--primary blockquote,
.carousel-wrap .quotes-carousel .single-case_study .stats blockquote,
.single-case_study .carousel-wrap .quotes-carousel .stats blockquote,
.padded-box--primary h5,
.padded-box--primary .events-posts article .post-location,
.events-posts article .padded-box--primary .post-location,
.padded-box--primary .events-posts article .post-date,
.events-posts article .padded-box--primary .post-date,
.padded-box--primary .events-posts article .post-upcoming,
.events-posts article .padded-box--primary .post-upcoming,
.padded-box--primary .single-case_study .highlights span,
.single-case_study .highlights .padded-box--primary span,
.single-case_study .stats h5,
.single-case_study .stats .events-posts article .post-location,
.events-posts article .single-case_study .stats .post-location,
.single-case_study .stats .events-posts article .post-date,
.events-posts article .single-case_study .stats .post-date,
.single-case_study .stats .events-posts article .post-upcoming,
.events-posts article .single-case_study .stats .post-upcoming,
.single-case_study .stats .highlights span,
.single-case_study .highlights .stats span,
.padded-box--primary .accordion-basic .heading,
.single-case_study .stats .accordion-basic .heading,
.accordion-basic .padded-box--primary .heading,
.accordion-basic .single-case_study .stats .heading,
.single-case_study .accordion-basic .stats .heading,
.padded-box--primary .spine-heading .h5,
.single-case_study .stats .spine-heading .h5,
.spine-heading .padded-box--primary .h5,
.spine-heading .single-case_study .stats .h5,
.single-case_study .spine-heading .stats .h5,
.padded-box--primary .slidorion .accordion .heading,
.single-case_study .stats .slidorion .accordion .heading,
.slidorion .accordion .padded-box--primary .heading,
.slidorion .accordion .single-case_study .stats .heading,
.single-case_study .slidorion .accordion .stats .heading,
.padded-box--primary .tabs__heading--1 a,
.single-case_study .stats .tabs__heading--1 a,
.tabs__heading--1 .padded-box--primary a,
.tabs__heading--1 .single-case_study .stats a,
.single-case_study .tabs__heading--1 .stats a,
.padded-box--primary .tabs__heading--2 a,
.single-case_study .stats .tabs__heading--2 a,
.tabs__heading--2 .padded-box--primary a,
.tabs__heading--2 .single-case_study .stats a,
.single-case_study .tabs__heading--2 .stats a,
.padded-box--primary .tabs__heading--4 a,
.single-case_study .stats .tabs__heading--4 a,
.tabs__heading--4 .padded-box--primary a,
.tabs__heading--4 .single-case_study .stats a,
.single-case_study .tabs__heading--4 .stats a,
.padded-box--primary .tabs__heading--5 a,
.single-case_study .stats .tabs__heading--5 a,
.tabs__heading--5 .padded-box--primary a,
.tabs__heading--5 .single-case_study .stats a,
.single-case_study .tabs__heading--5 .stats a,
.padded-box--primary .hero--cs .post-location,
.single-case_study .stats .hero--cs .post-location,
.hero--cs .padded-box--primary .post-location,
.hero--cs .single-case_study .stats .post-location,
.single-case_study .hero--cs .stats .post-location,
.padded-box--primary .hero--cs .post-date,
.single-case_study .stats .hero--cs .post-date,
.hero--cs .padded-box--primary .post-date,
.hero--cs .single-case_study .stats .post-date,
.single-case_study .hero--cs .stats .post-date,
.padded-box--primary .hero--cs .post-upcoming,
.single-case_study .stats .hero--cs .post-upcoming,
.hero--cs .padded-box--primary .post-upcoming,
.hero--cs .single-case_study .stats .post-upcoming,
.single-case_study .hero--cs .stats .post-upcoming,
.padded-box--primary .carousel-wrap .carousel-indicators li,
.single-case_study .stats .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .padded-box--primary li,
.carousel-wrap .carousel-indicators .single-case_study .stats li,
.single-case_study .carousel-wrap .carousel-indicators .stats li,
.padded-box--primary h6,
.padded-box--primary .single-news .pr-tag,
.single-news .padded-box--primary .pr-tag,
.padded-box--primary .single-post .post-content .note,
.single-post .post-content .padded-box--primary .note,
.single-case_study .stats h6,
.single-case_study .stats .single-news .pr-tag,
.single-news .single-case_study .stats .pr-tag,
.single-case_study .stats .single-post .post-content .note,
.single-post .post-content .single-case_study .stats .note,
.padded-box--primary .post-tags a,
.single-case_study .stats .post-tags a,
.post-tags .padded-box--primary a,
.post-tags .single-case_study .stats a,
.single-case_study .post-tags .stats a,
.padded-box--primary .blog .post-category,
.single-case_study .stats .blog .post-category,
.blog .padded-box--primary .post-category,
.blog .single-case_study .stats .post-category,
.single-case_study .blog .stats .post-category,
.padded-box--primary .archive .post-category,
.single-case_study .stats .archive .post-category,
.archive .padded-box--primary .post-category,
.archive .single-case_study .stats .post-category,
.single-case_study .archive .stats .post-category,
.padded-box--primary .footer__alerts-link,
.single-case_study .stats .footer__alerts-link,
.padded-box--primary p,
.single-case_study .stats p,
.padded-box--primary li,
.single-case_study .stats li,
.padded-box--primary label,
.single-case_study .stats label {
  color: #fff;
}
.padded-box--primary svg, .single-case_study .stats svg {
  filter: invert(1);
}
.padded-box--gradient {
  position: relative;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.padded-box--gradient--square {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18rem;
}
@media only screen and (min-width: 1023px) {
  .padded-box--gradient--square {
    width: 16rem;
  }
}
.padded-box--gradient--square .right-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 2rem;
  background: linear-gradient(to bottom, #086472, #086472);
}
@media only screen and (min-width: 1023px) {
  .padded-box--gradient--square .right-top {
    width: 6px;
    height: 2rem;
  }
}
.padded-box--gradient--square .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to left, #086472, #462872);
}
@media only screen and (min-width: 1023px) {
  .padded-box--gradient--square .top {
    height: 6px;
  }
}
.padded-box--gradient--square .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(to bottom, #462872, #462872);
}
@media only screen and (min-width: 1023px) {
  .padded-box--gradient--square .left {
    width: 6px;
  }
}
.padded-box--gradient--square .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(to right, #462872, #086472);
}
@media only screen and (min-width: 1023px) {
  .padded-box--gradient--square .bottom {
    height: 6px;
  }
}
.padded-box--gradient--square .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 2rem;
  background: linear-gradient(to top, #086472, #086472);
}
@media only screen and (min-width: 1023px) {
  .padded-box--gradient--square .right-bottom {
    width: 6px;
    height: 2rem;
  }
}

.border-box, .border-box--shadow {
  padding: 1.5rem;
  overflow: hidden;
  border: 3px solid #462872;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .border-box, .border-box--shadow {
    height: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .border-box, .border-box--shadow {
    padding: 3rem;
  }
}
.border-box *:last-child, .border-box--shadow *:last-child {
  margin-bottom: 0;
}
.border-box__image {
  margin: -3rem;
  margin-bottom: 1.5rem;
  max-height: 16em;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) {
  .border-box__image {
    margin-bottom: 3rem;
    max-height: 24em;
  }
}
.border-box__image img {
  width: 100%;
  height: 100%;
  margin-left: 50%;
  transform: translate(-50%, 0);
  max-width: inherit;
}
@media only screen and (min-width: 1023px) {
  .border-box__image img {
    min-height: 100%;
    height: auto;
  }
}
.border-box__logo {
  height: 2em;
  margin-bottom: 1.5rem;
  width: auto;
}
.border-box__logo img {
  margin-left: 0;
  width: auto;
  height: 100%;
}
.border-box p, .border-box--shadow p {
  flex-grow: 1;
}
.border-box .button--underline, .border-box--shadow .button--underline, .border-box .button--underline--white, .border-box--shadow .button--underline--white, .border-box .button--underline--secondary, .border-box--shadow .button--underline--secondary,
.border-box .border-box--shadow .button--underline {
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
}
.border-box .blockquote, .border-box--shadow .blockquote {
  padding-left: 40px;
  position: relative;
  border-top: 1px solid #086472;
  padding-top: 1.5rem;
}
.border-box .blockquote:before, .border-box--shadow .blockquote:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/quotes.svg") no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-top: 1.5rem;
}
.border-box--white {
  background: #fff;
}
.border-box--black {
  background: rgba(0, 0, 0, 0.3);
}
.border-box--shadow {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.border-box--shadow .cover {
  margin: -1.5rem;
  margin-right: 0;
}
@media only screen and (min-width: 1023px) {
  .border-box--shadow .cover {
    margin: -3rem;
    margin-right: 0;
  }
}
.border-box--shadow .cover img {
  margin-bottom: -0.5em;
}

a.brochure-showcase span.button-label {
  display: block;
  padding: 1em;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.93em;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: normal;
  line-height: 1;
}

.brochure-box {
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in;
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .brochure-box {
    padding: 1.5rem;
    height: 100%;
  }
}
.brochure-box h3 {
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.brochure-box img {
  margin-bottom: 1.5rem;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.brochure-box:hover {
  background: #462872;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.brochure-box:hover a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.brochure-box:hover a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.brochure-box:hover h1,
.brochure-box:hover h2,
.brochure-box:hover h3,
.brochure-box:hover h4,
.brochure-box:hover .single-format-standard .post-content h1,
.single-format-standard .post-content .brochure-box:hover h1,
.brochure-box:hover .single-format-standard .post-content h2,
.single-format-standard .post-content .brochure-box:hover h2,
.brochure-box:hover .single-format-standard .post-content h3,
.single-format-standard .post-content .brochure-box:hover h3,
.brochure-box:hover .single-format-standard .post-content h4,
.single-format-standard .post-content .brochure-box:hover h4,
.brochure-box:hover .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .brochure-box:hover .srr-title,
.brochure-box:hover .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .brochure-box:hover .srr-title,
.brochure-box:hover .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .brochure-box:hover .tabs__item,
.brochure-box:hover .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .brochure-box:hover .tabs__item,
.brochure-box:hover .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .brochure-box:hover a,
.brochure-box:hover .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .brochure-box:hover a,
.brochure-box:hover .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .brochure-box:hover .srr-title,
.brochure-box:hover .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .brochure-box:hover .srr-title,
.brochure-box:hover .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .brochure-box:hover blockquote,
.brochure-box:hover .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .brochure-box:hover blockquote,
.brochure-box:hover .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .brochure-box:hover tr,
.brochure-box:hover .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .brochure-box:hover tr,
.brochure-box:hover .single-format-standard .post-content h5,
.brochure-box:hover .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .brochure-box:hover .single-format-standard .post-content .post-location,
.brochure-box:hover .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .brochure-box:hover .single-format-standard .post-content .post-date,
.brochure-box:hover .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .brochure-box:hover .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .brochure-box:hover h5,
.single-format-standard .post-content .brochure-box:hover .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .brochure-box:hover .post-location,
.single-format-standard .post-content .brochure-box:hover .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .brochure-box:hover .post-date,
.single-format-standard .post-content .brochure-box:hover .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .brochure-box:hover .post-upcoming,
.brochure-box:hover .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .brochure-box:hover a,
.brochure-box:hover .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .brochure-box:hover a,
.brochure-box:hover .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .brochure-box:hover a,
.brochure-box:hover .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .brochure-box:hover a,
.brochure-box:hover .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .brochure-box:hover .post-location,
.brochure-box:hover .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .brochure-box:hover .post-location,
.brochure-box:hover .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .brochure-box:hover .post-date,
.brochure-box:hover .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .brochure-box:hover .post-date,
.brochure-box:hover .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .brochure-box:hover .post-upcoming,
.brochure-box:hover .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .brochure-box:hover .post-upcoming,
.brochure-box:hover .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .brochure-box:hover li,
.brochure-box:hover .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .brochure-box:hover li,
.brochure-box:hover .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .brochure-box:hover p,
.brochure-box:hover .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .brochure-box:hover p,
.brochure-box:hover .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .brochure-box:hover .heading,
.brochure-box:hover .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .brochure-box:hover .heading,
.brochure-box:hover .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .brochure-box:hover .h5,
.brochure-box:hover .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .brochure-box:hover .h5,
.brochure-box:hover .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .brochure-box:hover .heading,
.brochure-box:hover .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .brochure-box:hover .heading,
.brochure-box:hover .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .brochure-box:hover span,
.brochure-box:hover .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .brochure-box:hover span,
.brochure-box:hover .pa thead tr,
.pa thead .brochure-box:hover tr,
.brochure-box:hover .srr-wrap .srr-title,
.srr-wrap .brochure-box:hover .srr-title,
.brochure-box:hover .tabs__heading--7 .tabs__item,
.tabs__heading--7 .brochure-box:hover .tabs__item,
.brochure-box:hover .hero--blog__content ol a,
.hero--blog__content ol .brochure-box:hover a,
.brochure-box:hover .blog-feed-embed .srr-title,
.blog-feed-embed .brochure-box:hover .srr-title,
.brochure-box:hover .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .brochure-box:hover blockquote,
.brochure-box:hover h5,
.brochure-box:hover .events-posts article .post-location,
.events-posts article .brochure-box:hover .post-location,
.brochure-box:hover .events-posts article .post-date,
.events-posts article .brochure-box:hover .post-date,
.brochure-box:hover .events-posts article .post-upcoming,
.events-posts article .brochure-box:hover .post-upcoming,
.brochure-box:hover .single-case_study .highlights span,
.single-case_study .highlights .brochure-box:hover span,
.brochure-box:hover .accordion-basic .heading,
.accordion-basic .brochure-box:hover .heading,
.brochure-box:hover .spine-heading .h5,
.spine-heading .brochure-box:hover .h5,
.brochure-box:hover .slidorion .accordion .heading,
.slidorion .accordion .brochure-box:hover .heading,
.brochure-box:hover .tabs__heading--1 a,
.tabs__heading--1 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--2 a,
.tabs__heading--2 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--4 a,
.tabs__heading--4 .brochure-box:hover a,
.brochure-box:hover .tabs__heading--5 a,
.tabs__heading--5 .brochure-box:hover a,
.brochure-box:hover .hero--cs .post-location,
.hero--cs .brochure-box:hover .post-location,
.brochure-box:hover .hero--cs .post-date,
.hero--cs .brochure-box:hover .post-date,
.brochure-box:hover .hero--cs .post-upcoming,
.hero--cs .brochure-box:hover .post-upcoming,
.brochure-box:hover h6,
.brochure-box:hover .single-news .pr-tag,
.single-news .brochure-box:hover .pr-tag,
.brochure-box:hover .single-post .post-content .note,
.single-post .post-content .brochure-box:hover .note,
.brochure-box:hover .post-tags a,
.post-tags .brochure-box:hover a,
.brochure-box:hover .blog .post-category,
.blog .brochure-box:hover .post-category,
.brochure-box:hover .archive .post-category,
.archive .brochure-box:hover .post-category,
.brochure-box:hover .footer__alerts-link,
.brochure-box:hover p,
.brochure-box:hover li,
.brochure-box:hover label {
  color: #fff;
}
.brochure-box:hover svg {
  filter: invert(1);
}
.brochure-box:hover img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.brochure-box:hover .button--underline, .brochure-box:hover .button--underline--white, .brochure-box:hover .button--underline--secondary {
  color: #fff;
}
.brochure-box p {
  flex-grow: 1;
}
.brochure-box .blockquote {
  padding-left: 40px;
  position: relative;
  border-top: 1px solid #086472;
  padding-top: 1.5rem;
}
.brochure-box .blockquote:before {
  content: " ";
  position: absolute;
  background: url("https://www.yuja.com/wp-content/uploads/quotes.svg") no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-top: 1.5rem;
}
.brochure-box .button--underline, .brochure-box .button--underline--white, .brochure-box .button--underline--secondary {
  flex-grow: 0;
  margin-right: auto;
}

.heading {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .heading {
    margin: 0 auto 3rem auto;
  }
}
.heading[data-color=light] h2,
.heading[data-color=light] h3,
.heading[data-color=light] p {
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .heading p {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-address {
  padding-left: 2.5em;
  background: url("https://www.yuja.com/wp-content/themes/yuja/img/contact-address.svg") no-repeat top left;
}

#inquiry-type {
  margin-bottom: 1em;
}

.careers-section {
  background: url("https://www.yuja.com/wp-content/uploads/2018/01/careers.jpg") center center;
  background-size: cover;
}

.grecaptcha-badge {
  display: none;
}

.feauteres-highlight {
  padding: 0.5em;
  background: #086472;
  margin-bottom: 0.5em;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.feauteres-highlight a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.feauteres-highlight a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.feauteres-highlight h1,
.feauteres-highlight h2,
.feauteres-highlight h3,
.feauteres-highlight h4,
.feauteres-highlight .single-format-standard .post-content h1,
.single-format-standard .post-content .feauteres-highlight h1,
.feauteres-highlight .single-format-standard .post-content h2,
.single-format-standard .post-content .feauteres-highlight h2,
.feauteres-highlight .single-format-standard .post-content h3,
.single-format-standard .post-content .feauteres-highlight h3,
.feauteres-highlight .single-format-standard .post-content h4,
.single-format-standard .post-content .feauteres-highlight h4,
.feauteres-highlight .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .feauteres-highlight .srr-title,
.feauteres-highlight .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .feauteres-highlight .srr-title,
.feauteres-highlight .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .feauteres-highlight .tabs__item,
.feauteres-highlight .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .feauteres-highlight .tabs__item,
.feauteres-highlight .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .feauteres-highlight a,
.feauteres-highlight .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .feauteres-highlight a,
.feauteres-highlight .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .feauteres-highlight .srr-title,
.feauteres-highlight .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .feauteres-highlight .srr-title,
.feauteres-highlight .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .feauteres-highlight blockquote,
.feauteres-highlight .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .feauteres-highlight blockquote,
.feauteres-highlight .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .feauteres-highlight tr,
.feauteres-highlight .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .feauteres-highlight tr,
.feauteres-highlight .single-format-standard .post-content h5,
.feauteres-highlight .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .feauteres-highlight .single-format-standard .post-content .post-location,
.feauteres-highlight .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .feauteres-highlight .single-format-standard .post-content .post-date,
.feauteres-highlight .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .feauteres-highlight .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .feauteres-highlight h5,
.single-format-standard .post-content .feauteres-highlight .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .feauteres-highlight .post-location,
.single-format-standard .post-content .feauteres-highlight .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .feauteres-highlight .post-date,
.single-format-standard .post-content .feauteres-highlight .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .feauteres-highlight .post-upcoming,
.feauteres-highlight .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .feauteres-highlight a,
.feauteres-highlight .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .feauteres-highlight a,
.feauteres-highlight .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .feauteres-highlight a,
.feauteres-highlight .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .feauteres-highlight a,
.feauteres-highlight .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .feauteres-highlight .post-location,
.feauteres-highlight .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .feauteres-highlight .post-location,
.feauteres-highlight .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .feauteres-highlight .post-date,
.feauteres-highlight .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .feauteres-highlight .post-date,
.feauteres-highlight .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .feauteres-highlight .post-upcoming,
.feauteres-highlight .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .feauteres-highlight .post-upcoming,
.feauteres-highlight .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .feauteres-highlight li,
.feauteres-highlight .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .feauteres-highlight li,
.feauteres-highlight .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .feauteres-highlight p,
.feauteres-highlight .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .feauteres-highlight p,
.feauteres-highlight .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .feauteres-highlight .heading,
.feauteres-highlight .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .feauteres-highlight .heading,
.feauteres-highlight .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .feauteres-highlight .h5,
.feauteres-highlight .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .feauteres-highlight .h5,
.feauteres-highlight .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .feauteres-highlight .heading,
.feauteres-highlight .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .feauteres-highlight .heading,
.feauteres-highlight .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .feauteres-highlight span,
.feauteres-highlight .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .feauteres-highlight span,
.feauteres-highlight .pa thead tr,
.pa thead .feauteres-highlight tr,
.feauteres-highlight .srr-wrap .srr-title,
.srr-wrap .feauteres-highlight .srr-title,
.feauteres-highlight .tabs__heading--7 .tabs__item,
.tabs__heading--7 .feauteres-highlight .tabs__item,
.feauteres-highlight .hero--blog__content ol a,
.hero--blog__content ol .feauteres-highlight a,
.feauteres-highlight .blog-feed-embed .srr-title,
.blog-feed-embed .feauteres-highlight .srr-title,
.feauteres-highlight .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .feauteres-highlight blockquote,
.feauteres-highlight h5,
.feauteres-highlight .events-posts article .post-location,
.events-posts article .feauteres-highlight .post-location,
.feauteres-highlight .events-posts article .post-date,
.events-posts article .feauteres-highlight .post-date,
.feauteres-highlight .events-posts article .post-upcoming,
.events-posts article .feauteres-highlight .post-upcoming,
.feauteres-highlight .single-case_study .highlights span,
.single-case_study .highlights .feauteres-highlight span,
.feauteres-highlight .accordion-basic .heading,
.accordion-basic .feauteres-highlight .heading,
.feauteres-highlight .spine-heading .h5,
.spine-heading .feauteres-highlight .h5,
.feauteres-highlight .slidorion .accordion .heading,
.slidorion .accordion .feauteres-highlight .heading,
.feauteres-highlight .tabs__heading--1 a,
.tabs__heading--1 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--2 a,
.tabs__heading--2 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--4 a,
.tabs__heading--4 .feauteres-highlight a,
.feauteres-highlight .tabs__heading--5 a,
.tabs__heading--5 .feauteres-highlight a,
.feauteres-highlight .hero--cs .post-location,
.hero--cs .feauteres-highlight .post-location,
.feauteres-highlight .hero--cs .post-date,
.hero--cs .feauteres-highlight .post-date,
.feauteres-highlight .hero--cs .post-upcoming,
.hero--cs .feauteres-highlight .post-upcoming,
.feauteres-highlight .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .feauteres-highlight li,
.feauteres-highlight h6,
.feauteres-highlight .single-news .pr-tag,
.single-news .feauteres-highlight .pr-tag,
.feauteres-highlight .single-post .post-content .note,
.single-post .post-content .feauteres-highlight .note,
.feauteres-highlight .post-tags a,
.post-tags .feauteres-highlight a,
.feauteres-highlight .blog .post-category,
.blog .feauteres-highlight .post-category,
.feauteres-highlight .archive .post-category,
.archive .feauteres-highlight .post-category,
.feauteres-highlight .footer__alerts-link,
.feauteres-highlight p,
.feauteres-highlight li,
.feauteres-highlight label {
  color: #fff;
}
.feauteres-highlight svg {
  filter: invert(1);
}
.feauteres-highlight p {
  margin: 0;
}

#wpfront-notification-bar-open-button.bottom {
  background: url(https://www.yuja.com/wp-content/uploads/2019/12/yuja-contact.png) !important;
  border: 3px solid #fff !important;
  width: 48px;
  height: 48px;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 50% !important;
}

@media only screen and (max-width: 768px) {
  #wpfront-notification-bar-spacer {
    display: none !important;
  }
}
#wpfront-notification-bar {
  color: #fff;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 260px;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px;
}

#wpfront-notification-bar a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin: 10px auto 0 auto;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  background: #ef660a;
  color: #fff;
}

#wpfront-notification-bar a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#wpfront-notification-bar table {
  background: transparent;
}

#wpfront-notification-bar div.wpfront-message {
  line-height: 1.6;
}

#wpfront-notification-bar div.wpfront-close {
  border: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 13px;
  margin-top: 3px;
}

#wpfront-notification-bar div.wpfront-message {
  padding: 20px;
}

#wpfront-notification-bar-spacer {
  height: 0 !important;
}

ol.process-chart {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
  /*** PRIMARY ***/
  /*** SECONDARY ***/
  /*** TERTIARY ***/
  /*** QUATERNARY ***/
  /*** QUINARY ***/
  /*** MEDIA QUERIES ***/
}
ol.process-chart h1,
ol.process-chart h2,
ol.process-chart h3,
ol.process-chart h4,
ol.process-chart .single-format-standard .post-content h1,
.single-format-standard .post-content ol.process-chart h1,
ol.process-chart .single-format-standard .post-content h2,
.single-format-standard .post-content ol.process-chart h2,
ol.process-chart .single-format-standard .post-content h3,
.single-format-standard .post-content ol.process-chart h3,
ol.process-chart .single-format-standard .post-content h4,
.single-format-standard .post-content ol.process-chart h4,
ol.process-chart .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap ol.process-chart .srr-title,
ol.process-chart .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content ol.process-chart .srr-title,
ol.process-chart .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 ol.process-chart .tabs__item,
ol.process-chart .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content ol.process-chart .tabs__item,
.single-format-standard .post-content .hero--blog__content ol.process-chart a,
.hero--blog__content ol.process-chart .single-format-standard .post-content a,
ol.process-chart .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed ol.process-chart .srr-title,
ol.process-chart .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content ol.process-chart .srr-title,
ol.process-chart .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel ol.process-chart blockquote,
ol.process-chart .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content ol.process-chart blockquote,
ol.process-chart .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead ol.process-chart tr,
ol.process-chart .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content ol.process-chart tr,
ol.process-chart .single-format-standard .post-content h5,
ol.process-chart .single-format-standard .post-content .events-posts article .post-location,
.events-posts article ol.process-chart .single-format-standard .post-content .post-location,
ol.process-chart .single-format-standard .post-content .events-posts article .post-date,
.events-posts article ol.process-chart .single-format-standard .post-content .post-date,
ol.process-chart .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article ol.process-chart .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content ol.process-chart h5,
.single-format-standard .post-content ol.process-chart .events-posts article .post-location,
.events-posts article .single-format-standard .post-content ol.process-chart .post-location,
.single-format-standard .post-content ol.process-chart .events-posts article .post-date,
.events-posts article .single-format-standard .post-content ol.process-chart .post-date,
.single-format-standard .post-content ol.process-chart .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content ol.process-chart .post-upcoming,
ol.process-chart .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 ol.process-chart a,
ol.process-chart .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content ol.process-chart a,
ol.process-chart .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 ol.process-chart a,
ol.process-chart .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content ol.process-chart a,
ol.process-chart .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 ol.process-chart a,
ol.process-chart .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content ol.process-chart a,
ol.process-chart .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 ol.process-chart a,
ol.process-chart .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content ol.process-chart a,
ol.process-chart .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs ol.process-chart .post-location,
ol.process-chart .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content ol.process-chart .post-location,
ol.process-chart .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs ol.process-chart .post-date,
ol.process-chart .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content ol.process-chart .post-date,
ol.process-chart .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs ol.process-chart .post-upcoming,
ol.process-chart .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content ol.process-chart .post-upcoming,
ol.process-chart .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators ol.process-chart li,
ol.process-chart .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content ol.process-chart li,
ol.process-chart .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos ol.process-chart p,
ol.process-chart .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content ol.process-chart p,
ol.process-chart .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion ol.process-chart .heading,
ol.process-chart .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content ol.process-chart .heading,
ol.process-chart .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading ol.process-chart .h5,
ol.process-chart .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content ol.process-chart .h5,
ol.process-chart .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic ol.process-chart .heading,
ol.process-chart .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content ol.process-chart .heading,
ol.process-chart .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights ol.process-chart span,
ol.process-chart .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content ol.process-chart span,
ol.process-chart .pa thead tr,
.pa thead ol.process-chart tr,
ol.process-chart .srr-wrap .srr-title,
.srr-wrap ol.process-chart .srr-title,
ol.process-chart .tabs__heading--7 .tabs__item,
.tabs__heading--7 ol.process-chart .tabs__item,
.hero--blog__content ol.process-chart a,
ol.process-chart .blog-feed-embed .srr-title,
.blog-feed-embed ol.process-chart .srr-title,
ol.process-chart .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel ol.process-chart blockquote,
ol.process-chart h5,
ol.process-chart .events-posts article .post-location,
.events-posts article ol.process-chart .post-location,
ol.process-chart .events-posts article .post-date,
.events-posts article ol.process-chart .post-date,
ol.process-chart .events-posts article .post-upcoming,
.events-posts article ol.process-chart .post-upcoming,
ol.process-chart .single-case_study .highlights span,
.single-case_study .highlights ol.process-chart span,
ol.process-chart .accordion-basic .heading,
.accordion-basic ol.process-chart .heading,
ol.process-chart .spine-heading .h5,
.spine-heading ol.process-chart .h5,
ol.process-chart .slidorion .accordion .heading,
.slidorion .accordion ol.process-chart .heading,
ol.process-chart .tabs__heading--1 a,
.tabs__heading--1 ol.process-chart a,
ol.process-chart .tabs__heading--2 a,
.tabs__heading--2 ol.process-chart a,
ol.process-chart .tabs__heading--4 a,
.tabs__heading--4 ol.process-chart a,
ol.process-chart .tabs__heading--5 a,
.tabs__heading--5 ol.process-chart a,
ol.process-chart .hero--cs .post-location,
.hero--cs ol.process-chart .post-location,
ol.process-chart .hero--cs .post-date,
.hero--cs ol.process-chart .post-date,
ol.process-chart .hero--cs .post-upcoming,
.hero--cs ol.process-chart .post-upcoming,
ol.process-chart .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators ol.process-chart li,
ol.process-chart h6,
ol.process-chart .single-news .pr-tag,
.single-news ol.process-chart .pr-tag,
ol.process-chart .single-post .post-content .note,
.single-post .post-content ol.process-chart .note,
ol.process-chart .post-tags a,
.post-tags ol.process-chart a,
ol.process-chart .blog .post-category,
.blog ol.process-chart .post-category,
ol.process-chart .archive .post-category,
.archive ol.process-chart .post-category,
ol.process-chart .footer__alerts-link,
ol.process-chart p,
ol.process-chart li,
ol.process-chart label {
  color: #fff;
}
ol.process-chart svg {
  filter: invert(1);
}
ol.process-chart &gt; li, ol.process-chart &gt; li &gt; div {
  position: relative;
}
ol.process-chart &gt; li {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
  background-color: #fff;
  counter-increment: item;
  flex-basis: 0;
  flex-grow: 1;
  margin: 1em 1em 1em -1em;
  min-width: 11.25em;
  padding: 1em 1em 1em 2em;
}
ol.process-chart &gt; li:before, ol.process-chart &gt; li &gt; div:before {
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}
ol.process-chart &gt; li:before {
  content: "Step";
  display: inline-block;
  font-weight: 300;
  left: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 1em;
  transform: rotate(90deg);
  transform-origin: 25% 50%;
}
ol.process-chart &gt; li:after {
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  border-right: 0 solid transparent;
  border-top: 1em solid transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -1em;
  top: 0;
  width: 0;
  z-index: 1;
}
ol.process-chart &gt; li &gt; div {
  padding: 0 0 0 1em;
}
ol.process-chart &gt; li &gt; div:before {
  content: counter(item, decimal-leading-zero);
  font-size: 3em;
  font-weight: 800;
  line-height: 1;
}
ol.process-chart &gt; li:nth-of-type(6n + 1) {
  background-color: #462872;
}
ol.process-chart &gt; ul {
  padding-left: 20px;
}
ol.process-chart &gt; li:nth-of-type(6n + 1):after {
  border-left-color: #462872;
}
ol.process-chart &gt; li:nth-of-type(6n + 2) {
  background-color: #030303;
}
ol.process-chart &gt; li:nth-of-type(6n + 2):after {
  border-left-color: #030303;
}
ol.process-chart &gt; li:nth-of-type(6n + 3) {
  background-color: #086472;
}
ol.process-chart &gt; li:nth-of-type(6n + 3):after {
  border-left-color: #086472;
}
ol.process-chart &gt; li:nth-of-type(6n + 4) {
  background-color: #e4e8eb;
}
ol.process-chart &gt; li:nth-of-type(6n + 4):after {
  border-left-color: #e4e8eb;
}
ol.process-chart &gt; li:nth-of-type(6n + 5) {
  background-color: #ad4601;
}
ol.process-chart &gt; li:nth-of-type(6n + 5):after {
  border-left-color: #ad4601;
}
@media only screen and (max-width: 40em) {
  ol.process-chart {
    /*** PRIMARY ***/
    /*** SECONDARY ***/
    /*** TERTIARY ***/
    /*** QUATERNARY ***/
    /*** QUINARY ***/
  }
  ol.process-chart ol.process-chart {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
  }
  ol.process-chart &gt; li {
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    flex-basis: inherit;
    margin: -1em 0 1em 0;
    min-width: inherit;
    padding: 1em 1em 0 1em;
  }
  ol.process-chart &gt; li:before {
    left: 1em;
    top: 2em;
  }
  ol.process-chart &gt; li:after {
    border-bottom: 0 solid transparent;
    border-left: 1em solid transparent !important;
    border-right: 1em solid transparent;
    border-top: 1em solid #fff;
    bottom: -1em;
    height: 0;
    left: 0;
    right: inherit;
    top: inherit;
    width: 100%;
  }
  ol.process-chart &gt; li &gt; div {
    padding: 1em 1em 0 1em;
  }
  ol.process-chart &gt; li:nth-of-type(6n + 1):after {
    border-top-color: #462872;
  }
  ol.process-chart &gt; li:nth-of-type(6n + 2):after {
    border-top-color: #030303;
  }
  ol.process-chart &gt; li:nth-of-type(6n + 3):after {
    border-top-color: #086472;
  }
  ol.process-chart &gt; li:nth-of-type(6n + 4):after {
    border-top-color: #e4e8eb;
  }
  ol.process-chart &gt; li:nth-of-type(6n + 5):after {
    border-top-color: #ad4601;
  }
}

.pa {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  margin: 3rem auto;
  position: relative;
}
.pa td,
.pa th {
  padding: 0.5em;
  border-radius: 6px;
}
.pa th {
  background-color: #f7f8f9;
  font-size: 1.2em;
  color: #fff;
}
.pa thead tr {
  background: #030303;
  border-bottom: 1px solid #fff;
  text-transform: initial;
  color: #fff;
}
.pa thead tr + tr {
  background: #e4e8eb;
  color: #424446;
}
.pa tbody tr {
  height: 50px;
}
.pa tbody tr:last-child {
  border: 0;
}
.pa tbody tr:nth-child(even) {
  background-color: #f7f8f9;
}
.pa.second-colored tbody td:nth-child(2) &gt; * {
  color: #086472;
  font-weight: 700;
}
.pa.third-colored tbody td:nth-child(3) &gt; * {
  color: #086472;
  font-weight: 700;
}
.pa.fourth-colored tbody td:nth-child(4) &gt; * {
  color: #086472;
  font-weight: 700;
}
.pa.fifth-colored tbody td:nth-child(5) &gt; * {
  color: #086472;
  font-weight: 700;
}
.pa.sixth-colored tbody td:nth-child(6) &gt; * {
  color: #086472;
  font-weight: 700;
}

.checkmark {
  width: 15em;
  margin: 0 auto 3rem auto;
}
.checkmark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}
.checkmark .spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

blockquote {
  border-left: 7px solid #086472;
  background: #e6eeef;
  padding: 45px 30px;
  margin: 0;
}
blockquote.left {
  float: left;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
blockquote.right {
  float: right;
  margin-left: 3rem;
  margin-bottom: 3rem;
}

.shapes--1 {
  position: relative;
}
.shapes--1:before {
  background: url("https://www.yuja.com/wp-content/uploads/circles-2-1.svg");
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 150px;
  margin-top: -50px;
  z-index: 1;
  margin-left: -40px;
  background-size: cover;
}
.shapes--1:after {
  background: url("https://www.yuja.com/wp-content/uploads/circles-1.svg");
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  height: 150px;
  margin-bottom: -50px;
  z-index: 1;
  margin-right: -40px;
  background-size: cover;
}
.shapes--1 img,
.shapes--1 video {
  z-index: 10;
  position: relative;
}
.shapes--2 {
  position: relative;
}
.shapes--2:before {
  background: url("https://www.yuja.com/wp-content/uploads/circles-2-1.svg");
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 144px;
  height: 150px;
  margin-bottom: -50px;
  z-index: 1;
  margin-left: -40px;
  background-size: cover;
}
.shapes--2:after {
  background: url("https://www.yuja.com/wp-content/uploads/shapes-6.svg");
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 144px;
  height: 150px;
  margin-top: -50px;
  z-index: 1;
  margin-right: -67px;
  background-size: cover;
}
.shapes--2 img,
.shapes--2 video {
  z-index: 10;
  position: relative;
}
.shapes--3 {
  position: relative;
}
.shapes--3:before {
  background: url("https://www.yuja.com/wp-content/uploads/shapes-3.svg");
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 144px;
  height: 150px;
  margin-bottom: -50px;
  z-index: 1;
  margin-left: -40px;
  background-size: cover;
}
.shapes--3:after {
  background: url("https://www.yuja.com/wp-content/uploads/square-1.svg");
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 144px;
  height: 150px;
  margin-top: -50px;
  z-index: 1;
  margin-right: -67px;
  background-size: cover;
}
.shapes--3 img,
.shapes--3 video {
  z-index: 10;
  position: relative;
}
.shapes--4 {
  position: relative;
}
.shapes--4:before {
  background: url("https://www.yuja.com/wp-content/uploads/shapes-1.svg");
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 150px;
  margin-top: -50px;
  z-index: 1;
  margin-left: -40px;
  background-size: cover;
}
.shapes--4:after {
  background: url("https://www.yuja.com/wp-content/uploads/shapes-7.svg");
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 144px;
  height: 150px;
  margin-bottom: -50px;
  z-index: 1;
  margin-right: -40px;
  background-size: cover;
}
.shapes--4 img,
.shapes--4 video {
  z-index: 10;
  position: relative;
}

.boxed-section, .boxed-section--black {
  background: #f7f8f9;
  border-radius: 20px;
  margin: 4em 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.boxed-section--black {
  background: rgba(0, 0, 0, 0.5);
}
.boxed-section-content {
  padding: 2rem;
}
.boxed-section-media {
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1023px) {
  .boxed-section-media {
    margin-top: -4rem;
  }
}
@media only screen and (min-width: 1023px) {
  .boxed-section-media img {
    margin: auto;
  }
}
.boxed-section-media .content {
  padding: 1.5rem;
}
.boxed-section-media.black .content {
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #030303;
}
.boxed-section-media.black .content a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.boxed-section-media.black .content a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.boxed-section-media.black .content h1,
.boxed-section-media.black .content h2,
.boxed-section-media.black .content h3,
.boxed-section-media.black .content h4,
.boxed-section-media.black .content .single-format-standard .post-content h1,
.single-format-standard .post-content .boxed-section-media.black .content h1,
.boxed-section-media.black .content .single-format-standard .post-content h2,
.single-format-standard .post-content .boxed-section-media.black .content h2,
.boxed-section-media.black .content .single-format-standard .post-content h3,
.single-format-standard .post-content .boxed-section-media.black .content h3,
.boxed-section-media.black .content .single-format-standard .post-content h4,
.single-format-standard .post-content .boxed-section-media.black .content h4,
.boxed-section-media.black .content .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .boxed-section-media.black .content .srr-title,
.boxed-section-media.black .content .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .boxed-section-media.black .content .srr-title,
.boxed-section-media.black .content .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .boxed-section-media.black .content .tabs__item,
.boxed-section-media.black .content .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .boxed-section-media.black .content .tabs__item,
.boxed-section-media.black .content .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .boxed-section-media.black .content a,
.boxed-section-media.black .content .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .boxed-section-media.black .content a,
.boxed-section-media.black .content .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .boxed-section-media.black .content .srr-title,
.boxed-section-media.black .content .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .boxed-section-media.black .content .srr-title,
.boxed-section-media.black .content .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .boxed-section-media.black .content blockquote,
.boxed-section-media.black .content .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .boxed-section-media.black .content blockquote,
.boxed-section-media.black .content .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .boxed-section-media.black .content tr,
.boxed-section-media.black .content .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .boxed-section-media.black .content tr,
.boxed-section-media.black .content .single-format-standard .post-content h5,
.boxed-section-media.black .content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .boxed-section-media.black .content .single-format-standard .post-content .post-location,
.boxed-section-media.black .content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .boxed-section-media.black .content .single-format-standard .post-content .post-date,
.boxed-section-media.black .content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .boxed-section-media.black .content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .boxed-section-media.black .content h5,
.single-format-standard .post-content .boxed-section-media.black .content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .boxed-section-media.black .content .post-location,
.single-format-standard .post-content .boxed-section-media.black .content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .boxed-section-media.black .content .post-date,
.single-format-standard .post-content .boxed-section-media.black .content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .boxed-section-media.black .content .post-upcoming,
.boxed-section-media.black .content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .boxed-section-media.black .content a,
.boxed-section-media.black .content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .boxed-section-media.black .content a,
.boxed-section-media.black .content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .boxed-section-media.black .content a,
.boxed-section-media.black .content .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .boxed-section-media.black .content a,
.boxed-section-media.black .content .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .boxed-section-media.black .content .post-location,
.boxed-section-media.black .content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .boxed-section-media.black .content .post-location,
.boxed-section-media.black .content .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .boxed-section-media.black .content .post-date,
.boxed-section-media.black .content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .boxed-section-media.black .content .post-date,
.boxed-section-media.black .content .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .boxed-section-media.black .content .post-upcoming,
.boxed-section-media.black .content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .boxed-section-media.black .content .post-upcoming,
.boxed-section-media.black .content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .boxed-section-media.black .content li,
.boxed-section-media.black .content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .boxed-section-media.black .content li,
.boxed-section-media.black .content .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .boxed-section-media.black .content p,
.boxed-section-media.black .content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .boxed-section-media.black .content p,
.boxed-section-media.black .content .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .boxed-section-media.black .content .heading,
.boxed-section-media.black .content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .boxed-section-media.black .content .heading,
.boxed-section-media.black .content .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .boxed-section-media.black .content .h5,
.boxed-section-media.black .content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .boxed-section-media.black .content .h5,
.boxed-section-media.black .content .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .boxed-section-media.black .content .heading,
.boxed-section-media.black .content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .boxed-section-media.black .content .heading,
.boxed-section-media.black .content .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .boxed-section-media.black .content span,
.boxed-section-media.black .content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .boxed-section-media.black .content span,
.boxed-section-media.black .content .srr-wrap .srr-title,
.srr-wrap .boxed-section-media.black .content .srr-title,
.boxed-section-media.black .content .tabs__heading--7 .tabs__item,
.tabs__heading--7 .boxed-section-media.black .content .tabs__item,
.boxed-section-media.black .content .hero--blog__content ol a,
.hero--blog__content ol .boxed-section-media.black .content a,
.boxed-section-media.black .content .blog-feed-embed .srr-title,
.blog-feed-embed .boxed-section-media.black .content .srr-title,
.boxed-section-media.black .content .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .boxed-section-media.black .content blockquote,
.boxed-section-media.black .content .pa thead tr,
.pa thead .boxed-section-media.black .content tr,
.boxed-section-media.black .content h5,
.boxed-section-media.black .content .events-posts article .post-location,
.events-posts article .boxed-section-media.black .content .post-location,
.boxed-section-media.black .content .events-posts article .post-date,
.events-posts article .boxed-section-media.black .content .post-date,
.boxed-section-media.black .content .events-posts article .post-upcoming,
.events-posts article .boxed-section-media.black .content .post-upcoming,
.boxed-section-media.black .content .single-case_study .highlights span,
.single-case_study .highlights .boxed-section-media.black .content span,
.boxed-section-media.black .content .accordion-basic .heading,
.accordion-basic .boxed-section-media.black .content .heading,
.boxed-section-media.black .content .spine-heading .h5,
.spine-heading .boxed-section-media.black .content .h5,
.boxed-section-media.black .content .slidorion .accordion .heading,
.slidorion .accordion .boxed-section-media.black .content .heading,
.boxed-section-media.black .content .tabs__heading--1 a,
.tabs__heading--1 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--2 a,
.tabs__heading--2 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--4 a,
.tabs__heading--4 .boxed-section-media.black .content a,
.boxed-section-media.black .content .tabs__heading--5 a,
.tabs__heading--5 .boxed-section-media.black .content a,
.boxed-section-media.black .content .hero--cs .post-location,
.hero--cs .boxed-section-media.black .content .post-location,
.boxed-section-media.black .content .hero--cs .post-date,
.hero--cs .boxed-section-media.black .content .post-date,
.boxed-section-media.black .content .hero--cs .post-upcoming,
.hero--cs .boxed-section-media.black .content .post-upcoming,
.boxed-section-media.black .content h6,
.boxed-section-media.black .content .single-news .pr-tag,
.single-news .boxed-section-media.black .content .pr-tag,
.boxed-section-media.black .content .single-post .post-content .note,
.single-post .post-content .boxed-section-media.black .content .note,
.boxed-section-media.black .content .post-tags a,
.post-tags .boxed-section-media.black .content a,
.boxed-section-media.black .content .blog .post-category,
.blog .boxed-section-media.black .content .post-category,
.boxed-section-media.black .content .archive .post-category,
.archive .boxed-section-media.black .content .post-category,
.boxed-section-media.black .content .footer__alerts-link,
.boxed-section-media.black .content p,
.boxed-section-media.black .content li,
.boxed-section-media.black .content label {
  color: #fff;
}
.boxed-section-media.black .content svg {
  filter: invert(1);
}
@media only screen and (min-width: 1023px) {
  .boxed-section-media.black .content {
    margin: -6px 2rem -4rem 2rem;
  }
}
.boxed-section-media.primary .content {
  background: #e2f3f5;
}
.boxed-section-media.primary .contain,
.boxed-section-media.primary .cover {
  z-index: 10;
  position: relative;
}
.boxed-section-media [class^=col-],
.boxed-section-media [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.institutions-logos {
  width: 100%;
  text-align: center;
  padding: 2em 0;
  display: none;
}
.institutions-logos h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .institutions-logos {
    padding-top: 0;
  }
}
.institutions-logos .carousel-wrap {
  width: 100%;
  padding: 2em 0;
}
.institutions-logos a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.institutions-logos a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.institutions-logos h1,
.institutions-logos h2,
.institutions-logos h3,
.institutions-logos h4,
.institutions-logos .single-format-standard .post-content h1,
.single-format-standard .post-content .institutions-logos h1,
.institutions-logos .single-format-standard .post-content h2,
.single-format-standard .post-content .institutions-logos h2,
.institutions-logos .single-format-standard .post-content h3,
.single-format-standard .post-content .institutions-logos h3,
.institutions-logos .single-format-standard .post-content h4,
.single-format-standard .post-content .institutions-logos h4,
.institutions-logos .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .institutions-logos .srr-title,
.institutions-logos .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .institutions-logos .srr-title,
.institutions-logos .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .institutions-logos .tabs__item,
.institutions-logos .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .institutions-logos .tabs__item,
.institutions-logos .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .institutions-logos a,
.institutions-logos .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .institutions-logos a,
.institutions-logos .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .institutions-logos .srr-title,
.institutions-logos .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .institutions-logos .srr-title,
.institutions-logos .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .institutions-logos blockquote,
.institutions-logos .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .institutions-logos blockquote,
.institutions-logos .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .institutions-logos tr,
.institutions-logos .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .institutions-logos tr,
.institutions-logos .single-format-standard .post-content h5,
.institutions-logos .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .institutions-logos .single-format-standard .post-content .post-location,
.institutions-logos .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .institutions-logos .single-format-standard .post-content .post-date,
.institutions-logos .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .institutions-logos .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .institutions-logos h5,
.single-format-standard .post-content .institutions-logos .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .institutions-logos .post-location,
.single-format-standard .post-content .institutions-logos .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .institutions-logos .post-date,
.single-format-standard .post-content .institutions-logos .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .institutions-logos .post-upcoming,
.institutions-logos .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .institutions-logos a,
.institutions-logos .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .institutions-logos a,
.institutions-logos .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .institutions-logos a,
.institutions-logos .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .institutions-logos a,
.institutions-logos .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .institutions-logos a,
.institutions-logos .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .institutions-logos a,
.institutions-logos .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .institutions-logos a,
.institutions-logos .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .institutions-logos a,
.institutions-logos .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .institutions-logos .post-location,
.institutions-logos .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .institutions-logos .post-location,
.institutions-logos .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .institutions-logos .post-date,
.institutions-logos .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .institutions-logos .post-date,
.institutions-logos .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .institutions-logos .post-upcoming,
.institutions-logos .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .institutions-logos .post-upcoming,
.institutions-logos .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .institutions-logos li,
.institutions-logos .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .institutions-logos li,
.single-format-standard .post-content .institutions-logos p,
.institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .institutions-logos .heading,
.institutions-logos .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .institutions-logos .heading,
.institutions-logos .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .institutions-logos .h5,
.institutions-logos .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .institutions-logos .h5,
.institutions-logos .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .institutions-logos .heading,
.institutions-logos .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .institutions-logos .heading,
.institutions-logos .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .institutions-logos span,
.institutions-logos .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .institutions-logos span,
.institutions-logos .srr-wrap .srr-title,
.srr-wrap .institutions-logos .srr-title,
.institutions-logos .tabs__heading--7 .tabs__item,
.tabs__heading--7 .institutions-logos .tabs__item,
.institutions-logos .hero--blog__content ol a,
.hero--blog__content ol .institutions-logos a,
.institutions-logos .blog-feed-embed .srr-title,
.blog-feed-embed .institutions-logos .srr-title,
.institutions-logos .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .institutions-logos blockquote,
.institutions-logos .pa thead tr,
.pa thead .institutions-logos tr,
.institutions-logos h5,
.institutions-logos .events-posts article .post-location,
.events-posts article .institutions-logos .post-location,
.institutions-logos .events-posts article .post-date,
.events-posts article .institutions-logos .post-date,
.institutions-logos .events-posts article .post-upcoming,
.events-posts article .institutions-logos .post-upcoming,
.institutions-logos .single-case_study .highlights span,
.single-case_study .highlights .institutions-logos span,
.institutions-logos .accordion-basic .heading,
.accordion-basic .institutions-logos .heading,
.institutions-logos .spine-heading .h5,
.spine-heading .institutions-logos .h5,
.institutions-logos .slidorion .accordion .heading,
.slidorion .accordion .institutions-logos .heading,
.institutions-logos .tabs__heading--1 a,
.tabs__heading--1 .institutions-logos a,
.institutions-logos .tabs__heading--2 a,
.tabs__heading--2 .institutions-logos a,
.institutions-logos .tabs__heading--4 a,
.tabs__heading--4 .institutions-logos a,
.institutions-logos .tabs__heading--5 a,
.tabs__heading--5 .institutions-logos a,
.institutions-logos .hero--cs .post-location,
.hero--cs .institutions-logos .post-location,
.institutions-logos .hero--cs .post-date,
.hero--cs .institutions-logos .post-date,
.institutions-logos .hero--cs .post-upcoming,
.hero--cs .institutions-logos .post-upcoming,
.institutions-logos .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .institutions-logos li,
.institutions-logos h6,
.institutions-logos .single-news .pr-tag,
.single-news .institutions-logos .pr-tag,
.institutions-logos .single-post .post-content .note,
.single-post .post-content .institutions-logos .note,
.institutions-logos .post-tags a,
.post-tags .institutions-logos a,
.institutions-logos .blog .post-category,
.blog .institutions-logos .post-category,
.institutions-logos .archive .post-category,
.archive .institutions-logos .post-category,
.institutions-logos .footer__alerts-link,
.institutions-logos p,
.institutions-logos li,
.institutions-logos label {
  color: #fff;
}
.institutions-logos svg {
  filter: invert(1);
}

.page-template-v3 .institutions-logos a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #424446;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.page-template-v3 .institutions-logos a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.page-template-v3 .institutions-logos h1,
.page-template-v3 .institutions-logos h2,
.page-template-v3 .institutions-logos h3,
.page-template-v3 .institutions-logos h4,
.page-template-v3 .institutions-logos .single-format-standard .post-content h1,
.single-format-standard .post-content .page-template-v3 .institutions-logos h1,
.page-template-v3 .institutions-logos .single-format-standard .post-content h2,
.single-format-standard .post-content .page-template-v3 .institutions-logos h2,
.page-template-v3 .institutions-logos .single-format-standard .post-content h3,
.single-format-standard .post-content .page-template-v3 .institutions-logos h3,
.page-template-v3 .institutions-logos .single-format-standard .post-content h4,
.single-format-standard .post-content .page-template-v3 .institutions-logos h4,
.page-template-v3 .institutions-logos .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .page-template-v3 .institutions-logos .srr-title,
.page-template-v3 .institutions-logos .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .page-template-v3 .institutions-logos .srr-title,
.page-template-v3 .institutions-logos .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .page-template-v3 .institutions-logos .tabs__item,
.page-template-v3 .institutions-logos .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .page-template-v3 .institutions-logos .tabs__item,
.page-template-v3 .institutions-logos .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .page-template-v3 .institutions-logos .srr-title,
.page-template-v3 .institutions-logos .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .page-template-v3 .institutions-logos .srr-title,
.page-template-v3 .institutions-logos .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .page-template-v3 .institutions-logos blockquote,
.page-template-v3 .institutions-logos .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .page-template-v3 .institutions-logos blockquote,
.page-template-v3 .institutions-logos .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .page-template-v3 .institutions-logos tr,
.page-template-v3 .institutions-logos .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .page-template-v3 .institutions-logos tr,
.page-template-v3 .institutions-logos .single-format-standard .post-content h5,
.page-template-v3 .institutions-logos .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .page-template-v3 .institutions-logos .single-format-standard .post-content .post-location,
.page-template-v3 .institutions-logos .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .page-template-v3 .institutions-logos .single-format-standard .post-content .post-date,
.page-template-v3 .institutions-logos .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .page-template-v3 .institutions-logos .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .page-template-v3 .institutions-logos h5,
.single-format-standard .post-content .page-template-v3 .institutions-logos .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .page-template-v3 .institutions-logos .post-location,
.single-format-standard .post-content .page-template-v3 .institutions-logos .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .page-template-v3 .institutions-logos .post-date,
.single-format-standard .post-content .page-template-v3 .institutions-logos .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .page-template-v3 .institutions-logos .post-upcoming,
.page-template-v3 .institutions-logos .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .page-template-v3 .institutions-logos .post-location,
.page-template-v3 .institutions-logos .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .page-template-v3 .institutions-logos .post-location,
.page-template-v3 .institutions-logos .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .page-template-v3 .institutions-logos .post-date,
.page-template-v3 .institutions-logos .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .page-template-v3 .institutions-logos .post-date,
.page-template-v3 .institutions-logos .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .page-template-v3 .institutions-logos .post-upcoming,
.page-template-v3 .institutions-logos .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .page-template-v3 .institutions-logos .post-upcoming,
.page-template-v3 .institutions-logos .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .page-template-v3 .institutions-logos li,
.page-template-v3 .institutions-logos .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .page-template-v3 .institutions-logos li,
.page-template-v3 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .page-template-v3 .institutions-logos p,
.page-template-v3 .institutions-logos .single-format-standard .post-content p,
.page-template-v3 .institutions-logos .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .page-template-v3 .institutions-logos .heading,
.page-template-v3 .institutions-logos .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .page-template-v3 .institutions-logos .heading,
.page-template-v3 .institutions-logos .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .page-template-v3 .institutions-logos .h5,
.page-template-v3 .institutions-logos .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .page-template-v3 .institutions-logos .h5,
.page-template-v3 .institutions-logos .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .page-template-v3 .institutions-logos .heading,
.page-template-v3 .institutions-logos .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .page-template-v3 .institutions-logos .heading,
.page-template-v3 .institutions-logos .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .page-template-v3 .institutions-logos span,
.page-template-v3 .institutions-logos .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .page-template-v3 .institutions-logos span,
.page-template-v3 .institutions-logos .srr-wrap .srr-title,
.srr-wrap .page-template-v3 .institutions-logos .srr-title,
.page-template-v3 .institutions-logos .tabs__heading--7 .tabs__item,
.tabs__heading--7 .page-template-v3 .institutions-logos .tabs__item,
.page-template-v3 .institutions-logos .hero--blog__content ol a,
.hero--blog__content ol .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .blog-feed-embed .srr-title,
.blog-feed-embed .page-template-v3 .institutions-logos .srr-title,
.page-template-v3 .institutions-logos .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .page-template-v3 .institutions-logos blockquote,
.page-template-v3 .institutions-logos .pa thead tr,
.pa thead .page-template-v3 .institutions-logos tr,
.page-template-v3 .institutions-logos h5,
.page-template-v3 .institutions-logos .events-posts article .post-location,
.events-posts article .page-template-v3 .institutions-logos .post-location,
.page-template-v3 .institutions-logos .events-posts article .post-date,
.events-posts article .page-template-v3 .institutions-logos .post-date,
.page-template-v3 .institutions-logos .events-posts article .post-upcoming,
.events-posts article .page-template-v3 .institutions-logos .post-upcoming,
.page-template-v3 .institutions-logos .single-case_study .highlights span,
.single-case_study .highlights .page-template-v3 .institutions-logos span,
.page-template-v3 .institutions-logos .accordion-basic .heading,
.accordion-basic .page-template-v3 .institutions-logos .heading,
.page-template-v3 .institutions-logos .spine-heading .h5,
.spine-heading .page-template-v3 .institutions-logos .h5,
.page-template-v3 .institutions-logos .slidorion .accordion .heading,
.slidorion .accordion .page-template-v3 .institutions-logos .heading,
.page-template-v3 .institutions-logos .tabs__heading--1 a,
.tabs__heading--1 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--2 a,
.tabs__heading--2 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--4 a,
.tabs__heading--4 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .tabs__heading--5 a,
.tabs__heading--5 .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .hero--cs .post-location,
.hero--cs .page-template-v3 .institutions-logos .post-location,
.page-template-v3 .institutions-logos .hero--cs .post-date,
.hero--cs .page-template-v3 .institutions-logos .post-date,
.page-template-v3 .institutions-logos .hero--cs .post-upcoming,
.hero--cs .page-template-v3 .institutions-logos .post-upcoming,
.page-template-v3 .institutions-logos h6,
.page-template-v3 .institutions-logos .single-news .pr-tag,
.single-news .page-template-v3 .institutions-logos .pr-tag,
.page-template-v3 .institutions-logos .single-post .post-content .note,
.single-post .post-content .page-template-v3 .institutions-logos .note,
.page-template-v3 .institutions-logos .post-tags a,
.post-tags .page-template-v3 .institutions-logos a,
.page-template-v3 .institutions-logos .blog .post-category,
.blog .page-template-v3 .institutions-logos .post-category,
.page-template-v3 .institutions-logos .archive .post-category,
.archive .page-template-v3 .institutions-logos .post-category,
.page-template-v3 .institutions-logos .footer__alerts-link,
.page-template-v3 .institutions-logos p,
.page-template-v3 .institutions-logos li,
.page-template-v3 .institutions-logos label {
  color: #424446;
}
.page-template-v3 .institutions-logos img {
  filter: invert(1);
}
.page-template-v3 .institutions-logos a {
  border-bottom: 1px solid #086472;
}
.page-template-v3 .institutions-logos a:hover {
  border-bottom: 0;
}

.card__reveal {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.card__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 100%;
  padding: 7rem 10%;
  background: #3ba4b4;
  opacity: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.card__content h4, .card__content .single-format-standard .post-content h1, .single-format-standard .post-content .card__content h1,
.card__content .single-format-standard .post-content h2,
.single-format-standard .post-content .card__content h2,
.card__content .single-format-standard .post-content h3,
.single-format-standard .post-content .card__content h3,
.card__content .single-format-standard .post-content h4,
.single-format-standard .post-content .card__content h4,
.card__content .single-format-standard .post-content h5,
.card__content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .card__content .single-format-standard .post-content .post-location,
.card__content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .card__content .single-format-standard .post-content .post-date,
.card__content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .card__content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .card__content h5,
.single-format-standard .post-content .card__content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .card__content .post-location,
.single-format-standard .post-content .card__content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .card__content .post-date,
.single-format-standard .post-content .card__content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .card__content .post-upcoming,
.card__content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .card__content a,
.card__content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .card__content a,
.card__content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .card__content a,
.card__content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .card__content a,
.card__content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .card__content a,
.card__content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .card__content a,
.card__content .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .card__content a,
.card__content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .card__content a,
.card__content .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .card__content .post-location,
.card__content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .card__content .post-location,
.card__content .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .card__content .post-date,
.card__content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .card__content .post-date,
.card__content .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .card__content .post-upcoming,
.card__content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .card__content .post-upcoming,
.card__content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .card__content li,
.card__content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .card__content li,
.card__content .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .card__content p,
.card__content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .card__content p,
.card__content .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .card__content .heading,
.card__content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .card__content .heading,
.card__content .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .card__content .h5,
.card__content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .card__content .h5,
.card__content .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .card__content .heading,
.card__content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .card__content .heading,
.card__content .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .card__content span,
.card__content .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .card__content span, .card__content .srr-wrap .srr-title, .srr-wrap .card__content .srr-title, .card__content .tabs__heading--7 .tabs__item, .tabs__heading--7 .card__content .tabs__item, .card__content .hero--blog__content ol a, .hero--blog__content ol .card__content a, .card__content .blog-feed-embed .srr-title, .blog-feed-embed .card__content .srr-title, .card__content .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .card__content blockquote, .card__content .pa thead tr, .pa thead .card__content tr,
.card__content p {
  color: #fff;
}

.card__cover .contain {
  max-width: 70%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 0;
}

.card__cover {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.card__cover h5, .card__cover .events-posts article .post-location, .events-posts article .card__cover .post-location,
.card__cover .events-posts article .post-date,
.events-posts article .card__cover .post-date,
.card__cover .events-posts article .post-upcoming,
.events-posts article .card__cover .post-upcoming, .card__cover .single-case_study .highlights span, .single-case_study .highlights .card__cover span, .card__cover .accordion-basic .heading, .accordion-basic .card__cover .heading, .card__cover .spine-heading .h5, .spine-heading .card__cover .h5, .card__cover .slidorion .accordion .heading, .slidorion .accordion .card__cover .heading, .card__cover .tabs__heading--1 a, .tabs__heading--1 .card__cover a, .card__cover .tabs__heading--2 a, .tabs__heading--2 .card__cover a, .card__cover .tabs__heading--4 a, .tabs__heading--4 .card__cover a, .card__cover .tabs__heading--5 a, .tabs__heading--5 .card__cover a, .card__cover .hero--cs .post-location, .hero--cs .card__cover .post-location,
.card__cover .hero--cs .post-date,
.hero--cs .card__cover .post-date,
.card__cover .hero--cs .post-upcoming,
.hero--cs .card__cover .post-upcoming, .card__cover .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .card__cover li, .card__cover .institutions-logos p, .institutions-logos .card__cover p {
  color: #086472;
}

.card__reveal:hover .card__cover {
  opacity: 0;
}

.card__reveal:hover .card__content {
  opacity: 1;
}

.card__reveal__wrap [class^=col-],
.card__reveal__wrap [class*=col-] {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.card__reveal__wrap {
  align-items: stretch;
}

.institutions-testimonials-logos {
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 2em 0;
}
@media only screen and (min-width: 767px) {
  .institutions-testimonials-logos {
    padding-top: 0;
  }
}
.institutions-testimonials-logos .carousel-wrap {
  width: 100%;
  padding: 2em 0;
}

/* Slidorion Stylesheet */
.slidorion {
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  margin-left: -50%;
}
@media only screen and (min-width: 767px) {
  .slidorion {
    display: flex;
  }
}
.slidorion .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .slidorion .slider {
    width: 60%;
    height: 28rem;
  }
}
.slidorion .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.slidorion .slider .cover {
  position: relative;
  height: 100%;
}
.slidorion .slider .cover img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: contain;
     object-fit: contain;
}
.slidorion .accordion {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .slidorion .accordion {
    width: 35%;
  }
}
.slidorion .accordion .heading {
  position: relative;
  padding: 1.2rem 0 1.2rem 3rem;
  border-bottom: 1px solid #e4e8eb;
  max-width: 100%;
}
.slidorion .accordion .heading .icon {
  width: 64px;
  height: 64px;
  transform: scale(0.7);
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -10px;
}
.slidorion .accordion .heading:hover {
  cursor: pointer;
}
.slidorion .accordion .heading.active, .slidorion .accordion .heading:hover {
  color: #086472;
  border-bottom: 1px solid #086472;
}
.gradient-line-left {
  padding-left: 1.5rem;
  position: relative;
}
.gradient-line-left:before {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: -ms-linear-gradient(90deg, #462872 0%, #086472 100%);
}

.spine-heading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  width: 65px;
  display: none;
}
@media only screen and (min-width: 1140px) {
  .spine-heading {
    display: block;
  }
}
.spine-heading .heading-container {
  height: 100%;
  padding: 0px 10px 0 0px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.spine-heading h5, .spine-heading .events-posts article .post-location, .events-posts article .spine-heading .post-location,
.spine-heading .events-posts article .post-date,
.events-posts article .spine-heading .post-date,
.spine-heading .events-posts article .post-upcoming,
.events-posts article .spine-heading .post-upcoming, .spine-heading .single-case_study .highlights span, .single-case_study .highlights .spine-heading span, .spine-heading .accordion-basic .heading, .accordion-basic .spine-heading .heading, .spine-heading .tabs__heading--1 a, .tabs__heading--1 .spine-heading a, .spine-heading .tabs__heading--2 a, .tabs__heading--2 .spine-heading a, .spine-heading .tabs__heading--4 a, .tabs__heading--4 .spine-heading a, .spine-heading .tabs__heading--5 a, .tabs__heading--5 .spine-heading a, .spine-heading .hero--cs .post-location, .hero--cs .spine-heading .post-location,
.spine-heading .hero--cs .post-date,
.hero--cs .spine-heading .post-date,
.spine-heading .hero--cs .post-upcoming,
.hero--cs .spine-heading .post-upcoming, .spine-heading .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .spine-heading li, .spine-heading .institutions-logos p, .institutions-logos .spine-heading p, .spine-heading .slidorion .accordion .heading, .slidorion .accordion .spine-heading .heading,
.spine-heading .h5 {
  color: #462872;
  background-clip: text;
  margin: 0 auto;
  padding: 0;
  -webkit-background-clip: text;
  font-size: 160%;
  white-space: pre;
  -moz-transform: matrix(0, -0.5, 0.5, 0, 0, 0);
  -webkit-transform: matrix(0, -0.5, 0.5, 0, 0, 0);
  -ms-transform: matrix(0, -0.5, 0.5, 0, 0, 0);
  line-height: 1;
  height: 22px;
}
.spine-heading .heading {
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 100%;
}
.spine-heading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  content: " ";
  z-index: 1;
  background-color: #462872;
}
.spine-heading:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: " ";
  z-index: 1;
  background-color: #462872;
}

.section:nth-of-type(2n) .spine-heading:before, .section:nth-of-type(2n) .spine-heading:after {
  background-color: #086472;
}
.section:nth-of-type(2n) .spine-heading h5, .section:nth-of-type(2n) .spine-heading .events-posts article .post-location, .events-posts article .section:nth-of-type(2n) .spine-heading .post-location,
.section:nth-of-type(2n) .spine-heading .events-posts article .post-date,
.events-posts article .section:nth-of-type(2n) .spine-heading .post-date,
.section:nth-of-type(2n) .spine-heading .events-posts article .post-upcoming,
.events-posts article .section:nth-of-type(2n) .spine-heading .post-upcoming, .section:nth-of-type(2n) .spine-heading .single-case_study .highlights span, .single-case_study .highlights .section:nth-of-type(2n) .spine-heading span, .section:nth-of-type(2n) .spine-heading .accordion-basic .heading, .accordion-basic .section:nth-of-type(2n) .spine-heading .heading, .section:nth-of-type(2n) .spine-heading .tabs__heading--1 a, .tabs__heading--1 .section:nth-of-type(2n) .spine-heading a, .section:nth-of-type(2n) .spine-heading .tabs__heading--2 a, .tabs__heading--2 .section:nth-of-type(2n) .spine-heading a, .section:nth-of-type(2n) .spine-heading .tabs__heading--4 a, .tabs__heading--4 .section:nth-of-type(2n) .spine-heading a, .section:nth-of-type(2n) .spine-heading .tabs__heading--5 a, .tabs__heading--5 .section:nth-of-type(2n) .spine-heading a, .section:nth-of-type(2n) .spine-heading .hero--cs .post-location, .hero--cs .section:nth-of-type(2n) .spine-heading .post-location,
.section:nth-of-type(2n) .spine-heading .hero--cs .post-date,
.hero--cs .section:nth-of-type(2n) .spine-heading .post-date,
.section:nth-of-type(2n) .spine-heading .hero--cs .post-upcoming,
.hero--cs .section:nth-of-type(2n) .spine-heading .post-upcoming, .section:nth-of-type(2n) .spine-heading .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .section:nth-of-type(2n) .spine-heading li, .section:nth-of-type(2n) .spine-heading .institutions-logos p, .institutions-logos .section:nth-of-type(2n) .spine-heading p, .section:nth-of-type(2n) .spine-heading .slidorion .accordion .heading, .slidorion .accordion .section:nth-of-type(2n) .spine-heading .heading,
.section:nth-of-type(2n) .spine-heading .h5 {
  color: #086472;
}

.arrow-hp-top, .arrow-hp-bottom {
  display: none;
}

.media-wrap {
  position: relative;
}
.media-wrap .media &gt; video, .media-wrap .media &gt; img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  z-index: 0;
  position: relative;
  min-height: 100%;
  margin-bottom: -10px;
}
.media-wrap .layer {
  max-width: 70%;
  max-height: 50%;
  position: absolute;
}
.media-wrap .layer img {
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.media-wrap.top .layer {
  top: 5em;
}
.media-wrap.middle .layer {
  top: 50%;
  transform: translate(0%, -50%);
}
.media-wrap.bottom .layer {
  bottom: 5em;
}
.media-wrap.left {
  margin-right: 5rem;
}
.media-wrap.left .layer {
  right: 0;
  margin-right: -5rem;
}
.media-wrap.right {
  margin-left: 5rem;
}
.media-wrap.right .layer {
  left: 0;
  margin-left: -5rem;
}

body:not(.page-template-v3) .media-wrap {
  border-radius: 40px;
}
body:not(.page-template-v3) .media-wrap .media {
  border-radius: 40px;
  overflow: hidden;
}
body:not(.page-template-v3) .media-wrap .media &gt; video, body:not(.page-template-v3) .media-wrap .media &gt; img {
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin-top: 3rem;
}
body:not(.page-template-v3) .media-wrap .media.black {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 50%);
}
body:not(.page-template-v3) .media-wrap .media.primary {
  background: linear-gradient(135deg, #f3f2f3 0%, #9180a9 50%);
}
body:not(.page-template-v3) .media-wrap .media.teal {
  background: linear-gradient(135deg, #f2f3f3 0%, #a0cac3 50%);
}
body:not(.page-template-v3) .media-wrap .media.pink {
  background: linear-gradient(135deg, #f3f2f3 0%, #cea7c4 50%);
}
body:not(.page-template-v3) .media-wrap .media.blue {
  background: linear-gradient(135deg, #f6f6f8 0%, #939bb6 50%);
}
body:not(.page-template-v3) .media-wrap .media.green {
  background: linear-gradient(135deg, #ebf9ee 0%, #92bca0 50%);
}
body:not(.page-template-v3) .media-wrap .media.red {
  background: linear-gradient(135deg, #eedcdc 0%, #915b5b 50%);
}
body:not(.page-template-v3) .media-wrap .media.orange {
  background: linear-gradient(135deg, #fff7f2 0%, #e2aa86 50%);
}
body:not(.page-template-v3) .media-wrap .media.brown {
  background: linear-gradient(135deg, #fdfdee 0%, #b2b08a 50%);
}
body:not(.page-template-v3) .media-wrap.layer img {
  border-radius: 20px;
}
body:not(.page-template-v3) .media-wrap.left .media &gt; video, body:not(.page-template-v3) .media-wrap.left .media &gt; img {
  margin-left: -20%;
}
body:not(.page-template-v3) .media-wrap.right .media &gt; video, body:not(.page-template-v3) .media-wrap.right .media &gt; img {
  margin-left: 20%;
}

.accordion-basic .heading {
  position: relative;
  display: block;
  padding: 1.2rem 0 1.2rem 3rem;
  border-bottom: 1px solid #e4e8eb;
  max-width: 100%;
}
.accordion-basic .heading .icon {
  width: 64px;
  height: 64px;
  transform: scale(0.7);
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -10px;
}
.accordion-basic .heading:hover {
  cursor: pointer;
}
.accordion-basic .heading.active, .accordion-basic .heading:hover {
  color: #086472;
  border-bottom: 1px solid #086472;
}
.accordion-basic .heading:after {
  content: " ";
  right: 0;
  background: url("http://www.yuja.com/wp-content/uploads/arrow-bluex12-1.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(90deg);
}
.accordion-basic .content {
  overflow: hidden;
  display: none;
}

.iframe-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.posts-carousel,
.posts-carousel-reverse {
  display: none;
}
.posts-carousel:before, .posts-carousel:after,
.posts-carousel-reverse:before,
.posts-carousel-reverse:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 10rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(247, 248, 249) 100%);
  z-index: 1000;
}
.posts-carousel:after,
.posts-carousel-reverse:after {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.posts-carousel .item,
.posts-carousel-reverse .item {
  margin: 2rem 1rem;
  padding: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  background: #fff;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 10rem);
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  min-width: 25rem;
  max-width: 30rem;
  display: grid;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.posts-carousel .item:hover,
.posts-carousel-reverse .item:hover {
  box-shadow: none;
}
.posts-carousel .item-inner,
.posts-carousel-reverse .item-inner {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}
.posts-carousel h4, .posts-carousel .single-format-standard .post-content h1, .single-format-standard .post-content .posts-carousel h1,
.posts-carousel .single-format-standard .post-content h2,
.single-format-standard .post-content .posts-carousel h2,
.posts-carousel .single-format-standard .post-content h3,
.single-format-standard .post-content .posts-carousel h3,
.posts-carousel .single-format-standard .post-content h4,
.single-format-standard .post-content .posts-carousel h4,
.posts-carousel .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .posts-carousel .srr-title,
.posts-carousel .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .posts-carousel .srr-title,
.posts-carousel .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .posts-carousel .tabs__item,
.posts-carousel .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .posts-carousel .tabs__item,
.posts-carousel .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .posts-carousel a,
.posts-carousel .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .posts-carousel a,
.posts-carousel .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .posts-carousel .srr-title,
.posts-carousel .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .posts-carousel .srr-title,
.posts-carousel .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .posts-carousel blockquote,
.posts-carousel .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .posts-carousel blockquote,
.posts-carousel .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .posts-carousel tr,
.posts-carousel .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .posts-carousel tr,
.posts-carousel .single-format-standard .post-content h5,
.posts-carousel .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .posts-carousel .single-format-standard .post-content .post-location,
.posts-carousel .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .posts-carousel .single-format-standard .post-content .post-date,
.posts-carousel .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .posts-carousel .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .posts-carousel h5,
.single-format-standard .post-content .posts-carousel .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .posts-carousel .post-location,
.single-format-standard .post-content .posts-carousel .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .posts-carousel .post-date,
.single-format-standard .post-content .posts-carousel .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .posts-carousel .post-upcoming,
.posts-carousel .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .posts-carousel a,
.posts-carousel .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .posts-carousel a,
.posts-carousel .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .posts-carousel a,
.posts-carousel .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .posts-carousel a,
.posts-carousel .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .posts-carousel a,
.posts-carousel .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .posts-carousel a,
.posts-carousel .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .posts-carousel a,
.posts-carousel .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .posts-carousel a,
.posts-carousel .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .posts-carousel .post-location,
.posts-carousel .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .posts-carousel .post-location,
.posts-carousel .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .posts-carousel .post-date,
.posts-carousel .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .posts-carousel .post-date,
.posts-carousel .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .posts-carousel .post-upcoming,
.posts-carousel .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .posts-carousel .post-upcoming,
.posts-carousel .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .posts-carousel li,
.posts-carousel .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .posts-carousel li,
.posts-carousel .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .posts-carousel p,
.posts-carousel .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .posts-carousel p,
.posts-carousel .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .posts-carousel .heading,
.posts-carousel .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .posts-carousel .heading,
.posts-carousel .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .posts-carousel .h5,
.posts-carousel .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .posts-carousel .h5,
.posts-carousel .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .posts-carousel .heading,
.posts-carousel .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .posts-carousel .heading,
.posts-carousel .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .posts-carousel span,
.posts-carousel .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .posts-carousel span, .posts-carousel .srr-wrap .srr-title, .srr-wrap .posts-carousel .srr-title, .posts-carousel .tabs__heading--7 .tabs__item, .tabs__heading--7 .posts-carousel .tabs__item, .posts-carousel .hero--blog__content ol a, .hero--blog__content ol .posts-carousel a, .posts-carousel .blog-feed-embed .srr-title, .blog-feed-embed .posts-carousel .srr-title, .posts-carousel .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .posts-carousel blockquote, .posts-carousel .pa thead tr, .pa thead .posts-carousel tr,
.posts-carousel-reverse h4,
.posts-carousel-reverse .single-format-standard .post-content h1,
.single-format-standard .post-content .posts-carousel-reverse h1,
.posts-carousel-reverse .single-format-standard .post-content h2,
.single-format-standard .post-content .posts-carousel-reverse h2,
.posts-carousel-reverse .single-format-standard .post-content h3,
.single-format-standard .post-content .posts-carousel-reverse h3,
.posts-carousel-reverse .single-format-standard .post-content h4,
.single-format-standard .post-content .posts-carousel-reverse h4,
.posts-carousel-reverse .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .posts-carousel-reverse .srr-title,
.posts-carousel-reverse .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .posts-carousel-reverse .srr-title,
.posts-carousel-reverse .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .posts-carousel-reverse .tabs__item,
.posts-carousel-reverse .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .posts-carousel-reverse .tabs__item,
.posts-carousel-reverse .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .posts-carousel-reverse a,
.posts-carousel-reverse .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .posts-carousel-reverse a,
.posts-carousel-reverse .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .posts-carousel-reverse .srr-title,
.posts-carousel-reverse .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .posts-carousel-reverse .srr-title,
.posts-carousel-reverse .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .posts-carousel-reverse blockquote,
.posts-carousel-reverse .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .posts-carousel-reverse blockquote,
.posts-carousel-reverse .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .posts-carousel-reverse tr,
.posts-carousel-reverse .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .posts-carousel-reverse tr,
.posts-carousel-reverse .single-format-standard .post-content h5,
.posts-carousel-reverse .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .posts-carousel-reverse .single-format-standard .post-content .post-location,
.posts-carousel-reverse .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .posts-carousel-reverse .single-format-standard .post-content .post-date,
.posts-carousel-reverse .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .posts-carousel-reverse .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .posts-carousel-reverse h5,
.single-format-standard .post-content .posts-carousel-reverse .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .posts-carousel-reverse .post-location,
.single-format-standard .post-content .posts-carousel-reverse .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .posts-carousel-reverse .post-date,
.single-format-standard .post-content .posts-carousel-reverse .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .posts-carousel-reverse .post-upcoming,
.posts-carousel-reverse .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .posts-carousel-reverse a,
.posts-carousel-reverse .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .posts-carousel-reverse a,
.posts-carousel-reverse .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .posts-carousel-reverse a,
.posts-carousel-reverse .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .posts-carousel-reverse a,
.posts-carousel-reverse .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .posts-carousel-reverse a,
.posts-carousel-reverse .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .posts-carousel-reverse a,
.posts-carousel-reverse .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .posts-carousel-reverse a,
.posts-carousel-reverse .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .posts-carousel-reverse a,
.posts-carousel-reverse .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .posts-carousel-reverse .post-location,
.posts-carousel-reverse .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .posts-carousel-reverse .post-location,
.posts-carousel-reverse .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .posts-carousel-reverse .post-date,
.posts-carousel-reverse .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .posts-carousel-reverse .post-date,
.posts-carousel-reverse .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .posts-carousel-reverse .post-upcoming,
.posts-carousel-reverse .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .posts-carousel-reverse .post-upcoming,
.posts-carousel-reverse .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .posts-carousel-reverse li,
.posts-carousel-reverse .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .posts-carousel-reverse li,
.posts-carousel-reverse .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .posts-carousel-reverse p,
.posts-carousel-reverse .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .posts-carousel-reverse p,
.posts-carousel-reverse .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .posts-carousel-reverse .heading,
.posts-carousel-reverse .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .posts-carousel-reverse .heading,
.posts-carousel-reverse .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .posts-carousel-reverse .h5,
.posts-carousel-reverse .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .posts-carousel-reverse .h5,
.posts-carousel-reverse .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .posts-carousel-reverse .heading,
.posts-carousel-reverse .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .posts-carousel-reverse .heading,
.posts-carousel-reverse .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .posts-carousel-reverse span,
.posts-carousel-reverse .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .posts-carousel-reverse span,
.posts-carousel-reverse .srr-wrap .srr-title,
.srr-wrap .posts-carousel-reverse .srr-title,
.posts-carousel-reverse .tabs__heading--7 .tabs__item,
.tabs__heading--7 .posts-carousel-reverse .tabs__item,
.posts-carousel-reverse .hero--blog__content ol a,
.hero--blog__content ol .posts-carousel-reverse a,
.posts-carousel-reverse .blog-feed-embed .srr-title,
.blog-feed-embed .posts-carousel-reverse .srr-title,
.posts-carousel-reverse .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .posts-carousel-reverse blockquote,
.posts-carousel-reverse .pa thead tr,
.pa thead .posts-carousel-reverse tr {
  font-size: 100%;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.posts-carousel .post-date,
.posts-carousel-reverse .post-date {
  font-size: 70%;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  border: 1px solid #e4e8eb;
  margin-bottom: 10px;
  color: #424446;
  border-radius: 6px;
}

.hero__carousel .carousel-wrap .slider-controls-buttons {
  top: auto;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 170px;
  max-width: 100%;
  transform: none;
  gap: 10px;
  display: flex;
}
@media only screen and (min-width: 767px) {
  .hero__carousel .carousel-wrap .slider-controls-buttons {
    left: auto;
    margin-bottom: -50px;
  }
}
.hero__carousel .carousel-wrap .slider-controls-buttons .arrow,
.hero__carousel .carousel-wrap .slider-controls-buttons #carousel-play-pause-homepage {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e4e8eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  outline: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.hero__carousel .carousel-wrap .slider-controls-buttons .arrow:hover,
.hero__carousel .carousel-wrap .slider-controls-buttons #carousel-play-pause-homepage:hover {
  border: 1px solid #462872;
}
.hero__carousel .carousel-wrap .slider-controls-buttons .arrow:focus,
.hero__carousel .carousel-wrap .slider-controls-buttons #carousel-play-pause-homepage:focus {
  outline: 2px solid #3ba4b4;
  outline-offset: 2px;
  z-index: 10000;
  color: #153b41;
}
.hero__carousel .carousel-wrap .slider-controls-buttons .arrow-right--2,
.hero__carousel .carousel-wrap .slider-controls-buttons #carousel-play-pause-homepage-right--2 {
  right: 0;
  margin-right: -3em;
}
.hero__carousel .carousel-wrap .slider-controls-buttons .arrow {
  opacity: 1;
}
.hero__carousel .carousel-wrap .slider-controls-buttons .carousel-play-pause svg {
  width: 14px;
}
.hero__carousel .carousel-wrap .slider-controls-buttons .carousel-play-pause svg path {
  fill: #472872;
}

.blog-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.blog-tabs li {
  padding: 0.5rem 1rem;
  border-bottom: 2px solid transparent;
}
.blog-tabs li a {
  font-weight: 700;
  color: #424446;
}
.blog-tabs li:hover {
  border-bottom: 2px solid #462872;
}
.blog-tabs li:hover a {
  color: #462872;
}

.logos-grid .row .col-md-3 .contain {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e4e8eb;
  padding: 1.5rem;
  height: 100%;
}
.logos-grid .row .col-md-3 .contain img {
  max-width: 100%;
  max-height: 50px;
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.logos-grid .row .col-md-3:nth-child(4n+4) .contain {
  border-right: none;
}

.wave-wrap .wave-element,
.wave-wrap .wave-mask {
  width: 110%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
}
.wave-wrap .wave-element {
  z-index: -1;
}
.disordered-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
}
@media only screen and (min-width: 767px) {
  .disordered-grid {
    flex-direction: column;
    align-items: center;
  }
  .disordered-grid .card, .disordered-grid .card--1, .disordered-grid .card--2, .disordered-grid .card--3, .disordered-grid .card--4 {
    max-width: 90%;
  }
}
.disordered-grid .grid-top {
  flex-direction: column;
  padding-top: 1px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .disordered-grid .grid-top {
    flex-direction: row;
  }
}
.disordered-grid .grid-bottom {
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-right: 45px;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media only screen and (min-width: 320px) {
  .disordered-grid .grid-bottom {
    flex-direction: row;
    margin-right: 0;
  }
}
.disordered-grid .card, .disordered-grid .card--1, .disordered-grid .card--2, .disordered-grid .card--3, .disordered-grid .card--4 {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .disordered-grid .card, .disordered-grid .card--1, .disordered-grid .card--2, .disordered-grid .card--3, .disordered-grid .card--4 {
    flex: 1 1 150px;
  }
}
@media only screen and (min-width: 767px) {
  .disordered-grid .card--1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .disordered-grid .card--1 h4, .disordered-grid .card--1 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--1 h1,
  .disordered-grid .card--1 .single-format-standard .post-content h2,
  .single-format-standard .post-content .disordered-grid .card--1 h2,
  .disordered-grid .card--1 .single-format-standard .post-content h3,
  .single-format-standard .post-content .disordered-grid .card--1 h3,
  .disordered-grid .card--1 .single-format-standard .post-content h5,
  .disordered-grid .card--1 .single-format-standard .post-content .events-posts article .post-location,
  .events-posts article .disordered-grid .card--1 .single-format-standard .post-content .post-location,
  .disordered-grid .card--1 .single-format-standard .post-content .events-posts article .post-date,
  .events-posts article .disordered-grid .card--1 .single-format-standard .post-content .post-date,
  .disordered-grid .card--1 .single-format-standard .post-content .events-posts article .post-upcoming,
  .events-posts article .disordered-grid .card--1 .single-format-standard .post-content .post-upcoming,
  .single-format-standard .post-content .disordered-grid .card--1 h5,
  .single-format-standard .post-content .disordered-grid .card--1 .events-posts article .post-location,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--1 .post-location,
  .single-format-standard .post-content .disordered-grid .card--1 .events-posts article .post-date,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--1 .post-date,
  .single-format-standard .post-content .disordered-grid .card--1 .events-posts article .post-upcoming,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--1 .post-upcoming,
  .disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--1 a,
  .single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--1 a,
  .disordered-grid .card--1 .tabs__heading--1 .single-format-standard .post-content a,
  .tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--1 a,
  .disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--2 a,
  .single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--1 a,
  .disordered-grid .card--1 .tabs__heading--2 .single-format-standard .post-content a,
  .tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--1 a,
  .disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--4 a,
  .single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--1 a,
  .disordered-grid .card--1 .tabs__heading--4 .single-format-standard .post-content a,
  .tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--1 a,
  .disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--5 a,
  .single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--1 a,
  .disordered-grid .card--1 .tabs__heading--5 .single-format-standard .post-content a,
  .tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--1 a,
  .disordered-grid .card--1 .single-format-standard .post-content .hero--cs .post-location,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--1 .post-location,
  .disordered-grid .card--1 .hero--cs .single-format-standard .post-content .post-location,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--1 .post-location,
  .disordered-grid .card--1 .single-format-standard .post-content .hero--cs .post-date,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--1 .post-date,
  .disordered-grid .card--1 .hero--cs .single-format-standard .post-content .post-date,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--1 .post-date,
  .disordered-grid .card--1 .single-format-standard .post-content .hero--cs .post-upcoming,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--1 .post-upcoming,
  .disordered-grid .card--1 .hero--cs .single-format-standard .post-content .post-upcoming,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--1 .post-upcoming,
  .disordered-grid .card--1 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
  .single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--1 li,
  .disordered-grid .card--1 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
  .carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--1 li,
  .disordered-grid .card--1 .single-format-standard .post-content .institutions-logos p,
  .single-format-standard .post-content .institutions-logos .disordered-grid .card--1 p,
  .disordered-grid .card--1 .institutions-logos .single-format-standard .post-content p,
  .institutions-logos .single-format-standard .post-content .disordered-grid .card--1 p,
  .disordered-grid .card--1 .single-format-standard .post-content .slidorion .accordion .heading,
  .single-format-standard .post-content .slidorion .accordion .disordered-grid .card--1 .heading,
  .disordered-grid .card--1 .slidorion .accordion .single-format-standard .post-content .heading,
  .slidorion .accordion .single-format-standard .post-content .disordered-grid .card--1 .heading,
  .disordered-grid .card--1 .single-format-standard .post-content .spine-heading .h5,
  .single-format-standard .post-content .spine-heading .disordered-grid .card--1 .h5,
  .disordered-grid .card--1 .spine-heading .single-format-standard .post-content .h5,
  .spine-heading .single-format-standard .post-content .disordered-grid .card--1 .h5,
  .disordered-grid .card--1 .single-format-standard .post-content .accordion-basic .heading,
  .single-format-standard .post-content .accordion-basic .disordered-grid .card--1 .heading,
  .disordered-grid .card--1 .accordion-basic .single-format-standard .post-content .heading,
  .accordion-basic .single-format-standard .post-content .disordered-grid .card--1 .heading,
  .disordered-grid .card--1 .single-format-standard .post-content .single-case_study .highlights span,
  .single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--1 span,
  .disordered-grid .card--1 .single-case_study .highlights .single-format-standard .post-content span,
  .single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--1 span, .disordered-grid .card--1 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--1 .srr-title, .disordered-grid .card--1 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--1 .tabs__item, .disordered-grid .card--1 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--1 a, .disordered-grid .card--1 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--1 .srr-title, .disordered-grid .card--1 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--1 blockquote, .disordered-grid .card--1 .pa thead tr, .pa thead .disordered-grid .card--1 tr {
    width: 330px;
  }
}
@media only screen and (min-width: 767px) {
  .disordered-grid .card--2 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row-reverse;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .disordered-grid .card--2 h4, .disordered-grid .card--2 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--2 h1,
  .disordered-grid .card--2 .single-format-standard .post-content h2,
  .single-format-standard .post-content .disordered-grid .card--2 h2,
  .disordered-grid .card--2 .single-format-standard .post-content h3,
  .single-format-standard .post-content .disordered-grid .card--2 h3,
  .disordered-grid .card--2 .single-format-standard .post-content h5,
  .disordered-grid .card--2 .single-format-standard .post-content .events-posts article .post-location,
  .events-posts article .disordered-grid .card--2 .single-format-standard .post-content .post-location,
  .disordered-grid .card--2 .single-format-standard .post-content .events-posts article .post-date,
  .events-posts article .disordered-grid .card--2 .single-format-standard .post-content .post-date,
  .disordered-grid .card--2 .single-format-standard .post-content .events-posts article .post-upcoming,
  .events-posts article .disordered-grid .card--2 .single-format-standard .post-content .post-upcoming,
  .single-format-standard .post-content .disordered-grid .card--2 h5,
  .single-format-standard .post-content .disordered-grid .card--2 .events-posts article .post-location,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--2 .post-location,
  .single-format-standard .post-content .disordered-grid .card--2 .events-posts article .post-date,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--2 .post-date,
  .single-format-standard .post-content .disordered-grid .card--2 .events-posts article .post-upcoming,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--2 .post-upcoming,
  .disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--1 a,
  .single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--2 a,
  .disordered-grid .card--2 .tabs__heading--1 .single-format-standard .post-content a,
  .tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--2 a,
  .disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--2 a,
  .single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--2 a,
  .disordered-grid .card--2 .tabs__heading--2 .single-format-standard .post-content a,
  .tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--2 a,
  .disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--4 a,
  .single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--2 a,
  .disordered-grid .card--2 .tabs__heading--4 .single-format-standard .post-content a,
  .tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--2 a,
  .disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--5 a,
  .single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--2 a,
  .disordered-grid .card--2 .tabs__heading--5 .single-format-standard .post-content a,
  .tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--2 a,
  .disordered-grid .card--2 .single-format-standard .post-content .hero--cs .post-location,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--2 .post-location,
  .disordered-grid .card--2 .hero--cs .single-format-standard .post-content .post-location,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--2 .post-location,
  .disordered-grid .card--2 .single-format-standard .post-content .hero--cs .post-date,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--2 .post-date,
  .disordered-grid .card--2 .hero--cs .single-format-standard .post-content .post-date,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--2 .post-date,
  .disordered-grid .card--2 .single-format-standard .post-content .hero--cs .post-upcoming,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--2 .post-upcoming,
  .disordered-grid .card--2 .hero--cs .single-format-standard .post-content .post-upcoming,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--2 .post-upcoming,
  .disordered-grid .card--2 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
  .single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--2 li,
  .disordered-grid .card--2 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
  .carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--2 li,
  .disordered-grid .card--2 .single-format-standard .post-content .institutions-logos p,
  .single-format-standard .post-content .institutions-logos .disordered-grid .card--2 p,
  .disordered-grid .card--2 .institutions-logos .single-format-standard .post-content p,
  .institutions-logos .single-format-standard .post-content .disordered-grid .card--2 p,
  .disordered-grid .card--2 .single-format-standard .post-content .slidorion .accordion .heading,
  .single-format-standard .post-content .slidorion .accordion .disordered-grid .card--2 .heading,
  .disordered-grid .card--2 .slidorion .accordion .single-format-standard .post-content .heading,
  .slidorion .accordion .single-format-standard .post-content .disordered-grid .card--2 .heading,
  .disordered-grid .card--2 .single-format-standard .post-content .spine-heading .h5,
  .single-format-standard .post-content .spine-heading .disordered-grid .card--2 .h5,
  .disordered-grid .card--2 .spine-heading .single-format-standard .post-content .h5,
  .spine-heading .single-format-standard .post-content .disordered-grid .card--2 .h5,
  .disordered-grid .card--2 .single-format-standard .post-content .accordion-basic .heading,
  .single-format-standard .post-content .accordion-basic .disordered-grid .card--2 .heading,
  .disordered-grid .card--2 .accordion-basic .single-format-standard .post-content .heading,
  .accordion-basic .single-format-standard .post-content .disordered-grid .card--2 .heading,
  .disordered-grid .card--2 .single-format-standard .post-content .single-case_study .highlights span,
  .single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--2 span,
  .disordered-grid .card--2 .single-case_study .highlights .single-format-standard .post-content span,
  .single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--2 span, .disordered-grid .card--2 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--2 .srr-title, .disordered-grid .card--2 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--2 .tabs__item, .disordered-grid .card--2 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--2 a, .disordered-grid .card--2 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--2 .srr-title, .disordered-grid .card--2 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--2 blockquote, .disordered-grid .card--2 .pa thead tr, .pa thead .disordered-grid .card--2 tr {
    margin-left: 30px !important;
    width: 220px;
    text-align: left;
  }
}
@media only screen and (min-width: 767px) {
  .disordered-grid .card--3 {
    display: flex;
    text-align: right;
    align-items: center;
  }
  .disordered-grid .card--3 h4, .disordered-grid .card--3 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--3 h1,
  .disordered-grid .card--3 .single-format-standard .post-content h2,
  .single-format-standard .post-content .disordered-grid .card--3 h2,
  .disordered-grid .card--3 .single-format-standard .post-content h3,
  .single-format-standard .post-content .disordered-grid .card--3 h3,
  .disordered-grid .card--3 .single-format-standard .post-content h5,
  .disordered-grid .card--3 .single-format-standard .post-content .events-posts article .post-location,
  .events-posts article .disordered-grid .card--3 .single-format-standard .post-content .post-location,
  .disordered-grid .card--3 .single-format-standard .post-content .events-posts article .post-date,
  .events-posts article .disordered-grid .card--3 .single-format-standard .post-content .post-date,
  .disordered-grid .card--3 .single-format-standard .post-content .events-posts article .post-upcoming,
  .events-posts article .disordered-grid .card--3 .single-format-standard .post-content .post-upcoming,
  .single-format-standard .post-content .disordered-grid .card--3 h5,
  .single-format-standard .post-content .disordered-grid .card--3 .events-posts article .post-location,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--3 .post-location,
  .single-format-standard .post-content .disordered-grid .card--3 .events-posts article .post-date,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--3 .post-date,
  .single-format-standard .post-content .disordered-grid .card--3 .events-posts article .post-upcoming,
  .events-posts article .single-format-standard .post-content .disordered-grid .card--3 .post-upcoming,
  .disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--1 a,
  .single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--3 a,
  .disordered-grid .card--3 .tabs__heading--1 .single-format-standard .post-content a,
  .tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--3 a,
  .disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--2 a,
  .single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--3 a,
  .disordered-grid .card--3 .tabs__heading--2 .single-format-standard .post-content a,
  .tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--3 a,
  .disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--4 a,
  .single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--3 a,
  .disordered-grid .card--3 .tabs__heading--4 .single-format-standard .post-content a,
  .tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--3 a,
  .disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--5 a,
  .single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--3 a,
  .disordered-grid .card--3 .tabs__heading--5 .single-format-standard .post-content a,
  .tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--3 a,
  .disordered-grid .card--3 .single-format-standard .post-content .hero--cs .post-location,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--3 .post-location,
  .disordered-grid .card--3 .hero--cs .single-format-standard .post-content .post-location,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--3 .post-location,
  .disordered-grid .card--3 .single-format-standard .post-content .hero--cs .post-date,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--3 .post-date,
  .disordered-grid .card--3 .hero--cs .single-format-standard .post-content .post-date,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--3 .post-date,
  .disordered-grid .card--3 .single-format-standard .post-content .hero--cs .post-upcoming,
  .single-format-standard .post-content .hero--cs .disordered-grid .card--3 .post-upcoming,
  .disordered-grid .card--3 .hero--cs .single-format-standard .post-content .post-upcoming,
  .hero--cs .single-format-standard .post-content .disordered-grid .card--3 .post-upcoming,
  .disordered-grid .card--3 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
  .single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--3 li,
  .disordered-grid .card--3 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
  .carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--3 li,
  .disordered-grid .card--3 .single-format-standard .post-content .institutions-logos p,
  .single-format-standard .post-content .institutions-logos .disordered-grid .card--3 p,
  .disordered-grid .card--3 .institutions-logos .single-format-standard .post-content p,
  .institutions-logos .single-format-standard .post-content .disordered-grid .card--3 p,
  .disordered-grid .card--3 .single-format-standard .post-content .slidorion .accordion .heading,
  .single-format-standard .post-content .slidorion .accordion .disordered-grid .card--3 .heading,
  .disordered-grid .card--3 .slidorion .accordion .single-format-standard .post-content .heading,
  .slidorion .accordion .single-format-standard .post-content .disordered-grid .card--3 .heading,
  .disordered-grid .card--3 .single-format-standard .post-content .spine-heading .h5,
  .single-format-standard .post-content .spine-heading .disordered-grid .card--3 .h5,
  .disordered-grid .card--3 .spine-heading .single-format-standard .post-content .h5,
  .spine-heading .single-format-standard .post-content .disordered-grid .card--3 .h5,
  .disordered-grid .card--3 .single-format-standard .post-content .accordion-basic .heading,
  .single-format-standard .post-content .accordion-basic .disordered-grid .card--3 .heading,
  .disordered-grid .card--3 .accordion-basic .single-format-standard .post-content .heading,
  .accordion-basic .single-format-standard .post-content .disordered-grid .card--3 .heading,
  .disordered-grid .card--3 .single-format-standard .post-content .single-case_study .highlights span,
  .single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--3 span,
  .disordered-grid .card--3 .single-case_study .highlights .single-format-standard .post-content span,
  .single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--3 span, .disordered-grid .card--3 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--3 .srr-title, .disordered-grid .card--3 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--3 .tabs__item, .disordered-grid .card--3 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--3 a, .disordered-grid .card--3 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--3 .srr-title, .disordered-grid .card--3 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--3 blockquote, .disordered-grid .card--3 .pa thead tr, .pa thead .disordered-grid .card--3 tr {
    width: 50%;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 767px) {
  .disordered-grid .card--4 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.disordered-grid .card img, .disordered-grid .card--1 img, .disordered-grid .card--2 img, .disordered-grid .card--3 img, .disordered-grid .card--4 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem auto;
  z-index: 1000;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.disordered-grid .card h4, .disordered-grid .card .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card h1,
.disordered-grid .card .single-format-standard .post-content h2,
.single-format-standard .post-content .disordered-grid .card h2,
.disordered-grid .card .single-format-standard .post-content h3,
.single-format-standard .post-content .disordered-grid .card h3,
.disordered-grid .card .single-format-standard .post-content h4,
.single-format-standard .post-content .disordered-grid .card h4,
.disordered-grid .card .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .disordered-grid .card .srr-title,
.disordered-grid .card .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .disordered-grid .card .srr-title,
.disordered-grid .card .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .disordered-grid .card .tabs__item,
.disordered-grid .card .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .disordered-grid .card .tabs__item,
.disordered-grid .card .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .disordered-grid .card a,
.disordered-grid .card .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .disordered-grid .card a,
.disordered-grid .card .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .disordered-grid .card .srr-title,
.disordered-grid .card .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .disordered-grid .card .srr-title,
.disordered-grid .card .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .disordered-grid .card blockquote,
.disordered-grid .card .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .disordered-grid .card blockquote,
.disordered-grid .card .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .disordered-grid .card tr,
.disordered-grid .card .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .disordered-grid .card tr,
.disordered-grid .card .single-format-standard .post-content h5,
.disordered-grid .card .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .disordered-grid .card .single-format-standard .post-content .post-location,
.disordered-grid .card .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .disordered-grid .card .single-format-standard .post-content .post-date,
.disordered-grid .card .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .disordered-grid .card .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .disordered-grid .card h5,
.single-format-standard .post-content .disordered-grid .card .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .disordered-grid .card .post-location,
.single-format-standard .post-content .disordered-grid .card .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .disordered-grid .card .post-date,
.single-format-standard .post-content .disordered-grid .card .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .disordered-grid .card .post-upcoming,
.disordered-grid .card .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .disordered-grid .card a,
.disordered-grid .card .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .disordered-grid .card a,
.disordered-grid .card .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .disordered-grid .card a,
.disordered-grid .card .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .disordered-grid .card a,
.disordered-grid .card .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .disordered-grid .card a,
.disordered-grid .card .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .disordered-grid .card a,
.disordered-grid .card .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .disordered-grid .card a,
.disordered-grid .card .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .disordered-grid .card a,
.disordered-grid .card .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .disordered-grid .card .post-location,
.disordered-grid .card .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .disordered-grid .card .post-location,
.disordered-grid .card .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .disordered-grid .card .post-date,
.disordered-grid .card .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .disordered-grid .card .post-date,
.disordered-grid .card .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .disordered-grid .card .post-upcoming,
.disordered-grid .card .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .disordered-grid .card .post-upcoming,
.disordered-grid .card .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card li,
.disordered-grid .card .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card li,
.disordered-grid .card .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .disordered-grid .card p,
.disordered-grid .card .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .disordered-grid .card p,
.disordered-grid .card .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .disordered-grid .card .heading,
.disordered-grid .card .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .disordered-grid .card .heading,
.disordered-grid .card .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .disordered-grid .card .h5,
.disordered-grid .card .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .disordered-grid .card .h5,
.disordered-grid .card .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .disordered-grid .card .heading,
.disordered-grid .card .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .disordered-grid .card .heading,
.disordered-grid .card .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .disordered-grid .card span,
.disordered-grid .card .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .disordered-grid .card span, .disordered-grid .card--1 h4, .disordered-grid .card--1 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--1 h1,
.disordered-grid .card--1 .single-format-standard .post-content h2,
.single-format-standard .post-content .disordered-grid .card--1 h2,
.disordered-grid .card--1 .single-format-standard .post-content h3,
.single-format-standard .post-content .disordered-grid .card--1 h3,
.disordered-grid .card--1 .single-format-standard .post-content h4,
.single-format-standard .post-content .disordered-grid .card--1 h4,
.disordered-grid .card--1 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .disordered-grid .card--1 .srr-title,
.disordered-grid .card--1 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .disordered-grid .card--1 .srr-title,
.disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .disordered-grid .card--1 .tabs__item,
.disordered-grid .card--1 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .disordered-grid .card--1 .tabs__item,
.disordered-grid .card--1 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .disordered-grid .card--1 a,
.disordered-grid .card--1 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .disordered-grid .card--1 a,
.disordered-grid .card--1 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .disordered-grid .card--1 .srr-title,
.disordered-grid .card--1 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .disordered-grid .card--1 .srr-title,
.disordered-grid .card--1 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .disordered-grid .card--1 blockquote,
.disordered-grid .card--1 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .disordered-grid .card--1 blockquote,
.disordered-grid .card--1 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .disordered-grid .card--1 tr,
.disordered-grid .card--1 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .disordered-grid .card--1 tr,
.disordered-grid .card--1 .single-format-standard .post-content h5,
.disordered-grid .card--1 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .disordered-grid .card--1 .single-format-standard .post-content .post-location,
.disordered-grid .card--1 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .disordered-grid .card--1 .single-format-standard .post-content .post-date,
.disordered-grid .card--1 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .disordered-grid .card--1 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .disordered-grid .card--1 h5,
.single-format-standard .post-content .disordered-grid .card--1 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .disordered-grid .card--1 .post-location,
.single-format-standard .post-content .disordered-grid .card--1 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .disordered-grid .card--1 .post-date,
.single-format-standard .post-content .disordered-grid .card--1 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .disordered-grid .card--1 .post-upcoming,
.disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--1 a,
.disordered-grid .card--1 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--1 a,
.disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--1 a,
.disordered-grid .card--1 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--1 a,
.disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--1 a,
.disordered-grid .card--1 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--1 a,
.disordered-grid .card--1 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--1 a,
.disordered-grid .card--1 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--1 a,
.disordered-grid .card--1 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .disordered-grid .card--1 .post-location,
.disordered-grid .card--1 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .disordered-grid .card--1 .post-location,
.disordered-grid .card--1 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .disordered-grid .card--1 .post-date,
.disordered-grid .card--1 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .disordered-grid .card--1 .post-date,
.disordered-grid .card--1 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .disordered-grid .card--1 .post-upcoming,
.disordered-grid .card--1 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .disordered-grid .card--1 .post-upcoming,
.disordered-grid .card--1 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--1 li,
.disordered-grid .card--1 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--1 li,
.disordered-grid .card--1 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .disordered-grid .card--1 p,
.disordered-grid .card--1 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .disordered-grid .card--1 p,
.disordered-grid .card--1 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .disordered-grid .card--1 .heading,
.disordered-grid .card--1 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .disordered-grid .card--1 .heading,
.disordered-grid .card--1 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .disordered-grid .card--1 .h5,
.disordered-grid .card--1 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .disordered-grid .card--1 .h5,
.disordered-grid .card--1 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .disordered-grid .card--1 .heading,
.disordered-grid .card--1 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .disordered-grid .card--1 .heading,
.disordered-grid .card--1 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--1 span,
.disordered-grid .card--1 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--1 span, .disordered-grid .card--2 h4, .disordered-grid .card--2 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--2 h1,
.disordered-grid .card--2 .single-format-standard .post-content h2,
.single-format-standard .post-content .disordered-grid .card--2 h2,
.disordered-grid .card--2 .single-format-standard .post-content h3,
.single-format-standard .post-content .disordered-grid .card--2 h3,
.disordered-grid .card--2 .single-format-standard .post-content h4,
.single-format-standard .post-content .disordered-grid .card--2 h4,
.disordered-grid .card--2 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .disordered-grid .card--2 .srr-title,
.disordered-grid .card--2 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .disordered-grid .card--2 .srr-title,
.disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .disordered-grid .card--2 .tabs__item,
.disordered-grid .card--2 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .disordered-grid .card--2 .tabs__item,
.disordered-grid .card--2 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .disordered-grid .card--2 a,
.disordered-grid .card--2 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .disordered-grid .card--2 a,
.disordered-grid .card--2 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .disordered-grid .card--2 .srr-title,
.disordered-grid .card--2 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .disordered-grid .card--2 .srr-title,
.disordered-grid .card--2 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .disordered-grid .card--2 blockquote,
.disordered-grid .card--2 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .disordered-grid .card--2 blockquote,
.disordered-grid .card--2 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .disordered-grid .card--2 tr,
.disordered-grid .card--2 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .disordered-grid .card--2 tr,
.disordered-grid .card--2 .single-format-standard .post-content h5,
.disordered-grid .card--2 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .disordered-grid .card--2 .single-format-standard .post-content .post-location,
.disordered-grid .card--2 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .disordered-grid .card--2 .single-format-standard .post-content .post-date,
.disordered-grid .card--2 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .disordered-grid .card--2 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .disordered-grid .card--2 h5,
.single-format-standard .post-content .disordered-grid .card--2 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .disordered-grid .card--2 .post-location,
.single-format-standard .post-content .disordered-grid .card--2 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .disordered-grid .card--2 .post-date,
.single-format-standard .post-content .disordered-grid .card--2 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .disordered-grid .card--2 .post-upcoming,
.disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--2 a,
.disordered-grid .card--2 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--2 a,
.disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--2 a,
.disordered-grid .card--2 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--2 a,
.disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--2 a,
.disordered-grid .card--2 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--2 a,
.disordered-grid .card--2 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--2 a,
.disordered-grid .card--2 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--2 a,
.disordered-grid .card--2 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .disordered-grid .card--2 .post-location,
.disordered-grid .card--2 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .disordered-grid .card--2 .post-location,
.disordered-grid .card--2 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .disordered-grid .card--2 .post-date,
.disordered-grid .card--2 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .disordered-grid .card--2 .post-date,
.disordered-grid .card--2 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .disordered-grid .card--2 .post-upcoming,
.disordered-grid .card--2 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .disordered-grid .card--2 .post-upcoming,
.disordered-grid .card--2 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--2 li,
.disordered-grid .card--2 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--2 li,
.disordered-grid .card--2 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .disordered-grid .card--2 p,
.disordered-grid .card--2 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .disordered-grid .card--2 p,
.disordered-grid .card--2 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .disordered-grid .card--2 .heading,
.disordered-grid .card--2 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .disordered-grid .card--2 .heading,
.disordered-grid .card--2 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .disordered-grid .card--2 .h5,
.disordered-grid .card--2 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .disordered-grid .card--2 .h5,
.disordered-grid .card--2 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .disordered-grid .card--2 .heading,
.disordered-grid .card--2 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .disordered-grid .card--2 .heading,
.disordered-grid .card--2 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--2 span,
.disordered-grid .card--2 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--2 span, .disordered-grid .card--3 h4, .disordered-grid .card--3 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--3 h1,
.disordered-grid .card--3 .single-format-standard .post-content h2,
.single-format-standard .post-content .disordered-grid .card--3 h2,
.disordered-grid .card--3 .single-format-standard .post-content h3,
.single-format-standard .post-content .disordered-grid .card--3 h3,
.disordered-grid .card--3 .single-format-standard .post-content h4,
.single-format-standard .post-content .disordered-grid .card--3 h4,
.disordered-grid .card--3 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .disordered-grid .card--3 .srr-title,
.disordered-grid .card--3 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .disordered-grid .card--3 .srr-title,
.disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .disordered-grid .card--3 .tabs__item,
.disordered-grid .card--3 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .disordered-grid .card--3 .tabs__item,
.disordered-grid .card--3 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .disordered-grid .card--3 a,
.disordered-grid .card--3 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .disordered-grid .card--3 a,
.disordered-grid .card--3 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .disordered-grid .card--3 .srr-title,
.disordered-grid .card--3 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .disordered-grid .card--3 .srr-title,
.disordered-grid .card--3 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .disordered-grid .card--3 blockquote,
.disordered-grid .card--3 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .disordered-grid .card--3 blockquote,
.disordered-grid .card--3 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .disordered-grid .card--3 tr,
.disordered-grid .card--3 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .disordered-grid .card--3 tr,
.disordered-grid .card--3 .single-format-standard .post-content h5,
.disordered-grid .card--3 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .disordered-grid .card--3 .single-format-standard .post-content .post-location,
.disordered-grid .card--3 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .disordered-grid .card--3 .single-format-standard .post-content .post-date,
.disordered-grid .card--3 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .disordered-grid .card--3 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .disordered-grid .card--3 h5,
.single-format-standard .post-content .disordered-grid .card--3 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .disordered-grid .card--3 .post-location,
.single-format-standard .post-content .disordered-grid .card--3 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .disordered-grid .card--3 .post-date,
.single-format-standard .post-content .disordered-grid .card--3 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .disordered-grid .card--3 .post-upcoming,
.disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--3 a,
.disordered-grid .card--3 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--3 a,
.disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--3 a,
.disordered-grid .card--3 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--3 a,
.disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--3 a,
.disordered-grid .card--3 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--3 a,
.disordered-grid .card--3 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--3 a,
.disordered-grid .card--3 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--3 a,
.disordered-grid .card--3 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .disordered-grid .card--3 .post-location,
.disordered-grid .card--3 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .disordered-grid .card--3 .post-location,
.disordered-grid .card--3 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .disordered-grid .card--3 .post-date,
.disordered-grid .card--3 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .disordered-grid .card--3 .post-date,
.disordered-grid .card--3 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .disordered-grid .card--3 .post-upcoming,
.disordered-grid .card--3 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .disordered-grid .card--3 .post-upcoming,
.disordered-grid .card--3 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--3 li,
.disordered-grid .card--3 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--3 li,
.disordered-grid .card--3 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .disordered-grid .card--3 p,
.disordered-grid .card--3 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .disordered-grid .card--3 p,
.disordered-grid .card--3 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .disordered-grid .card--3 .heading,
.disordered-grid .card--3 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .disordered-grid .card--3 .heading,
.disordered-grid .card--3 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .disordered-grid .card--3 .h5,
.disordered-grid .card--3 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .disordered-grid .card--3 .h5,
.disordered-grid .card--3 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .disordered-grid .card--3 .heading,
.disordered-grid .card--3 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .disordered-grid .card--3 .heading,
.disordered-grid .card--3 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--3 span,
.disordered-grid .card--3 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--3 span, .disordered-grid .card--4 h4, .disordered-grid .card--4 .single-format-standard .post-content h1, .single-format-standard .post-content .disordered-grid .card--4 h1,
.disordered-grid .card--4 .single-format-standard .post-content h2,
.single-format-standard .post-content .disordered-grid .card--4 h2,
.disordered-grid .card--4 .single-format-standard .post-content h3,
.single-format-standard .post-content .disordered-grid .card--4 h3,
.disordered-grid .card--4 .single-format-standard .post-content h4,
.single-format-standard .post-content .disordered-grid .card--4 h4,
.disordered-grid .card--4 .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .disordered-grid .card--4 .srr-title,
.disordered-grid .card--4 .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .disordered-grid .card--4 .srr-title,
.disordered-grid .card--4 .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .disordered-grid .card--4 .tabs__item,
.disordered-grid .card--4 .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .disordered-grid .card--4 .tabs__item,
.disordered-grid .card--4 .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .disordered-grid .card--4 a,
.disordered-grid .card--4 .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .disordered-grid .card--4 a,
.disordered-grid .card--4 .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .disordered-grid .card--4 .srr-title,
.disordered-grid .card--4 .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .disordered-grid .card--4 .srr-title,
.disordered-grid .card--4 .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .disordered-grid .card--4 blockquote,
.disordered-grid .card--4 .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .disordered-grid .card--4 blockquote,
.disordered-grid .card--4 .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .disordered-grid .card--4 tr,
.disordered-grid .card--4 .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .disordered-grid .card--4 tr,
.disordered-grid .card--4 .single-format-standard .post-content h5,
.disordered-grid .card--4 .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .disordered-grid .card--4 .single-format-standard .post-content .post-location,
.disordered-grid .card--4 .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .disordered-grid .card--4 .single-format-standard .post-content .post-date,
.disordered-grid .card--4 .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .disordered-grid .card--4 .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .disordered-grid .card--4 h5,
.single-format-standard .post-content .disordered-grid .card--4 .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .disordered-grid .card--4 .post-location,
.single-format-standard .post-content .disordered-grid .card--4 .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .disordered-grid .card--4 .post-date,
.single-format-standard .post-content .disordered-grid .card--4 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .disordered-grid .card--4 .post-upcoming,
.disordered-grid .card--4 .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .disordered-grid .card--4 a,
.disordered-grid .card--4 .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .disordered-grid .card--4 a,
.disordered-grid .card--4 .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .disordered-grid .card--4 a,
.disordered-grid .card--4 .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .disordered-grid .card--4 a,
.disordered-grid .card--4 .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .disordered-grid .card--4 a,
.disordered-grid .card--4 .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .disordered-grid .card--4 a,
.disordered-grid .card--4 .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .disordered-grid .card--4 a,
.disordered-grid .card--4 .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .disordered-grid .card--4 a,
.disordered-grid .card--4 .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .disordered-grid .card--4 .post-location,
.disordered-grid .card--4 .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .disordered-grid .card--4 .post-location,
.disordered-grid .card--4 .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .disordered-grid .card--4 .post-date,
.disordered-grid .card--4 .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .disordered-grid .card--4 .post-date,
.disordered-grid .card--4 .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .disordered-grid .card--4 .post-upcoming,
.disordered-grid .card--4 .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .disordered-grid .card--4 .post-upcoming,
.disordered-grid .card--4 .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .disordered-grid .card--4 li,
.disordered-grid .card--4 .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .disordered-grid .card--4 li,
.disordered-grid .card--4 .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .disordered-grid .card--4 p,
.disordered-grid .card--4 .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .disordered-grid .card--4 p,
.disordered-grid .card--4 .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .disordered-grid .card--4 .heading,
.disordered-grid .card--4 .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .disordered-grid .card--4 .heading,
.disordered-grid .card--4 .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .disordered-grid .card--4 .h5,
.disordered-grid .card--4 .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .disordered-grid .card--4 .h5,
.disordered-grid .card--4 .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .disordered-grid .card--4 .heading,
.disordered-grid .card--4 .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .disordered-grid .card--4 .heading,
.disordered-grid .card--4 .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .disordered-grid .card--4 span,
.disordered-grid .card--4 .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .disordered-grid .card--4 span, .disordered-grid .card .srr-wrap .srr-title, .srr-wrap .disordered-grid .card .srr-title, .disordered-grid .card--1 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--1 .srr-title, .disordered-grid .card--2 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--2 .srr-title, .disordered-grid .card--3 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--3 .srr-title, .disordered-grid .card--4 .srr-wrap .srr-title, .srr-wrap .disordered-grid .card--4 .srr-title, .disordered-grid .card .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card .tabs__item, .disordered-grid .card--1 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--1 .tabs__item, .disordered-grid .card--2 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--2 .tabs__item, .disordered-grid .card--3 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--3 .tabs__item, .disordered-grid .card--4 .tabs__heading--7 .tabs__item, .tabs__heading--7 .disordered-grid .card--4 .tabs__item, .disordered-grid .card .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card a, .disordered-grid .card--1 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--1 a, .disordered-grid .card--2 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--2 a, .disordered-grid .card--3 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--3 a, .disordered-grid .card--4 .hero--blog__content ol a, .hero--blog__content ol .disordered-grid .card--4 a, .disordered-grid .card .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card .srr-title, .disordered-grid .card--1 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--1 .srr-title, .disordered-grid .card--2 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--2 .srr-title, .disordered-grid .card--3 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--3 .srr-title, .disordered-grid .card--4 .blog-feed-embed .srr-title, .blog-feed-embed .disordered-grid .card--4 .srr-title, .disordered-grid .card .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card blockquote, .disordered-grid .card--1 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--1 blockquote, .disordered-grid .card--2 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--2 blockquote, .disordered-grid .card--3 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--3 blockquote, .disordered-grid .card--4 .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .disordered-grid .card--4 blockquote, .disordered-grid .card .pa thead tr, .pa thead .disordered-grid .card tr, .disordered-grid .card--1 .pa thead tr, .pa thead .disordered-grid .card--1 tr, .disordered-grid .card--2 .pa thead tr, .pa thead .disordered-grid .card--2 tr, .disordered-grid .card--3 .pa thead tr, .pa thead .disordered-grid .card--3 tr, .disordered-grid .card--4 .pa thead tr, .pa thead .disordered-grid .card--4 tr {
  margin: 0.5rem 0;
  font-size: 120%;
}
.disordered-grid .wave-element {
  position: absolute;
  width: 180px;
  top: 56%;
  left: 30%;
  display: none;
}
@media only screen and (min-width: 767px) {
  .disordered-grid .wave-element {
    display: block;
  }
}
.disordered-grid .circle-element {
  position: absolute;
  top: 26%;
  right: 40%;
  width: 120px;
  z-index: 0;
  display: none;
}
@media only screen and (min-width: 767px) {
  .disordered-grid .circle-element {
    display: block;
  }
}

.products-box-2__item {
  display: block;
  margin: 0.8rem;
  padding: 0.8rem;
  border: 1px solid #424446;
  color: #030303;
  height: 370px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.products-box-2__item:before {
  content: " ";
  background: #fff;
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  margin-left: -13px;
  z-index: 100;
}
.products-box-2__item .description {
  visibility: hidden;
  animation-delay: 2s;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.products-box-2__item .content {
  margin-bottom: 3rem;
  transform: 0;
  transition: all 0.4s ease-in-out;
}
.products-box-2__item .cover {
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.products-box-2__item .heading-wrap {
  text-align: left;
  margin-bottom: 1.5rem;
}
.products-box-2__item .heading-wrap .icon {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  flex: none;
}
.products-box-2__item .heading-wrap .heading {
  margin: 0;
}
.products-box-2__item .heading-wrap h3 {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.37;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.products-box-2__item .heading-wrap .description {
  visibility: visible;
  opacity: 0.6;
}
.products-box-2__item .button--underline, .products-box-2__item .button--underline--white, .products-box-2__item .button--underline--secondary {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1000;
}
.products-box-2__item:focus .description, .products-box-2__item:hover .description {
  visibility: visible;
  opacity: 1;
}
.products-box-2__item:focus .heading-wrap {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.products-box-2__item:hover {
  border-color: #424446;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.products-box-2__item:hover .description {
  display: block;
}
.products-box-2__item:hover .cover {
  transform: translateY(-30px);
  opacity: 0.1;
}
.products-box-2__item:hover .content {
  transform: translateY(-100px);
}
@media only screen and (min-width: 1260px) {
  .products-box-2__item:hover .content {
    transform: translateY(-130px);
  }
}
.products-box-2__item:hover .description {
  opacity: 0.6;
}

body .skip-to-main {
  z-index: 999999;
  position: absolute;
  top: -1000em;
  left: 6px;
  height: auto;
  width: auto;
  display: block;
}
body .skip-to-main:focus {
  top: 7px;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}

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

@media screen and (min-width: 0) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  .row.small-gutter {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  [class^=col-],
  [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
  }
  .no-gutter [class^=col-],
  .no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .small-gutter [class^=col-],
  .small-gutter [class*=col-] {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0;
  }
  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.3333333333%;
  }
  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.6666666667%;
  }
  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%;
  }
  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.3333333333%;
  }
  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.6666666667%;
  }
  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%;
  }
  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.3333333333%;
  }
  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.6666666667%;
  }
  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%;
  }
  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.3333333333%;
  }
  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.6666666667%;
  }
  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%;
  }
  .reverse-xs {
    flex-direction: row-reverse;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .left-xs {
    text-align: left !important;
  }
  .right-xs {
    text-align: right !important;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
  .margin-xs {
    margin-bottom: 1.5rem;
  }
  .exp-left-xs {
    width: 110%;
    margin-left: -10%;
  }
  .exp-right-xs {
    width: 110%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 36em) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  .row.small-gutter {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  [class^=col-],
  [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .no-gutter [class^=col-],
  .no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .small-gutter [class^=col-],
  .small-gutter [class*=col-] {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%;
  }
  .reverse-sm {
    flex-direction: row-reverse;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .left-sm {
    text-align: left !important;
  }
  .right-sm {
    text-align: right !important;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
  .margin-sm {
    margin-bottom: 1.5rem;
  }
  .exp-left-sm {
    width: 110%;
    margin-left: -10%;
  }
  .exp-right-sm {
    width: 110%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 48em) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  .row.small-gutter {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  [class^=col-],
  [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .no-gutter [class^=col-],
  .no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .small-gutter [class^=col-],
  .small-gutter [class*=col-] {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%;
  }
  .reverse-md {
    flex-direction: row-reverse;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .left-md {
    text-align: left !important;
  }
  .right-md {
    text-align: right !important;
  }
  .end-md {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
  .margin-md {
    margin-bottom: 1.5rem;
  }
  .exp-left-md {
    width: 110%;
    margin-left: -10%;
  }
  .exp-right-md {
    width: 110%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 64em) {
  .row {
    margin-right: -22.5px;
    margin-left: -22.5px;
  }
  .row.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  .row.small-gutter {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  [class^=col-],
  [class*=col-] {
    padding-right: 22.5px;
    padding-left: 22.5px;
    width: 100%;
  }
  .no-gutter [class^=col-],
  .no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .small-gutter [class^=col-],
  .small-gutter [class*=col-] {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%;
  }
  .reverse-lg {
    flex-direction: row-reverse;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .left-lg {
    text-align: left !important;
  }
  .right-lg {
    text-align: right !important;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
  .margin-lg {
    margin-bottom: 1.5rem;
  }
  .exp-left-lg {
    width: 110%;
    margin-left: -10%;
  }
  .exp-right-lg {
    width: 110%;
    margin-right: -10%;
  }
}
@media screen and (min-width: 90em) {
  .row {
    margin-right: -22.5px;
    margin-left: -22.5px;
  }
  .row.no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
  .row.small-gutter {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  [class^=col-],
  [class*=col-] {
    padding-right: 22.5px;
    padding-left: 22.5px;
    width: 100%;
  }
  .no-gutter [class^=col-],
  .no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .small-gutter [class^=col-],
  .small-gutter [class*=col-] {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%;
  }
  .reverse-xl {
    flex-direction: row-reverse;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .left-xl {
    text-align: left !important;
  }
  .right-xl {
    text-align: right !important;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
  .margin-xl {
    margin-bottom: 1.5rem;
  }
  .exp-left-xl {
    width: 110%;
    margin-left: -10%;
  }
  .exp-right-xl {
    width: 110%;
    margin-right: -10%;
  }
}
.hero--lc-guide {
  background: #462872;
  background: linear-gradient(90deg, #462872 0%, #086472 100%);
  min-height: 50em;
  text-align: center;
  position: relative;
  padding: 10em 3rem 3rem 3rem;
}
.hero--lc-guide h1,
.hero--lc-guide h2,
.hero--lc-guide h3,
.hero--lc-guide h4,
.hero--lc-guide .single-format-standard .post-content h1,
.single-format-standard .post-content .hero--lc-guide h1,
.hero--lc-guide .single-format-standard .post-content h2,
.single-format-standard .post-content .hero--lc-guide h2,
.hero--lc-guide .single-format-standard .post-content h3,
.single-format-standard .post-content .hero--lc-guide h3,
.hero--lc-guide .single-format-standard .post-content h4,
.single-format-standard .post-content .hero--lc-guide h4,
.hero--lc-guide .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .hero--lc-guide .srr-title,
.hero--lc-guide .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .hero--lc-guide .srr-title,
.hero--lc-guide .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .hero--lc-guide .tabs__item,
.hero--lc-guide .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .hero--lc-guide .tabs__item,
.hero--lc-guide .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .hero--lc-guide a,
.hero--lc-guide .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .hero--lc-guide a,
.hero--lc-guide .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .hero--lc-guide .srr-title,
.hero--lc-guide .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .hero--lc-guide .srr-title,
.hero--lc-guide .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .hero--lc-guide blockquote,
.hero--lc-guide .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .hero--lc-guide blockquote,
.hero--lc-guide .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .hero--lc-guide tr,
.hero--lc-guide .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .hero--lc-guide tr,
.hero--lc-guide .single-format-standard .post-content h5,
.hero--lc-guide .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .hero--lc-guide .single-format-standard .post-content .post-location,
.hero--lc-guide .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .hero--lc-guide .single-format-standard .post-content .post-date,
.hero--lc-guide .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .hero--lc-guide .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .hero--lc-guide h5,
.single-format-standard .post-content .hero--lc-guide .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .hero--lc-guide .post-location,
.single-format-standard .post-content .hero--lc-guide .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .hero--lc-guide .post-date,
.single-format-standard .post-content .hero--lc-guide .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .hero--lc-guide .post-upcoming,
.hero--lc-guide .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .hero--lc-guide a,
.hero--lc-guide .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .hero--lc-guide a,
.hero--lc-guide .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .hero--lc-guide a,
.hero--lc-guide .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .hero--lc-guide a,
.hero--lc-guide .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .hero--lc-guide .post-location,
.hero--lc-guide .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .hero--lc-guide .post-location,
.hero--lc-guide .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .hero--lc-guide .post-date,
.hero--lc-guide .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .hero--lc-guide .post-date,
.hero--lc-guide .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .hero--lc-guide .post-upcoming,
.hero--lc-guide .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .hero--lc-guide .post-upcoming,
.hero--lc-guide .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .hero--lc-guide li,
.hero--lc-guide .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .hero--lc-guide li,
.hero--lc-guide .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .hero--lc-guide p,
.hero--lc-guide .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .hero--lc-guide p,
.hero--lc-guide .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .hero--lc-guide .heading,
.hero--lc-guide .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .hero--lc-guide .heading,
.hero--lc-guide .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .hero--lc-guide .h5,
.hero--lc-guide .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .hero--lc-guide .h5,
.hero--lc-guide .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .hero--lc-guide .heading,
.hero--lc-guide .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .hero--lc-guide .heading,
.hero--lc-guide .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .hero--lc-guide span,
.hero--lc-guide .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .hero--lc-guide span,
.hero--lc-guide .srr-wrap .srr-title,
.srr-wrap .hero--lc-guide .srr-title,
.hero--lc-guide .tabs__heading--7 .tabs__item,
.tabs__heading--7 .hero--lc-guide .tabs__item,
.hero--lc-guide .hero--blog__content ol a,
.hero--blog__content ol .hero--lc-guide a,
.hero--lc-guide .blog-feed-embed .srr-title,
.blog-feed-embed .hero--lc-guide .srr-title,
.hero--lc-guide .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .hero--lc-guide blockquote,
.hero--lc-guide .pa thead tr,
.pa thead .hero--lc-guide tr,
.hero--lc-guide h5,
.hero--lc-guide .events-posts article .post-location,
.events-posts article .hero--lc-guide .post-location,
.hero--lc-guide .events-posts article .post-date,
.events-posts article .hero--lc-guide .post-date,
.hero--lc-guide .events-posts article .post-upcoming,
.events-posts article .hero--lc-guide .post-upcoming,
.hero--lc-guide .single-case_study .highlights span,
.single-case_study .highlights .hero--lc-guide span,
.hero--lc-guide .tabs__heading--1 a,
.tabs__heading--1 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--2 a,
.tabs__heading--2 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--4 a,
.tabs__heading--4 .hero--lc-guide a,
.hero--lc-guide .tabs__heading--5 a,
.tabs__heading--5 .hero--lc-guide a,
.hero--lc-guide .hero--cs .post-location,
.hero--cs .hero--lc-guide .post-location,
.hero--lc-guide .hero--cs .post-date,
.hero--cs .hero--lc-guide .post-date,
.hero--lc-guide .hero--cs .post-upcoming,
.hero--cs .hero--lc-guide .post-upcoming,
.hero--lc-guide .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .hero--lc-guide li,
.hero--lc-guide .slidorion .accordion .heading,
.slidorion .accordion .hero--lc-guide .heading,
.hero--lc-guide .spine-heading .h5,
.spine-heading .hero--lc-guide .h5,
.hero--lc-guide .accordion-basic .heading,
.accordion-basic .hero--lc-guide .heading,
.hero--lc-guide h6,
.hero--lc-guide .single-news .pr-tag,
.single-news .hero--lc-guide .pr-tag,
.hero--lc-guide .single-post .post-content .note,
.single-post .post-content .hero--lc-guide .note,
.hero--lc-guide .post-tags a,
.post-tags .hero--lc-guide a,
.hero--lc-guide .blog .post-category,
.blog .hero--lc-guide .post-category,
.hero--lc-guide .archive .post-category,
.archive .hero--lc-guide .post-category,
.hero--lc-guide .footer__alerts-link,
.hero--lc-guide p,
.hero--lc-guide li,
.hero--lc-guide label {
  color: #fff;
}
.hero--lc-guide svg {
  filter: invert(1);
}
@media only screen and (min-width: 1023px) {
  .hero--lc-guide {
    min-height: 70vh;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.hero--lc-guide .hero__content,
.hero--lc-guide .hero-side .hero__content--white,
.hero--lc-guide .hero--lc-guide .hero__content--white {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1023px) {
  .hero--lc-guide .hero__content,
  .hero--lc-guide .hero-side .hero__content--white,
  .hero--lc-guide .hero--lc-guide .hero__content--white {
    width: 50%;
    margin-bottom: 0;
  }
}
.hero--lc-guide .hero-side .hero__content h1,
.hero--lc-guide .hero-side .hero__content--white h1 {
  font-size: 2em;
}
@media only screen and (min-width: 767px) {
  .hero--lc-guide h1 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1023px) {
  .hero--lc-guide h1 {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 1260px) {
  .hero--lc-guide h1 {
    font-size: 2.8em;
  }
}
.hero--lc-guide .hero__image {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .hero--lc-guide .hero__image {
    width: 50%;
  }
}
@media only screen and (min-width: 1260px) {
  .hero--lc-guide .hero__image {
    width: 40%;
  }
}

.wave-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animated-arrows-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animated-lines {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  margin-top: 0;
}

.lines-grey {
  stroke: #462872;
}

.tri-line-left-right {
  stroke-dasharray: 369;
  stroke-dashoffset: 369;
  animation: tri-line-left-right 1s ease forwards;
}

.tri-line-center {
  stroke-dasharray: 103;
  stroke-dashoffset: 103;
  animation: tri-line-center 1s ease 0.2s forwards;
}

.arrow-heads {
  stroke-linejoin: round;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: arrow-heads 0.4s ease 0.5s forwards;
}

.dual-line {
  stroke-linejoin: round;
  stroke-dasharray: 284.6;
  stroke-dashoffset: 284.6;
  animation: dual-line 0.8s ease forwards;
}

.first-line {
  stroke-dasharray: 65;
  stroke-dashoffset: 65;
  animation: first-line 0.4s ease 0.25s forwards;
}

.last-line {
  stroke-dasharray: 35;
  stroke-dashoffset: 35;
  animation: last-line 0.3s ease 0.45s forwards;
}

.last-line-offset {
  margin-right: -400px;
}

@keyframes tri-line-left-right {
  from {
    stroke-dashoffset: 369;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes tri-line-center {
  from {
    stroke-dashoffset: 103;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes arrow-heads {
  from {
    stroke-dashoffset: 19.5;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dual-line {
  from {
    stroke-dashoffset: 284.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes first-line {
  from {
    stroke-dashoffset: 65;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes last-line {
  from {
    stroke-dashoffset: 35;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.process-timeline p {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #086472 0%, #462872 100%);
  border-image: linear-gradient(to right, #086472 0%, #462872 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #34435e;
}

.process-timeline p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 7px;
  height: 30px;
  width: 30px;
  background-color: #34435e;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}

.process-timeline p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}

.process-timeline p:nth-child(odd):before {
  left: 100%;
  margin-left: -15px;
}

.process-timeline p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}

.process-timeline p:nth-child(even):before {
  right: 100%;
  margin-right: -15px;
}

.process-timeline p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.process-timeline p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ol.process-chart {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}

ol.process-chart p,
ol.process-chart h2,
ol.process-chart li {
  color: #fff;
}

ol.process-chart &gt; li,
ol.process-chart &gt; li &gt; div {
  position: relative;
}

ol.process-chart &gt; li {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
  background-color: #fff;
  counter-increment: item;
  flex-basis: 0;
  flex-grow: 1;
  margin: 1em 1em 1em -1em;
  min-width: 11.25em;
  padding: 1em 1em 1em 2em;
}

ol.process-chart &gt; li:before,
ol.process-chart &gt; li &gt; div:before {
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}

ol.process-chart &gt; li:before {
  content: "Step";
  display: inline-block;
  font-weight: 300;
  left: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 1em;
  transform: rotate(90deg);
  transform-origin: 25% 50%;
}

ol.process-chart &gt; li:after {
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  border-right: 0 solid transparent;
  border-top: 1em solid transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -1em;
  top: 0;
  width: 0;
  z-index: 1;
}

ol.process-chart &gt; li &gt; div {
  padding: 0 0 0 1em;
}

ol.process-chart &gt; li &gt; div:before {
  content: counter(item, decimal-leading-zero);
  font-size: 3em;
  font-weight: 800;
  line-height: 1;
}

/*** PRIMARY ***/
ol.process-chart &gt; li:nth-of-type(6n + 1) {
  background-color: #086472;
}

ol.process-chart &gt; ul {
  padding-left: 20px;
}

ol.process-chart &gt; li:nth-of-type(6n + 1):after {
  border-left-color: #086472;
}

/*** SECONDARY ***/
ol.process-chart &gt; li:nth-of-type(6n + 2) {
  background-color: #424446;
}

ol.process-chart &gt; li:nth-of-type(6n + 2):after {
  border-left-color: #424446;
}

/*** TERTIARY ***/
ol.process-chart &gt; li:nth-of-type(6n + 3) {
  background-color: #462872;
}

ol.process-chart &gt; li:nth-of-type(6n + 3):after {
  border-left-color: #462872;
}

/*** MEDIA QUERIES ***/
@media only screen and (max-width: 50em) {
  ol.process-chart {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
  }
  ol.process-chart &gt; li {
    background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    flex-basis: inherit;
    margin: -1em 0 1em 0;
    min-width: inherit;
    padding: 1em 1em 0 1em;
  }
  ol.process-chart &gt; li:before {
    left: 1em;
    top: 2em;
  }
  ol.process-chart &gt; li:after {
    border-bottom: 0 solid transparent;
    border-left: 1em solid transparent !important;
    border-right: 1em solid transparent;
    border-top: 1em solid #fff;
    bottom: -1em;
    height: 0;
    left: 0;
    right: inherit;
    top: inherit;
    width: 100%;
  }
  ol.process-chart &gt; li &gt; div {
    padding: 1em 1em 0 1em;
  }
  /*** PRIMARY ***/
  ol.process-chart &gt; li:nth-of-type(6n + 1):after {
    border-top-color: #086472;
  }
  /*** SECONDARY ***/
  ol.process-chart &gt; li:nth-of-type(6n + 2):after {
    border-top-color: #424446;
  }
  /*** TERTIARY ***/
  ol.process-chart &gt; li:nth-of-type(6n + 3):after {
    border-top-color: #462872;
  }
}
.blog .post-category,
.archive .post-category {
  border-radius: 6px;
  color: #fff;
  background: rgba(70, 40, 114, 0.8);
  display: inline-block;
  display: block;
  padding: 0.3em;
  position: absolute;
  top: 0;
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.feautered-posts article {
  max-height: 22em;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.feautered-posts article h1,
.feautered-posts article h2,
.feautered-posts article h3,
.feautered-posts article h4,
.feautered-posts article .single-format-standard .post-content h1,
.single-format-standard .post-content .feautered-posts article h1,
.feautered-posts article .single-format-standard .post-content h2,
.single-format-standard .post-content .feautered-posts article h2,
.feautered-posts article .single-format-standard .post-content h3,
.single-format-standard .post-content .feautered-posts article h3,
.feautered-posts article .single-format-standard .post-content h4,
.single-format-standard .post-content .feautered-posts article h4,
.feautered-posts article .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .feautered-posts article .srr-title,
.feautered-posts article .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .feautered-posts article .srr-title,
.feautered-posts article .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .feautered-posts article .tabs__item,
.feautered-posts article .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .feautered-posts article .tabs__item,
.feautered-posts article .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .feautered-posts article a,
.feautered-posts article .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .feautered-posts article a,
.feautered-posts article .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .feautered-posts article .srr-title,
.feautered-posts article .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .feautered-posts article .srr-title,
.feautered-posts article .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .feautered-posts article blockquote,
.feautered-posts article .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .feautered-posts article blockquote,
.feautered-posts article .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .feautered-posts article tr,
.feautered-posts article .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .feautered-posts article tr,
.feautered-posts article .single-format-standard .post-content h5,
.feautered-posts .events-posts article .single-format-standard .post-content .post-location,
.events-posts .feautered-posts article .single-format-standard .post-content .post-location,
.feautered-posts .events-posts article .single-format-standard .post-content .post-date,
.events-posts .feautered-posts article .single-format-standard .post-content .post-date,
.feautered-posts .events-posts article .single-format-standard .post-content .post-upcoming,
.events-posts .feautered-posts article .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .feautered-posts article h5,
.single-format-standard .post-content .feautered-posts .events-posts article .post-location,
.events-posts .single-format-standard .post-content .feautered-posts article .post-location,
.single-format-standard .post-content .feautered-posts .events-posts article .post-date,
.events-posts .single-format-standard .post-content .feautered-posts article .post-date,
.single-format-standard .post-content .feautered-posts .events-posts article .post-upcoming,
.events-posts .single-format-standard .post-content .feautered-posts article .post-upcoming,
.feautered-posts article .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .feautered-posts article a,
.feautered-posts article .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .feautered-posts article a,
.feautered-posts article .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .feautered-posts article a,
.feautered-posts article .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .feautered-posts article a,
.feautered-posts article .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .feautered-posts article a,
.feautered-posts article .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .feautered-posts article a,
.feautered-posts article .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .feautered-posts article a,
.feautered-posts article .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .feautered-posts article a,
.feautered-posts article .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .feautered-posts article .post-location,
.feautered-posts article .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .feautered-posts article .post-location,
.feautered-posts article .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .feautered-posts article .post-date,
.feautered-posts article .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .feautered-posts article .post-date,
.feautered-posts article .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .feautered-posts article .post-upcoming,
.feautered-posts article .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .feautered-posts article .post-upcoming,
.feautered-posts article .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .feautered-posts article li,
.feautered-posts article .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .feautered-posts article li,
.feautered-posts article .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .feautered-posts article p,
.feautered-posts article .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .feautered-posts article p,
.feautered-posts article .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .feautered-posts article .heading,
.feautered-posts article .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .feautered-posts article .heading,
.feautered-posts article .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .feautered-posts article .h5,
.feautered-posts article .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .feautered-posts article .h5,
.feautered-posts article .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .feautered-posts article .heading,
.feautered-posts article .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .feautered-posts article .heading,
.feautered-posts article .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .feautered-posts article span,
.feautered-posts article .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .feautered-posts article span,
.feautered-posts article .srr-wrap .srr-title,
.srr-wrap .feautered-posts article .srr-title,
.feautered-posts article .tabs__heading--7 .tabs__item,
.tabs__heading--7 .feautered-posts article .tabs__item,
.feautered-posts article .hero--blog__content ol a,
.hero--blog__content ol .feautered-posts article a,
.feautered-posts article .blog-feed-embed .srr-title,
.blog-feed-embed .feautered-posts article .srr-title,
.feautered-posts article .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .feautered-posts article blockquote,
.feautered-posts article .pa thead tr,
.pa thead .feautered-posts article tr,
.feautered-posts article h5,
.feautered-posts .events-posts article .post-location,
.events-posts .feautered-posts article .post-location,
.feautered-posts .events-posts article .post-date,
.events-posts .feautered-posts article .post-date,
.feautered-posts .events-posts article .post-upcoming,
.events-posts .feautered-posts article .post-upcoming,
.feautered-posts article .single-case_study .highlights span,
.single-case_study .highlights .feautered-posts article span,
.feautered-posts article .tabs__heading--1 a,
.tabs__heading--1 .feautered-posts article a,
.feautered-posts article .tabs__heading--2 a,
.tabs__heading--2 .feautered-posts article a,
.feautered-posts article .tabs__heading--4 a,
.tabs__heading--4 .feautered-posts article a,
.feautered-posts article .tabs__heading--5 a,
.tabs__heading--5 .feautered-posts article a,
.feautered-posts article .hero--cs .post-location,
.hero--cs .feautered-posts article .post-location,
.feautered-posts article .hero--cs .post-date,
.hero--cs .feautered-posts article .post-date,
.feautered-posts article .hero--cs .post-upcoming,
.hero--cs .feautered-posts article .post-upcoming,
.feautered-posts article .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .feautered-posts article li,
.feautered-posts article .slidorion .accordion .heading,
.slidorion .accordion .feautered-posts article .heading,
.feautered-posts article .spine-heading .h5,
.spine-heading .feautered-posts article .h5,
.feautered-posts article .accordion-basic .heading,
.accordion-basic .feautered-posts article .heading,
.feautered-posts article h6,
.feautered-posts article .single-news .pr-tag,
.single-news .feautered-posts article .pr-tag,
.feautered-posts article .single-post .post-content .note,
.single-post .post-content .feautered-posts article .note,
.feautered-posts article .post-tags a,
.post-tags .feautered-posts article a,
.feautered-posts article .footer__alerts-link,
.feautered-posts article .blog .post-category,
.blog .feautered-posts article .post-category,
.feautered-posts article .archive .post-category,
.archive .feautered-posts article .post-category,
.feautered-posts article p,
.feautered-posts article li,
.feautered-posts article label {
  color: #fff;
}
.feautered-posts article svg {
  filter: invert(1);
}
.feautered-posts article h2 {
  text-transform: none;
}
.feautered-posts article .post-category {
  z-index: 100000;
}
.feautered-posts article img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.feautered-posts article a {
  z-index: 100;
  height: 22em;
  display: block;
  position: relative;
}
.feautered-posts article a:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.feautered-posts article a:hover {
  cursor: pointer;
}
.feautered-posts article a:hover:after {
  background: rgba(70, 40, 114, 0.8);
}
.feautered-posts article a:hover img {
  transform: scale(0.2);
  transition: all 6s ease-out;
}
.feautered-posts article a:hover .post-category {
  display: none;
}
.feautered-posts article a:hover .post-excerpt {
  display: block;
}
.feautered-posts article .button--underline, .feautered-posts article .button--underline--white, .feautered-posts article .button--underline--secondary {
  color: #fff;
  border-color: #fff;
}
.feautered-posts article .overlay-content {
  z-index: 10000;
  position: absolute;
  bottom: 0;
  margin: 20px;
  color: #fff;
  transition: all 6s ease-out;
}
.feautered-posts article .post-excerpt {
  display: none;
  transition: all 6s ease-out;
}

.main-posts article {
  padding: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .main-posts article {
    padding: 1.5rem;
    height: 100%;
  }
}
.main-posts article:hover {
  background: #f7f8f9;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.main-posts article h2,
.main-posts article .h4,
.main-posts article h2.h4 {
  text-transform: none;
}
.main-posts article .post-date {
  font-size: 70%;
  opacity: 0.7;
  background: #fff;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.main-posts article p {
  flex-grow: 1;
}
.main-posts article .button--underline, .main-posts article .button--underline--white, .main-posts article .button--underline--secondary {
  flex-grow: 0;
  margin-right: auto;
}
.main-posts article .post-thumbnail {
  position: relative;
  height: 13em;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.main-posts article .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pagination {
  width: 100%;
}
.pagination ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 3rem;
}
.pagination li {
  width: auto !important;
  list-style: none;
  margin: 0.3em;
}
.pagination li a {
  color: #424446;
  background-color: #f7f8f9;
  cursor: pointer;
  padding: 0.5em 1em;
  font-size: 0.8em;
  border-radius: 6px;
}
.pagination li a:hover {
  color: #fff;
  background-color: #462872;
}
.pagination li.active a {
  color: #fff;
  background-color: #462872;
}
.pagination li.disabled {
  color: #fff;
  text-decoration: none;
  background-color: #462872;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.sidebar__widget {
  padding: 0.5em;
  border-radius: 6px;
  background: #f7f8f9;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1023px) {
  .sidebar__widget {
    padding: 1.5rem;
  }
}
.sidebar__widget ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar__social-media {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
}
.sidebar__social-media li {
  width: 1.3em;
}
.sidebar__social-media li:not(:last-child) {
  margin-right: 0.5em;
}
.sidebar .releases-marquee {
  margin: -1.5rem;
}
.sidebar__widget.widget_super_rss_reader {
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}

.post-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-tags li {
  display: inline-block;
}
.post-tags a {
  padding: 4px 16px;
  border-radius: 3px;
  background: #f7f8f9;
  margin: 0.3em;
  display: block;
}
.post-tags a:hover {
  background: #462872;
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .post-tags {
    width: 70%;
  }
}
.post-author {
  text-align: center;
}
.post-author-avatar {
  position: relative;
}
.post-author-avatar img {
  z-index: 1000;
  position: relative;
  width: 8em;
  border: 15px solid #f7f8f9;
  border-radius: 100px;
  margin: 0;
}
.post-author-avatar:before {
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  content: " ";
  background: #e4e8eb;
  top: 0;
  margin-top: 4em;
}
@media only screen and (min-width: 1023px) {
  .post-author-description {
    width: 80%;
    margin: 0 auto;
  }
}

.case-studies-posts .row {
  margin-bottom: 1.5rem;
}
.case-studies-posts article {
  background: #f7f8f9;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.case-studies-posts article:hover {
  box-shadow: none;
}
.case-studies-posts .post-thumbnail {
  margin: -3rem 0;
}
.case-studies-posts .post-logo {
  background: #462872;
  margin-top: -2.5rem;
  z-index: 100000;
  padding: 20px;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1023px) {
  .case-studies-posts .post-logo {
    width: 100%;
    height: 90px;
  }
}
.case-studies-posts .post-logo a {
  display: block;
}
.case-studies-posts .post-logo img {
  max-width: 100%;
  max-height: 40px;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 1023px) {
  .case-studies-posts .post-logo img {
    max-width: 120px;
    max-height: 60px;
  }
}

.single-case_study .hero__background:before {
  background-color: rgba(0, 0, 0, 0);
}
.single-case_study .hero__content,
.single-case_study .hero-side .hero__content--white {
  text-align: left;
  margin-left: 0;
}
@media only screen and (min-width: 1260px) {
  .single-case_study .hero__content,
  .single-case_study .hero-side .hero__content--white {
    width: 40% !important;
    max-width: 40% !important;
  }
}
.single-case_study .hero .bounded, .single-case_study .hero--post--full-screen .bounded,
.single-case_study .hero--full-screen .bounded {
  max-width: 100%;
}
.single-case_study .hero:after, .single-case_study .hero--post--full-screen:after,
.single-case_study .hero--full-screen:after {
  background: #462872;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(9rem);
}
@media only screen and (min-width: 1260px) {
  .single-case_study .hero:after, .single-case_study .hero--post--full-screen:after,
  .single-case_study .hero--full-screen:after {
    -webkit-clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
            clip-path: polygon(0 0, 65% 0, 40% 100%, 0% 100%);
  }
}
.single-case_study .hero:before, .single-case_study .hero--full-screen:before, .single-case_study .hero--post--full-screen:before {
  background: linear-gradient(9deg, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%);
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.single-case_study .subtitle:not(:first-child) {
  margin-top: 3rem;
}
.single-case_study .stats img {
  opacity: 0.5;
}
@media only screen and (min-width: 1260px) {
  .single-case_study .stats img {
    float: right;
  }
}
.single-case_study .about-inst {
  padding: 1.5rem;
  background: #f7f8f9;
  border-radius: 6px;
}
.single-case_study .cs-stats .row:first-child {
  border-bottom: 1px solid #ccc;
}
.single-case_study .cs-stats .row .col-xs-6:first-child {
  border-right: 1px solid #ccc;
}
.single-case_study .cs-stats img {
  width: 42px;
  margin-left: 0;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.single-case_study blockquote {
  display: block;
  position: relative;
  padding: 3rem;
  background-color: #f7f8f9;
  color: #462872;
  font-size: 1.5em;
  font-family: "Georgia", serif;
  border-radius: 0.5rem;
}
.single-case_study blockquote::before {
  content: open-quote;
  font-size: 3em;
  color: #424446;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.single-case_study blockquote::after {
  content: close-quote;
  font-size: 3em;
  color: #424446;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
}
.single-case_study .magazine-grid {
  margin-bottom: 3rem;
}
.single-case_study .magazine-grid p {
  margin-bottom: 3rem;
}
.single-case_study .magazine-grid h3 {
  margin-top: 0;
  margin-bottom: 3rem;
}
.single-case_study .magazine-grid .column {
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .single-case_study .magazine-grid .column {
    width: 100% !important;
    padding: 0;
  }
}
.single-case_study .stats {
  padding: 1.5rem;
  margin-bottom: 3rem;
  margin-top: -3rem;
  background: #086472;
}
.single-case_study .logo-as-layer {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -3rem;
  margin-bottom: 2rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.single-case_study .logo-as-layer img {
  width: 190px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.single-case_study .back-to-cs {
  background: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  border-bottom: none !important;
  padding: 10px 15px !important;
  display: inline-block;
  font-size: 80%;
  margin-bottom: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  margin-left: 6rem;
  border-radius: 6px;
}
.single-case_study .back-to-cs svg {
  margin-right: 5px;
  filter: invert(0);
}
.single-case_study .case-study-review {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  height: 100%;
  transition: all 0.2s ease-in;
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  background: #462872;
  margin-bottom: 3rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.single-case_study .case-study-review h1,
.single-case_study .case-study-review h2,
.single-case_study .case-study-review h3,
.single-case_study .case-study-review h4,
.single-case_study .case-study-review .single-format-standard .post-content h1,
.single-format-standard .post-content .single-case_study .case-study-review h1,
.single-case_study .case-study-review .single-format-standard .post-content h2,
.single-format-standard .post-content .single-case_study .case-study-review h2,
.single-case_study .case-study-review .single-format-standard .post-content h3,
.single-format-standard .post-content .single-case_study .case-study-review h3,
.single-case_study .case-study-review .single-format-standard .post-content h4,
.single-format-standard .post-content .single-case_study .case-study-review h4,
.single-case_study .case-study-review .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .single-case_study .case-study-review .srr-title,
.single-case_study .case-study-review .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .single-case_study .case-study-review .srr-title,
.single-case_study .case-study-review .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .single-case_study .case-study-review .tabs__item,
.single-case_study .case-study-review .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .single-case_study .case-study-review .tabs__item,
.single-case_study .case-study-review .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .single-case_study .case-study-review a,
.single-case_study .case-study-review .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .single-case_study .case-study-review a,
.single-case_study .case-study-review .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .single-case_study .case-study-review .srr-title,
.single-case_study .case-study-review .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .single-case_study .case-study-review .srr-title,
.single-case_study .case-study-review .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .single-case_study .case-study-review blockquote,
.single-case_study .case-study-review .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .single-case_study .case-study-review blockquote,
.single-case_study .case-study-review .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .single-case_study .case-study-review tr,
.single-case_study .case-study-review .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .single-case_study .case-study-review tr,
.single-case_study .case-study-review .single-format-standard .post-content h5,
.single-case_study .case-study-review .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .single-case_study .case-study-review .single-format-standard .post-content .post-location,
.single-case_study .case-study-review .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .single-case_study .case-study-review .single-format-standard .post-content .post-date,
.single-case_study .case-study-review .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .single-case_study .case-study-review .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .single-case_study .case-study-review h5,
.single-format-standard .post-content .single-case_study .case-study-review .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .post-location,
.single-format-standard .post-content .single-case_study .case-study-review .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .post-date,
.single-format-standard .post-content .single-case_study .case-study-review .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .post-upcoming,
.single-case_study .case-study-review .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .single-case_study .case-study-review a,
.single-case_study .case-study-review .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .single-case_study .case-study-review a,
.single-case_study .case-study-review .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .single-case_study .case-study-review a,
.single-case_study .case-study-review .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .single-case_study .case-study-review a,
.single-case_study .case-study-review .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .post-location,
.single-case_study .case-study-review .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .post-location,
.single-case_study .case-study-review .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .post-date,
.single-case_study .case-study-review .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .post-date,
.single-case_study .case-study-review .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .post-upcoming,
.single-case_study .case-study-review .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .post-upcoming,
.single-case_study .case-study-review .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .single-case_study .case-study-review li,
.single-case_study .case-study-review .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .single-case_study .case-study-review li,
.single-case_study .case-study-review .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .single-case_study .case-study-review p,
.single-case_study .case-study-review .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .single-case_study .case-study-review p,
.single-case_study .case-study-review .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .single-case_study .case-study-review .heading,
.single-case_study .case-study-review .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .single-case_study .case-study-review .heading,
.single-case_study .case-study-review .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .single-case_study .case-study-review .h5,
.single-case_study .case-study-review .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .single-case_study .case-study-review .h5,
.single-case_study .case-study-review .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .single-case_study .case-study-review .heading,
.single-case_study .case-study-review .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .single-case_study .case-study-review .heading,
.single-format-standard .post-content .single-case_study .case-study-review .highlights span,
.single-format-standard .post-content .single-case_study .highlights .case-study-review span,
.single-case_study .case-study-review .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .case-study-review span,
.single-case_study .case-study-review .srr-wrap .srr-title,
.srr-wrap .single-case_study .case-study-review .srr-title,
.single-case_study .case-study-review .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-case_study .case-study-review .tabs__item,
.single-case_study .case-study-review .hero--blog__content ol a,
.hero--blog__content ol .single-case_study .case-study-review a,
.single-case_study .case-study-review .blog-feed-embed .srr-title,
.blog-feed-embed .single-case_study .case-study-review .srr-title,
.single-case_study .case-study-review .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-case_study .case-study-review blockquote,
.single-case_study .case-study-review .pa thead tr,
.pa thead .single-case_study .case-study-review tr,
.single-case_study .case-study-review h5,
.single-case_study .case-study-review .events-posts article .post-location,
.events-posts article .single-case_study .case-study-review .post-location,
.single-case_study .case-study-review .events-posts article .post-date,
.events-posts article .single-case_study .case-study-review .post-date,
.single-case_study .case-study-review .events-posts article .post-upcoming,
.events-posts article .single-case_study .case-study-review .post-upcoming,
.single-case_study .case-study-review .highlights span,
.single-case_study .highlights .case-study-review span,
.single-case_study .case-study-review .tabs__heading--1 a,
.tabs__heading--1 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--2 a,
.tabs__heading--2 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--4 a,
.tabs__heading--4 .single-case_study .case-study-review a,
.single-case_study .case-study-review .tabs__heading--5 a,
.tabs__heading--5 .single-case_study .case-study-review a,
.single-case_study .case-study-review .hero--cs .post-location,
.hero--cs .single-case_study .case-study-review .post-location,
.single-case_study .case-study-review .hero--cs .post-date,
.hero--cs .single-case_study .case-study-review .post-date,
.single-case_study .case-study-review .hero--cs .post-upcoming,
.hero--cs .single-case_study .case-study-review .post-upcoming,
.single-case_study .case-study-review .slidorion .accordion .heading,
.slidorion .accordion .single-case_study .case-study-review .heading,
.single-case_study .case-study-review .spine-heading .h5,
.spine-heading .single-case_study .case-study-review .h5,
.single-case_study .case-study-review .accordion-basic .heading,
.accordion-basic .single-case_study .case-study-review .heading,
.single-case_study .case-study-review h6,
.single-case_study .case-study-review .single-news .pr-tag,
.single-news .single-case_study .case-study-review .pr-tag,
.single-case_study .case-study-review .single-post .post-content .note,
.single-post .post-content .single-case_study .case-study-review .note,
.single-case_study .case-study-review .footer__alerts-link,
.single-case_study .case-study-review .blog .post-category,
.blog .single-case_study .case-study-review .post-category,
.single-case_study .case-study-review .archive .post-category,
.archive .single-case_study .case-study-review .post-category,
.single-case_study .case-study-review .post-tags a,
.post-tags .single-case_study .case-study-review a,
.single-case_study .case-study-review p,
.single-case_study .case-study-review li,
.single-case_study .case-study-review label {
  color: #fff;
}
.single-case_study .case-study-review svg {
  filter: invert(1);
}
.single-case_study .case-study-review .thumbnail {
  flex: 1;
  height: 30rem;
  padding: 3rem 1.5rem;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .single-case_study .case-study-review .thumbnail {
    padding: 3rem;
    width: 40%;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.single-case_study .case-study-review .thumbnail img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.single-case_study .case-study-review .content {
  flex: 1;
  height: 30rem;
  padding: 3rem 1.5rem;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .single-case_study .case-study-review .content {
    display: block;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.single-case_study .case-study-review .content span {
  opacity: 0.7;
  font-size: 90%;
}
.single-case_study .case-study-review .content span:before {
  width: 180px;
  height: 1px;
  background: #fff;
  content: " ";
  display: block;
  margin: auto;
  opacity: 0.6;
}
.single-case_study .case-study-review .content span strong {
  display: block;
}
.single-case_study .case-study-review .content h4, .single-case_study .case-study-review .content .single-format-standard .post-content h1, .single-format-standard .post-content .single-case_study .case-study-review .content h1,
.single-case_study .case-study-review .content .single-format-standard .post-content h2,
.single-format-standard .post-content .single-case_study .case-study-review .content h2,
.single-case_study .case-study-review .content .single-format-standard .post-content h3,
.single-format-standard .post-content .single-case_study .case-study-review .content h3,
.single-case_study .case-study-review .content .single-format-standard .post-content h5,
.single-case_study .case-study-review .content .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .single-case_study .case-study-review .content .single-format-standard .post-content .post-location,
.single-case_study .case-study-review .content .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .single-case_study .case-study-review .content .single-format-standard .post-content .post-date,
.single-case_study .case-study-review .content .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .single-case_study .case-study-review .content .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .single-case_study .case-study-review .content h5,
.single-format-standard .post-content .single-case_study .case-study-review .content .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .content .post-location,
.single-format-standard .post-content .single-case_study .case-study-review .content .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .content .post-date,
.single-format-standard .post-content .single-case_study .case-study-review .content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .content .post-upcoming,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .single-case_study .case-study-review .content a,
.single-case_study .case-study-review .content .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .content .post-location,
.single-case_study .case-study-review .content .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .content .post-location,
.single-case_study .case-study-review .content .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .content .post-date,
.single-case_study .case-study-review .content .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .content .post-date,
.single-case_study .case-study-review .content .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .content .post-upcoming,
.single-case_study .case-study-review .content .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .content .post-upcoming,
.single-case_study .case-study-review .content .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .single-case_study .case-study-review .content li,
.single-case_study .case-study-review .content .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .single-case_study .case-study-review .content li,
.single-case_study .case-study-review .content .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .single-case_study .case-study-review .content p,
.single-case_study .case-study-review .content .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .single-case_study .case-study-review .content p,
.single-case_study .case-study-review .content .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .single-case_study .case-study-review .content .heading,
.single-case_study .case-study-review .content .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .single-case_study .case-study-review .content .heading,
.single-case_study .case-study-review .content .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .single-case_study .case-study-review .content .h5,
.single-case_study .case-study-review .content .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .single-case_study .case-study-review .content .h5,
.single-case_study .case-study-review .content .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .single-case_study .case-study-review .content .heading,
.single-case_study .case-study-review .content .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .single-case_study .case-study-review .content .heading,
.single-format-standard .post-content .single-case_study .case-study-review .content .highlights span,
.single-format-standard .post-content .single-case_study .highlights .case-study-review .content span,
.single-case_study .case-study-review .content .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .case-study-review .content span, .single-case_study .case-study-review .content .srr-wrap .srr-title, .srr-wrap .single-case_study .case-study-review .content .srr-title, .single-case_study .case-study-review .content .tabs__heading--7 .tabs__item, .tabs__heading--7 .single-case_study .case-study-review .content .tabs__item, .single-case_study .case-study-review .content .hero--blog__content ol a, .hero--blog__content ol .single-case_study .case-study-review .content a, .single-case_study .case-study-review .content .blog-feed-embed .srr-title, .blog-feed-embed .single-case_study .case-study-review .content .srr-title, .single-case_study .case-study-review .content .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .single-case_study .case-study-review .content blockquote, .single-case_study .case-study-review .content .pa thead tr, .pa thead .single-case_study .case-study-review .content tr {
  font-weight: 200;
}
.single-case_study .case-study-review .content h4:before, .single-case_study .case-study-review .content .single-format-standard .post-content h1:before, .single-format-standard .post-content .single-case_study .case-study-review .content h1:before,
.single-case_study .case-study-review .content .single-format-standard .post-content h2:before,
.single-format-standard .post-content .single-case_study .case-study-review .content h2:before,
.single-case_study .case-study-review .content .single-format-standard .post-content h3:before,
.single-format-standard .post-content .single-case_study .case-study-review .content h3:before,
.single-case_study .case-study-review .content .single-format-standard .post-content h5:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .events-posts article .post-location:before,
.events-posts article .single-case_study .case-study-review .content .single-format-standard .post-content .post-location:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .events-posts article .post-date:before,
.events-posts article .single-case_study .case-study-review .content .single-format-standard .post-content .post-date:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .events-posts article .post-upcoming:before,
.events-posts article .single-case_study .case-study-review .content .single-format-standard .post-content .post-upcoming:before,
.single-format-standard .post-content .single-case_study .case-study-review .content h5:before,
.single-format-standard .post-content .single-case_study .case-study-review .content .events-posts article .post-location:before,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .content .post-location:before,
.single-format-standard .post-content .single-case_study .case-study-review .content .events-posts article .post-date:before,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .content .post-date:before,
.single-format-standard .post-content .single-case_study .case-study-review .content .events-posts article .post-upcoming:before,
.events-posts article .single-format-standard .post-content .single-case_study .case-study-review .content .post-upcoming:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--1 a:before,
.single-format-standard .post-content .tabs__heading--1 .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .tabs__heading--1 .single-format-standard .post-content a:before,
.tabs__heading--1 .single-format-standard .post-content .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--2 a:before,
.single-format-standard .post-content .tabs__heading--2 .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .tabs__heading--2 .single-format-standard .post-content a:before,
.tabs__heading--2 .single-format-standard .post-content .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--4 a:before,
.single-format-standard .post-content .tabs__heading--4 .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .tabs__heading--4 .single-format-standard .post-content a:before,
.tabs__heading--4 .single-format-standard .post-content .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .tabs__heading--5 a:before,
.single-format-standard .post-content .tabs__heading--5 .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .tabs__heading--5 .single-format-standard .post-content a:before,
.tabs__heading--5 .single-format-standard .post-content .single-case_study .case-study-review .content a:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .hero--cs .post-location:before,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .content .post-location:before,
.single-case_study .case-study-review .content .hero--cs .single-format-standard .post-content .post-location:before,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .content .post-location:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .hero--cs .post-date:before,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .content .post-date:before,
.single-case_study .case-study-review .content .hero--cs .single-format-standard .post-content .post-date:before,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .content .post-date:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .hero--cs .post-upcoming:before,
.single-format-standard .post-content .hero--cs .single-case_study .case-study-review .content .post-upcoming:before,
.single-case_study .case-study-review .content .hero--cs .single-format-standard .post-content .post-upcoming:before,
.hero--cs .single-format-standard .post-content .single-case_study .case-study-review .content .post-upcoming:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .carousel-wrap .carousel-indicators li:before,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .single-case_study .case-study-review .content li:before,
.single-case_study .case-study-review .content .carousel-wrap .carousel-indicators .single-format-standard .post-content li:before,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .single-case_study .case-study-review .content li:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .institutions-logos p:before,
.single-format-standard .post-content .institutions-logos .single-case_study .case-study-review .content p:before,
.single-case_study .case-study-review .content .institutions-logos .single-format-standard .post-content p:before,
.institutions-logos .single-format-standard .post-content .single-case_study .case-study-review .content p:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .slidorion .accordion .heading:before,
.single-format-standard .post-content .slidorion .accordion .single-case_study .case-study-review .content .heading:before,
.single-case_study .case-study-review .content .slidorion .accordion .single-format-standard .post-content .heading:before,
.slidorion .accordion .single-format-standard .post-content .single-case_study .case-study-review .content .heading:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .spine-heading .h5:before,
.single-format-standard .post-content .spine-heading .single-case_study .case-study-review .content .h5:before,
.single-case_study .case-study-review .content .spine-heading .single-format-standard .post-content .h5:before,
.spine-heading .single-format-standard .post-content .single-case_study .case-study-review .content .h5:before,
.single-case_study .case-study-review .content .single-format-standard .post-content .accordion-basic .heading:before,
.single-format-standard .post-content .accordion-basic .single-case_study .case-study-review .content .heading:before,
.single-case_study .case-study-review .content .accordion-basic .single-format-standard .post-content .heading:before,
.accordion-basic .single-format-standard .post-content .single-case_study .case-study-review .content .heading:before,
.single-format-standard .post-content .single-case_study .case-study-review .content .highlights span:before,
.single-format-standard .post-content .single-case_study .highlights .case-study-review .content span:before,
.single-case_study .case-study-review .content .highlights .single-format-standard .post-content span:before,
.single-case_study .highlights .single-format-standard .post-content .case-study-review .content span:before, .single-case_study .case-study-review .content .srr-wrap .srr-title:before, .srr-wrap .single-case_study .case-study-review .content .srr-title:before, .single-case_study .case-study-review .content .tabs__heading--7 .tabs__item:before, .tabs__heading--7 .single-case_study .case-study-review .content .tabs__item:before, .single-case_study .case-study-review .content .hero--blog__content ol a:before, .hero--blog__content ol .single-case_study .case-study-review .content a:before, .single-case_study .case-study-review .content .blog-feed-embed .srr-title:before, .blog-feed-embed .single-case_study .case-study-review .content .srr-title:before, .single-case_study .case-study-review .content .carousel-wrap .quotes-carousel blockquote:before, .carousel-wrap .quotes-carousel .single-case_study .case-study-review .content blockquote:before, .single-case_study .case-study-review .content .pa thead tr:before, .pa thead .single-case_study .case-study-review .content tr:before {
  content: " ";
  background: url("http://www.yuja.com/wp-content/uploads/quote-1.svg");
  background-size: cover;
  width: 70px;
  height: 70px;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.related-posts {
  margin-top: 3rem;
}
.related-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.related-posts li {
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  overflow: hidden;
}
.related-posts h5, .related-posts .events-posts article .post-location, .events-posts article .related-posts .post-location,
.related-posts .events-posts article .post-date,
.events-posts article .related-posts .post-date,
.related-posts .events-posts article .post-upcoming,
.events-posts article .related-posts .post-upcoming, .related-posts .single-case_study .highlights span, .single-case_study .highlights .related-posts span, .related-posts .tabs__heading--1 a, .tabs__heading--1 .related-posts a, .related-posts .tabs__heading--2 a, .tabs__heading--2 .related-posts a, .related-posts .tabs__heading--4 a, .tabs__heading--4 .related-posts a, .related-posts .tabs__heading--5 a, .tabs__heading--5 .related-posts a, .related-posts .hero--cs .post-location, .hero--cs .related-posts .post-location,
.related-posts .hero--cs .post-date,
.hero--cs .related-posts .post-date,
.related-posts .hero--cs .post-upcoming,
.hero--cs .related-posts .post-upcoming, .related-posts .carousel-wrap .carousel-indicators li, .carousel-wrap .carousel-indicators .related-posts li, .related-posts .institutions-logos p, .institutions-logos .related-posts p, .related-posts .slidorion .accordion .heading, .slidorion .accordion .related-posts .heading, .related-posts .spine-heading .h5, .spine-heading .related-posts .h5, .related-posts .accordion-basic .heading, .accordion-basic .related-posts .heading {
  margin-bottom: 1.5rem;
}
.related-posts .content {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  top: 30%;
  margin-top: -10px;
}
.related-posts h4, .related-posts .single-format-standard .post-content h1, .single-format-standard .post-content .related-posts h1,
.related-posts .single-format-standard .post-content h2,
.single-format-standard .post-content .related-posts h2,
.related-posts .single-format-standard .post-content h3,
.single-format-standard .post-content .related-posts h3,
.related-posts .single-format-standard .post-content h4,
.single-format-standard .post-content .related-posts h4,
.related-posts .single-format-standard .post-content h5,
.related-posts .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .related-posts .single-format-standard .post-content .post-location,
.related-posts .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .related-posts .single-format-standard .post-content .post-date,
.related-posts .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .related-posts .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .related-posts h5,
.single-format-standard .post-content .related-posts .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .related-posts .post-location,
.single-format-standard .post-content .related-posts .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .related-posts .post-date,
.single-format-standard .post-content .related-posts .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .related-posts .post-upcoming,
.related-posts .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .related-posts a,
.related-posts .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .related-posts a,
.related-posts .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .related-posts a,
.related-posts .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .related-posts a,
.related-posts .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .related-posts a,
.related-posts .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .related-posts a,
.related-posts .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .related-posts a,
.related-posts .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .related-posts a,
.related-posts .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .related-posts .post-location,
.related-posts .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .related-posts .post-location,
.related-posts .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .related-posts .post-date,
.related-posts .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .related-posts .post-date,
.related-posts .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .related-posts .post-upcoming,
.related-posts .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .related-posts .post-upcoming,
.related-posts .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .related-posts li,
.related-posts .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .related-posts li,
.related-posts .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .related-posts p,
.related-posts .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .related-posts p,
.related-posts .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .related-posts .heading,
.related-posts .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .related-posts .heading,
.related-posts .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .related-posts .h5,
.related-posts .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .related-posts .h5,
.related-posts .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .related-posts .heading,
.related-posts .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .related-posts .heading,
.related-posts .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .related-posts span,
.related-posts .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .related-posts span, .related-posts .srr-wrap .srr-title, .srr-wrap .related-posts .srr-title, .related-posts .tabs__heading--7 .tabs__item, .tabs__heading--7 .related-posts .tabs__item, .related-posts .hero--blog__content ol a, .hero--blog__content ol .related-posts a, .related-posts .blog-feed-embed .srr-title, .blog-feed-embed .related-posts .srr-title, .related-posts .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .related-posts blockquote, .related-posts .pa thead tr, .pa thead .related-posts tr {
  color: #fff;
}
.related-posts .institution-logo img {
  max-width: 200px;
  max-height: 70px;
  height: auto;
  width: auto;
  margin: auto;
  margin-bottom: 1.5rem;
}
.related-posts .cover {
  overflow: hidden;
  height: 17em;
}
.related-posts .cover img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts a {
  height: 100%;
}
.related-posts a:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.related-posts li:hover a:after {
  background: rgba(70, 40, 114, 0.9);
}
.related-posts li:hover {
  box-shadow: 1px 20px 20px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
}

.single-case_study .highlights {
  display: flex;
  flex-wrap: wrap;
}
.single-case_study .highlights .col-md-4:not(:last-child) {
  border-right: 1px solid #e4e8eb;
}
.single-case_study .highlights p {
  display: inline-block;
  width: calc(100% - 4em);
  margin-bottom: 1.5rem;
  vertical-align: top;
  margin-top: 0;
}
.single-case_study .highlights span {
  background: #f7f8f9;
  color: #086472;
  border: 1px solid #086472;
  width: 96px;
  height: 96px;
  font-size: 180%;
  font-weight: 200;
  text-align: center;
  display: inline-block;
  padding-top: 0.9em;
  margin-right: 1.5rem;
  border-radius: 50%;
  padding-top: 0.9em;
}
.single-case_study .highlights hr {
  margin-top: 0;
  border-top: 1px solid #462872;
  margin-bottom: 3rem;
  flex-basis: 100%;
}

.single-case_study .last-review {
  background: #086472;
  padding: 30px 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.single-case_study .last-review blockquote::after {
  color: #fff;
  bottom: 0;
  margin-bottom: -3rem;
}
.single-case_study .last-review blockquote::before {
  top: 0;
  margin-top: -4rem;
  color: #fff;
}
.single-case_study .last-review blockquote {
  font-size: 1.5em;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  border-left: none;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
}
.single-case_study .last-review p {
  color: #fff;
  text-align: center;
}

.single-post .eq-height,
.single-news .eq-height {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.single-post .post-content .color-box-2 {
  padding: 1.5rem;
  overflow: hidden;
  display: block;
  background: #030303;
  margin-bottom: 0;
  color: #fff;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.single-post .post-content .color-box-2 h1,
.single-post .post-content .color-box-2 h2,
.single-post .post-content .color-box-2 h3,
.single-post .post-content .color-box-2 h4,
.single-post .single-format-standard .post-content .color-box-2 h1,
.single-format-standard .single-post .post-content .color-box-2 h1,
.single-post .single-format-standard .post-content .color-box-2 h2,
.single-format-standard .single-post .post-content .color-box-2 h2,
.single-post .single-format-standard .post-content .color-box-2 h3,
.single-format-standard .single-post .post-content .color-box-2 h3,
.single-post .single-format-standard .post-content .color-box-2 h4,
.single-format-standard .single-post .post-content .color-box-2 h4,
.single-post .single-format-standard .post-content .color-box-2 .srr-wrap .srr-title,
.single-format-standard .single-post .post-content .color-box-2 .srr-wrap .srr-title,
.single-post .single-format-standard .post-content .srr-wrap .color-box-2 .srr-title,
.single-format-standard .single-post .post-content .srr-wrap .color-box-2 .srr-title,
.single-post .srr-wrap .single-format-standard .post-content .color-box-2 .srr-title,
.srr-wrap .single-format-standard .single-post .post-content .color-box-2 .srr-title,
.single-post .single-format-standard .post-content .color-box-2 .tabs__heading--7 .tabs__item,
.single-format-standard .single-post .post-content .color-box-2 .tabs__heading--7 .tabs__item,
.single-post .single-format-standard .post-content .tabs__heading--7 .color-box-2 .tabs__item,
.single-format-standard .single-post .post-content .tabs__heading--7 .color-box-2 .tabs__item,
.single-post .tabs__heading--7 .single-format-standard .post-content .color-box-2 .tabs__item,
.tabs__heading--7 .single-format-standard .single-post .post-content .color-box-2 .tabs__item,
.single-post .single-format-standard .post-content .color-box-2 .hero--blog__content ol a,
.single-format-standard .single-post .post-content .color-box-2 .hero--blog__content ol a,
.single-post .single-format-standard .post-content .hero--blog__content ol .color-box-2 a,
.single-format-standard .single-post .post-content .hero--blog__content ol .color-box-2 a,
.single-post .hero--blog__content ol .single-format-standard .post-content .color-box-2 a,
.hero--blog__content ol .single-format-standard .single-post .post-content .color-box-2 a,
.single-post .single-format-standard .post-content .color-box-2 .blog-feed-embed .srr-title,
.single-format-standard .single-post .post-content .color-box-2 .blog-feed-embed .srr-title,
.single-post .single-format-standard .post-content .blog-feed-embed .color-box-2 .srr-title,
.single-format-standard .single-post .post-content .blog-feed-embed .color-box-2 .srr-title,
.single-post .blog-feed-embed .single-format-standard .post-content .color-box-2 .srr-title,
.blog-feed-embed .single-format-standard .single-post .post-content .color-box-2 .srr-title,
.single-post .single-format-standard .post-content .color-box-2 .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .single-post .post-content .color-box-2 .carousel-wrap .quotes-carousel blockquote,
.single-post .single-format-standard .post-content .carousel-wrap .quotes-carousel .color-box-2 blockquote,
.single-format-standard .single-post .post-content .carousel-wrap .quotes-carousel .color-box-2 blockquote,
.single-post .carousel-wrap .quotes-carousel .single-format-standard .post-content .color-box-2 blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .single-post .post-content .color-box-2 blockquote,
.single-post .single-format-standard .post-content .color-box-2 .pa thead tr,
.single-format-standard .single-post .post-content .color-box-2 .pa thead tr,
.single-post .single-format-standard .post-content .pa thead .color-box-2 tr,
.single-format-standard .single-post .post-content .pa thead .color-box-2 tr,
.single-post .pa thead .single-format-standard .post-content .color-box-2 tr,
.pa thead .single-format-standard .single-post .post-content .color-box-2 tr,
.single-post .single-format-standard .post-content .color-box-2 h5,
.single-post .single-format-standard .post-content .color-box-2 .events-posts article .post-location,
.events-posts article .single-post .single-format-standard .post-content .color-box-2 .post-location,
.single-post .single-format-standard .post-content .color-box-2 .events-posts article .post-date,
.events-posts article .single-post .single-format-standard .post-content .color-box-2 .post-date,
.single-post .single-format-standard .post-content .color-box-2 .events-posts article .post-upcoming,
.events-posts article .single-post .single-format-standard .post-content .color-box-2 .post-upcoming,
.single-format-standard .single-post .post-content .color-box-2 h5,
.single-format-standard .single-post .post-content .color-box-2 .events-posts article .post-location,
.events-posts article .single-format-standard .single-post .post-content .color-box-2 .post-location,
.single-format-standard .single-post .post-content .color-box-2 .events-posts article .post-date,
.events-posts article .single-format-standard .single-post .post-content .color-box-2 .post-date,
.single-format-standard .single-post .post-content .color-box-2 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .single-post .post-content .color-box-2 .post-upcoming,
.single-post .single-format-standard .post-content .color-box-2 .tabs__heading--1 a,
.single-format-standard .single-post .post-content .color-box-2 .tabs__heading--1 a,
.single-post .single-format-standard .post-content .tabs__heading--1 .color-box-2 a,
.single-format-standard .single-post .post-content .tabs__heading--1 .color-box-2 a,
.single-post .tabs__heading--1 .single-format-standard .post-content .color-box-2 a,
.tabs__heading--1 .single-format-standard .single-post .post-content .color-box-2 a,
.single-post .single-format-standard .post-content .color-box-2 .tabs__heading--2 a,
.single-format-standard .single-post .post-content .color-box-2 .tabs__heading--2 a,
.single-post .single-format-standard .post-content .tabs__heading--2 .color-box-2 a,
.single-format-standard .single-post .post-content .tabs__heading--2 .color-box-2 a,
.single-post .tabs__heading--2 .single-format-standard .post-content .color-box-2 a,
.tabs__heading--2 .single-format-standard .single-post .post-content .color-box-2 a,
.single-post .single-format-standard .post-content .color-box-2 .tabs__heading--4 a,
.single-format-standard .single-post .post-content .color-box-2 .tabs__heading--4 a,
.single-post .single-format-standard .post-content .tabs__heading--4 .color-box-2 a,
.single-format-standard .single-post .post-content .tabs__heading--4 .color-box-2 a,
.single-post .tabs__heading--4 .single-format-standard .post-content .color-box-2 a,
.tabs__heading--4 .single-format-standard .single-post .post-content .color-box-2 a,
.single-post .single-format-standard .post-content .color-box-2 .tabs__heading--5 a,
.single-format-standard .single-post .post-content .color-box-2 .tabs__heading--5 a,
.single-post .single-format-standard .post-content .tabs__heading--5 .color-box-2 a,
.single-format-standard .single-post .post-content .tabs__heading--5 .color-box-2 a,
.single-post .tabs__heading--5 .single-format-standard .post-content .color-box-2 a,
.tabs__heading--5 .single-format-standard .single-post .post-content .color-box-2 a,
.single-post .single-format-standard .post-content .color-box-2 .hero--cs .post-location,
.single-format-standard .single-post .post-content .color-box-2 .hero--cs .post-location,
.single-post .single-format-standard .post-content .hero--cs .color-box-2 .post-location,
.single-format-standard .single-post .post-content .hero--cs .color-box-2 .post-location,
.single-post .hero--cs .single-format-standard .post-content .color-box-2 .post-location,
.hero--cs .single-format-standard .single-post .post-content .color-box-2 .post-location,
.single-post .single-format-standard .post-content .color-box-2 .hero--cs .post-date,
.single-format-standard .single-post .post-content .color-box-2 .hero--cs .post-date,
.single-post .single-format-standard .post-content .hero--cs .color-box-2 .post-date,
.single-format-standard .single-post .post-content .hero--cs .color-box-2 .post-date,
.single-post .hero--cs .single-format-standard .post-content .color-box-2 .post-date,
.hero--cs .single-format-standard .single-post .post-content .color-box-2 .post-date,
.single-post .single-format-standard .post-content .color-box-2 .hero--cs .post-upcoming,
.single-format-standard .single-post .post-content .color-box-2 .hero--cs .post-upcoming,
.single-post .single-format-standard .post-content .hero--cs .color-box-2 .post-upcoming,
.single-format-standard .single-post .post-content .hero--cs .color-box-2 .post-upcoming,
.single-post .hero--cs .single-format-standard .post-content .color-box-2 .post-upcoming,
.hero--cs .single-format-standard .single-post .post-content .color-box-2 .post-upcoming,
.single-post .single-format-standard .post-content .color-box-2 .carousel-wrap .carousel-indicators li,
.single-format-standard .single-post .post-content .color-box-2 .carousel-wrap .carousel-indicators li,
.single-post .single-format-standard .post-content .carousel-wrap .carousel-indicators .color-box-2 li,
.single-format-standard .single-post .post-content .carousel-wrap .carousel-indicators .color-box-2 li,
.single-post .carousel-wrap .carousel-indicators .single-format-standard .post-content .color-box-2 li,
.carousel-wrap .carousel-indicators .single-format-standard .single-post .post-content .color-box-2 li,
.single-post .single-format-standard .post-content .color-box-2 .institutions-logos p,
.single-format-standard .single-post .post-content .color-box-2 .institutions-logos p,
.single-post .single-format-standard .post-content .institutions-logos .color-box-2 p,
.single-format-standard .single-post .post-content .institutions-logos .color-box-2 p,
.single-post .institutions-logos .single-format-standard .post-content .color-box-2 p,
.institutions-logos .single-format-standard .single-post .post-content .color-box-2 p,
.single-post .single-format-standard .post-content .color-box-2 .slidorion .accordion .heading,
.single-format-standard .single-post .post-content .color-box-2 .slidorion .accordion .heading,
.single-post .single-format-standard .post-content .slidorion .accordion .color-box-2 .heading,
.single-format-standard .single-post .post-content .slidorion .accordion .color-box-2 .heading,
.single-post .slidorion .accordion .single-format-standard .post-content .color-box-2 .heading,
.slidorion .accordion .single-format-standard .single-post .post-content .color-box-2 .heading,
.single-post .single-format-standard .post-content .color-box-2 .spine-heading .h5,
.single-format-standard .single-post .post-content .color-box-2 .spine-heading .h5,
.single-post .single-format-standard .post-content .spine-heading .color-box-2 .h5,
.single-format-standard .single-post .post-content .spine-heading .color-box-2 .h5,
.single-post .spine-heading .single-format-standard .post-content .color-box-2 .h5,
.spine-heading .single-format-standard .single-post .post-content .color-box-2 .h5,
.single-post .single-format-standard .post-content .color-box-2 .accordion-basic .heading,
.single-format-standard .single-post .post-content .color-box-2 .accordion-basic .heading,
.single-post .single-format-standard .post-content .accordion-basic .color-box-2 .heading,
.single-format-standard .single-post .post-content .accordion-basic .color-box-2 .heading,
.single-post .accordion-basic .single-format-standard .post-content .color-box-2 .heading,
.accordion-basic .single-format-standard .single-post .post-content .color-box-2 .heading,
.single-post .single-format-standard .post-content .color-box-2 .single-case_study .highlights span,
.single-format-standard .single-post .post-content .color-box-2 .single-case_study .highlights span,
.single-post .single-format-standard .post-content .single-case_study .highlights .color-box-2 span,
.single-format-standard .single-post .post-content .single-case_study .highlights .color-box-2 span,
.single-post .single-case_study .highlights .single-format-standard .post-content .color-box-2 span,
.single-case_study .highlights .single-format-standard .single-post .post-content .color-box-2 span,
.single-post .post-content .color-box-2 .srr-wrap .srr-title,
.srr-wrap .single-post .post-content .color-box-2 .srr-title,
.single-post .post-content .color-box-2 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-post .post-content .color-box-2 .tabs__item,
.single-post .post-content .color-box-2 .hero--blog__content ol a,
.hero--blog__content ol .single-post .post-content .color-box-2 a,
.single-post .post-content .color-box-2 .blog-feed-embed .srr-title,
.blog-feed-embed .single-post .post-content .color-box-2 .srr-title,
.single-post .post-content .color-box-2 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-post .post-content .color-box-2 blockquote,
.single-post .post-content .color-box-2 .pa thead tr,
.pa thead .single-post .post-content .color-box-2 tr,
.single-post .post-content .color-box-2 h5,
.single-post .post-content .color-box-2 .events-posts article .post-location,
.events-posts article .single-post .post-content .color-box-2 .post-location,
.single-post .post-content .color-box-2 .events-posts article .post-date,
.events-posts article .single-post .post-content .color-box-2 .post-date,
.single-post .post-content .color-box-2 .events-posts article .post-upcoming,
.events-posts article .single-post .post-content .color-box-2 .post-upcoming,
.single-post .post-content .color-box-2 .tabs__heading--1 a,
.tabs__heading--1 .single-post .post-content .color-box-2 a,
.single-post .post-content .color-box-2 .tabs__heading--2 a,
.tabs__heading--2 .single-post .post-content .color-box-2 a,
.single-post .post-content .color-box-2 .tabs__heading--4 a,
.tabs__heading--4 .single-post .post-content .color-box-2 a,
.single-post .post-content .color-box-2 .tabs__heading--5 a,
.tabs__heading--5 .single-post .post-content .color-box-2 a,
.single-post .post-content .color-box-2 .hero--cs .post-location,
.hero--cs .single-post .post-content .color-box-2 .post-location,
.single-post .post-content .color-box-2 .hero--cs .post-date,
.hero--cs .single-post .post-content .color-box-2 .post-date,
.single-post .post-content .color-box-2 .hero--cs .post-upcoming,
.hero--cs .single-post .post-content .color-box-2 .post-upcoming,
.single-post .post-content .color-box-2 .slidorion .accordion .heading,
.slidorion .accordion .single-post .post-content .color-box-2 .heading,
.single-post .post-content .color-box-2 .spine-heading .h5,
.spine-heading .single-post .post-content .color-box-2 .h5,
.single-post .post-content .color-box-2 .accordion-basic .heading,
.accordion-basic .single-post .post-content .color-box-2 .heading,
.single-post .post-content .color-box-2 .single-case_study .highlights span,
.single-case_study .highlights .single-post .post-content .color-box-2 span,
.single-post .post-content .color-box-2 h6,
.single-post .post-content .color-box-2 .single-news .pr-tag,
.single-news .single-post .post-content .color-box-2 .pr-tag,
.single-post .post-content .color-box-2 .note,
.single-post .post-content .color-box-2 .footer__alerts-link,
.single-post .post-content .color-box-2 .blog .post-category,
.blog .single-post .post-content .color-box-2 .post-category,
.single-post .post-content .color-box-2 .archive .post-category,
.archive .single-post .post-content .color-box-2 .post-category,
.single-post .post-content .color-box-2 .post-tags a,
.post-tags .single-post .post-content .color-box-2 a,
.single-post .post-content .color-box-2 p,
.single-post .post-content .color-box-2 li,
.single-post .post-content .color-box-2 label {
  color: #fff;
}
.single-post .post-content .color-box-2 svg {
  filter: invert(1);
}
.single-post .post-content .color-box-2 a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.single-post .post-content .color-box-2 a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
@media only screen and (min-width: 767px) {
  .single-post .post-content .color-box-2 {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1023px) {
  .single-post .post-content .left-side {
    float: left;
    width: 35%;
    margin-right: 1.5rem;
  }
}
@media only screen and (min-width: 1023px) {
  .single-post .post-content .right-side {
    float: right;
    width: 35%;
    margin-left: 1.5rem;
  }
}
.single-post .post-content .padded-white-box {
  padding: 1.5rem;
  overflow: hidden;
  display: block;
  background: #f7f8f9;
  margin-bottom: 0;
  color: #fff;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.single-post .post-content p.lead,
.single-post .post-content .color-box-1 {
  padding: 1.5rem;
  overflow: hidden;
  display: block;
  background: #462872;
  margin-bottom: 3rem;
  color: #fff;
  font-size: 110%;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.single-post .post-content p.lead h1,
.single-post .post-content p.lead h2,
.single-post .post-content p.lead h3,
.single-post .post-content p.lead h4,
.single-post .single-format-standard .post-content p.lead h1,
.single-format-standard .single-post .post-content p.lead h1,
.single-post .single-format-standard .post-content p.lead h2,
.single-format-standard .single-post .post-content p.lead h2,
.single-post .single-format-standard .post-content p.lead h3,
.single-format-standard .single-post .post-content p.lead h3,
.single-post .single-format-standard .post-content p.lead h4,
.single-format-standard .single-post .post-content p.lead h4,
.single-post .single-format-standard .post-content p.lead .srr-wrap .srr-title,
.single-format-standard .single-post .post-content p.lead .srr-wrap .srr-title,
.single-post .single-format-standard .post-content .srr-wrap p.lead .srr-title,
.single-format-standard .single-post .post-content .srr-wrap p.lead .srr-title,
.single-post .srr-wrap .single-format-standard .post-content p.lead .srr-title,
.srr-wrap .single-format-standard .single-post .post-content p.lead .srr-title,
.single-post .single-format-standard .post-content p.lead .tabs__heading--7 .tabs__item,
.single-format-standard .single-post .post-content p.lead .tabs__heading--7 .tabs__item,
.single-post .single-format-standard .post-content .tabs__heading--7 p.lead .tabs__item,
.single-format-standard .single-post .post-content .tabs__heading--7 p.lead .tabs__item,
.single-post .tabs__heading--7 .single-format-standard .post-content p.lead .tabs__item,
.tabs__heading--7 .single-format-standard .single-post .post-content p.lead .tabs__item,
.single-post .single-format-standard .post-content p.lead .hero--blog__content ol a,
.single-format-standard .single-post .post-content p.lead .hero--blog__content ol a,
.single-post .single-format-standard .post-content .hero--blog__content ol p.lead a,
.single-format-standard .single-post .post-content .hero--blog__content ol p.lead a,
.single-post .hero--blog__content ol .single-format-standard .post-content p.lead a,
.hero--blog__content ol .single-format-standard .single-post .post-content p.lead a,
.single-post .single-format-standard .post-content p.lead .blog-feed-embed .srr-title,
.single-format-standard .single-post .post-content p.lead .blog-feed-embed .srr-title,
.single-post .single-format-standard .post-content .blog-feed-embed p.lead .srr-title,
.single-format-standard .single-post .post-content .blog-feed-embed p.lead .srr-title,
.single-post .blog-feed-embed .single-format-standard .post-content p.lead .srr-title,
.blog-feed-embed .single-format-standard .single-post .post-content p.lead .srr-title,
.single-post .single-format-standard .post-content p.lead .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .single-post .post-content p.lead .carousel-wrap .quotes-carousel blockquote,
.single-post .single-format-standard .post-content .carousel-wrap .quotes-carousel p.lead blockquote,
.single-format-standard .single-post .post-content .carousel-wrap .quotes-carousel p.lead blockquote,
.single-post .carousel-wrap .quotes-carousel .single-format-standard .post-content p.lead blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .single-post .post-content p.lead blockquote,
.single-post .single-format-standard .post-content p.lead .pa thead tr,
.single-format-standard .single-post .post-content p.lead .pa thead tr,
.single-post .single-format-standard .post-content .pa thead p.lead tr,
.single-format-standard .single-post .post-content .pa thead p.lead tr,
.single-post .pa thead .single-format-standard .post-content p.lead tr,
.pa thead .single-format-standard .single-post .post-content p.lead tr,
.single-post .single-format-standard .post-content p.lead h5,
.single-post .single-format-standard .post-content p.lead .events-posts article .post-location,
.events-posts article .single-post .single-format-standard .post-content p.lead .post-location,
.single-post .single-format-standard .post-content p.lead .events-posts article .post-date,
.events-posts article .single-post .single-format-standard .post-content p.lead .post-date,
.single-post .single-format-standard .post-content p.lead .events-posts article .post-upcoming,
.events-posts article .single-post .single-format-standard .post-content p.lead .post-upcoming,
.single-format-standard .single-post .post-content p.lead h5,
.single-format-standard .single-post .post-content p.lead .events-posts article .post-location,
.events-posts article .single-format-standard .single-post .post-content p.lead .post-location,
.single-format-standard .single-post .post-content p.lead .events-posts article .post-date,
.events-posts article .single-format-standard .single-post .post-content p.lead .post-date,
.single-format-standard .single-post .post-content p.lead .events-posts article .post-upcoming,
.events-posts article .single-format-standard .single-post .post-content p.lead .post-upcoming,
.single-post .single-format-standard .post-content p.lead .tabs__heading--1 a,
.single-format-standard .single-post .post-content p.lead .tabs__heading--1 a,
.single-post .single-format-standard .post-content .tabs__heading--1 p.lead a,
.single-format-standard .single-post .post-content .tabs__heading--1 p.lead a,
.single-post .tabs__heading--1 .single-format-standard .post-content p.lead a,
.tabs__heading--1 .single-format-standard .single-post .post-content p.lead a,
.single-post .single-format-standard .post-content p.lead .tabs__heading--2 a,
.single-format-standard .single-post .post-content p.lead .tabs__heading--2 a,
.single-post .single-format-standard .post-content .tabs__heading--2 p.lead a,
.single-format-standard .single-post .post-content .tabs__heading--2 p.lead a,
.single-post .tabs__heading--2 .single-format-standard .post-content p.lead a,
.tabs__heading--2 .single-format-standard .single-post .post-content p.lead a,
.single-post .single-format-standard .post-content p.lead .tabs__heading--4 a,
.single-format-standard .single-post .post-content p.lead .tabs__heading--4 a,
.single-post .single-format-standard .post-content .tabs__heading--4 p.lead a,
.single-format-standard .single-post .post-content .tabs__heading--4 p.lead a,
.single-post .tabs__heading--4 .single-format-standard .post-content p.lead a,
.tabs__heading--4 .single-format-standard .single-post .post-content p.lead a,
.single-post .single-format-standard .post-content p.lead .tabs__heading--5 a,
.single-format-standard .single-post .post-content p.lead .tabs__heading--5 a,
.single-post .single-format-standard .post-content .tabs__heading--5 p.lead a,
.single-format-standard .single-post .post-content .tabs__heading--5 p.lead a,
.single-post .tabs__heading--5 .single-format-standard .post-content p.lead a,
.tabs__heading--5 .single-format-standard .single-post .post-content p.lead a,
.single-post .single-format-standard .post-content p.lead .hero--cs .post-location,
.single-format-standard .single-post .post-content p.lead .hero--cs .post-location,
.single-post .single-format-standard .post-content .hero--cs p.lead .post-location,
.single-format-standard .single-post .post-content .hero--cs p.lead .post-location,
.single-post .hero--cs .single-format-standard .post-content p.lead .post-location,
.hero--cs .single-format-standard .single-post .post-content p.lead .post-location,
.single-post .single-format-standard .post-content p.lead .hero--cs .post-date,
.single-format-standard .single-post .post-content p.lead .hero--cs .post-date,
.single-post .single-format-standard .post-content .hero--cs p.lead .post-date,
.single-format-standard .single-post .post-content .hero--cs p.lead .post-date,
.single-post .hero--cs .single-format-standard .post-content p.lead .post-date,
.hero--cs .single-format-standard .single-post .post-content p.lead .post-date,
.single-post .single-format-standard .post-content p.lead .hero--cs .post-upcoming,
.single-format-standard .single-post .post-content p.lead .hero--cs .post-upcoming,
.single-post .single-format-standard .post-content .hero--cs p.lead .post-upcoming,
.single-format-standard .single-post .post-content .hero--cs p.lead .post-upcoming,
.single-post .hero--cs .single-format-standard .post-content p.lead .post-upcoming,
.hero--cs .single-format-standard .single-post .post-content p.lead .post-upcoming,
.single-post .single-format-standard .post-content p.lead .carousel-wrap .carousel-indicators li,
.single-format-standard .single-post .post-content p.lead .carousel-wrap .carousel-indicators li,
.single-post .single-format-standard .post-content .carousel-wrap .carousel-indicators p.lead li,
.single-format-standard .single-post .post-content .carousel-wrap .carousel-indicators p.lead li,
.single-post .carousel-wrap .carousel-indicators .single-format-standard .post-content p.lead li,
.carousel-wrap .carousel-indicators .single-format-standard .single-post .post-content p.lead li,
.single-post .single-format-standard .post-content p.lead .institutions-logos p,
.single-format-standard .single-post .post-content p.lead .institutions-logos p,
.single-post .single-format-standard .post-content .institutions-logos p.lead p,
.single-format-standard .single-post .post-content .institutions-logos p.lead p,
.single-post .institutions-logos .single-format-standard .post-content p.lead p,
.institutions-logos .single-format-standard .single-post .post-content p.lead p,
.single-post .single-format-standard .post-content p.lead .slidorion .accordion .heading,
.single-format-standard .single-post .post-content p.lead .slidorion .accordion .heading,
.single-post .single-format-standard .post-content .slidorion .accordion p.lead .heading,
.single-format-standard .single-post .post-content .slidorion .accordion p.lead .heading,
.single-post .slidorion .accordion .single-format-standard .post-content p.lead .heading,
.slidorion .accordion .single-format-standard .single-post .post-content p.lead .heading,
.single-post .single-format-standard .post-content p.lead .spine-heading .h5,
.single-format-standard .single-post .post-content p.lead .spine-heading .h5,
.single-post .single-format-standard .post-content .spine-heading p.lead .h5,
.single-format-standard .single-post .post-content .spine-heading p.lead .h5,
.single-post .spine-heading .single-format-standard .post-content p.lead .h5,
.spine-heading .single-format-standard .single-post .post-content p.lead .h5,
.single-post .single-format-standard .post-content p.lead .accordion-basic .heading,
.single-format-standard .single-post .post-content p.lead .accordion-basic .heading,
.single-post .single-format-standard .post-content .accordion-basic p.lead .heading,
.single-format-standard .single-post .post-content .accordion-basic p.lead .heading,
.single-post .accordion-basic .single-format-standard .post-content p.lead .heading,
.accordion-basic .single-format-standard .single-post .post-content p.lead .heading,
.single-post .single-format-standard .post-content p.lead .single-case_study .highlights span,
.single-format-standard .single-post .post-content p.lead .single-case_study .highlights span,
.single-post .single-format-standard .post-content .single-case_study .highlights p.lead span,
.single-format-standard .single-post .post-content .single-case_study .highlights p.lead span,
.single-post .single-case_study .highlights .single-format-standard .post-content p.lead span,
.single-case_study .highlights .single-format-standard .single-post .post-content p.lead span,
.single-post .post-content p.lead .srr-wrap .srr-title,
.srr-wrap .single-post .post-content p.lead .srr-title,
.single-post .post-content p.lead .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-post .post-content p.lead .tabs__item,
.single-post .post-content p.lead .hero--blog__content ol a,
.hero--blog__content ol .single-post .post-content p.lead a,
.single-post .post-content p.lead .blog-feed-embed .srr-title,
.blog-feed-embed .single-post .post-content p.lead .srr-title,
.single-post .post-content p.lead .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-post .post-content p.lead blockquote,
.single-post .post-content p.lead .pa thead tr,
.pa thead .single-post .post-content p.lead tr,
.single-post .post-content p.lead h5,
.single-post .post-content p.lead .events-posts article .post-location,
.events-posts article .single-post .post-content p.lead .post-location,
.single-post .post-content p.lead .events-posts article .post-date,
.events-posts article .single-post .post-content p.lead .post-date,
.single-post .post-content p.lead .events-posts article .post-upcoming,
.events-posts article .single-post .post-content p.lead .post-upcoming,
.single-post .post-content p.lead .tabs__heading--1 a,
.tabs__heading--1 .single-post .post-content p.lead a,
.single-post .post-content p.lead .tabs__heading--2 a,
.tabs__heading--2 .single-post .post-content p.lead a,
.single-post .post-content p.lead .tabs__heading--4 a,
.tabs__heading--4 .single-post .post-content p.lead a,
.single-post .post-content p.lead .tabs__heading--5 a,
.tabs__heading--5 .single-post .post-content p.lead a,
.single-post .post-content p.lead .hero--cs .post-location,
.hero--cs .single-post .post-content p.lead .post-location,
.single-post .post-content p.lead .hero--cs .post-date,
.hero--cs .single-post .post-content p.lead .post-date,
.single-post .post-content p.lead .hero--cs .post-upcoming,
.hero--cs .single-post .post-content p.lead .post-upcoming,
.single-post .post-content p.lead .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-post .post-content p.lead li,
.single-post .post-content p.lead .institutions-logos p,
.institutions-logos .single-post .post-content p.lead p,
.single-post .post-content p.lead .slidorion .accordion .heading,
.slidorion .accordion .single-post .post-content p.lead .heading,
.single-post .post-content p.lead .spine-heading .h5,
.spine-heading .single-post .post-content p.lead .h5,
.single-post .post-content p.lead .accordion-basic .heading,
.accordion-basic .single-post .post-content p.lead .heading,
.single-post .post-content p.lead .single-case_study .highlights span,
.single-case_study .highlights .single-post .post-content p.lead span,
.single-post .post-content p.lead h6,
.single-post .post-content p.lead .single-news .pr-tag,
.single-news .single-post .post-content p.lead .pr-tag,
.single-post .post-content p.lead .note,
.single-post .post-content p.lead .footer__alerts-link,
.single-post .post-content p.lead .blog .post-category,
.blog .single-post .post-content p.lead .post-category,
.single-post .post-content p.lead .archive .post-category,
.archive .single-post .post-content p.lead .post-category,
.single-post .post-content p.lead .post-tags a,
.post-tags .single-post .post-content p.lead a,
.single-post .post-content p.lead p,
.single-post .post-content p.lead li,
.single-post .post-content p.lead label,
.single-post .post-content .color-box-1 h1,
.single-post .post-content .color-box-1 h2,
.single-post .post-content .color-box-1 h3,
.single-post .post-content .color-box-1 h4,
.single-post .single-format-standard .post-content .color-box-1 h1,
.single-format-standard .single-post .post-content .color-box-1 h1,
.single-post .single-format-standard .post-content .color-box-1 h2,
.single-format-standard .single-post .post-content .color-box-1 h2,
.single-post .single-format-standard .post-content .color-box-1 h3,
.single-format-standard .single-post .post-content .color-box-1 h3,
.single-post .single-format-standard .post-content .color-box-1 h4,
.single-format-standard .single-post .post-content .color-box-1 h4,
.single-post .single-format-standard .post-content .color-box-1 .srr-wrap .srr-title,
.single-format-standard .single-post .post-content .color-box-1 .srr-wrap .srr-title,
.single-post .single-format-standard .post-content .srr-wrap .color-box-1 .srr-title,
.single-format-standard .single-post .post-content .srr-wrap .color-box-1 .srr-title,
.single-post .srr-wrap .single-format-standard .post-content .color-box-1 .srr-title,
.srr-wrap .single-format-standard .single-post .post-content .color-box-1 .srr-title,
.single-post .single-format-standard .post-content .color-box-1 .tabs__heading--7 .tabs__item,
.single-format-standard .single-post .post-content .color-box-1 .tabs__heading--7 .tabs__item,
.single-post .single-format-standard .post-content .tabs__heading--7 .color-box-1 .tabs__item,
.single-format-standard .single-post .post-content .tabs__heading--7 .color-box-1 .tabs__item,
.single-post .tabs__heading--7 .single-format-standard .post-content .color-box-1 .tabs__item,
.tabs__heading--7 .single-format-standard .single-post .post-content .color-box-1 .tabs__item,
.single-post .single-format-standard .post-content .color-box-1 .hero--blog__content ol a,
.single-format-standard .single-post .post-content .color-box-1 .hero--blog__content ol a,
.single-post .single-format-standard .post-content .hero--blog__content ol .color-box-1 a,
.single-format-standard .single-post .post-content .hero--blog__content ol .color-box-1 a,
.single-post .hero--blog__content ol .single-format-standard .post-content .color-box-1 a,
.hero--blog__content ol .single-format-standard .single-post .post-content .color-box-1 a,
.single-post .single-format-standard .post-content .color-box-1 .blog-feed-embed .srr-title,
.single-format-standard .single-post .post-content .color-box-1 .blog-feed-embed .srr-title,
.single-post .single-format-standard .post-content .blog-feed-embed .color-box-1 .srr-title,
.single-format-standard .single-post .post-content .blog-feed-embed .color-box-1 .srr-title,
.single-post .blog-feed-embed .single-format-standard .post-content .color-box-1 .srr-title,
.blog-feed-embed .single-format-standard .single-post .post-content .color-box-1 .srr-title,
.single-post .single-format-standard .post-content .color-box-1 .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .single-post .post-content .color-box-1 .carousel-wrap .quotes-carousel blockquote,
.single-post .single-format-standard .post-content .carousel-wrap .quotes-carousel .color-box-1 blockquote,
.single-format-standard .single-post .post-content .carousel-wrap .quotes-carousel .color-box-1 blockquote,
.single-post .carousel-wrap .quotes-carousel .single-format-standard .post-content .color-box-1 blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .single-post .post-content .color-box-1 blockquote,
.single-post .single-format-standard .post-content .color-box-1 .pa thead tr,
.single-format-standard .single-post .post-content .color-box-1 .pa thead tr,
.single-post .single-format-standard .post-content .pa thead .color-box-1 tr,
.single-format-standard .single-post .post-content .pa thead .color-box-1 tr,
.single-post .pa thead .single-format-standard .post-content .color-box-1 tr,
.pa thead .single-format-standard .single-post .post-content .color-box-1 tr,
.single-post .single-format-standard .post-content .color-box-1 h5,
.single-post .single-format-standard .post-content .color-box-1 .events-posts article .post-location,
.events-posts article .single-post .single-format-standard .post-content .color-box-1 .post-location,
.single-post .single-format-standard .post-content .color-box-1 .events-posts article .post-date,
.events-posts article .single-post .single-format-standard .post-content .color-box-1 .post-date,
.single-post .single-format-standard .post-content .color-box-1 .events-posts article .post-upcoming,
.events-posts article .single-post .single-format-standard .post-content .color-box-1 .post-upcoming,
.single-format-standard .single-post .post-content .color-box-1 h5,
.single-format-standard .single-post .post-content .color-box-1 .events-posts article .post-location,
.events-posts article .single-format-standard .single-post .post-content .color-box-1 .post-location,
.single-format-standard .single-post .post-content .color-box-1 .events-posts article .post-date,
.events-posts article .single-format-standard .single-post .post-content .color-box-1 .post-date,
.single-format-standard .single-post .post-content .color-box-1 .events-posts article .post-upcoming,
.events-posts article .single-format-standard .single-post .post-content .color-box-1 .post-upcoming,
.single-post .single-format-standard .post-content .color-box-1 .tabs__heading--1 a,
.single-format-standard .single-post .post-content .color-box-1 .tabs__heading--1 a,
.single-post .single-format-standard .post-content .tabs__heading--1 .color-box-1 a,
.single-format-standard .single-post .post-content .tabs__heading--1 .color-box-1 a,
.single-post .tabs__heading--1 .single-format-standard .post-content .color-box-1 a,
.tabs__heading--1 .single-format-standard .single-post .post-content .color-box-1 a,
.single-post .single-format-standard .post-content .color-box-1 .tabs__heading--2 a,
.single-format-standard .single-post .post-content .color-box-1 .tabs__heading--2 a,
.single-post .single-format-standard .post-content .tabs__heading--2 .color-box-1 a,
.single-format-standard .single-post .post-content .tabs__heading--2 .color-box-1 a,
.single-post .tabs__heading--2 .single-format-standard .post-content .color-box-1 a,
.tabs__heading--2 .single-format-standard .single-post .post-content .color-box-1 a,
.single-post .single-format-standard .post-content .color-box-1 .tabs__heading--4 a,
.single-format-standard .single-post .post-content .color-box-1 .tabs__heading--4 a,
.single-post .single-format-standard .post-content .tabs__heading--4 .color-box-1 a,
.single-format-standard .single-post .post-content .tabs__heading--4 .color-box-1 a,
.single-post .tabs__heading--4 .single-format-standard .post-content .color-box-1 a,
.tabs__heading--4 .single-format-standard .single-post .post-content .color-box-1 a,
.single-post .single-format-standard .post-content .color-box-1 .tabs__heading--5 a,
.single-format-standard .single-post .post-content .color-box-1 .tabs__heading--5 a,
.single-post .single-format-standard .post-content .tabs__heading--5 .color-box-1 a,
.single-format-standard .single-post .post-content .tabs__heading--5 .color-box-1 a,
.single-post .tabs__heading--5 .single-format-standard .post-content .color-box-1 a,
.tabs__heading--5 .single-format-standard .single-post .post-content .color-box-1 a,
.single-post .single-format-standard .post-content .color-box-1 .hero--cs .post-location,
.single-format-standard .single-post .post-content .color-box-1 .hero--cs .post-location,
.single-post .single-format-standard .post-content .hero--cs .color-box-1 .post-location,
.single-format-standard .single-post .post-content .hero--cs .color-box-1 .post-location,
.single-post .hero--cs .single-format-standard .post-content .color-box-1 .post-location,
.hero--cs .single-format-standard .single-post .post-content .color-box-1 .post-location,
.single-post .single-format-standard .post-content .color-box-1 .hero--cs .post-date,
.single-format-standard .single-post .post-content .color-box-1 .hero--cs .post-date,
.single-post .single-format-standard .post-content .hero--cs .color-box-1 .post-date,
.single-format-standard .single-post .post-content .hero--cs .color-box-1 .post-date,
.single-post .hero--cs .single-format-standard .post-content .color-box-1 .post-date,
.hero--cs .single-format-standard .single-post .post-content .color-box-1 .post-date,
.single-post .single-format-standard .post-content .color-box-1 .hero--cs .post-upcoming,
.single-format-standard .single-post .post-content .color-box-1 .hero--cs .post-upcoming,
.single-post .single-format-standard .post-content .hero--cs .color-box-1 .post-upcoming,
.single-format-standard .single-post .post-content .hero--cs .color-box-1 .post-upcoming,
.single-post .hero--cs .single-format-standard .post-content .color-box-1 .post-upcoming,
.hero--cs .single-format-standard .single-post .post-content .color-box-1 .post-upcoming,
.single-post .single-format-standard .post-content .color-box-1 .carousel-wrap .carousel-indicators li,
.single-format-standard .single-post .post-content .color-box-1 .carousel-wrap .carousel-indicators li,
.single-post .single-format-standard .post-content .carousel-wrap .carousel-indicators .color-box-1 li,
.single-format-standard .single-post .post-content .carousel-wrap .carousel-indicators .color-box-1 li,
.single-post .carousel-wrap .carousel-indicators .single-format-standard .post-content .color-box-1 li,
.carousel-wrap .carousel-indicators .single-format-standard .single-post .post-content .color-box-1 li,
.single-post .single-format-standard .post-content .color-box-1 .institutions-logos p,
.single-format-standard .single-post .post-content .color-box-1 .institutions-logos p,
.single-post .single-format-standard .post-content .institutions-logos .color-box-1 p,
.single-format-standard .single-post .post-content .institutions-logos .color-box-1 p,
.single-post .institutions-logos .single-format-standard .post-content .color-box-1 p,
.institutions-logos .single-format-standard .single-post .post-content .color-box-1 p,
.single-post .single-format-standard .post-content .color-box-1 .slidorion .accordion .heading,
.single-format-standard .single-post .post-content .color-box-1 .slidorion .accordion .heading,
.single-post .single-format-standard .post-content .slidorion .accordion .color-box-1 .heading,
.single-format-standard .single-post .post-content .slidorion .accordion .color-box-1 .heading,
.single-post .slidorion .accordion .single-format-standard .post-content .color-box-1 .heading,
.slidorion .accordion .single-format-standard .single-post .post-content .color-box-1 .heading,
.single-post .single-format-standard .post-content .color-box-1 .spine-heading .h5,
.single-format-standard .single-post .post-content .color-box-1 .spine-heading .h5,
.single-post .single-format-standard .post-content .spine-heading .color-box-1 .h5,
.single-format-standard .single-post .post-content .spine-heading .color-box-1 .h5,
.single-post .spine-heading .single-format-standard .post-content .color-box-1 .h5,
.spine-heading .single-format-standard .single-post .post-content .color-box-1 .h5,
.single-post .single-format-standard .post-content .color-box-1 .accordion-basic .heading,
.single-format-standard .single-post .post-content .color-box-1 .accordion-basic .heading,
.single-post .single-format-standard .post-content .accordion-basic .color-box-1 .heading,
.single-format-standard .single-post .post-content .accordion-basic .color-box-1 .heading,
.single-post .accordion-basic .single-format-standard .post-content .color-box-1 .heading,
.accordion-basic .single-format-standard .single-post .post-content .color-box-1 .heading,
.single-post .single-format-standard .post-content .color-box-1 .single-case_study .highlights span,
.single-format-standard .single-post .post-content .color-box-1 .single-case_study .highlights span,
.single-post .single-format-standard .post-content .single-case_study .highlights .color-box-1 span,
.single-format-standard .single-post .post-content .single-case_study .highlights .color-box-1 span,
.single-post .single-case_study .highlights .single-format-standard .post-content .color-box-1 span,
.single-case_study .highlights .single-format-standard .single-post .post-content .color-box-1 span,
.single-post .post-content .color-box-1 .srr-wrap .srr-title,
.srr-wrap .single-post .post-content .color-box-1 .srr-title,
.single-post .post-content .color-box-1 .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-post .post-content .color-box-1 .tabs__item,
.single-post .post-content .color-box-1 .hero--blog__content ol a,
.hero--blog__content ol .single-post .post-content .color-box-1 a,
.single-post .post-content .color-box-1 .blog-feed-embed .srr-title,
.blog-feed-embed .single-post .post-content .color-box-1 .srr-title,
.single-post .post-content .color-box-1 .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-post .post-content .color-box-1 blockquote,
.single-post .post-content .color-box-1 .pa thead tr,
.pa thead .single-post .post-content .color-box-1 tr,
.single-post .post-content .color-box-1 h5,
.single-post .post-content .color-box-1 .events-posts article .post-location,
.events-posts article .single-post .post-content .color-box-1 .post-location,
.single-post .post-content .color-box-1 .events-posts article .post-date,
.events-posts article .single-post .post-content .color-box-1 .post-date,
.single-post .post-content .color-box-1 .events-posts article .post-upcoming,
.events-posts article .single-post .post-content .color-box-1 .post-upcoming,
.single-post .post-content .color-box-1 .tabs__heading--1 a,
.tabs__heading--1 .single-post .post-content .color-box-1 a,
.single-post .post-content .color-box-1 .tabs__heading--2 a,
.tabs__heading--2 .single-post .post-content .color-box-1 a,
.single-post .post-content .color-box-1 .tabs__heading--4 a,
.tabs__heading--4 .single-post .post-content .color-box-1 a,
.single-post .post-content .color-box-1 .tabs__heading--5 a,
.tabs__heading--5 .single-post .post-content .color-box-1 a,
.single-post .post-content .color-box-1 .hero--cs .post-location,
.hero--cs .single-post .post-content .color-box-1 .post-location,
.single-post .post-content .color-box-1 .hero--cs .post-date,
.hero--cs .single-post .post-content .color-box-1 .post-date,
.single-post .post-content .color-box-1 .hero--cs .post-upcoming,
.hero--cs .single-post .post-content .color-box-1 .post-upcoming,
.single-post .post-content .color-box-1 .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-post .post-content .color-box-1 li,
.single-post .post-content .color-box-1 .institutions-logos p,
.institutions-logos .single-post .post-content .color-box-1 p,
.single-post .post-content .color-box-1 .slidorion .accordion .heading,
.slidorion .accordion .single-post .post-content .color-box-1 .heading,
.single-post .post-content .color-box-1 .spine-heading .h5,
.spine-heading .single-post .post-content .color-box-1 .h5,
.single-post .post-content .color-box-1 .accordion-basic .heading,
.accordion-basic .single-post .post-content .color-box-1 .heading,
.single-post .post-content .color-box-1 .single-case_study .highlights span,
.single-case_study .highlights .single-post .post-content .color-box-1 span,
.single-post .post-content .color-box-1 h6,
.single-post .post-content .color-box-1 .single-news .pr-tag,
.single-news .single-post .post-content .color-box-1 .pr-tag,
.single-post .post-content .color-box-1 .note,
.single-post .post-content .color-box-1 .footer__alerts-link,
.single-post .post-content .color-box-1 .blog .post-category,
.blog .single-post .post-content .color-box-1 .post-category,
.single-post .post-content .color-box-1 .archive .post-category,
.archive .single-post .post-content .color-box-1 .post-category,
.single-post .post-content .color-box-1 .post-tags a,
.post-tags .single-post .post-content .color-box-1 a,
.single-post .post-content .color-box-1 p,
.single-post .post-content .color-box-1 li,
.single-post .post-content .color-box-1 label {
  color: #fff;
}
.single-post .post-content p.lead svg,
.single-post .post-content .color-box-1 svg {
  filter: invert(1);
}
.single-post .post-content p.lead a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient),
.single-post .post-content .color-box-1 a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.single-post .post-content p.lead a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover,
.single-post .post-content .color-box-1 a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.single-post .post-content p.lead,
.single-post .post-content .color-box-1 p {
  margin: 0;
}
.single-post .post-content .color-box-1 p.lead {
  background: transparent;
  padding: 0;
  box-shadow: 0 0 #000;
}
.single-post .post-content .note {
  background: #f7f8f9;
  padding: 0.5em;
}

.single-format-standard .post-content h1 b,
.single-format-standard .post-content h1 strong,
.single-format-standard .post-content h2 b,
.single-format-standard .post-content h2 strong,
.single-format-standard .post-content h3 b,
.single-format-standard .post-content h3 strong,
.single-format-standard .post-content h4 b,
.single-format-standard .post-content .srr-wrap .srr-title b,
.srr-wrap .single-format-standard .post-content .srr-title b,
.single-format-standard .post-content .tabs__heading--7 .tabs__item b,
.tabs__heading--7 .single-format-standard .post-content .tabs__item b,
.single-format-standard .post-content .hero--blog__content ol a b,
.hero--blog__content ol .single-format-standard .post-content a b,
.single-format-standard .post-content .blog-feed-embed .srr-title b,
.blog-feed-embed .single-format-standard .post-content .srr-title b,
.single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote b,
.carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote b,
.single-format-standard .post-content .pa thead tr b,
.pa thead .single-format-standard .post-content tr b,
.single-format-standard .post-content h1 b,
.single-format-standard .post-content h2 b,
.single-format-standard .post-content h3 b,
.single-format-standard .post-content h4 b,
.single-format-standard .post-content .srr-wrap .srr-title b,
.srr-wrap .single-format-standard .post-content .srr-title b,
.single-format-standard .post-content .tabs__heading--7 .tabs__item b,
.tabs__heading--7 .single-format-standard .post-content .tabs__item b,
.single-format-standard .post-content .hero--blog__content ol a b,
.hero--blog__content ol .single-format-standard .post-content a b,
.single-format-standard .post-content .blog-feed-embed .srr-title b,
.blog-feed-embed .single-format-standard .post-content .srr-title b,
.single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote b,
.carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote b,
.single-format-standard .post-content .pa thead tr b,
.pa thead .single-format-standard .post-content tr b,
.single-format-standard .post-content h5 b,
.single-format-standard .post-content .events-posts article .post-location b,
.events-posts article .single-format-standard .post-content .post-location b,
.single-format-standard .post-content .events-posts article .post-date b,
.events-posts article .single-format-standard .post-content .post-date b,
.single-format-standard .post-content .events-posts article .post-upcoming b,
.events-posts article .single-format-standard .post-content .post-upcoming b,
.single-format-standard .post-content .tabs__heading--1 a b,
.tabs__heading--1 .single-format-standard .post-content a b,
.single-format-standard .post-content .tabs__heading--2 a b,
.tabs__heading--2 .single-format-standard .post-content a b,
.single-format-standard .post-content .tabs__heading--4 a b,
.tabs__heading--4 .single-format-standard .post-content a b,
.single-format-standard .post-content .tabs__heading--5 a b,
.tabs__heading--5 .single-format-standard .post-content a b,
.single-format-standard .post-content .hero--cs .post-location b,
.hero--cs .single-format-standard .post-content .post-location b,
.single-format-standard .post-content .hero--cs .post-date b,
.hero--cs .single-format-standard .post-content .post-date b,
.single-format-standard .post-content .hero--cs .post-upcoming b,
.hero--cs .single-format-standard .post-content .post-upcoming b,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li b,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li b,
.single-format-standard .post-content .institutions-logos p b,
.institutions-logos .single-format-standard .post-content p b,
.single-format-standard .post-content .slidorion .accordion .heading b,
.slidorion .accordion .single-format-standard .post-content .heading b,
.single-format-standard .post-content .spine-heading .h5 b,
.spine-heading .single-format-standard .post-content .h5 b,
.single-format-standard .post-content .accordion-basic .heading b,
.accordion-basic .single-format-standard .post-content .heading b,
.single-format-standard .post-content .single-case_study .highlights span b,
.single-case_study .highlights .single-format-standard .post-content span b,
.single-format-standard .post-content h4 strong,
.single-format-standard .post-content .srr-wrap .srr-title strong,
.srr-wrap .single-format-standard .post-content .srr-title strong,
.single-format-standard .post-content .tabs__heading--7 .tabs__item strong,
.tabs__heading--7 .single-format-standard .post-content .tabs__item strong,
.single-format-standard .post-content .hero--blog__content ol a strong,
.hero--blog__content ol .single-format-standard .post-content a strong,
.single-format-standard .post-content .blog-feed-embed .srr-title strong,
.blog-feed-embed .single-format-standard .post-content .srr-title strong,
.single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote strong,
.carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote strong,
.single-format-standard .post-content .pa thead tr strong,
.pa thead .single-format-standard .post-content tr strong,
.single-format-standard .post-content h1 strong,
.single-format-standard .post-content h2 strong,
.single-format-standard .post-content h3 strong,
.single-format-standard .post-content h4 strong,
.single-format-standard .post-content .srr-wrap .srr-title strong,
.srr-wrap .single-format-standard .post-content .srr-title strong,
.single-format-standard .post-content .tabs__heading--7 .tabs__item strong,
.tabs__heading--7 .single-format-standard .post-content .tabs__item strong,
.single-format-standard .post-content .hero--blog__content ol a strong,
.hero--blog__content ol .single-format-standard .post-content a strong,
.single-format-standard .post-content .blog-feed-embed .srr-title strong,
.blog-feed-embed .single-format-standard .post-content .srr-title strong,
.single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote strong,
.carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote strong,
.single-format-standard .post-content .pa thead tr strong,
.pa thead .single-format-standard .post-content tr strong,
.single-format-standard .post-content h5 strong,
.single-format-standard .post-content .events-posts article .post-location strong,
.events-posts article .single-format-standard .post-content .post-location strong,
.single-format-standard .post-content .events-posts article .post-date strong,
.events-posts article .single-format-standard .post-content .post-date strong,
.single-format-standard .post-content .events-posts article .post-upcoming strong,
.events-posts article .single-format-standard .post-content .post-upcoming strong,
.single-format-standard .post-content .tabs__heading--1 a strong,
.tabs__heading--1 .single-format-standard .post-content a strong,
.single-format-standard .post-content .tabs__heading--2 a strong,
.tabs__heading--2 .single-format-standard .post-content a strong,
.single-format-standard .post-content .tabs__heading--4 a strong,
.tabs__heading--4 .single-format-standard .post-content a strong,
.single-format-standard .post-content .tabs__heading--5 a strong,
.tabs__heading--5 .single-format-standard .post-content a strong,
.single-format-standard .post-content .hero--cs .post-location strong,
.hero--cs .single-format-standard .post-content .post-location strong,
.single-format-standard .post-content .hero--cs .post-date strong,
.hero--cs .single-format-standard .post-content .post-date strong,
.single-format-standard .post-content .hero--cs .post-upcoming strong,
.hero--cs .single-format-standard .post-content .post-upcoming strong,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li strong,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li strong,
.single-format-standard .post-content .institutions-logos p strong,
.institutions-logos .single-format-standard .post-content p strong,
.single-format-standard .post-content .slidorion .accordion .heading strong,
.slidorion .accordion .single-format-standard .post-content .heading strong,
.single-format-standard .post-content .spine-heading .h5 strong,
.spine-heading .single-format-standard .post-content .h5 strong,
.single-format-standard .post-content .accordion-basic .heading strong,
.accordion-basic .single-format-standard .post-content .heading strong,
.single-format-standard .post-content .single-case_study .highlights span strong,
.single-case_study .highlights .single-format-standard .post-content span strong,
.single-format-standard .post-content h5 b,
.single-format-standard .post-content .events-posts article .post-location b,
.events-posts article .single-format-standard .post-content .post-location b,
.single-format-standard .post-content .events-posts article .post-date b,
.events-posts article .single-format-standard .post-content .post-date b,
.single-format-standard .post-content .events-posts article .post-upcoming b,
.events-posts article .single-format-standard .post-content .post-upcoming b,
.single-format-standard .post-content .tabs__heading--1 a b,
.tabs__heading--1 .single-format-standard .post-content a b,
.single-format-standard .post-content .tabs__heading--2 a b,
.tabs__heading--2 .single-format-standard .post-content a b,
.single-format-standard .post-content .tabs__heading--4 a b,
.tabs__heading--4 .single-format-standard .post-content a b,
.single-format-standard .post-content .tabs__heading--5 a b,
.tabs__heading--5 .single-format-standard .post-content a b,
.single-format-standard .post-content .hero--cs .post-location b,
.hero--cs .single-format-standard .post-content .post-location b,
.single-format-standard .post-content .hero--cs .post-date b,
.hero--cs .single-format-standard .post-content .post-date b,
.single-format-standard .post-content .hero--cs .post-upcoming b,
.hero--cs .single-format-standard .post-content .post-upcoming b,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li b,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li b,
.single-format-standard .post-content .institutions-logos p b,
.institutions-logos .single-format-standard .post-content p b,
.single-format-standard .post-content .slidorion .accordion .heading b,
.slidorion .accordion .single-format-standard .post-content .heading b,
.single-format-standard .post-content .spine-heading .h5 b,
.spine-heading .single-format-standard .post-content .h5 b,
.single-format-standard .post-content .accordion-basic .heading b,
.accordion-basic .single-format-standard .post-content .heading b,
.single-format-standard .post-content .single-case_study .highlights span b,
.single-case_study .highlights .single-format-standard .post-content span b,
.single-format-standard .post-content h5 strong,
.single-format-standard .post-content .events-posts article .post-location strong,
.events-posts article .single-format-standard .post-content .post-location strong,
.single-format-standard .post-content .events-posts article .post-date strong,
.events-posts article .single-format-standard .post-content .post-date strong,
.single-format-standard .post-content .events-posts article .post-upcoming strong,
.events-posts article .single-format-standard .post-content .post-upcoming strong,
.single-format-standard .post-content .tabs__heading--1 a strong,
.tabs__heading--1 .single-format-standard .post-content a strong,
.single-format-standard .post-content .tabs__heading--2 a strong,
.tabs__heading--2 .single-format-standard .post-content a strong,
.single-format-standard .post-content .tabs__heading--4 a strong,
.tabs__heading--4 .single-format-standard .post-content a strong,
.single-format-standard .post-content .tabs__heading--5 a strong,
.tabs__heading--5 .single-format-standard .post-content a strong,
.single-format-standard .post-content .hero--cs .post-location strong,
.hero--cs .single-format-standard .post-content .post-location strong,
.single-format-standard .post-content .hero--cs .post-date strong,
.hero--cs .single-format-standard .post-content .post-date strong,
.single-format-standard .post-content .hero--cs .post-upcoming strong,
.hero--cs .single-format-standard .post-content .post-upcoming strong,
.single-format-standard .post-content .carousel-wrap .carousel-indicators li strong,
.carousel-wrap .carousel-indicators .single-format-standard .post-content li strong,
.single-format-standard .post-content .institutions-logos p strong,
.institutions-logos .single-format-standard .post-content p strong,
.single-format-standard .post-content .slidorion .accordion .heading strong,
.slidorion .accordion .single-format-standard .post-content .heading strong,
.single-format-standard .post-content .spine-heading .h5 strong,
.spine-heading .single-format-standard .post-content .h5 strong,
.single-format-standard .post-content .accordion-basic .heading strong,
.accordion-basic .single-format-standard .post-content .heading strong,
.single-format-standard .post-content .single-case_study .highlights span strong,
.single-case_study .highlights .single-format-standard .post-content span strong {
  font-weight: 400 !important;
}
.single-format-standard .post-content b h1,
.single-format-standard .post-content b h2,
.single-format-standard .post-content b h3,
.single-format-standard .post-content b h4,
.single-format-standard .post-content b .srr-wrap .srr-title,
.srr-wrap .single-format-standard .post-content b .srr-title,
.single-format-standard .post-content b .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-format-standard .post-content b .tabs__item,
.single-format-standard .post-content b .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content b a,
.single-format-standard .post-content b .blog-feed-embed .srr-title,
.blog-feed-embed .single-format-standard .post-content b .srr-title,
.single-format-standard .post-content b .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content b blockquote,
.single-format-standard .post-content b .pa thead tr,
.pa thead .single-format-standard .post-content b tr,
.single-format-standard .post-content b h1,
.single-format-standard .post-content b h2,
.single-format-standard .post-content b h3,
.single-format-standard .post-content b h4,
.single-format-standard .post-content b .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap b .srr-title,
.srr-wrap .single-format-standard .post-content b .srr-title,
.single-format-standard .post-content b .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 b .tabs__item,
.tabs__heading--7 .single-format-standard .post-content b .tabs__item,
.single-format-standard .post-content b .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol b a,
.hero--blog__content ol .single-format-standard .post-content b a,
.single-format-standard .post-content b .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed b .srr-title,
.blog-feed-embed .single-format-standard .post-content b .srr-title,
.single-format-standard .post-content b .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel b blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content b blockquote,
.single-format-standard .post-content b .pa thead tr,
.single-format-standard .post-content .pa thead b tr,
.pa thead .single-format-standard .post-content b tr,
.single-format-standard .post-content b h5,
.single-format-standard .post-content b .events-posts article .post-location,
.events-posts article .single-format-standard .post-content b .post-location,
.single-format-standard .post-content b .events-posts article .post-date,
.events-posts article .single-format-standard .post-content b .post-date,
.single-format-standard .post-content b .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content b .post-upcoming,
.single-format-standard .post-content b .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 b a,
.tabs__heading--1 .single-format-standard .post-content b a,
.single-format-standard .post-content b .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 b a,
.tabs__heading--2 .single-format-standard .post-content b a,
.single-format-standard .post-content b .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 b a,
.tabs__heading--4 .single-format-standard .post-content b a,
.single-format-standard .post-content b .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 b a,
.tabs__heading--5 .single-format-standard .post-content b a,
.single-format-standard .post-content b .hero--cs .post-location,
.single-format-standard .post-content .hero--cs b .post-location,
.hero--cs .single-format-standard .post-content b .post-location,
.single-format-standard .post-content b .hero--cs .post-date,
.single-format-standard .post-content .hero--cs b .post-date,
.hero--cs .single-format-standard .post-content b .post-date,
.single-format-standard .post-content b .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs b .post-upcoming,
.hero--cs .single-format-standard .post-content b .post-upcoming,
.single-format-standard .post-content b .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators b li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content b li,
.single-format-standard .post-content b .institutions-logos p,
.single-format-standard .post-content .institutions-logos b p,
.institutions-logos .single-format-standard .post-content b p,
.single-format-standard .post-content b .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion b .heading,
.slidorion .accordion .single-format-standard .post-content b .heading,
.single-format-standard .post-content b .spine-heading .h5,
.single-format-standard .post-content .spine-heading b .h5,
.spine-heading .single-format-standard .post-content b .h5,
.single-format-standard .post-content b .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic b .heading,
.accordion-basic .single-format-standard .post-content b .heading,
.single-format-standard .post-content b .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights b span,
.single-case_study .highlights .single-format-standard .post-content b span,
.single-format-standard .post-content b h5,
.single-format-standard .post-content b .events-posts article .post-location,
.events-posts article .single-format-standard .post-content b .post-location,
.single-format-standard .post-content b .events-posts article .post-date,
.events-posts article .single-format-standard .post-content b .post-date,
.single-format-standard .post-content b .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content b .post-upcoming,
.single-format-standard .post-content b .tabs__heading--1 a,
.tabs__heading--1 .single-format-standard .post-content b a,
.single-format-standard .post-content b .tabs__heading--2 a,
.tabs__heading--2 .single-format-standard .post-content b a,
.single-format-standard .post-content b .tabs__heading--4 a,
.tabs__heading--4 .single-format-standard .post-content b a,
.single-format-standard .post-content b .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content b a,
.single-format-standard .post-content b .hero--cs .post-location,
.hero--cs .single-format-standard .post-content b .post-location,
.single-format-standard .post-content b .hero--cs .post-date,
.hero--cs .single-format-standard .post-content b .post-date,
.single-format-standard .post-content b .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content b .post-upcoming,
.single-format-standard .post-content b .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content b li,
.single-format-standard .post-content b .institutions-logos p,
.institutions-logos .single-format-standard .post-content b p,
.single-format-standard .post-content b .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content b .heading,
.single-format-standard .post-content b .spine-heading .h5,
.spine-heading .single-format-standard .post-content b .h5,
.single-format-standard .post-content b .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content b .heading,
.single-format-standard .post-content b .single-case_study .highlights span,
.single-case_study .highlights .single-format-standard .post-content b span,
.single-format-standard .post-content strong h1,
.single-format-standard .post-content strong h2,
.single-format-standard .post-content strong h3,
.single-format-standard .post-content strong h4,
.single-format-standard .post-content strong .srr-wrap .srr-title,
.srr-wrap .single-format-standard .post-content strong .srr-title,
.single-format-standard .post-content strong .tabs__heading--7 .tabs__item,
.tabs__heading--7 .single-format-standard .post-content strong .tabs__item,
.single-format-standard .post-content strong .hero--blog__content ol a,
.hero--blog__content ol .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .blog-feed-embed .srr-title,
.blog-feed-embed .single-format-standard .post-content strong .srr-title,
.single-format-standard .post-content strong .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content strong blockquote,
.single-format-standard .post-content strong .pa thead tr,
.pa thead .single-format-standard .post-content strong tr,
.single-format-standard .post-content strong h1,
.single-format-standard .post-content strong h2,
.single-format-standard .post-content strong h3,
.single-format-standard .post-content strong h4,
.single-format-standard .post-content strong .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap strong .srr-title,
.srr-wrap .single-format-standard .post-content strong .srr-title,
.single-format-standard .post-content strong .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 strong .tabs__item,
.tabs__heading--7 .single-format-standard .post-content strong .tabs__item,
.single-format-standard .post-content strong .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol strong a,
.hero--blog__content ol .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed strong .srr-title,
.blog-feed-embed .single-format-standard .post-content strong .srr-title,
.single-format-standard .post-content strong .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel strong blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content strong blockquote,
.single-format-standard .post-content strong .pa thead tr,
.single-format-standard .post-content .pa thead strong tr,
.pa thead .single-format-standard .post-content strong tr,
.single-format-standard .post-content strong h5,
.single-format-standard .post-content strong .events-posts article .post-location,
.events-posts article .single-format-standard .post-content strong .post-location,
.single-format-standard .post-content strong .events-posts article .post-date,
.events-posts article .single-format-standard .post-content strong .post-date,
.single-format-standard .post-content strong .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content strong .post-upcoming,
.single-format-standard .post-content strong .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 strong a,
.tabs__heading--1 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 strong a,
.tabs__heading--2 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 strong a,
.tabs__heading--4 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 strong a,
.tabs__heading--5 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .hero--cs .post-location,
.single-format-standard .post-content .hero--cs strong .post-location,
.hero--cs .single-format-standard .post-content strong .post-location,
.single-format-standard .post-content strong .hero--cs .post-date,
.single-format-standard .post-content .hero--cs strong .post-date,
.hero--cs .single-format-standard .post-content strong .post-date,
.single-format-standard .post-content strong .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs strong .post-upcoming,
.hero--cs .single-format-standard .post-content strong .post-upcoming,
.single-format-standard .post-content strong .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators strong li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content strong li,
.single-format-standard .post-content strong .institutions-logos p,
.single-format-standard .post-content .institutions-logos strong p,
.institutions-logos .single-format-standard .post-content strong p,
.single-format-standard .post-content strong .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion strong .heading,
.slidorion .accordion .single-format-standard .post-content strong .heading,
.single-format-standard .post-content strong .spine-heading .h5,
.single-format-standard .post-content .spine-heading strong .h5,
.spine-heading .single-format-standard .post-content strong .h5,
.single-format-standard .post-content strong .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic strong .heading,
.accordion-basic .single-format-standard .post-content strong .heading,
.single-format-standard .post-content strong .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights strong span,
.single-case_study .highlights .single-format-standard .post-content strong span,
.single-format-standard .post-content strong h5,
.single-format-standard .post-content strong .events-posts article .post-location,
.events-posts article .single-format-standard .post-content strong .post-location,
.single-format-standard .post-content strong .events-posts article .post-date,
.events-posts article .single-format-standard .post-content strong .post-date,
.single-format-standard .post-content strong .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content strong .post-upcoming,
.single-format-standard .post-content strong .tabs__heading--1 a,
.tabs__heading--1 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .tabs__heading--2 a,
.tabs__heading--2 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .tabs__heading--4 a,
.tabs__heading--4 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .tabs__heading--5 a,
.tabs__heading--5 .single-format-standard .post-content strong a,
.single-format-standard .post-content strong .hero--cs .post-location,
.hero--cs .single-format-standard .post-content strong .post-location,
.single-format-standard .post-content strong .hero--cs .post-date,
.hero--cs .single-format-standard .post-content strong .post-date,
.single-format-standard .post-content strong .hero--cs .post-upcoming,
.hero--cs .single-format-standard .post-content strong .post-upcoming,
.single-format-standard .post-content strong .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content strong li,
.single-format-standard .post-content strong .institutions-logos p,
.institutions-logos .single-format-standard .post-content strong p,
.single-format-standard .post-content strong .slidorion .accordion .heading,
.slidorion .accordion .single-format-standard .post-content strong .heading,
.single-format-standard .post-content strong .spine-heading .h5,
.spine-heading .single-format-standard .post-content strong .h5,
.single-format-standard .post-content strong .accordion-basic .heading,
.accordion-basic .single-format-standard .post-content strong .heading,
.single-format-standard .post-content strong .single-case_study .highlights span,
.single-case_study .highlights .single-format-standard .post-content strong span {
  font-weight: 400 !important;
}

.related-posts-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 60px;
}
.related-posts-carousel .slick-dots:hover {
  cursor: pointer;
}
.related-posts-carousel .slick-dots li {
  margin: 0 0.35rem;
}
.related-posts-carousel .slick-dots li.slick-active button {
  background-color: #a7a7a7;
}
.related-posts-carousel .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ddd;
  text-indent: -9999px;
}

.post-featured-image {
  max-height: 50em;
  overflow: hidden;
}

.post-footer-quote {
  position: relative;
}
.post-footer-quote p {
  font-style: italic;
  letter-spacing: -1px;
  font-size: 130%;
  padding: 3rem 1.5rem 3rem 0;
}
.post-footer-quote--square {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14rem;
}
@media only screen and (min-width: 1023px) {
  .post-footer-quote--square {
    width: 16rem;
  }
}
.post-footer-quote--square .left-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 2rem;
  background: linear-gradient(to bottom, #3ba4b4, #3ba4b4);
}
@media only screen and (min-width: 1023px) {
  .post-footer-quote--square .left-top {
    width: 6px;
    height: 2rem;
  }
}
.post-footer-quote--square .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, #3ba4b4, #ef660a);
}
@media only screen and (min-width: 1023px) {
  .post-footer-quote--square .top {
    height: 6px;
  }
}
.post-footer-quote--square .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(to bottom, #ef660a, #ef660a);
}
@media only screen and (min-width: 1023px) {
  .post-footer-quote--square .right {
    width: 6px;
  }
}
.post-footer-quote--square .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(to left, #ef660a, #3ba4b4);
}
@media only screen and (min-width: 1023px) {
  .post-footer-quote--square .bottom {
    height: 6px;
  }
}
.post-footer-quote--square .left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 2rem;
  background: linear-gradient(to top, #3ba4b4, #3ba4b4);
}
@media only screen and (min-width: 1023px) {
  .post-footer-quote--square .left-bottom {
    width: 6px;
    height: 2rem;
  }
}

.post-social {
  margin-top: 3rem;
}

.subscribe-box {
  padding: 3rem 1.5rem 3rem 3rem;
  background: #f7f8f9;
  border-radius: 6px;
}
.subscribe-box input {
  z-index: 1000;
}
.subscribe-box input:hover, .subscribe-box input:focus {
  border-color: #086472;
}
.subscribe-box h4, .subscribe-box .srr-wrap .srr-title, .srr-wrap .subscribe-box .srr-title, .subscribe-box .tabs__heading--7 .tabs__item, .tabs__heading--7 .subscribe-box .tabs__item, .subscribe-box .hero--blog__content ol a, .hero--blog__content ol .subscribe-box a, .subscribe-box .blog-feed-embed .srr-title, .blog-feed-embed .subscribe-box .srr-title, .subscribe-box .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .subscribe-box blockquote, .subscribe-box .pa thead tr, .pa thead .subscribe-box tr, .subscribe-box .single-format-standard .post-content h1, .single-format-standard .post-content .subscribe-box h1,
.subscribe-box .single-format-standard .post-content h2,
.single-format-standard .post-content .subscribe-box h2,
.subscribe-box .single-format-standard .post-content h3,
.single-format-standard .post-content .subscribe-box h3,
.subscribe-box .single-format-standard .post-content h4,
.single-format-standard .post-content .subscribe-box h4,
.subscribe-box .single-format-standard .post-content h5,
.subscribe-box .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .subscribe-box .single-format-standard .post-content .post-location,
.subscribe-box .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .subscribe-box .single-format-standard .post-content .post-date,
.subscribe-box .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .subscribe-box .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .subscribe-box h5,
.single-format-standard .post-content .subscribe-box .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .subscribe-box .post-location,
.single-format-standard .post-content .subscribe-box .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .subscribe-box .post-date,
.single-format-standard .post-content .subscribe-box .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .subscribe-box .post-upcoming,
.subscribe-box .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .subscribe-box a,
.subscribe-box .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .subscribe-box a,
.subscribe-box .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .subscribe-box a,
.subscribe-box .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .subscribe-box a,
.subscribe-box .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .subscribe-box a,
.subscribe-box .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .subscribe-box a,
.subscribe-box .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .subscribe-box a,
.subscribe-box .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .subscribe-box a,
.subscribe-box .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .subscribe-box .post-location,
.subscribe-box .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .subscribe-box .post-location,
.subscribe-box .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .subscribe-box .post-date,
.subscribe-box .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .subscribe-box .post-date,
.subscribe-box .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .subscribe-box .post-upcoming,
.subscribe-box .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .subscribe-box .post-upcoming,
.subscribe-box .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .subscribe-box li,
.subscribe-box .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .subscribe-box li,
.subscribe-box .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .subscribe-box p,
.subscribe-box .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .subscribe-box p,
.subscribe-box .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .subscribe-box .heading,
.subscribe-box .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .subscribe-box .heading,
.subscribe-box .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .subscribe-box .h5,
.subscribe-box .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .subscribe-box .h5,
.subscribe-box .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .subscribe-box .heading,
.subscribe-box .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .subscribe-box .heading,
.subscribe-box .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .subscribe-box span,
.subscribe-box .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .subscribe-box span {
  margin-bottom: 0;
}
.subscribe-box #mc-embedded-subscribe {
  margin-top: 0;
  margin-left: -1.5rem;
}

.single-post .feautered-posts {
  padding: 3rem 0;
}

.related-videos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1023px) {
  .related-videos ul {
    display: flex;
    justify-content: space-between;
  }
}
.related-videos li {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .related-videos li {
    width: 30%;
  }
}
.related-videos .row {
  margin-bottom: 1.5rem;
}
.related-videos article {
  background: #f7f8f9;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #f7f8f9;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.related-videos article:hover {
  box-shadow: none;
  background: #fff;
  border-color: #e4e8eb;
}
.related-videos article:hover .post-thumbnail::before {
  transform: rotate(90deg) scale(1.3);
  cursor: pointer;
}
.related-videos .post-thumbnail {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.related-videos .post-thumbnail::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: #462872;
  opacity: 0.25;
}
.related-videos .post-thumbnail::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 30px solid #fff;
  z-index: 1;
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
}
.related-videos .post-logo {
  background: #462872;
  position: relative;
  width: 50%;
  height: 70px;
  z-index: 100000;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.5rem;
  border-radius: 6px;
}
.related-videos .post-logo a {
  display: block;
}
.related-videos .post-logo img {
  max-width: 100%;
  max-height: 40px;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1023px) {
  .related-videos .post-logo img {
    max-width: 130px;
    max-height: 40px;
  }
}
.related-videos h4, .related-videos .srr-wrap .srr-title, .srr-wrap .related-videos .srr-title, .related-videos .tabs__heading--7 .tabs__item, .tabs__heading--7 .related-videos .tabs__item, .related-videos .hero--blog__content ol a, .hero--blog__content ol .related-videos a, .related-videos .blog-feed-embed .srr-title, .blog-feed-embed .related-videos .srr-title, .related-videos .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .related-videos blockquote, .related-videos .pa thead tr, .pa thead .related-videos tr, .related-videos .single-format-standard .post-content h1, .single-format-standard .post-content .related-videos h1,
.related-videos .single-format-standard .post-content h2,
.single-format-standard .post-content .related-videos h2,
.related-videos .single-format-standard .post-content h3,
.single-format-standard .post-content .related-videos h3,
.related-videos .single-format-standard .post-content h4,
.single-format-standard .post-content .related-videos h4,
.related-videos .single-format-standard .post-content h5,
.related-videos .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .related-videos .single-format-standard .post-content .post-location,
.related-videos .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .related-videos .single-format-standard .post-content .post-date,
.related-videos .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .related-videos .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .related-videos h5,
.single-format-standard .post-content .related-videos .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .related-videos .post-location,
.single-format-standard .post-content .related-videos .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .related-videos .post-date,
.single-format-standard .post-content .related-videos .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .related-videos .post-upcoming,
.related-videos .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .related-videos a,
.related-videos .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .related-videos a,
.related-videos .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .related-videos a,
.related-videos .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .related-videos a,
.related-videos .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .related-videos a,
.related-videos .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .related-videos a,
.related-videos .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .related-videos a,
.related-videos .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .related-videos a,
.related-videos .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .related-videos .post-location,
.related-videos .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .related-videos .post-location,
.related-videos .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .related-videos .post-date,
.related-videos .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .related-videos .post-date,
.related-videos .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .related-videos .post-upcoming,
.related-videos .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .related-videos .post-upcoming,
.related-videos .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .related-videos li,
.related-videos .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .related-videos li,
.related-videos .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .related-videos p,
.related-videos .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .related-videos p,
.related-videos .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .related-videos .heading,
.related-videos .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .related-videos .heading,
.related-videos .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .related-videos .h5,
.related-videos .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .related-videos .h5,
.related-videos .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .related-videos .heading,
.related-videos .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .related-videos .heading,
.related-videos .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .related-videos span,
.related-videos .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .related-videos span,
.related-videos p {
  padding-left: 3rem;
  padding-right: 3rem;
}
.related-videos p:not(:last-child) {
  padding-bottom: 3rem;
}

.single-videos .institution-logo {
  width: 240px;
  margin: auto;
}
.single-videos h1 {
  color: #fff;
  margin: 3rem 0;
}
.single-videos .play-button {
  position: relative;
  margin-right: 0;
}
.single-videos .post-content {
  text-align: center;
}
.single-videos .post-content quote {
  display: block;
  position: relative;
  padding: 3rem;
  margin-top: 3rem;
  background-color: #f7f8f9;
  color: #462872;
  font-size: 1.5em;
  font-family: "Georgia", serif;
  border-radius: 0.5rem;
}
.single-videos .post-content quote::before {
  content: open-quote;
  font-size: 3em;
  color: #424446;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.single-videos .post-content quote::after {
  content: close-quote;
  font-size: 3em;
  color: #424446;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
}
.single-videos .post-content p {
  text-align: right;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.single-videos .hero__background:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.single-videos a.back-to-cs {
  position: absolute;
  bottom: 30px;
  z-index: 1000;
}
.single-videos .hero svg, .single-videos .hero--full-screen svg, .single-videos .hero--post--full-screen svg {
  filter: invert(0);
}
.single-videos .post-social {
  margin-top: 3rem;
}
.single-videos .sfsi_shortcode_container {
  float: none !important;
  width: 100% !important;
}
.single-videos .norm_row.sfsi_wDiv {
  display: block !important;
  text-align: center !important;
  min-width: 100% !important;
  color: #030303;
}

.related-videos article .button--outline, .related-videos article .button--outline--white {
  margin-top: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.news-posts article,
.search-results article {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-posts article .post-thumbnail,
.search-results article .post-thumbnail {
  background: #fff;
  overflow: hidden;
  padding: 1.5rem;
  min-height: 14em;
  max-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 767px) {
  .news-posts article .post-thumbnail,
  .search-results article .post-thumbnail {
    margin-bottom: 0;
  }
}
.news-posts article img,
.search-results article img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news-posts article .entry-content .button--underline, .news-posts article .entry-content .button--underline--white, .news-posts article .entry-content .button--underline--secondary,
.search-results article .entry-content .button--underline,
.search-results article .entry-content .button--underline--white,
.search-results article .entry-content .button--underline--secondary {
  display: none;
}
.news-posts article .post-links .button, .news-posts article .post-links .button--secondary, .news-posts article .post-links .button--outline, .news-posts article .post-links .button--outline--white, .news-posts article .post-links .button--underline, .news-posts article .post-links .button--underline--white, .news-posts article .post-links .button--underline--secondary, .news-posts article .post-links .button--white, .news-posts article .post-links .button--black, .news-posts article .post-links .button--blue-gradient, .news-posts article .post-links .button--orange-gradient, .news-posts article .post-links body .skip-to-main, body .news-posts article .post-links .skip-to-main,
.search-results article .post-links .button,
.search-results article .post-links .button--secondary,
.search-results article .post-links .button--outline,
.search-results article .post-links .button--outline--white,
.search-results article .post-links .button--underline,
.search-results article .post-links .button--underline--white,
.search-results article .post-links .button--underline--secondary,
.search-results article .post-links .button--white,
.search-results article .post-links .button--black,
.search-results article .post-links .button--blue-gradient,
.search-results article .post-links .button--orange-gradient,
.search-results article .post-links body .skip-to-main,
body .search-results article .post-links .skip-to-main {
  margin-right: 1.5rem;
}

.news-posts-2 article {
  background: #030303 !important;
  overflow: hidden;
  text-align: center;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 6px;
}
.news-posts-2 article:hover {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  z-index: 1000;
}
@media only screen and (min-width: 767px) {
  .news-posts-2 article {
    padding: 3rem;
  }
}
.news-posts-2 article .post-thumbnail {
  position: relative;
  max-height: 13em;
  min-height: 13em;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 767px) {
  .news-posts-2 article .post-thumbnail {
    margin-bottom: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: -3rem;
  }
}
.news-posts-2 article .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.news-posts-2 article .post-date {
  color: #fff;
  font-size: 70%;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}
.news-posts-2 article .post-logo {
  overflow: hidden;
  height: 5em;
  width: 13em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  max-width: 100%;
}
.news-posts-2 article .post-logo img {
  max-height: 100%;
  width: auto;
}
.news-posts-2 article a {
  color: #fff;
  transform: scale(0.8);
  text-decoration: none;
}
.news-posts-2 article .post-links {
  margin-top: auto;
}
.news-posts-2 article .animated-button {
  margin-right: 1.5rem;
  color: #462872;
  z-index: 1000;
}
.news-posts-2 article .animated-button:hover {
  color: #fff;
}
.news-posts-2 article .button--underline--white {
  color: #fff;
  z-index: 1000;
}
.news-posts-2 .col-md-6 {
  margin-bottom: 3rem;
}

.single-news .pr-tag {
  display: block;
  background: #ad4601;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
}
.single-news .pr-tag:hover {
  background: #fff;
  color: #424446;
  border: 1px solid #e4e8eb;
}
.single-news .news-source a {
  background: #f7f8f9;
  padding: 1em;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: 1px solid transparent;
  height: 4em;
  border-radius: 6px;
}
.single-news .news-source a img {
  height: 100%;
  width: auto;
}
.single-news .news-source a:hover {
  background: #fff;
  border: 1px solid #f7f8f9;
}
.single-news .news-source a:hover img {
  filter: grayscale(1);
  opacity: 0.8;
}
.single-news .post-content img {
  margin: auto;
  display: block;
}
.single-news .norm_row.sfsi_wDiv {
  display: block !important;
  text-align: center !important;
  min-width: 100% !important;
}
.single-news .sfsi_shortcode_container {
  float: none !important;
  width: 100% !important;
}
.single-news .sfsi_wicons.shuffeldiv {
  margin-right: 5px;
}
@media only screen and (min-width: 767px) {
  .single-news blockquote.left {
    float: left;
    width: 30%;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
  .single-news blockquote.right {
    float: right;
    width: 30%;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1023px) {
  .single-news .list-style {
    display: flex;
  }
  .single-news .list-style li {
    margin: 0 15px;
  }
}

.related-posts-list a:hover {
  color: #086472;
}

.search-results .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.search-results .post-thumbnail img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  min-width: 1000%;
  min-height: 1000%;
  transform: scale(0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news .cover.post-content {
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 6px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 767px) {
  .single-news .cover.post-content {
    width: 30%;
    float: right;
  }
}

.single-news .post-content p.lead {
  padding: 1.5rem;
  overflow: hidden;
  display: block;
  background: url(http://www.yuja.com/wp-content/uploads/1-2-2-bg-yuja-12.jpg);
  font-size: 120%;
  margin-bottom: 0;
  width: 67%;
  border-radius: 6px;
}
@media only screen and (min-width: 767px) {
  .single-news .post-content p.lead {
    padding: 3rem;
    margin-bottom: 3rem;
  }
}

.single-news .post-content h4, .single-news .post-content .srr-wrap .srr-title, .srr-wrap .single-news .post-content .srr-title, .single-news .post-content .tabs__heading--7 .tabs__item, .tabs__heading--7 .single-news .post-content .tabs__item, .single-news .post-content .hero--blog__content ol a, .hero--blog__content ol .single-news .post-content a, .single-news .post-content .blog-feed-embed .srr-title, .blog-feed-embed .single-news .post-content .srr-title, .single-news .post-content .carousel-wrap .quotes-carousel blockquote, .carousel-wrap .quotes-carousel .single-news .post-content blockquote, .single-news .post-content .pa thead tr, .pa thead .single-news .post-content tr, .single-news .single-format-standard .post-content h1, .single-format-standard .single-news .post-content h1,
.single-news .single-format-standard .post-content h2,
.single-format-standard .single-news .post-content h2,
.single-news .single-format-standard .post-content h3,
.single-format-standard .single-news .post-content h3,
.single-news .srr-wrap .single-format-standard .post-content .srr-title,
.single-news .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.single-news .hero--blog__content ol .single-format-standard .post-content a,
.single-news .blog-feed-embed .single-format-standard .post-content .srr-title,
.single-news .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.single-news .pa thead .single-format-standard .post-content tr,
.single-news .single-format-standard .post-content h5,
.single-news .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .single-news .single-format-standard .post-content .post-location,
.single-news .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .single-news .single-format-standard .post-content .post-date,
.single-news .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .single-news .single-format-standard .post-content .post-upcoming,
.single-format-standard .single-news .post-content h5,
.single-format-standard .single-news .post-content .events-posts article .post-location,
.events-posts article .single-format-standard .single-news .post-content .post-location,
.single-format-standard .single-news .post-content .events-posts article .post-date,
.events-posts article .single-format-standard .single-news .post-content .post-date,
.single-format-standard .single-news .post-content .events-posts article .post-upcoming,
.events-posts article .single-format-standard .single-news .post-content .post-upcoming,
.single-news .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .single-news .post-content .tabs__heading--1 a,
.single-news .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .single-news .post-content a,
.single-news .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .single-news .post-content .tabs__heading--2 a,
.single-news .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .single-news .post-content a,
.single-news .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .single-news .post-content .tabs__heading--4 a,
.single-news .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .single-news .post-content a,
.single-news .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .single-news .post-content .tabs__heading--5 a,
.single-news .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .single-news .post-content a,
.single-news .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .single-news .post-content .hero--cs .post-location,
.single-news .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .single-news .post-content .post-location,
.single-news .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .single-news .post-content .hero--cs .post-date,
.single-news .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .single-news .post-content .post-date,
.single-news .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .single-news .post-content .hero--cs .post-upcoming,
.single-news .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .single-news .post-content .post-upcoming,
.single-news .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .single-news .post-content .carousel-wrap .carousel-indicators li,
.single-news .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .single-news .post-content li,
.single-news .single-format-standard .post-content .institutions-logos p,
.single-format-standard .single-news .post-content .institutions-logos p,
.single-news .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .single-news .post-content p,
.single-news .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .single-news .post-content .slidorion .accordion .heading,
.single-news .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .single-news .post-content .heading,
.single-news .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .single-news .post-content .spine-heading .h5,
.single-news .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .single-news .post-content .h5,
.single-news .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .single-news .post-content .accordion-basic .heading,
.single-news .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .single-news .post-content .heading,
.single-news .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .single-news .post-content .single-case_study .highlights span,
.single-news .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .single-news .post-content span {
  margin-top: 3rem;
}

.latest-news-section {
  margin-top: -3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
.latest-news-section .latest-news {
  background: #030303;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  position: relative;
  border-radius: 6px;
}
.latest-news-section .latest-news a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient) {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*
      background-image: linear-gradient($color-secondary, $color-secondary);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: all .3s;

          &amp;:hover {
              background-size: 100% 1px;
          }

  */
}
.latest-news-section .latest-news a:not(.button):not(.button--secondary):not(.button--outline):not(.button--outline--white):not(.button--underline):not(.button--underline--white):not(.button--underline--secondary):not(.button--white):not(.button--black):not(.button--blue-gradient):not(.button--orange-gradient):hover {
  border-bottom: 1px solid #086472;
}
.latest-news-section .latest-news h1,
.latest-news-section .latest-news h2,
.latest-news-section .latest-news h3,
.latest-news-section .latest-news h4,
.latest-news-section .latest-news .srr-wrap .srr-title,
.srr-wrap .latest-news-section .latest-news .srr-title,
.latest-news-section .latest-news .tabs__heading--7 .tabs__item,
.tabs__heading--7 .latest-news-section .latest-news .tabs__item,
.latest-news-section .latest-news .hero--blog__content ol a,
.hero--blog__content ol .latest-news-section .latest-news a,
.latest-news-section .latest-news .blog-feed-embed .srr-title,
.blog-feed-embed .latest-news-section .latest-news .srr-title,
.latest-news-section .latest-news .carousel-wrap .quotes-carousel blockquote,
.carousel-wrap .quotes-carousel .latest-news-section .latest-news blockquote,
.latest-news-section .latest-news .pa thead tr,
.pa thead .latest-news-section .latest-news tr,
.latest-news-section .latest-news .single-format-standard .post-content h1,
.single-format-standard .post-content .latest-news-section .latest-news h1,
.latest-news-section .latest-news .single-format-standard .post-content h2,
.single-format-standard .post-content .latest-news-section .latest-news h2,
.latest-news-section .latest-news .single-format-standard .post-content h3,
.single-format-standard .post-content .latest-news-section .latest-news h3,
.latest-news-section .latest-news .single-format-standard .post-content h4,
.single-format-standard .post-content .latest-news-section .latest-news h4,
.latest-news-section .latest-news .single-format-standard .post-content .srr-wrap .srr-title,
.single-format-standard .post-content .srr-wrap .latest-news-section .latest-news .srr-title,
.latest-news-section .latest-news .srr-wrap .single-format-standard .post-content .srr-title,
.srr-wrap .single-format-standard .post-content .latest-news-section .latest-news .srr-title,
.latest-news-section .latest-news .single-format-standard .post-content .tabs__heading--7 .tabs__item,
.single-format-standard .post-content .tabs__heading--7 .latest-news-section .latest-news .tabs__item,
.latest-news-section .latest-news .tabs__heading--7 .single-format-standard .post-content .tabs__item,
.tabs__heading--7 .single-format-standard .post-content .latest-news-section .latest-news .tabs__item,
.latest-news-section .latest-news .single-format-standard .post-content .hero--blog__content ol a,
.single-format-standard .post-content .hero--blog__content ol .latest-news-section .latest-news a,
.latest-news-section .latest-news .hero--blog__content ol .single-format-standard .post-content a,
.hero--blog__content ol .single-format-standard .post-content .latest-news-section .latest-news a,
.latest-news-section .latest-news .single-format-standard .post-content .blog-feed-embed .srr-title,
.single-format-standard .post-content .blog-feed-embed .latest-news-section .latest-news .srr-title,
.latest-news-section .latest-news .blog-feed-embed .single-format-standard .post-content .srr-title,
.blog-feed-embed .single-format-standard .post-content .latest-news-section .latest-news .srr-title,
.latest-news-section .latest-news .single-format-standard .post-content .carousel-wrap .quotes-carousel blockquote,
.single-format-standard .post-content .carousel-wrap .quotes-carousel .latest-news-section .latest-news blockquote,
.latest-news-section .latest-news .carousel-wrap .quotes-carousel .single-format-standard .post-content blockquote,
.carousel-wrap .quotes-carousel .single-format-standard .post-content .latest-news-section .latest-news blockquote,
.latest-news-section .latest-news .single-format-standard .post-content .pa thead tr,
.single-format-standard .post-content .pa thead .latest-news-section .latest-news tr,
.latest-news-section .latest-news .pa thead .single-format-standard .post-content tr,
.pa thead .single-format-standard .post-content .latest-news-section .latest-news tr,
.latest-news-section .latest-news .single-format-standard .post-content h5,
.latest-news-section .latest-news .single-format-standard .post-content .events-posts article .post-location,
.events-posts article .latest-news-section .latest-news .single-format-standard .post-content .post-location,
.latest-news-section .latest-news .single-format-standard .post-content .events-posts article .post-date,
.events-posts article .latest-news-section .latest-news .single-format-standard .post-content .post-date,
.latest-news-section .latest-news .single-format-standard .post-content .events-posts article .post-upcoming,
.events-posts article .latest-news-section .latest-news .single-format-standard .post-content .post-upcoming,
.single-format-standard .post-content .latest-news-section .latest-news h5,
.single-format-standard .post-content .latest-news-section .latest-news .events-posts article .post-location,
.events-posts article .single-format-standard .post-content .latest-news-section .latest-news .post-location,
.single-format-standard .post-content .latest-news-section .latest-news .events-posts article .post-date,
.events-posts article .single-format-standard .post-content .latest-news-section .latest-news .post-date,
.single-format-standard .post-content .latest-news-section .latest-news .events-posts article .post-upcoming,
.events-posts article .single-format-standard .post-content .latest-news-section .latest-news .post-upcoming,
.latest-news-section .latest-news .single-format-standard .post-content .tabs__heading--1 a,
.single-format-standard .post-content .tabs__heading--1 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--1 .single-format-standard .post-content a,
.tabs__heading--1 .single-format-standard .post-content .latest-news-section .latest-news a,
.latest-news-section .latest-news .single-format-standard .post-content .tabs__heading--2 a,
.single-format-standard .post-content .tabs__heading--2 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--2 .single-format-standard .post-content a,
.tabs__heading--2 .single-format-standard .post-content .latest-news-section .latest-news a,
.latest-news-section .latest-news .single-format-standard .post-content .tabs__heading--4 a,
.single-format-standard .post-content .tabs__heading--4 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--4 .single-format-standard .post-content a,
.tabs__heading--4 .single-format-standard .post-content .latest-news-section .latest-news a,
.latest-news-section .latest-news .single-format-standard .post-content .tabs__heading--5 a,
.single-format-standard .post-content .tabs__heading--5 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--5 .single-format-standard .post-content a,
.tabs__heading--5 .single-format-standard .post-content .latest-news-section .latest-news a,
.latest-news-section .latest-news .single-format-standard .post-content .hero--cs .post-location,
.single-format-standard .post-content .hero--cs .latest-news-section .latest-news .post-location,
.latest-news-section .latest-news .hero--cs .single-format-standard .post-content .post-location,
.hero--cs .single-format-standard .post-content .latest-news-section .latest-news .post-location,
.latest-news-section .latest-news .single-format-standard .post-content .hero--cs .post-date,
.single-format-standard .post-content .hero--cs .latest-news-section .latest-news .post-date,
.latest-news-section .latest-news .hero--cs .single-format-standard .post-content .post-date,
.hero--cs .single-format-standard .post-content .latest-news-section .latest-news .post-date,
.latest-news-section .latest-news .single-format-standard .post-content .hero--cs .post-upcoming,
.single-format-standard .post-content .hero--cs .latest-news-section .latest-news .post-upcoming,
.latest-news-section .latest-news .hero--cs .single-format-standard .post-content .post-upcoming,
.hero--cs .single-format-standard .post-content .latest-news-section .latest-news .post-upcoming,
.latest-news-section .latest-news .single-format-standard .post-content .carousel-wrap .carousel-indicators li,
.single-format-standard .post-content .carousel-wrap .carousel-indicators .latest-news-section .latest-news li,
.latest-news-section .latest-news .carousel-wrap .carousel-indicators .single-format-standard .post-content li,
.carousel-wrap .carousel-indicators .single-format-standard .post-content .latest-news-section .latest-news li,
.latest-news-section .latest-news .single-format-standard .post-content .institutions-logos p,
.single-format-standard .post-content .institutions-logos .latest-news-section .latest-news p,
.latest-news-section .latest-news .institutions-logos .single-format-standard .post-content p,
.institutions-logos .single-format-standard .post-content .latest-news-section .latest-news p,
.latest-news-section .latest-news .single-format-standard .post-content .slidorion .accordion .heading,
.single-format-standard .post-content .slidorion .accordion .latest-news-section .latest-news .heading,
.latest-news-section .latest-news .slidorion .accordion .single-format-standard .post-content .heading,
.slidorion .accordion .single-format-standard .post-content .latest-news-section .latest-news .heading,
.latest-news-section .latest-news .single-format-standard .post-content .spine-heading .h5,
.single-format-standard .post-content .spine-heading .latest-news-section .latest-news .h5,
.latest-news-section .latest-news .spine-heading .single-format-standard .post-content .h5,
.spine-heading .single-format-standard .post-content .latest-news-section .latest-news .h5,
.latest-news-section .latest-news .single-format-standard .post-content .accordion-basic .heading,
.single-format-standard .post-content .accordion-basic .latest-news-section .latest-news .heading,
.latest-news-section .latest-news .accordion-basic .single-format-standard .post-content .heading,
.accordion-basic .single-format-standard .post-content .latest-news-section .latest-news .heading,
.latest-news-section .latest-news .single-format-standard .post-content .single-case_study .highlights span,
.single-format-standard .post-content .single-case_study .highlights .latest-news-section .latest-news span,
.latest-news-section .latest-news .single-case_study .highlights .single-format-standard .post-content span,
.single-case_study .highlights .single-format-standard .post-content .latest-news-section .latest-news span,
.latest-news-section .latest-news h5,
.latest-news-section .latest-news .events-posts article .post-location,
.events-posts article .latest-news-section .latest-news .post-location,
.latest-news-section .latest-news .events-posts article .post-date,
.events-posts article .latest-news-section .latest-news .post-date,
.latest-news-section .latest-news .events-posts article .post-upcoming,
.events-posts article .latest-news-section .latest-news .post-upcoming,
.latest-news-section .latest-news .tabs__heading--1 a,
.tabs__heading--1 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--2 a,
.tabs__heading--2 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--4 a,
.tabs__heading--4 .latest-news-section .latest-news a,
.latest-news-section .latest-news .tabs__heading--5 a,
.tabs__heading--5 .latest-news-section .latest-news a,
.latest-news-section .latest-news .hero--cs .post-location,
.hero--cs .latest-news-section .latest-news .post-location,
.latest-news-section .latest-news .hero--cs .post-date,
.hero--cs .latest-news-section .latest-news .post-date,
.latest-news-section .latest-news .hero--cs .post-upcoming,
.hero--cs .latest-news-section .latest-news .post-upcoming,
.latest-news-section .latest-news .carousel-wrap .carousel-indicators li,
.carousel-wrap .carousel-indicators .latest-news-section .latest-news li,
.latest-news-section .latest-news .institutions-logos p,
.institutions-logos .latest-news-section .latest-news p,
.latest-news-section .latest-news .slidorion .accordion .heading,
.slidorion .accordion .latest-news-section .latest-news .heading,
.latest-news-section .latest-news .spine-heading .h5,
.spine-heading .latest-news-section .latest-news .h5,
.latest-news-section .latest-news .accordion-basic .heading,
.accordion-basic .latest-news-section .latest-news .heading,
.latest-news-section .latest-news .single-case_study .highlights span,
.single-case_study .highlights .latest-news-section .latest-news span,
.latest-news-section .latest-news h6,
.latest-news-section .latest-news .footer__alerts-link,
.latest-news-section .latest-news .blog .post-category,
.blog .latest-news-section .latest-news .post-category,
.latest-news-section .latest-news .archive .post-category,
.archive .latest-news-section .latest-news .post-category,
.latest-news-section .latest-news .post-tags a,
.post-tags .latest-news-section .latest-news a,
.latest-news-section .latest-news .single-post .post-content .note,
.single-post .post-content .latest-news-section .latest-news .note,
.latest-news-section .latest-news .single-news .pr-tag,
.single-news .latest-news-section .latest-news .pr-tag,
.latest-news-section .latest-news p,
.latest-news-section .latest-news li,
.latest-news-section .latest-news label {
  color: #fff;
}
.latest-news-section .latest-news svg {
  filter: invert(1);
}
.latest-news-section .latest-news .post-thumbnail {
  overflow: hidden;
  height: 5em;
  width: 13em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.latest-news-section .latest-news .post-thumbnail img {
  max-height: 100%;
  width: auto;
}
.latest-news-section .latest-news:hover {
  background: #424446;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.latest-news-section .latest-news .lead {
  font-size: 110%;
}
.latest-news-section .latest-news .post-date {
  color: #e4e8eb;
}
.latest-news-section .latest-news .stretched-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-news .carousel-wrap,
.page-template-news-2 .carousel-wrap {
  min-height: 50em;
  height: 60vh;
}

.news-posts article:nth-child(-n+3) {
  display: none;
}

.events-posts article {
  padding: 1.5rem;
  position: relative;
  transition: all 0.2s ease-in;
  background: url("http://www.yuja.com/wp-content/uploads/yuja-bg-32-1.jpg");
  background-size: cover;
  margin-bottom: 3rem;
  border-radius: 6px;
}
@media only screen and (min-width: 1023px) {
  .events-posts article {
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: row;
  }
}
.events-posts article:not(.featured) {
  background: #f7f8f9;
}
.events-posts article:not(.featured) .post-location {
  background: #424446;
  opacity: 0.4;
}
.events-posts article .post-meta {
  margin-bottom: 3rem;
}
.events-posts article .post-meta &gt; div:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 767px) {
  .events-posts article .post-meta &gt; div:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 767px) {
  .events-posts article .post-meta {
    display: flex;
    align-items: center;
  }
}
.events-posts article .post-location,
.events-posts article .post-date,
.events-posts article .post-upcoming {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0;
}
.events-posts article .post-location {
  background: #462872;
  color: #fff;
}
.events-posts article .post-location:before {
  content: " ";
  background: url(http://www.yuja.com/wp-content/uploads/pin-yuja.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 5px;
}
.events-posts article .post-date {
  background: #fff;
}
.events-posts article .post-date:before {
  content: " ";
  background: url(http://www.yuja.com/wp-content/uploads/calendar-yuja.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  opacity: 0.4;
  margin-right: 5px;
}
.events-posts article .post-upcoming {
  color: #fff;
  background: #086472;
}
.events-posts article .post-thumbnail {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-left: -2rem;
  border: 10px solid #fff;
  align-self: center;
  display: flex;
  border-radius: 6px;
}
@media only screen and (min-width: 1023px) {
  .events-posts article .post-thumbnail {
    width: 40%;
    margin-left: -5rem;
  }
}
.events-posts article .post-thumbnail .post-logo {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -10px;
  margin-bottom: 2rem;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.events-posts article .post-thumbnail .post-logo img {
  width: 160px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media only screen and (min-width: 1023px) {
  .events-posts article .post-thumbnail .post-logo img {
    width: 190px;
    height: 60px;
  }
}
.events-posts article .post-content {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1023px) {
  .events-posts article .post-content {
    margin: 3rem;
    width: 60%;
  }
}</pre></body></html>