@charset "UTF-8";
/* CSS Document */

/* Move to Styles.css */
#page {
  overflow: hidden;
  max-width: 100vw;
}

.page {
  clear: both;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

img.aligncenter {
  display: block !important;
  margin: 0 auto;
}

img.alignleft {
  float: left;
  margin-right: 1em;
}

img.alignright {
  float: right;
  margin-left: 1em;
}

iframe {
  max-width: 100%;
}

body.menu-open {
  overflow: hidden;
}

/* Brand Font - "AvenirNext" */
@font-face {
  font-family: 'AvenirNext-Heavy';
  font-weight: 800;
  src:url(../fonts/AvenirNext-Heavy.otf);
}

@font-face {
  font-family: 'AvenirNext-Bold';
  font-weight: 700;
  src:url(../fonts/AvenirNext-Bold.otf);
}

@font-face {
  font-family: 'AvenirNext-Demibold';
  font-weight: 600;
  src:url(../fonts/AvenirNext-DemiBold.otf);
}

@font-face {
  font-family: 'AvenirNext-Medium';
  font-weight: 500;
  src:url(../fonts/AvenirNext-Medium.otf);
}

@font-face {
  font-family: 'AvenirNext-Regular';
  font-weight: 400;
  src:url(../fonts/AvenirNext-Regular.otf);
}

@font-face {
  font-family: 'EvelethClean';
  font-weight: 700;
  src:url(../fonts/EvelethClean-Font.otf);
}

body {
  background-color: #000000;
}

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

#content {
  background-color: #000000;
}


/* ### Design Elements ###*/

.drop-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.hidden {
  display: none;
}

.load-more-container .cta.hidden {
  display: none;
}




/* ### Layout + Columns ### */
.max-width {
  width: calc(100% - 4rem);
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
}

.max-width--alt--a {
  max-width: 1070px
}

.max-width--alt--b {
  max-width: 1140px;
}

.max-width--alt--c {
  max-width: 1024px;
}

.max-width--alt--d {
  max-width: 960px;
}

.max-width--alt--e {
  max-width: 860px;
}

.max-width--alt--fc {
  max-width: unset;
  width: 100%;
}

.curve--offset--top {
  width: 100%;
  padding-bottom: 15%;
  background-image: url(../images/module-assets/general/offset-curve.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.col-container {
  font-size: 0px;
}

.col {
  display: inline-block;
  font-size: 1rem;
  position: relative;
}

.col.col-container {
  font-size: 0;
}

.va--top {
  vertical-align: top;
}

.va--middle {
  vertical-align: middle;
}

.va--bottom {
  vertical-align: bottom;
}

.col--1--large {
  width: 100%;
}

.col--2--large {
  width: 50%;
}

.col--3--large {
  width: 33.33%;
}

.col--4--large {
  width: 25%
}

.col--5--large {
  width: 20%;
}

.col--55--large {
  width: 55%;
}

.col--45--large {
  width: 45%;
}

.col--60--large {
  width: 60%;
}

.col--40--large {
  width: 40%;
}

.col--70--large {
  width: 70%;
}

.col--30--large {
  width: 30%;
}

.col--80--large {
  width: 80%;
}

.col--20--large {
  width: 20%;
}

@media (max-width: 1023px) {

  .col--1--medium {
    width: 100%;
  }

  .col--2--medium {
    width: 50%;
  }

  .col--3--medium {
    width: 33.33%;
  }

  .col--4--medium {
    width: 25%
  }

  .col--5--medium {
    width: 20%;
  }

  .col--60--medium {
    width: 60%;
  }

  .col--40--medium {
    width: 40%;
  }

  .col--70--medium {
    width: 70%;
  }

  .col--30--medium {
    width: 30%;
  }

}

@media (max-width: 639px) {

  .col--1--small {
    width: 100%;
  }

  .col--2--small {
    width: 50%;
  }

  .col--3--small {
    width: 33.33%;
  }

  .col--4--small {
    width: 25%
  }

  .col--5--small {
    width: 20%;
  }

  .col--60--small {
    width: 60%;
  }

  .col--40--small {
    width: 40%;
  }

  .col--70--small {
    width: 70%;
  }

  .col--30--small {
    width: 30%;
  }

}






/* ### Typography System ### */
.background-color--black * {
  color: #ffffff;
}

.background-color--white * {
  color: #000000;
}


/* Headlines */

.headline--eveleth--a,
.headline--eveleth--a * {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  letter-spacing: .5px;
  line-height: 1.1875em;
}

.headline--eveleth--b,
.headline--eveleth--b * {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: .5px;
  line-height: 1.1875em;
}

.headline--eveleth--c,
.headline--eveleth--c * {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .5px;
  line-height: 1.1875em;
}

.headline--eveleth--d {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: .5px;
  line-height: 1.1875em;
}

.headline--avenir--a,
.headline--avenir--a *{
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .5px;
  line-height: 1.1875em;
}

.headline--avenir--b,
.headline--avenir--b * {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  letter-spacing: .5px;
  line-height: 1.1875em;
}

.subheadline--avenir--a,
.subheadline--avenir--a * {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.1875em;
}


.subheadline--avenir--b,
.subheadline--avenir--b * {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.3em;
}

.subheadline--avenir--c,
.subheadline--avenir--c * {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3em;
}

.subheadline--avenir--d,
.subheadline--avenir--d * {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3em;
}

/* Copy */

.copy--a,
.copy--a * {
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.422em;
}

.copy--a--alt,
.copy--a--alt * {
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.422em;
}

.copy--b,
.copy--b * {
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.422em;
}

.copy--c,
.copy--c * {
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.422em;
}


/* CTA's */
.cta {
  display: inline-block;
  font-family: 'AvenirNext-Medium', sans-serif;
  font-size: 1.175rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1em;
  text-decoration: none;
  transition: all ease-in-out 100ms;
}

.cta-container .cta:last-child:not(:first-child) {
  margin-left: 1rem;
}

.cta--primary {
  border: .2rem solid #1edaeb;
  border-radius: 2em;
  padding: .45em .75em;
  padding: .5em 1em;
}

.cta--primary:hover {
  background-color: #1edaeb;
  color: #ffffff;
}

.accent-color--green .cta--primary {
  border-color: #c8da2f;
}

.accent-color--green .cta--primary:hover {
  background-color: #c8da2f;
  color: #231f20;
}

.accent-color--purple .cta--primary {
  border-color: #A92378;
}

.accent-color--purple .cta--primary:hover {
  background-color: #A92378;
}

.accent-color--blue .cta--primary {
  border-color: #223f99;
}

.accent-color--blue .cta--primary:hover  {
  background-color: #223f99;
}

.accent-color--light-blue .cta--primary  {
  border-color: #1edaeb;
}

.accent-color--light-blue .cta--primary:hover  {
  background-color: #1edaeb;
}

.cta--secondary {
  background-color: #000000;
  border: .2rem solid #000000;
  border-radius: 2em;
  padding: .45em .75em;
  padding: .5em 1em;
  color: #ffffff;
  transition: all ease-in-out 100ms;
}

.cta--secondary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.background-color--black:where(:not(.background-type--image)) .cta--secondary {
  background-color: transparent;
  border: .25rem solid #ffffff;
  color: #ffffff;
}

.background-color--black:where(:not(.background-type--image)) .cta--secondary:hover {
  background-color: #ffffff;
  color: #000000;
}

.background-color--white:where(:not(.background-type--image)) .cta--secondary:hover {
  border-color: #000000;
}

.cta.cta--size--alt {
  font-size: 1.5rem;
  border-width: .25rem;
}

.cta--tertiary {
  color: #c8da2f;
}

.cta--tertiary:hover {
  color: #c8da2f;
}

/* Text Alignment */
.ta--left {
  text-align: left;
}

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

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

/* Float */
.float--left {
  float: left;
}

.float--right {
  float: right;
}

/* Line  Heights */

.lh--a {
  line-height: 1.46em;
}

.lh--b {
  line-height: 1.1em;
}

.waypoint {
  transform: translateY(0);
  transition: opacity ease-in-out 360ms, transform ease-in-out 450ms;
  transition: opacity ease-in-out 275ms, transform ease-in-out 300ms;
}

:where(.waypoint){
  opacity: 1;
}

.waypoint--a {
  opacity: 0;
  transform: translateY(5rem);
}

header .waypoint--a {
  transform:translateX(-9rem);
}

.waypoint--footer {
  opacity: 0;
  transform: translateY(5rem);
}

/* Opacity Options */

:where(.opacity--a) {
  opacity: .75;
}

.opacity--b {
  opacity: .5;
}

/* Resources */
.load-more-container {
  padding-bottom: 2rem;
}

/* ### Global Header ### */
header {
  background-color: #000000;
  padding: .875rem 0 1.45rem 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}

header .max-width {

}

header .col-container {

}

#header--logo {
  float: left;
  padding: 0 .125rem;
}

#header--logo img {
  width: 13.375rem;
  height: auto;
}

#header--navigation {
  text-align: left;
  padding-top: 1.125rem;
}

.header--navigation--items {
  max-height: 0;
}

.header--navigation--item {
  position: relative;
  list-style-type: none;
  padding: 0 .75rem;
}

.header--navigation--item:not(:last-child) {
  margin-right: .67rem;
}

.header--navigation--item i {
  margin-left: .25em;
  font-size: .875em;
  transition: all ease-in-out 150ms;
  color: #c8da2f;
}

.header--navigation--item a {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: 1.175rem;
  letter-spacing: .5px;
  text-decoration: none;
  color: #ffffff;
}

.header--navigation--item a:hover {
  color: #c8da2f;
}

.header--subnavigation--items {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  max-height: 0;
  overflow: hidden;
  transform: translateY(calc(100% + .75rem));
  transition: all ease-in-out 300ms;
  z-index: 10;
}

.header--subnavigation--items.open {
  max-height: 400px;
  transition: all ease-in-out 600ms;
}

.header--subnavigation--item {
  list-style-type: none;
  background-color: #000000;
  width: 250px;
  transition: all ease-in-out 100ms;
}

.header--subnavigation--item:hover {
  background-color: #c8da2f;
}

.header--subnavigation--item a {
  display: block;
  padding: .75rem;
  font-size: 1.175rem;
  letter-spacing: .5px;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  transition: all ease-in-out 100ms;
}

.header--subnavigation--item a:hover {
  color: #000000;
  font-weight: 500;
}

#header--links {
  padding-top: .67rem;
  padding-left: 1.375rem;
  float: right;
}

.header--link {
  color: #ffffff;
}

.header--link:not(:last-child) {
  margin-right: 1.5rem;
}

@media (min-width: 1161px) {

  #ncu {
    margin-right: 0;
  }

}


#hamburger,
#hamburger-menu {
  display: none;
}

footer {
  padding: 0 0 1rem 0;
  position: relative;
  background-color: #000000;
  z-index: 1;
  margin: 0 auto;
  max-width: 1920px;
}

footer .max-width {

}

#footer--navigation {

}

#footer--branding {
  width: 42%;
  padding: 0 6rem 0 4rem;
  text-align: left;
}

#footer-logo {
  display: block;
  max-width: 19.75rem;
}

#footer--subscribe {
  margin-top: 2rem;
}

#footer--subscribe p {
  font-size: 0;
  margin-bottom: 1.5rem;
}

#footer--subscribe p i {
  width: 1rem;
  text-align: center;
}

#footer--subscribe p a {
  width: calc(100% - 2rem);

}

#footer--subscribe .cta {
  margin-top: 1rem;
}


#footer--subscribe p a,
#footer--subscribe p i {
  font-size: 1rem;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
}

#footer--links {
  width: 58%;
  padding-left: 1.75rem;
  padding-top: .75rem;
}

.footer--navigation--items {
  width: 33%;
}

.footer--navigation--item {
  list-style-type: none;
}

.footer--navigation--item.parent {

}

.footer--navigation--item:not(:last-child) {
  margin-bottom: 2rem;
}

.footer--navigation--item a {
  color: #ffffff;
  text-decoration: none;
}

.footer--navigation--item:where(.parent) a {
  font-family: 'AvenirNext-demibold', sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.1em;
  color: #c8da2f;
  text-deccoration: none;
  font-size: 1.25rem;
}

.footer--navigation--item a:hover {

}

.footer--subnavigation--items {
  margin-top: .625rem;
}

.footer--subnavigation--item {
  list-style-type: none;
}

.footer--subnavigation--item:not(:first-child){
  margin-top: 1.125rem;
}

.footer--subnavigation--item a {
  color: #ffffff;
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1em;
  text-decoration: none;
  transition: all ease-in-out 100ms;
}

.footer--subnavigation--item a:hover {
  color: #ffffff;
  opacity: 1;
}

#footer--social {

}

#footer--social li {

}

#footer--social li:not(:last-child) {
  margin-right: 1rem;
}

#footer--social li a {
  color: #c8da2f;
  font-size: 1.25rem;
  padding: .25rem 0;
  /*
  display: block;
  border-radius: 3rem;
  background-color: transparent;
  padding: .5rem;
  line-height: 0em;
  */
  transition: all ease-in-out 100ms;
}

#footer--social li:hover a {
  color: #ffffff;
  /*
  background-color: #c8da2f;
  color: #000000;
  */
}

#footer--social li a i {
  font-size: 0;
}

#footer--social li a i:before {
  font-size: 1.25rem;
}

#footer--legal {

}

#footer--legal * {
  color: #ffffff;
}

#footer--legal .footer--legal--link a {
  text-decoration: none;
  margin-left: 1rem;
  transition: all ease-in-out 100ms;
}

#footer--legal .footer--legal--link a:hover {
  color: #ffffff;
  opacity: 1;
}

/* Page Subnav */
.page-subnav {
  position: fixed;
  width: 100%;
  z-index: 3;
  max-width: 1920px;
}

.col--carousel .waypoint--a {
  transform: translateX(10rem);
}

.page-subnav .waypoint--a {
  transform: translateX(-10rem);
}

.page-subnav.accent-color--green {
  background-color: #c8da2f;
  color: #000000;
}

.page-subnav.accent-color--light-blue {
  background-color: #1edaeb;
  color: #000000;
}

.page-subnav.accent-color--blue {
  background-color: #223f99;
  color: #ffffff;
}

.page-subnav.accent-color--purple {
  background-color: #A92378;
  color: #ffffff;
}

.page-subnav .max-width {
  padding: .875rem 0;
}

.page-subnav .subnav-link {
  color: #ffffff;
  font-family: 'AvenirNext-Regular', sans-serif;;
  font-weight: 400;
  font-size: 1.5625rem;
  text-decoration: none;
  line-height: .875em;
  display: inline-block;
}

.page-subnav .subnav-link--alt {
  font-family: 'AvenirNext-Demibold', sans-serif;;
  font-weight: 600;
  font-size: 1.25rem;
}

.page-subnav.accent-color--blue .subnav-link:hover,
.page-subnav.accent-color--blue .subnav-link.active,
.page-subnav.accent-color--purple .subnav-link:hover,
.page-subnav.accent-color--purple .subnav-link.active {
  color: #c8da2f;
}

.page-subnav.accent-color--green .subnav-link {
  color: #000000;
  border-color: #000000 !Important;
}

.page-subnav.accent-color--green .subnav-link:hover,
.page-subnav.accent-color--green .subnav-link.active {
  color: #ffffff;
}

.page-subnav .subnav-link:not(.parent,:first-child) {
  padding-left: calc(1rem + 3px);
  margin-left: 1rem;
}

.page-subnav .subnav-link:not(.parent,.subnav-link--alt) {
  border-left: 3px solid #ffffff;
}

.page-subnav .subnav-link.parent {
  font-family: 'AvenirNext-Medium', sans-serif;;
  font-weight: 500;
}

.page-id-644 .page-subnav .subnav-link:not(.parent,:first-child) {
  margin-left: 0;
}

/* SUBNAV EDIT */
.page-subnav {

}

.page-subnav .max-width {
  padding: .75rem 0;
}

.page-subnav .subnav-link {
  font-size: 1.25rem;
}

.page-subnav .subnav-link:not(.parent,.subnav-link--alt) {
  border-width: 1.5px;
}

/* Modules General */

.module {
  position: relative;
  z-index: 1;
}

/*.module:where(.no-curve):not(:first-child) :where(.max-width) {
  padding-top: 6rem;
}

.module:where(.no-curve):not(:first-child,:last-child,.above-curve--offset,.above-curve--center) :where(.max-width) {
  padding-bottom: 6rem;
}
*/
/*.module:where(:not(.above-curve--offset, .above-curve--center)) :where(.max-width) {
  padding-bottom: 4rem;
}*/

.module:where(:last-child) {
  padding-bottom: 17%;
}

.module.above-curve--center:where(:last-child){
  padding-bottom: 8%;
}

.module-headline {
  margin-bottom: 2rem;
}

.module-subheadline {
  margin-bottom: 2rem;
}

.module-subheadline:last-child {
  margin-bottom: 0;
}

.module .cta-container {

}

.curve--center {
  width: 100%;
  padding-bottom: 8.5%;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
}

.curve--center.black {
  background-image: url('../images/svg/curve--centered--black.svg');
}

.curve--center.white {
  background-image: url('../images/svg/curve--centered--white.svg');
}

.curve--center--inverse.black {
  background-image: url('../images/svg/curve--centered--black--inverted.svg');
  transform: translateY(-1%);
}

.curve--center--inverse.white {
  background-image: url('../images/svg/curve--centered--white--inverted.svg');
  transform: translateY(-1%);
}

.above-curve--center {
  padding-bottom: 8.5%;
}

.above-curve--center--inverse {
  padding-bottom: 0;
}

.curve--offset {
  width: 100%;
  padding-bottom: 17%;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
}

.curve--offset.black {
  background-image: url('../images/svg/curve--offset--black.svg');
}

.curve--offset.white {
  background-image: url('../images/svg/curve--offset--white.svg');
}

.curve--offset.green {
  background-image: url('../images/svg/curve--offset--green.svg');
}

.curve--offset.light-blue {
  background-image: url('../images/svg/curve--offset--light-blue.svg');
}

.curve--offset.blue {
  background-image: url('../images/svg/curve--offset--blue.svg');
}

.curve--offset.purple {
  background-image: url('../images/svg/curve--offset--purple.svg');
}

.curve--offset--inverse {
  transform: translateY(-1%);
  position: relative;
  margin-bottom: -10%;
}

.curve--offset--inverse.black {
  background-image: url('../images/svg/curve--offset--black--inverted.svg');

}

.curve--offset--inverse.white {
  background-image: url('../images/svg/curve--offset--white--inverted.svg');
}

.curve--offset--inverse.green {
  background-image: url('../images/svg/curve--offset--green--inverted.svg');
}

.curve--offset--inverse.light-blue {
  background-image: url('../images/svg/curve--offset--light-blue--inverted.svg');
}

.curve--offset--inverse.blue {
  background-image: url('../images/svg/curve--offset--blue--inverted.svg');
}

.curve--offset--inverse.purple {
  background-image: url('../images/svg/curve--offset--purple--inverted.svg');
}

.above-curve--offset {
  padding-bottom: 17%;
}

.above-curve--offset--inverse {
  padding-bottom: 0;
}

/* Video */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 2;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all ease-in-out 400ms;
}

.video-thumbnail:hover {
  background-size: 125%;
  opacity: 0;
}

/* WYSIWYG */
.wysi-container {
  margin-bottom: 2rem;
}

.wysi-container * {
  font: inherit;
}

.wysi-container ol,
.wysi-container ul {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
}

.wysi-container ol:first-child,
.wysi-container ul:first-child {
  margin-top: 0;
}

.wysi-container li {
  margin-bottom: .67em;
}

.wysi-container p,
.wysi-container li {
  opacity: .825;
}

.wysi-container strong {
  opacity: 1;
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
}

/* Module Separator */
.module-separator {

}

.module-separator.mp-top--collapsed {
  padding-top: 0;
}

.module-separator.mp-top--condensed {
  padding-top: 1rem;
}

.module-separator.mp-top--default {
  padding-top: 2rem;
}

.module-separator.mp-top--expanded {
  padding-top: 6rem;
}

.module-separator.mp-bottom--collapsed {
  padding-bottom: 0;
}

.module-separator.mp-bottom--condensed {
  padding-bottom: 1rem;
}

.module-separator.mp-bottom--default {
  padding-bottom: 2rem;
}

.module-separator.mp-bottom--expanded {
  padding-bottom: 6rem;
}

.module-separator .max-width {
  padding: 0 0;
}

.module-separator.separator-width--default .max-width {

}

.module-separator.separator-width--expanded .max-width {
  width: 100vw;
  max-width: unset;
}

.module-separator .separator {
  width: 100%;
  height: .25rem;
}

.module-separator .separator.green,
.accent-color--green .module-separator .separator {
  background-color: #c8da2f;
}

.module-separator .separator.light-blue,
.accent-color--light-blue .module-separator .separator {
  background-color: #1edaeb;
}

.module-separator .separator.blue,
.accent-color--blue .module-separator .separator {
  background-color: #223f99;
}

.module-separator .separator.purple,
.accent-color--purple .module-separator .separator {
  background-color: #A92378;
}

/* Decorations */
.decoration--sliver {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 25%;
  background-image: url(../images/module-assets/general/sliver--top-right.png);
  background-size: contain;
  background-position: top right;
}


/* Module 01 */
.module-01 {
  background-size: cover;
}

.module-01 .max-width {
  padding-top: 8.25rem;
  padding-bottom: 4.375rem;
  padding-bottom: 6rem;
  max-width: 960px;
}

.module-01.vertical-padding--condensed .max-width {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.module-01.vertical-padding--expanded .max-width {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.module-01.vertical-padding--condensed .max-width.content-width--expanded {
  padding-top: 6rem;
}

.module-01.vertical-padding--expanded .max-width.content-width--expanded {
  padding-top: 11rem;
}

.module-01 .max-width.content-width--narrow {
  max-width: 680px;
}

.module-01 .max-width.content-width--condensed {
  max-width: 860px;
}

.module-01 .max-width.content-width--expanded {
  max-width: 1170px;
  padding-top: 9rem;
}

.module-01 .module-headline {
  margin-bottom: 1.25rem;
}

.module-01 .module-subheadline {

}

.module-01 .cta-container {
  margin-top: 2.25rem;
}

.module-01 .cta {

}

.module-01 .opacity--a:not(.waypoint--a) {
  opacity: 1;
}


/* Module 02 */
.module-02 {

}

.module-02.no-curve {
  padding-bottom: 0;
}

.module-02 .max-width {
  padding: 3rem 0;
}

.module-02 .module-heading {
  margin-bottom: 6rem;
}

.module-02 .module-headline {

}

.module-02 .module-subheadline {

}

.module-02 .bucket-container {

}

.module-02 .bucket {
  padding: 0 2rem;
  margin-bottom: 2rem;
}

.module-02 .bucket:last-child {
  margin-bottom: 0;
}

.module-02 .bucket.col--2--large {
  padding: 0 5%;
}

.module-02 .bucket-headline {
  border-bottom: .25rem solid;
  padding-bottom: 1rem;
}

.module-02.accent-color--green .bucket-headline {
  border-color: #c8da2f;
}
.module-02.accent-color--purple .bucket-headline {
  border-color: #A92378;
}
.module-02.accent-color--blue .bucket-headline {
  border-color: #223f99;
}
.module-02.accent-color--light-blue .bucket-headline {
  border-color: #1edaeb;
}

.module-02.accent-color--green .bucket.col--2--large .bucket-headline {
  color: #c8da2f;
}
.module-02.accent-color--light-blue .bucket.col--2--large .bucket-headline {
  color: #1edaeb;
}
.module-02.accent-color--blue .bucket.col--2--large .bucket-headline {
  color: #223f99;
}
.module-02.accent-color--purple .bucket.col--2--large .bucket-headline {
  color: #A92378;
}

.module-02 .bucket-subheadline {
  padding-top: 1.125rem;
}



/* Module 03 */
.module-03 {

}

.module-03:not(.above-curve--offset,.above-curve--center) {
  padding-bottom: 6rem;
}

.module-03 .max-width {
  padding: 3rem 0;
}

.module-03 .max-width.max-width--alt--a {
  padding-bottom: 0;
}

.module-03:not(.above-curve--offset,.above-curve--center) .max-width:last-child {
  padding-bottom: 0;
}

.module-03.ta--left .max-width--alt--a {
  width: calc(1248px - 6rem);
  max-width: calc(100% - 4rem);
}

@media (min-width: 961px) {
  .module-03.ta--left .max-width--alt--a {
    padding-right: 25%;
  }
}

.module-03 .module-headline {

}

.module-03.background-color--white.accent-color--green .module-headline {
  color: #c8da2f;
}
.module-03.background-color--white.accent-color--light-blue .module-headline {
  color: #1edaeb;
}
.module-03.background-color--white.accent-color--blue .module-headline {
  color: #223f99;
}
.module-03.background-color--white.accent-color--purple .module-headline {
  color: #A92378;
}

.module-03 .module-subheadline {
  margin-bottom: 4rem;
}

.module-03 .bucket-container {
  margin-top: 0rem;
}

.module-03 .bucket {
  padding: 0 2rem;
  margin-bottom: 6rem;
}

.module-03 .bucket:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.module-03 .image--top .bucket {
  padding: 0 3rem;
}

.module-03 .bucket .col--image {

}

.module-03 .bucket .image-wrapper {
  padding: 0 3%;
  padding: 0 5%;
  padding: 0 1.75rem 0 0;
}

.module-03 .image--top .image-wrapper {
  width: 100px;
  padding: 0;
  margin-bottom: 1.5rem;
}

.module-03 .bucket .col--content {
  padding-left: 0.25rem;
}

.module-03 .bucket .col--content:first-child {
  width: 100%;
  padding-left: 0;
}

.module-03 .image--top .col--content {
  width: 100%;
}

.module-03 .bucket-headline {
  border-bottom: .25rem solid;
  padding-bottom: 1rem;
}

.module-03.accent-color--green .bucket-headline {
  border-color: #c8da2f;
}

.module-03.accent-color--purple .bucket-headline {
  border-color: #A92378;
}

.module-03.accent-color--blue .bucket-headline {
  border-color: #223f99;
}

.module-03.accent-color--light-blue .bucket-headline {
  border-color: #1edaeb;
}

.module-03 .bucket-subheadline {
  padding-top: 1.125rem;
}



/* Module 04 */
.module-04 {

}

.module.module-04:not(.above-curve--center) {
  padding-bottom: 0;
}

.module-04.above-curve--center .max-width {
  padding-bottom: 3rem;
}

.module-04 .max-width {

}

.module-04.no-curve .max-width {
  padding-top: 3rem;
}

.module-04:not(.above-curve--offset, .above-curve--center) .max-width {
  padding-bottom: 4rem;
}

.module-04 .col-container {
  padding: 2rem 0 2rem 0;
}

.module-04 .col {

}

.module-04 .col:first-child {
  padding-right: 2rem;
}

.module-04 .col:last-child {
  padding-left: 2rem;
}

.module-04 .col--media {

}

.module-04 .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 2;
}

.module-04 .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.module-04 .video-thumbnail {
  position: absolute;
  width: 101%;
  height: 101%;
  top: -.5%;
  left: -.5%;
  opacity: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all ease-in-out 400ms;
}

.module-04 .video-thumbnail:hover {
  background-size: 125%;
  opacity: 0;
}

.module-04 .image-wrapper {

}

.module-04 .image-wrapper img {

}

.module-04 .col--content {

}

.module-04 .module-headline {

}

/* Mockup Hotfix */
.module-04 .module-headline {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

/*
.module-04.accent-color--green .module-headline {
  color: #c8da2f
}

.module-04.accent-color--light-blue .module-headline {
  color: #1edaeb;
}

.module-04.accent-color--blue .module-headline {
  color: #223f99;
}

.module-04.accent-color--purple .module-headline {
  color: #A92378;
}
*/

.module-04 .module-subheadline {

}

.module-04 .cta-container {

}

.module-04 .cta--primary {

}



/* Module 05 */
.module-05 {

}

.module-05.no-curve {
  padding-top: 6rem;
}

.module-05 .max-width {

}

.module-05 .module-headline {
  padding-top: 1rem;
}

.module-05 .module-subheadline {

}

.module-05 .tab-container {
  padding: 0 0;
  margin: 4rem 0 6rem 0;
}

.tab-select-container {
  display: none;
}

.module-05.accent-color--green .tab-container {
  background-color: #c8da2f;
}

.module-05.accent-color--light-blue .tab-container {
  background-color: #1edaeb;
}

.module-05.accent-color--blue .tab-container {
  background-color: #223f99;
}

.module-05.accent-color--purple .tab-container {
  background-color: #A92378;
}

.module-05 .tab {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding: .5rem 1.25rem;
  margin: .75rem 0;
  border-radius: 2rem;
  cursor: pointer;
}

.module-05 .tab:not(:last-child){
  margin-right: .5rem;
}

.module-05.accent-color--green .tab,
.module-05.accent-color--light-blue .tab {
  color: #000000;
}

.module-05.accent-color--blue .tab,
.module-05.accent-color--purple .tab {
  color: #ffffff;
}

.module-05 .tab.active {

}

.module-05.accent-color--green .tab.active,
.module-05.accent-color--green .tab:hover,
.module-05.accent-color--light-blue .tab.active,
.module-05.accent-color--light-blue .tab:hover {
  background-color: #000000;
  color: #ffffff;
}

.module-05.accent-color--blue .tab.active,
.module-05.accent-color--blue .tab:hover,
.module-05.accent-color--purple .tab.active,
.module-05.accent-color--purple .tab:hover {
  background-color: #ffffff;
  color: #000000;
}

.module-05 .bucket-container {
}

/*
.module-05 .bucket {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding-bottom: 2rem;
}

.module-05 .bucket.active {
  position: relative;
  display: block;
}
*/

/* Redo */
.module-05 .bucket {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding-bottom: 2rem;
  pointer-events: none;
  transition: all ease-in-out 200ms;
}

.module-05 .bucket.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* Tab Change Transition */
.module-05 .bucket .col {
  transform: translateY(6rem);
}

.module-05 .bucket .col:first-child {
  transition: all ease-in-out 500ms;
}
.module-05 .bucket .col:last-child {
  transition: all ease-in-out 600ms;
}

.module-05 .bucket.active .col {
  transform: translateY(0);
}

.module-05 .bucket .col:first-child {

}

.module-05 .bucket .col:last-child {
  padding-left: 0rem;
}

.module-05 .bucket .col--content {

}

.module-05 .bucket .col--content:first-child {
  padding-right: 6rem;
}

.module-05 .bucket-headline {

}

.module-05 .bucket-subheadline {
  margin-top: 1.5rem;
}

.module-05.accent-color--green .bucket-subheadline {
  color: #c8da2f;
}

.module-05.accent-color--light-blue .bucket-subheadline {
  color: #1edaeb;
}

.module-05.accent-color--blue .bucket-subheadline {
  color: #223f99;
}

.module-05.accent-color--purple .bucket-subheadline {
  color: #A92378;
}

.module-05 .bucket-copy {

}

.module-05 .bucket .cta-container {

}

.module-05 .bucket .cta--primary {

}

.module-05 .bucket .col--media {

}

.module-05 .bucket .video-wrapper {

}

.module-05 .bucket .video {

}

.module-05 .bucket iframe {

}

.module-05 .bucket .video-thumbnail {

}

@media (min-width: 816px) {
  .module-05.alternate-style .bucket .col--content:first-child {
    padding-right: 3rem;
  }
}

.module-05.alternate-style .bucket .col--content {
  width: 52%;
}

.module-05.alternate-style .bucket .col--media {
  width: 48%;
}

.module-05.alternate-style .max-width--alt--b {

}

.module-05.alternate-style .bucket-container {
  margin-bottom: 5rem;
}

.module-05.alternate-style .tab-container {
  background-color: transparent;
}

@media (min-width: 816px) {
  .module-05.alternate-style .tab-container {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

}

@media (max-width: 815px) {

  .module-05.alternate-style .bucket-container {
    margin-bottom: 3rem;
  }

}

.module-05.alternate-style .tab {
  color: #ffffff !important;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 1.625rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .5rem .5rem;
  margin: 0 1.5rem;
}

.module-05.alternate-style .tab.active {
  border-bottom: .125rem solid;
}

.module-05.alternate-style.accent-color--green .tab.active {
  border-color: #c8da2f;
}
.module-05.alternate-style.accent-color--light-blue .tab.active {
  border-color: #1edaeb;
}
.module-05.alternate-style.accent-color--blue .tab.active {
  border-color: #223f99;
}
.module-05.alternate-style.accent-color--purple .tab.active {
  border-color: #a92378;
}

.module-05.alternate-style .image-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .module-05.alternate-style .tab {
    font-size: 1.5rem;
  }
}

@media (max-width: 960px) {
  .module-05.alternate-style .tab {
    font-size: 1.375rem;
  }
}

@media (max-width: 860px) {
  .module-05.alternate-style .tab {
    font-size: 1.25rem;
  }
}

/* Module 06 */
.module-06 {
  padding: 0 0 !important;
}

.module-06 .max-width {
}

.module-06 .max-width:not(.callout-max-width){
  padding: 3rem 0 6rem 0;
}

.module-06 .callout-max-width {
  margin: 0 0;
  padding-bottom: 0;
}

.module-06 .callout {
  padding: 3.75rem 3.5rem 4.25rem 3.5rem;
  background-color: #000000;
  position: relative;
}

.module-06 .callout-meta-headline {
  color: #ffffff;
  margin-bottom: 2.25rem;
}

.module-06.accent-color--green .callout-meta-headline {
  color: #c8da2f;
}

.module-06.accent-color--light-blue .callout-meta-headline {
  color: #1edaeb;
}

.module-06.accent-color--blue .callout-meta-headline {
  color: #223f99;
}

.module-06.accent-color--purple .callout-meta-headline {
  color: #A92378;;
}

.module-06 .callout-headline {
  color: #ffffff;
  line-height: 1.46em;
  margin-bottom: 2.25rem;
}

.module-06 .cta-container {

}

.module-06 .cta {
  color: #ffffff;
}



/* Module 07 */
.module-07 {

}

.module-07 .max-width {
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}

.module-07 .col-container {

}

.module-07 .col {

}

.module-07 .col--image {

}

.module-07 .col--content {
  padding-left: 4rem;
}

.module-07 .module-headline {

}

.module-07 .module-subheadline {

}

.module-07 .cta-container {
  margin-top: 2.25rem;
}

.module-08 {

}

.module-08 .max-width {
  padding: 2rem 0 6rem 0;
}

.module-08.above-curve--offset .max-width,
.module-08.above-curve--center .max-width {
  padding-bottom: 4rem;
}

.module-08 .module-headline {

}

.module-08 .module-subheadline {
  margin-bottom: 0;
}

.module-08 .cta-container {

}

.module-08 .cta {

}

.module-08 .image-wrapper {
  padding-top: 4rem;
}

.module-08.not-found {
  padding: 10% 0 20% 0;
  text-align: center;
}


/* Module 09 */
.module-09 {

}

.module-09 .max-width {
  padding: 3rem 0;
}

.module-09 .col-container {

}

.module-09 .col--content {
  padding-right: 4rem;
}

.module-09 .module-headline {

}

.module-09 .module-subheadline {

}

.module-09 .col--buckets {
  padding-left: 2rem;
  /*transform: translateY(-2rem);*/
}

.module-09 .bucket-container {

}

.module-09 .bucket {

}

.module-09 .bucket:not(:first-child) {
  margin-top: 1.5rem;
}

.module-09 .bucket .col--image {

}

.module-09 .bucket .image-wrapper {
  padding: 10%;
  padding: 0 10% 20% 10%;
}

.module-09 .bucket .col--content {
  padding-left: 2.5%;
  padding-right: 0;
}

.module-09 .bucket .col--content:first-child {
  width: 100%;
}

.module-09 .bucket-subheadline {
  margin-bottom: 0;
}



/* Module 10 */
.module-10 {
  padding-top: 1rem;
}

.module-10 .max-width {

}

.module-10 .max-width--alt--a {
  padding-bottom: 0;
}

.module-10 .max-width:last-child {
  padding: 0 2rem;
}

.module-10 .bucket-container {
  padding: 8rem 0;
}

.module-10 .bucket:not(:first-child) {
  margin-top: 8rem;
}

.module-10 .bucket .col {

}

.module-10 .bucket .col--image {
  padding: 0 6rem;
}

.module-10 .bucket .col--image .image-wrapper {

}

.module-10 .bucket .col--content {
  padding: 0 2rem;
}

.module-10 .bucket .bucket-headline {
  margin-bottom: 1rem;
}

.module-10 .bucket .bucket-subheadline {

}

/* Module 11 */
.module-11 {

}

.module-11 .max-width {
  padding-bottom: 3rem;
}

.module-11 .max-width--alt--a {
  padding-bottom: 0;
}

.module-11.no-curve .max-width {
  padding-top: 3rem;
}

.module-11 .module-headline {

}

.module-11 .module-subheadline {

}

.module-11 .testimonial-container {
  padding: 0 0;
  position: relative;
}

.module-11 .testimonial {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 400ms;
}

.module-11 .testimonial.active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.module-11 .testimonial .col {

}

.module-11 .testimonial .col--image {
  position: relative;
  width: 30%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50%);
  transition: all ease-in-out 400ms;
}

.module-11 .testimonial.active .col--image {
  opacity: 1;
  transform: translateX(0);
}

.module-11 .testimnial .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.module-11 .testimonial .col--image img {
  position: absolute;
  width: 101%;
  height: auto
  top: -.5%;
  left: -.5%;
}

.module-11 .testimonial .col--content {
  padding-left: 4rem;
  transform: translateX(50%);
  opacity: 0;
  transition: all ease-in-out 400ms;
}

.module-11 .testimonial.active .col--content {
  opacity: 1;
  transform: translateX(0);
}

.module-11 .testimonial-quote {
  margin-bottom: 1.875rem;
  line-height: 1.46em;
}

.module-11 .testimonial-quote-source {
  transform: translateX(50%);
  transition: all ease-in-out 500ms;
}

.module-11 .testimonial.active .testimonial-quote-source {
  transform: translateX(0);
}

.module-11.accent-color--green .testimonial-quote-source {
  color: #c8da2f;
}

.module-11.accent-color--light-blue .testimonial-quote-source {
  color: #1edaeb;
}

.module-11.accent-color--blue .testimonial-quote-source {
  color: #223f99;
}

.module-11.accent-color--purple .testimonial-quote-source {
  color: #A92378;
}

.module-11 .testimonial-controls {

}

.module-11 .testimonial-control {
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 2.5rem;
  cursor: pointer;
}

.module-11.accent-color--green .testimonial-control svg {
  fill: #c8da2f;
}

.module-11.accent-color--light-blue .testimonial-control svg {
  fill: #1edaeb;
}

.module-11.accent-color--blue .testimonial-control svg {
  fill: #223f99;
}

.module-11.accent-color--purple .testimonial-control svg {
  fill: #A92378;
}

.module-11.background-color--black.accent-color--green .testimonial-control svg:hover,
.module-11.background-color--black.accent-color--light-blue .testimonial-control svg:hover,
.module-11.background-color--black.accent-color--blue .testimonial-control svg:hover,
.module-11.background-color--black.module-11.accent-color--purple .testimonial-control svg:hover {
  fill: #ffffff;
}

.module-11.background-color--white.accent-color--green .testimonial-control svg:hover,
.module-11.background-color--white.accent-color--light-blue .testimonial-control svg:hover,
.module-11.background-color--white.accent-color--blue .testimonial-control svg:hover,
.module-11.background-color--white.module-11.accent-color--purple .testimonial-control svg:hover {
  fill: #000000;
}

.module-11 .testimonial-control--prev {
  left: 0;
  transform: translate(calc(-100% - 3rem), -50%);

}

.module-11 .testimonial-control--next {
  right: 0;
  transform: translate(calc(100% + 3rem), -50%);
}



/* Module 12 */
.module-12 {

}

.module-12 .max-width {

}

.module-12 .max-width--alt--a {
  padding-top: 4rem;
  margin-bottom: 3.5rem;
}

.module-12 .team-members-container {
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
}

.module-12 .team-member--wrapper {
  padding: 0 0;
  width: 100%;
}


/*
@media (min-width: 960px) {

  .module-12 .team-member--wrapper:nth-child(n + 4) {
    margin-top: 3.5rem;
  }

}
*/


.module-12 .team-member {
  position: relative;
  padding-bottom: 132%;
  overflow: hidden;
  cursor: pointer;
}

.module-12 .partner {
  padding-bottom: 100%;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.module-12 .partner:hover {
  box-shadow: 1px 1px 8px rgba(0,0,0,.15);
}

.module-12 .team-member .image-wrapper {
  position: absolute;
  width: 100%;
  height: 90%;
}

.module-12 .partner .image-wrapper {
  height: 100%;
  background-color: #000000;
  padding: 1rem;
}

.module-12 .team-member .team-member--photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.module-12 .partner .team-member--photo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.module-12 .team-member .curve--offset {
  top: 1px;
  left: 0;
  width: 100%;
  transform: translateY(-100%)scaleX(-1);
  transition: all ease-in-out 600ms;
}
/*.module-12 .team-member.mobile-function .curve--offset.white,*/
.module-12 .team-member:hover .curve--offset.white {

}
/*.module-12.accent-color--green .team-member.mobile-function .curve--offset.white,*/
.module-12.accent-color--green .team-member:hover .curve--offset.white {
  background-image: url('../images/svg/curve--offset--green.svg');
}
/*.module-12.accent-color--light-blue .team-member.mobile-function .curve--offset.white,*/
.module-12.accent-color--light-blue .team-member:hover .curve--offset.white {
  background-image: url('../images/svg/curve--offset--light-blue.svg');
}
/*.module-12.accent-color--blue .team-member.mobile-function .curve--offset.white,*/
.module-12.accent-color--blue .team-member:hover .curve--offset.white {
  background-image: url('../images/svg/curve--offset--blue.svg');
}
/*.module-12.accent-color--purple .team-member.mobile-function .curve--offset.white,*/
.module-12.accent-color--purple .team-member:hover .curve--offset.white {
  background-image: url('../images/svg/curve--offset--purple.svg');
}

.module-12.accent-color--green .team-member.mobile-function .curve--offset.white,
.module-12.accent-color--light-blue .team-member.mobile-function .curve--offset.white,
.module-12.accent-color--blue .team-member.mobile-function .curve--offset.white,
.module-12.accent-color--purple .team-member.mobile-function .curve--offset.white {
  background-image: url('../images/svg/curve--offset--white.svg');
}

.module-12 .team-member:hover .curve--offset--inverse {
  opacity: 1;
}

.module-12 .team-member .curve--offset--inverse,
.module-12 .team-member.mobile-function .curve--offset--inverse {
  transform: translateY(0px)scaleX(-1);
  top: -1px;
  margin-bottom: -11.5%;
  opacity: 0;
  transition: opacity ease-in-out 600ms;
}

.curve--offset.curve--offset--inverse:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin-bottom: 1.5rem;
}


/*.curve--offset.curve--offset--inverse.green:before {
  background-color: #c8da2f;
}

.curve--offset.curve--offset--inverse.light-blue:before {
  background-color: #1edaeb;
}

.curve--offset.curve--offset--inverse.blue:before {
  background-color: #223f99;
}

.curve--offset.curve--offset--inverse.purple:before {
  background-color: #A92378;
}*/



.module-12 .team-member:hover .team-member--info--heading/*,
.module-12 .team-member.mobile-function .team-member--info--heading*/ {
  bottom: 100%;
  padding: 1rem 1rem 1.25rem 1rem;
  transform: translateY(calc(100% - 1px));
}

.module-12 .partner:hover .team-member--info--heading {
  padding-bottom: .875rem;
}

.module-12.accent-color--green .team-member:hover  .team-member--info--heading,
.module-12.accent-color--green .team-member:hover  .team-member--info--heading p/*,
.module-12.accent-color--green .team-member.mobile-function  .team-member--info--heading,
.module-12.accent-color--green .team-member.mobile-function  .team-member--info--heading p*/ {
  background-color: #c8da2f;
  color: #ffffff;
}

.module-12.accent-color--light-blue .team-member:hover  .team-member--info--heading,
.module-12.accent-color--light-blue .team-member:hover  .team-member--info--heading p/*,
.module-12.accent-color--light-blue .team-member.mobile-function  .team-member--info--heading,
.module-12.accent-color--light-blue .team-member.mobile-function  .team-member--info--heading p*/ {
  background-color: #1edaeb;
  color: #ffffff;
}

.module-12.accent-color--blue .team-member:hover  .team-member--info--heading,
.module-12.accent-color--blue .team-member:hover  .team-member--info--heading p/*,
.module-12.accent-color--blue .team-member.mobile-function  .team-member--info--heading,
.module-12.accent-color--blue .team-member.mobile-function  .team-member--info--heading p*/ {
  background-color: #223f99;
  color: #ffffff;
}

.module-12.accent-color--purple .team-member:hover  .team-member--info--heading,
.module-12.accent-color--purple .team-member:hover  .team-member--info--heading p/*,
.module-12.accent-color--purple .team-member.mobile-function  .team-member--info--heading,
.module-12.accent-color--purple .team-member.mobile-function  .team-member--info--heading p*/ {
  background-color: #A92378;
  color: #ffffff;
}

.module-12 .team-member .team-member--info--heading,
.module.module-12 .team-member.mobile-function .team-member--info--heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  background-color: #ffffff;
  background-color: #ffffff;
  transform: none;
  transition: all ease-in-out 600ms;
}

.module-12 .partner .team-member--info--heading,
.module.module-12 .partner.mobile-function .team-member--info--heading {
  transform: translateY(100%);
}

.module-12 .team-member .team-member--info--heading p,
.module.module-12 .team-member.mobile-function .team-member--info--heading p {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.67rem;
  line-height: 1.3em;
  background-color: transparent !important;
  transition: all ease-in-out 600ms;
}

.module-12.accent-color--green .team-member.mobile-function  .team-member--info--heading p,
.module-12.accent-color--green .team-member  .team-member--info--heading p {
  color: #c8da2f;
}

.module-12.accent-color--light-blue .team-member.mobile-function  .team-member--info--heading p,
.module-12.accent-color--light-blue .team-member  .team-member--info--heading p {
  color: #1edaeb;
}

.module-12.accent-color--blue .team-member.mobile-function  .team-member--info--heading p,
.module-12.accent-color--blue .team-member  .team-member--info--heading p {
  color: #223f99;
}
.module-12.accent-color--purple .team-member.mobile-function  .team-member--info--heading p,
.module-12.accent-color--purple .team-member  .team-member--info--heading p {
  color: #A92378;
}

.module-12 .team-member .team-member--info--heading p span,
.module.module-12 .team-member.mobile-function .team-member--info--heading p span {
  display: block;
  color: #000000;
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.1em;
  margin-top: .25rem;
  transition: all ease-in-out 400ms;
}

.module-12 .team-member:hover .team-member--info--heading p span {
  color: #ffffff;
}

.module-12 .team-member:hover .team-member--info {
  transform: translateY(calc(100% - 1px));
}

.module-12 .team-member.mobile-function .team-member--info,
.module-12 .team-member .team-member--info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all ease-in-out 400ms;
  background-color: #ffffff;
}



.module-12 .team-member--info .social-container {
  padding: 0 1rem;
}

.module-12 .team-member--info .social:not(:last-child) {
  margin-right: .5rem;
}

.module-12 .team-member--info .social.spacer i {
  color: transparent !important;
  pointer-events: none;
}

.module-12 .team-member--info .social i {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-size: 0;
}

.module-12 .team-member--info .social i:before {
  font-size: 1rem;
}

.module-12 .team-member--info .social:hover i {
  color: #000000 !important;
}

.module-12.accent-color--green .team-member--info .social i {
  color: #c8da2f;

}

.module-12.accent-color--light-blue .team-member--info .social i {
  color: #1edaeb;
}

.module-12.accent-color--blue .team-member--info .social i {
  color: #223f99;
}

.module-12.accent-color--purple .team-member--info .social i {
  color: #A92378;
}

.module-12 .team-member--info--bio {
  color: #000000;
  font-size: 17px;
  line-height: 1.375em;
  /*font-size: 15.5px;
  line-height: 1.425em;*/
  padding: 1rem;
  max-height: 100%;
  overflow: scroll;
  word-wrap: break-word;
}

.module-12.module-12a .team-member.mobile-function .team-member--info,
.module-12.module-12a .team-member .team-member--info {
  background-color: #000000;
}

.module-12.module-12a .team-member--info--bio {
  color: #ffffff;
}

@media (max-width: 1200px) {

  .module-12.module-12a .team-members-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

@media (max-width: 1024px) {

  .module-12.module-12a .team-members-container {
    grid-template-columns: 1fr 1fr;
  }

}


@media (max-width: 815px) {

  .module-12.module-12a .team-members-container {
    grid-template-columns: 1fr;
  }

}



/* Module 13 */
.module-13 {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 0;
  padding-bottom: 0 !Important;
  z-index: 19;
}

.module-13.accent-color--green {
  background-color: #c8da2f;
}

.module-13.accent-color--blue {
  background-color: #223f99;
}

.module-13.accent-color--light-blue {
  background-color: #1edaeb;
}

.module-13.accent-color--purple {
  background-color: #A92378;
}

.module-13.sticky {
  position: fixed;
  top: 0;
  z-index: 9;
  z-index: 19;
  border-color: transparent;
  border-bottom: none;
  box-shadow: 0 0 .5rem rgba(0,0,0,.075);
}

.module-13 .max-width {
  max-width: 100%;
}

.module-13 .links-container {
  padding: .6rem 0;
}

.module-13 .links-container .link {
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1em;
  color: #ffffff;
  text-decoration: none;
  padding: .75rem 1.5rem;
  border-radius: 2rem;
}

.module-13 .links-container .link:not(:first-child) {
  margin-left: .5rem;
}

.module-13 .links-container .link:not(:last-child) {
  margin-right: .5rem;
}

.module-13 .links-container .link:hover,
.module-13 .links-container .link.active {
  background-color: #000000;
}

.module-13 .tab-select-container {
  display: none;
}

/* Module 14 */
.module-14 {

}

.module-14 .max-width {

}

.module-14 .col-container {

}

.module-14 .col--media {
  position: relative;
  padding-right: 4rem;
  padding: 2rem 4rem 2rem 0;
}

.module-14 .col--media:before {
  content: '';
  display: block;
  position: absolute;
  width: .25rem;
  height: 82.5%;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #000000;
}

.module-14.accent-color--green .col--media:before {
  background-color: #c8da2f;
}

.module-14.accent-color--light-blue .col--media:before {
  background-color: #1edaeb;
}

.module-14.accent-color--blue .col--media:before {
  background-color: #223f99;
}

.module-14.accent-color--purple .col--media:before {
  background-color: #A92378;
}

.module-14 .image-grid {

}

.module-14 .image-grid .col {
  padding: 0 1rem;
}

.module-14 .image-grid .col:nth-child(n + 4) {
  margin-top: 1.5rem;
}

.module-14 .image-grid .col img {

}

.module-14 .video-wrapper {

}

.module-14 .col--content {
  padding-left: 4rem;
}

.module-14 .col--content .module-headline {

}

.module-14.accent-color--green.background-color--white .col--content .module-headline {
  color: #c8da2f;
}
.module-14.accent-color--light-blue.background-color--white .col--content .module-headline {
  color: #1edaeb;
}
.module-14.accent-color--blue.background-color--white .col--content .module-headline {
  color: #223f99;
}
.module-14.accent-color--purple.background-color--white .col--content .module-headline {
  color: #A92378;
}

.module-14 .col--content .module-subheadline {

}

.module-14 .col--content .cta-container {

}

/* Module 15 */
.module-15 {

}

.module-15 .max-width {

}

.module-15 .max-width--alt--b {

}

.module-15 .col-container:not(.news-release) {
  padding: 6rem 0 8rem 0;
}

.module-15 .col-contact {
  padding-right: 10%;
}

.module-15 .module-headline {
  margin-bottom: 0;
}

.module-15 .module-subheadline {
  margin-bottom: 1.25rem;
}

.module-15 .col-contact p:not(.module-subheadline) {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
}

.module-15 .col-contact p a {
  text-decoration: none;
  margin-left: .5rem;
  font-size: 1.125rem;
}

.module-15 .col-contact i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.125em;
}

.module-15.accent-color--green .col-contact i,
.module-15.accent-color--green .col-contact p a:hover  {
  color: #c8da2f;
}

.module-15.accent-color--light-blue .col-contact i,
.module-15.accent-color--light-blue .col-contact p a:hover {
  color: #1edaeb;
}

.module-15.accent-color--blue .col-contact i,
.module-15.accent-color--blue .col-contact p a:hover {
  color: #223f99;
}

.module-15.accent-color--purple .col-contact i,
.module-15.accent-color--purple .col-contact p a:hover {
  color: #A92378;
}

.module-15 .cta-container {
  margin-top: 1.75rem;
}

.module-15 .cta:hover {

}

.module-15 .col-news {

}

.module-15 .news-release-wrapper:not(:first-child) {
  margin-top: 2rem;
}

.news-release-wrapper {
  display: block;
  text-decoration: none;
  border: 2px solid #1edaeb;
  background-color: transparent;
  transition: background-color ease-in-out 100ms;
}

.news-release {

  padding: 1rem 1.5rem;

}

.accent-color--green .news-release-wrapper:hover {
  background-color: #c8da2f;
}

.accent-color--light-blue .news-release-wrapper:hover {
  background-color: #1edaeb;
}

.accent-color--blue .news-releas-wrappere:hover {
  background-color: #223f99;
}

.accent-color--purple .news-release-wrapper:hover {
  background-color: #A92378;
}


.news-release p {
  margin-bottom: 0;
}

.module-15 .news-release {

}

.news-release p b {
  font-family: "AvenirNext-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  font-size: 17px;
  line-height: 1.1875rem;
  letter-spacing: .5px;
  text-decoration: none;
  display: block;
}

.accent-color--green .news-release p b {
  color: #c8da2f;
}

.accent-color--light-blue .news-release p b {
  color: #1edaeb;
}

.accent-color--blue .news-release p b {
  color: #223f99;
}

.accent-color--purple .news-release p b {
  color: #A92378;
}

.news-release:hover p b {

}

.news-release-wrapper:hover * {
  color: #000000 !important;
}

.news-release p span {
  display: block;
  margin-top: .25rem;
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: 400;
  font-size: .875em
  color: #ffffff;
}

.news-release .col--link {
  text-align: right;
}

.news-release .col--link b {
  text-decoration: none;
  font-family: "AvenirNext-Bold", sans-serif;
  font-weight: 700;
  padding: 1rem 1.125rem;
  line-height: 1.1875rem;
  color: #ffffff;
  display: inline-block;
  background-color: transparent;
  transition: background-color ease-in-out 100ms;
  text-align: center;
}

.news-release .col--link i {
  font-size: 1.375rem;
}

.accent-color--green .news-release .col--link b:hover {
  color: #000000;
}
.accent-color--light-blue .news-release .col--link b:hover {
  color: #000000;
}
.accent-color--blue .news-release .col--link b:hover {
}
.accent-color--purple .news-release .col--link b:hover {
}

/* Module 16 */
.module-16 {

}

.module-16 .max-width {
  padding: 4rem 0
}

.module-16 .col-container:not(.news-release) {

}

.module-16 .col--grid {
}

.module-16 .col--grid:nth-child(odd) {
  padding-right: 1rem;
}

.module-16 .col--grid:nth-child(even) {
  padding-left: 1rem;
}

.module-16 .col--grid:nth-child(n + 3) {
  margin-top: 2.25rem;
}

.module-16 .news-release-wrapper {

}

.module-16 .news-release {

}

.module-16 .load-more-container {
  margin-top: 4rem;
}

.module-16 .load-more-container.no-load {
  margin-top: 2rem;
}

.module-16 .load-more-container .cta.hidden {
  display: none;
}

/* Module 17 */
.module-17 {

}

.module-17 .max-width {
  padding: 4rem 0;
}

.module-17 .module-headline {
  margin-bottom: 0rem;
}

.module-17 .module-heading {
  margin-bottom: 2rem;
}

.module-17 .col-container:not(.grid, .col--source, .preview-card--source-link) {
  margin-bottom: 2rem;
}

.module-17 .col-container.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.module-17 .module-heading .cta-container {
  transform: translateY(-.25rem);
}

.resource-wrapper {
  text-decoration: none;
}

.resource-preview-card {
  background-color: #ffffff;
  transition: all ease-in-out 450ms, box-shadow ease-in-out 200ms;

}

.resource-preview-card:hover {
  box-shadow: .875rem .875rem 0 rgb(255,255,255,.25);

}

.resource-preview-card * {
  color: #000000;
}

.resource-preview-card .preview-card--image {

}

.resource-preview-card .preview-card--image .image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-size: 100%;
  transition: all ease-in-out 200ms;
}

.resource-preview-card:hover .preview-card--image .image-wrapper {
  background-size: 110%;
}

.accent-color--green .resource-preview-card {
  border-bottom: .375rem solid #c8da2f;
}

.accent-color--light-blue .resource-preview-card {
  border-bottom: .375rem solid #1edaeb;
}

.accent-color--blue .resource-preview-card {
  border-bottom: .375rem solid #223f99;
}

.accent-color--purple .resource-preview-card {
  border-bottom: .375rem solid #A92378;
}

.accent-color--green .resource-preview-card .preview-card--image .image-wrapper {
  background-image: url('../images/module-assets/resources/default--green.jpg')
}

.accent-color--light-blue .resource-preview-card .preview-card--image .image-wrapper {
  background-image: url('../images/module-assets/resources/default--light-blue.jpg')
}

.accent-color--blue .resource-preview-card .preview-card--image .image-wrapper {
  background-image: url('../images/module-assets/resources/default--blue.jpg')
}

.accent-color--purple .resource-preview-card .preview-card--image .image-wrapper {
  background-image: url('../images/module-assets/resources/default--purple.jpg')
}

.accent-color--green .resource-preview-card .preview-card--image .image-wrapper.has-image,
.accent-color--light-blue .resource-preview-card .preview-card--image .image-wrapper.has-image,
.accent-color--blue .resource-preview-card .preview-card--image .image-wrapper.has-image,
.accent-color--purple .resource-preview-card .preview-card--image .image-wrapper.has-image {
  background-image: none;
}

.resource-preview-card .preview-card--image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all ease-in-out 300ms;
}

.resource-preview-card:hover .preview-card--image img {
  width: 110%;
  width: 106%;
}

.resource-preview-card .preview-card--info {
  padding: 1rem;
}

.resource-preview-card .preview-card--title {

}

.resource-preview-card .preview-card--title span {
  color: rgba(0,0,0,.6);
  display: block;
  margin-bottom: .25rem;
}

.resource-preview-card .preview-card--title p {
  font-family: "AvenirNext-Bold", sans-serif;
  font-weight: 700;
  font-family: "AveninrNext-Demibold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .5rem;

}

.resource-preview-card .separator {
  margin: 1rem 0;
  display: none;
}

.resource-preview-card .preview-card--excerpt {
  display: none;
}

.resource-preview-card .preview-card--excerpt p {
  margin-bottom: 0;
}

.resource-preview-card .preview-card--source-link {
  margin-bottom: 0;
  margin-top: 1rem;
}

.resource-preview-card .preview-card--source-link .col--image {
  width: 4.25rem;
}

.resource-preview-card .preview-card--source-link .col--info {
  padding-left: .5rem;
}

.resource-preview-card .preview-card--source-link .col--info p {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.3em;
  margin-bottom: 0;
}

.resource-preview-card .preview-card--source-link .col--info p span {
  display: block;
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
}



/*.module-17 .col--grid {
  padding: 0 1.5rem;
}

.module-17 .col--grid:nth-child(3n + 1) {
  padding-left: 0;
  padding-right: 3rem;
}

.module-17 .col--grid:nth-child(3n + 3) {
  padding-left: 3rem;
  padding-right: 0;
}*/

/* Module 18 */
.module-18 {
}

.module-18 .max-width {

}

.module-18 .module-headline {
  margin-top: 2rem;
  margin-bottom: -2rem;
}

.module-18 .cta-container {

}

.module-18 .cta-container .cta {

}

.module-18 .col-container.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 4rem 0;
  min-height: 476px;
}

.module-18.filtered .col-container.grid {
  padding-top: 2.5rem;
}

.module-18 .col-grid {

}

.module-18 .load-more-container {
  padding-bottom: 4rem;
}

.filter-ui {
  display: block;
  border-top: 2px solid;
  padding-top: 1.5rem;
}

.accent-color--green .filter-ui {
  border-color: #c8da2f;
}
.accent-color--light-blue .filter-ui {
  border-color: #1edaeb;
}
.accent-color--blue .filter-ui {
  border-color: #223f99;
}
.accent-color--purple .filter-ui {
  border-color: #A92378;
}

.filter-ui select {
  display: none;
}

.filter-ui .tab-select-container {
  display: block;
  padding: 1.5rem 2.5rem;
}

.filter-ui .tab-select-container .max-width {
  width: 100%;
}

.filter-ui .tab-select-container select {
  /*
  display: block;
  width: 100%;
  color: #000000;
  border: .125rem solid black;
  border-radius: .125rem;
  padding: 0.25rem 0.125rem;
  outline: none;
  */
  display: none;
}

.filter-ui .tab-select-container select,
.filter-ui .tab-select-container select option {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.filter-ui .tab-select-container select:active,
.filter-ui .tab-select-container select:focus {
  border: .125rem solid #000000;
}

.filter-ui .ocient-select {
  text-align: left;
  display: block;
  position: relative;
  width: calc(100% - 4rem);
  margin: 0 auto;
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .075em;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0 0;
  width:
}

.filter-ui .ocient-select option {
  text-transform: unset;
}

.filter-ui .custom-select select {
  display: none;
}

.filter-ui .select-selected {
  background-color: #ffffff;
  border-radius: .25rem;
}

.filter-ui .select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% + 1.1rem);
  right: .875rem;
  width: 0;
  height: 0;
  transform-origin: 50%;
  transform: rotateZ(0)translateY(-50%);
  border: .5rem solid transparent;
  border-color: #000000 transparent transparent transparent;
  border-radius: 1px;
}

/*.select-selected.select-arrow-active:after {
  transform: rotateZ(180deg)translateY(-50%);
  top: calc(15% + .75rem);
}*/

.filter-ui .select-items div,
.filter-ui .select-selected {
  color: #000000;
  padding: .75rem 1rem;
  border: none;
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
  line-height: 1.2em;
}

.filter-ui .select-selected {
  padding: 1rem 0.75rem 0.75rem 0.75rem;
}

.filter-ui .select-items div {
  border-top: 0;
}

.filter-ui .select-items div:not(:last-child) {
  border-bottom: 0;
}

.filter-ui .select-selected {
  border: none;
}

.background-color--white .filter-ui .select-selected {
  border: 2px solid #000000;
}

.filter-ui .select-items {
  position: absolute;
  background-color: #000000;
  top: 100%;
  left: -.125rem;
  right: 0;
  z-index: 99;
  width: calc(100% + .25rem);
  margin: 0 auto;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  box-shadow: 0 1rem 1.5rem rgba(0,0,0,.95);
}

.filter-ui .select-hide {
  display: none;
}

.filter-ui .select-items div {
  color: #ffffff;
  border-top: .125rem solid #333;
}

.filter-ui .select-items div:hover,
.filter-ui .same-as-selected {
  border-top: .125rem solid #333 !important;
  color: #000000 !important;
}

.accent-color--green .filter-ui .select-items div:hover,
.accent-color--green .filter-ui .same-as-selected {
  background-color: #c8da2f;
}
.accent-color--blue .filter-ui .select-items div:hover,
.accent-color--blue .filter-ui .same-as-selected {
  background-color: #223f99;
  color: #ffffff !important;
}
.accent-color--light-blue .filter-ui .select-items div:hover,
.accent-color--light-blue .filter-ui .same-as-selected {
  background-color: #6dcde4;
}
.accent-color--purple .filter-ui .select-items div:hover,
.accent-color--purple .filter-ui .same-as-selected {
  background-color: #a42174;
  color: #ffffff !important;
}

.filter-ui .ocient-select--label {
  font-size: .875rem;
  font-family: 'AvenirNext-demibold', sans-serif;
  font-weight: 500;
  text-transform: Capitalize;
  margin-bottom: .5rem;
}

.filter-ui .ocient-select.col {
  width: 200px;
  display: inline-block;
}

.filter-ui .ocient-select.col:first-child {
  margin-right: 1rem;
}

.filter-ui .select-selected {
  padding: 0.67rem 0.75rem 0.5rem 0.75rem;
}

.filter-ui .select-items div,
.filter-ui .select-selected {
  font-size: .67rem;
}

.filter-ui .select-selected:after {
  border: 0.375rem solid transparent;
  border-color: #000000 transparent transparent transparent;
}

.filter-ui .os--search {
  width: calc(100% - 400px - 2rem);
  text-align: right;
}

.filter-ui .os--search .col {
  text-align: left;
  position: relative;
}

.filter-ui .os--search .col i {
  position: absolute;
  bottom: .625rem;
  right: .75rem;
  font-size: .875rem;
  color: #000000;
  cursor: pointer;
  background-color: #ffffff;
}

.os--search input[type="text"] {
  border-radius: 0.25rem;
  border: none;
  outline: none;
  padding: 0.575rem 0.625rem 0.5rem 0.625rem;
  width: 200px;
  color: black;
  font-weight: 900;
  font-family: 'EvelethClean', sans-serif;
  text-transform: uppercase;
  font-size: .67rem;
  line-height: 1em;
  letter-spacing: .075em;
}

@media (max-width: 720px) {

  .filter-ui {
    padding-top: 1rem;
  }

  .filter-ui .os--search {
    width: 100%;
    text-align: left;
    padding-top: 1rem;
  }

  .filter-ui .ocient-select.col {
    width: calc(50% - 0.5rem);
  }

  .filter-ui .os--search .col {
    display: block;
  }

  .os--search input[type="text"] {
    width: 100%;
  }

}

@media (max-width: 428px) {

  .filter-ui .ocient-select.col {
    width: 100%;
    margin: 0 0;
  }

  .filter-ui .ocient-select.col:first-child {
    margin-bottom: 1rem;
  }

}

.module-18 .callout-card {
  position: relative;
  border-radius: .25rem;
  background-size: cover;
  transition: all ease-in-out 250ms;
}

.module-18 .callout-card:hover {
  position: relative;
}

.module-18 .callout-card--info {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-18 .callout-card--headline {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: calc(100% - 2rem);
  transform: translate(-50%, 0)
}

.module-18 .callout-card a {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

@media (max-width: 768px) {

  .module-18 .callout-card--info {
    position: relative;
    padding: 12.5% 2rem 10% 2rem;;
  }

  .module-18 .callout-card--headline {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    font-size: 2rem;
  }

  .module-18 .callout-card a {
    position: relative;
    transform: unset;
    bottom: unset;
    left: unset;
    margin-top: 12.5%;
    font-size: 1.5rem;
  }

}

@media (max-width: 640px) {

  .module-18 .callout-card--headline {
    font-size: 1.67rem;
  }

  .module-18 .callout-card a {
    font-size: 1.33rem;
  }

}

@media (max-width: 575px) {

  .module-18 .callout-card--headline {
    font-size: 1.5rem;
  }

  .module-18 .callout-card a {
    margin-top: 3rem;
    font-size: 1.25rem;
  }

}

@media (max-width: 428px) {

  .module-18 .callout-card--info {
    position: relative;
    padding: 3rem 1.5rem;
  }

  .module-18 .callout-card--headline {
    font-size: 1.425rem;
  }

  .module-18 .callout-card a {
    font-size: 1rem;
  }

}

/*
.module-18 .callout-card--info {
  position: absolute;
  width: 100%;
  padding: 0 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.module-18 .callout-card--headline {
  width: 100%;
}

.module-18 .callout-card a {
  margin-top: 3rem;
}
*/

/* Module 19 */
.module-19 {
  padding-top: 4rem;
}

.module-19 .module-headline {
  text-align: center;
}

.module-19 .max-width {

}

.module-19 .col-container.grid {
  margin: 2rem 0 4rem 0;
}

.module-19 .col--grid {
  margin: 0 2rem;
  width: calc(50% - 4rem);
  text-align: left;
}

.module-19 .col--grid.hidden {
  display: none !important;
}

.module-19 .col--grid:nth-child(n + 3) {
  margin-top: 2rem;
}

.module-19 .grid.limit-display .col--grid:nth-child(n + 9) {
  display: none;
}

.module-19 .load-more-container .cta.hidden {
  display: none;
}

.module-19.dept-filter {

}

.module-19.dept-filter .dept-grid-container {
  margin-top: 4rem;
}

.module-19.dept-filter .dept-container {
  width: 16rem;
  padding-top: 1rem;
  padding-right: 1rem;
}

.module-19.dept-filter .dept-container p {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}

.module-19.dept-filter .dept-container ul {
  margin: 0 0;
  padding: 0 0;
}

.module-19.dept-filter .dept-container ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}

.module-19.dept-filter .dept-container ul li a {

}

.module-19.dept-filter.accent-color--green .dept-container ul li a.active,
.module-19.dept-filter.accent-color--green .dept-container ul li a:hover {
  color: #c8da2f
}
.module-19.dept-filter.accent-color--light-blue .dept-container ul li a.active,
.module-19.dept-filter.accent-color--light-blue .dept-container ul li a:hover {
  color: #1edaeb
}
.module-19.dept-filter.accent-color--blue .dept-container ul li a.active,
.module-19.dept-filter.accent-color--blue .dept-container ul li a:hover {
  color: #223f99
}
.module-19.dept-filter.accent-color--purple .dept-container ul li a.active,
.module-19.dept-filter.accent-color--purple .dept-container ul li a:hover {
  color: #A92378;
}

.module-19.dept-filter .grid-container {
  width: calc(100% - 16rem);
  border-left: 1px solid #ffffff;
}

.module-19.dept-filter .col-container.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin: 0 0;
  padding: 1rem 0 1rem 3rem;

}

.module-19.dept-filter .col-container.grid .col--grid {
  width: 100%;
  margin: 0 0 !important;
}

.module-19.dept-filter .load-more-container {
  display: none;
}

.module-19.dept-filter {
  padding-bottom: 6rem;
}

@media (max-width: 1200px) {

  .module-19.dept-filter {
    padding-bottom: 5rem;
  }

  .module-19.dept-filter .col-container.grid {
    grid-template-columns: 1fr 1fr;
    padding-right: .5rem;
  }

}

@media (max-width: 1024px) {

  .module-19.dept-filter {
    padding-bottom: 4.5rem;
  }

  .module-19.dept-filter .col-container.grid {
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-left: 2.5rem;
  }

  .module-19 .sticky-container {
    top: 6.5rem;
    position: sticky;
  }

  .module-19.dept-filter .dept-container p {
    margin-bottom: 1rem;
  }

}

@media (max-width: 925px) {

  .module-19.dept-filter .dept-container {
    width: 14rem;
  }

  .module-19.dept-filter .grid-container {
    width: calc(100% - 14rem);
  }

  .module-19.dept-filter {
    padding-bottom: 4rem;
  }

}

@media (max-width: 720px) {

  .module-19.dept-filter .dept-container {
    width: 12rem;
    padding-right: 0;
  }

  .module-19.dept-filter .dept-container p {
    font-size: 1rem;
  }

  .module-19.dept-filter .dept-container ul li a {
    font-size: .875rem;
  }

  .module-19.dept-filter .grid-container {
    width: calc(100% - 12rem);

    border: none;
  }

  .module-19.dept-filter .col-container.grid {
    padding-left: 0;
  }

  .module-19.dept-filter {
    padding-bottom: 3.5rem;
  }

}

@media (max-width: 480px) {

  .module-19 .module-headline,
  .module-19 .module-subheadline {
    text-align: left;
  }

  .module-19.dept-filter .dept-grid-container {
    margin-top: 2rem;
  }

  .module-19.dept-filter .dept-container {
    width: 100%;
    height: unset !important;
    padding-top: 0;
  }

  .module-19 .sticky-container {
    position: relative;
    width: 100%;
    top: 0;
  }

  .module-19.dept-filter .dept-container ul li {
    display: inline-block;
  }

  .module-19.dept-filter .dept-container p {
    font-size: 1.125rem;
  }

  .module-19.dept-filter .dept-container ul li a {
    font-size: .95rem;
  }

  .module-19.dept-filter .dept-container ul li:not(:last-child) {
    margin-right: .5rem;
  }

  .module-19.dept-filter .grid-container {
    width: 100%;
  }

  .module-19.dept-filter {
    padding-bottom: 3rem;
  }

}

/* Module 20 */
.module-20 {

}

.module-20 .inner {
  padding: 3rem 0;
}

.module-20 .max-width {

}

.module-20 .module-headline {
  margin-bottom: 0;
}

.module-20 .carousel-controls-container {

}

.module-20 .carousel-control {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .5;
  cursor: pointer;
}

.module-20 .carousel-control:hover {
  opacity: 1;
}

.module-20 .carousel-control--prev {
  margin-right: 2rem;
}

.module-20 .carousel-control--next {

}

.module-20.accent-color--green .carousel-control--prev {
  background-image: url(../images/module-assets/module-20/prev--green.svg);
}
.module-20.accent-color--light-blue .carousel-control--prev {
  background-image: url(../images/module-assets/module-20/prev--light-blue.svg);
}
.module-20.accent-color--blue .carousel-control--prev {
  background-image: url(../images/module-assets/module-20/prev--blue.svg);
}
.module-20.accent-color--purple .carousel-control--prev {
  background-image: url(../images/module-assets/module-20/prev--purple.svg);
}

.module-20.accent-color--green .carousel-control--next {
  background-image: url(../images/module-assets/module-20/next--green.svg);
}
.module-20.accent-color--light-blue .carousel-control--next {
  background-image: url(../images/module-assets/module-20/next--light-blue.svg);
}
.module-20.accent-color--blue .carousel-control--next {
  background-image: url(../images/module-assets/module-20/next--blue.svg);
}
.module-20.accent-color--purple .carousel-control--next {
  background-image: url(../images/module-assets/module-20/next--purple.svg);
}

.module-20 .max-width--carousel {
  width: 100%;
  max-width: 100%;

}

.module-20 .col-container.carousel {
  padding: 3rem 0 2rem 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
}

.module-20 .col--carousel {
  width: 380px;
  margin-left: 2rem;
  white-space: normal;
}

.module-20 .col--carousel:last-child {
  margin-right: 2rem;
}

/* Module 21 */
.module-21 {

}

.module-21 .inner {
  padding: 4rem 0;
}

.module-21 .max-width {

}

.module-21 .module-headline {

}

.module-21 .module-subheadline {

}

.module-21 .ocient-table {
  position: relative;
  margin-top: 4rem;
}

.module-21 .table-grid-line-container {

}

.module-21 .table-grid-line {
  position: absolute;
  width: .25rem;
  height: 100%;
  top: 0;
  background-color: #ffffff;
}

.module-21 .table-grid-line--1 {
  left: 40%;
}

.module-21 .table-grid-line--2 {
  left: 60%;
}

.module-21 .table-grid-line--3 {
  left: 80%;
}

.module-21 .ocient-table .table-row {

}

.module-21 .ocient-table .table-row.header {

}

.module-21 .ocient-table .table-row:not(.header){
  margin: 1rem 0;
}

.module-21 .ocient-table .table-row:nth-child(even) {
  background-color: rgba(255,255,255,.1);
}

.module-21 .ocient-table .table-row.header .table-col {

}

.module-21 .ocient-table .table-row.header .table-col p {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  font-size: 1.375rem;
}

.module-21.accent-color--green .ocient-table .table-row.header {
  background-color: #c8da2f;
}
.module-21.accent-color--green .ocient-table .table-row.header p {
  color: #000000;
}
.module-21.accent-color--light-blue .ocient-table .table-row.header {
  background-color: #1edaeb;
}
.module-21.accent-color--light-blue .ocient-table .table-row.header p {
  color: #000000;
}
.module-21.accent-color--blue .ocient-table .table-row.header {
  background-color: #223f99;
}
.module-21.accent-color--purple .ocient-table .table-row.header {
  background-color: #A92378;
}

.module-21 .ocient-table .table-col {
  padding: .75rem 1rem;
}

.module-21 .ocient-table .table-col--1 {
  width: 40%;
  /*
  padding-left: 2rem;
  */
}

.module-21 .ocient-table .table-col--2,
.module-21 .ocient-table .table-col--3,
.module-21 .ocient-table .table-col--4 {
  text-align: center;
}

.module-21 .ocient-table .table-col--2 {
  width: 20%;
}

.module-21 .ocient-table .table-col--3 {
  width: 20%;
}

.module-21 .ocient-table .table-col--4 {
  width: 20%;
}

.mobile-column-label {
  display: none;
}

.module-21 .ocient-table .table-row .table-col p {
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 0;
  display: inline;
}

.module-21 .ocient-table .table-tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: .5rem;
}

.module-21 .ocient-table .table-row .table-col i {
  font-size: .95em;
  cursor: pointer;
}

.module-21 .ocient-table .table-tooltip {
  z-index: 2;
  display: none;
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.46em;
  color: #ffffff;
  position: absolute;
  right: 0;
  transform: translate(calc(100% + 1rem), -100%);
  top: 0;
  width: 420px;
  padding: 1rem 1rem .75rem 1rem;
  border-radius: 2rem 2rem 2rem 0rem;
  box-shadow: 0px 0px .5rem rgba(0,0,0,.15);
}

.module-21.accent-color--green .ocient-table .table-tooltip {
  background: #c8da2f;
  color: #000000;
}
.module-21.accent-color--light-blue .ocient-table .table-tooltip {
  background: #1edaeb;
  color: #000000;
}
.module-21.accent-color--blue .ocient-table .table-tooltip {
  background: #223f99;
}
.module-21.accent-color--purple .ocient-table .table-tooltip {
  background: #A92378;
}

.module-21 .ocient-table .table-tooltip-container:hover .table-tooltip {
  display: block;
}

.module-21 .ocient-table .table-marker {
  width: 1.625rem;
  height: 1.625rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  display: inline-block;
  border: 2px solid #ffffff;
}

.module-21 .ocient-table .table-marker.partial {
  background-color: transparent;
}

.module-21 .ocient-table .table-marker.hidden {
  display: none;
}

/* Module 22 */
.module-22 {

}

.module-22.no-curve {
  padding: 0 0;
}

.module-22 .max-width {
  padding: 0 0;
}

.module-22 .module-headline {
  margin-bottom: 0;
}

.module-22 .module-subheadline {

}

.module-22 .col-contact {
  max-width: 720px;
  padding: 3rem 6rem;
}

.module-22 .contact-list-item {

}

.module-22 .contact-list-item i {
  display: inline-block;
  vertical-align: top;
}

.module-22 .contact-list-item p {
  display: inline-block;
  vertical-align: top;
}

.module-22 .col-contact p:not(.module-subheadline) {
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
}

.module-22 .col-contact p a {
  text-decoration: none;
  margin-left: .5rem;
  font-size: 1.125rem;
  display: inline-block;
}

.module-22 .col-contact i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.125em;
}

.module-22.accent-color--green .col-contact i,
.module-22.accent-color--green .col-contact p a:hover  {
  color: #c8da2f;
}
.module-22.accent-color--light-blue .col-contact i,
.module-22.accent-color--light-blue .col-contact p a:hover {
  color: #1edaeb;
}
.module-22.accent-color--blue .col-contact i,
.module-22.accent-color--blue .col-contact p a:hover {
  color: #223f99;
}
.module-22.accent-color--purple .col-contact i,
.module-22.accent-color--purple .col-contact p a:hover {
  color: #A92378;
}



/* Module 23 */
.module-23 {

}

.module-23.no-curve {
  padding-top: 4rem;
}

.module-23 .inner {

}

.module-23 .max-width {

}

.module-23 .module-heading {
  margin-bottom: 4rem;
}

.module-23 .module-headline {

}

.module-23 .module-subheadline {

}

.module-23 .module-content {

}

.module-23 .checklist {
  padding-bottom: 3rem;
}

.module-23 .checklist-item {

}

.module-23 .checklist-item:nth-child(odd) {
  padding-right: 4rem;
}
.module-23 .checklist-item:nth-child(even) {
  padding-left: 4rem;
}

.module-23 .checklist-item:nth-child(n + 3) {
  margin-top: 2rem;
}

.module-23 .checklist-item .col--icon {
  margin-right: .5625em;
	margin-top: .125rem;
  width: 1rem;
}

.module-23 .checklist-item i {
  font-size: .67em;
  transform: translateY(.1rem);
  color: #000000;
}

.module-23.background-color--black .checklist-item i {
	color: #ffffff;
}

/*
.module-23.accent-color--green .checklist-item i {
  color: #c8da2f;
}
.module-23.accent-color--light-blue .checklist-item i {
  color: #1edaeb;
}
.module-23.accent-color--blue .checklist-item i {
  color: #223f99;
}
.module-23.accent-color--purple .checklist-item i {
  color: #A92378;
}*/
.module-23.background-color--white.accent-color--green .module-headline/*,
.module-23.background-color--white.accent-color--green .checklist-item p*/ {
  color: #c8da2f;
}
.module-23.background-color--white.accent-color--light-blue .module-headline/*,
.module-23.background-color--white.accent-color--light-blue .checklist-item p*/ {
  color: #1edaeb;
}
.module-23.background-color--white.accent-color--blue .module-headline/*,
.module-23.background-color--white.accent-color--blue .checklist-item p*/ {
  color: #223f99;
}.module-23.background-color--white.accent-color--purple .module-headline/*,
.module-23.background-color--white.accent-color--purple .checklist-item p*/ {
  color: #A92378;
}

.module-23 .checklist-item .col--text {
  width: calc(100% - 3rem);
}

.module-23 .checklist-item p {
  font-family: 'AvenirNext--Demibold', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.375em;
}



/* Module 24 */
.module-24 {

}

.module-24 .inner {

}

.module-24 .max-width {
  padding: 4rem 0;
}

.module-24 .wysiwyg-container {

}

.module-24 .wysiwyg-container h1,
.module-24 .wysiwyg-container h2,
.module-24 .wysiwyg-container h3,
.module-24 .wysiwyg-container h4,
.module-24 .wysiwyg-container h5,
.module-24 .wysiwyg-container h6 {
  margin-bottom: 2rem;
}

.module-24 .wysiwyg-container h1:not(:first-child),
.module-24 .wysiwyg-container h2:not(:first-child),
.module-24 .wysiwyg-container h3:not(:first-child),
.module-24 .wysiwyg-container h4:not(:first-child),
.module-24 .wysiwyg-container h5:not(:first-child),
.module-24 .wysiwyg-container h6:not(:first-child) {
  margin-top: 1rem;
}

.module-24.accent-color--green .wysiwyg-container h1,
.module-24.accent-color--green .wysiwyg-container h2,
.module-24.accent-color--green .wysiwyg-container h3,
.module-24.accent-color--green .wysiwyg-container h4,
.module-24.accent-color--green .wysiwyg-container h5,
.module-24.accent-color--green .wysiwyg-container h6 {
  color: #c8da2f;
}
.module-24.accent-color--light-blue .wysiwyg-container h1,
.module-24.accent-color--light-blue .wysiwyg-container h2,
.module-24.accent-color--light-blue .wysiwyg-container h3,
.module-24.accent-color--light-blue .wysiwyg-container h4,
.module-24.accent-color--light-blue .wysiwyg-container h5,
.module-24.accent-color--light-blue .wysiwyg-container h6 {
  color: #1edaeb;
}
.module-24.accent-color--blue .wysiwyg-container h1,
.module-24.accent-color--blue .wysiwyg-container h2,
.module-24.accent-color--blue .wysiwyg-container h3,
.module-24.accent-color--blue .wysiwyg-container h4,
.module-24.accent-color--blue .wysiwyg-container h5,
.module-24.accent-color--blue .wysiwyg-container h6 {
  color: #223f99;
}
.module-24.accent-color--purple .wysiwyg-container h1,
.module-24.accent-color--purple .wysiwyg-container h2,
.module-24.accent-color--purple .wysiwyg-container h3,
.module-24.accent-color--purple .wysiwyg-container h4,
.module-24.accent-color--purple .wysiwyg-container h5,
.module-24.accent-color--purple .wysiwyg-container h6 {
  color: #A92378;
}

.module-24 .wysiwyg-container h1 {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
}

.module-24 .wysiwyg-container h2 {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

.module-24 .wysiwyg-container h3 {
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

.module-24 .wysiwyg-container h4 {
  font-family: 'Avenir-Next--Medium', sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
}

.module-24 .wysiwyg-container h5 {
  font-family: 'Avenir-Next--Medium', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.module-24 .wysiwyg-container h6 {
  font-family: 'Avenir-Next--Medium', sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
}

.module-24 .wysiwyg-container a {
  text-decoration: none;
  border-bottom: 2px solid rgba(0,0,0,.7);
  transition: all ease-in-out 100ms;
}

.module-24 .wysiwyg-container a:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}

.module-24.accent-color--green .wysiwyg-container a {
  color: #c8da2f;
  border-color: #c8da2f;
}
.module-24.accent-color--light-blue .wysiwyg-container a {
  color: #1edaeb;
  border-color: #1edaeb;
}
.module-24.accent-color--blue .wysiwyg-container a {
  color: #223f99;
  border-color: #223f99;
}
.module-24.accent-color--purple .wysiwyg-container a {
  color: #A92378;
  border-color: #A92378;
}

.module-24 .wysiwyg-container ul,
.module-24 .wysiwyg-container ol {
  margin: 4rem 0 4rem 1.25rem;
}

.module-24 .wysiwyg-container blockquote {
  padding-left: 2rem;
  margin: 4rem 3.75% 4rem 7.5%;
  border-left: .25rem solid #000000;
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
}
.module-24.accent-color--green .wysiwyg-container blockquote {
  border-color: #c8da2f;
  color: #c8da2f;
}
.module-24.accent-color--light-blue .wysiwyg-container blockquote {
  border-color: #1edaeb;
  color: #1edaeb;
}
.module-24.accent-color--blue .wysiwyg-container blockquote {
  border-color: #223f99;
  color: #223f99;
}
.module-24.accent-color--purple .wysiwyg-container blockquote {
  border-color: #A92378;
  color: #A92378;
}
.module-24 .wysiwyg-container blockquote * {
  color: inherit !important;
}

.module-24 .wysiwyg-container img {
  width: initial;
  display: initial;
  height: initial;
}

.module-24 .wysiwyg-container p,
.module-24 .wysiwyg-container li {
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.618em;
  margin-bottom: 2rem;
  color: rgba(0,0,0,.7);
}

.module-24 .wysiwyg-container strong {
  font: inherit;
  color: inherit;
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
}

.module-24 .wysiwyg-container em {
  font: inherit;
  color: inherit;
  font-style: italic;
}

.module-24 .wysiwyg-container *:last-child {
  margin-bottom: 0;
}

.wsi-video-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.wsi-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Module 25 */
.module-25 {

}

.module-25 .inner {

}

.module-25 .max-width {
  padding: 6rem 0;
}

.module-25.has-curve .max-width {
  padding-top: 3rem;
}

.module-25 .col--content {
  padding-right: 8rem;
  padding-right: 10%;
}

.module-25 .module-headline {

}

.module-25 .module-subheadline {

}

.module-25 .module-subheadline *:last-child {
  margin-bottom: 0;
}

/* Module 26 */
.module-26 {
  padding: 0 0 !important;
}

.module-26 .image-wrapper {

}

.module-26 img {
  display: block;
  width: 100%;
  height: auto;
}

/* Module 28 */
.module-28 {

}

.module-28 .content-width--default {
  max-width: 860px;
  padding: 4rem 0;
}

.module-28 .content-width--expanded {
  max-width: 1024px;
  padding: 5rem 0;
}


/* Module 29 */
.module-29 {

}

.module-29 .max-width {
  padding-bottom: 2rem;
}

.module-29 .module-headline {

}

.module-29 .module-headline:last-child {
  margin-bottom: 0;
}

.module-29 .module-subheadline {

}

.module-29 .image-carousel {
  white-space: nowrap;
  max-width: 1920px;
  overflow: hidden;
}

.module-29 .image-carousel .image {
  white-space: normal;
  width: 12rem;
  margin-right: 4rem;
  transition: all ease-in-out 150ms;
}

@media (max-width: 960px) {

  .module-29 .image-carousel .image {
    width: 9rem;
    margin-right: 2rem;
  }

}

@media (max-width: 575px) {

  .module-29 .image-carousel .image {
    width: 8rem;
    margin-right: 1rem;
  }

}

.module-29 .image-carousel .image:hover {

}

.module-29 .image-carousel .image a {

}

.module-29 .image-carousel .image a:hover {

}

.module-29 .image-carousel .image img {

}

.module-30 {
  margin-bottom: 3rem;
}

.module.module-30 {
  padding-bottom: 0;
}

.module-30 .max-width {

}

.module-30 .slider-container {

}

.module-30 .slide-markers-container {
  margin: .25rem 0;
  display: grid;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.module-30 .slide-marker {
  background-color: rgba(255,255,255,.1);
  height: .5rem;
  cursor: pointer;
  position: relative;
}

.module-30 .slide-marker .filler {
  width: 0;
  height: .5rem;
  background-color: yellow;
  transition: all linear 0;
}
.module-30 .slide-marker:nth-child(4n + 1) .filler {
  background-color: #c8da2f;
}
.module-30 .slide-marker:nth-child(4n + 2) .filler {
  background-color: #1edaeb;
}
.module-30 .slide-marker:nth-child(4n + 3) .filler {
  background-color: #223f99;
}
.module-30 .slide-marker:nth-child(4n + 4) .filler {
  backgound-color: #a92378;
}

.module-30 .slide-marker.active .filler {
  width: 100%;
  transition: all linear 5s;
}

.module-30 .slide-marker.active.instant .filler {
  transition: all linear 0ms;
}

.module-30 .slides-container {
  width: 100%;
  padding-bottom: 56.25%;
  padding-bottom: 48%;
  position: relative;
}

.module-30 .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all ease-in-out 600ms;
}

.module-30 .slide.active {
  opacity: 1;
  pointer-events: auto;
}

.module-30 .slide .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.module-30 .slide .image {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all linear 180ms;
}

.module-30 .slide:hover .image {
  width: 105%;
  height: 105%;
}

.module-30 .slide-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.775);
  padding: 1.5rem;
  width: 100%;
  max-width: 575px;
}

.module-30 .slide-info a {
  text-decoration: none;
}

.slide-headline {

}

.module-30 .slide-subheadline {

}

@media (max-width: 768px) {

  .module.module-30 {
    margin-bottom: 0;
  }

  .module-30 .slide .image-container {
    position: relative;
  }

  .module-30 .slide-info {
    max-width: 100%;
    padding: 1.75rem 0 .75rem 0;
    position: relative;
    bottom: unset;

  }

  .module-30 .slide-markers-container {
    position: relative;
  }

  .module-30 .slide-marker {
    height: .25rem;
  }

  .module-30 .slide-marker .filler {
    height: .25rem;
  }

}


/* Single */
.single-header {
  padding-bottom: 0 !important;
}

.single-header .max-width {
  max-width: 1248px;
  padding: 10rem 0 8rem 0;
}

.single-header .module-metaheadline {
  color: #c8da2f;
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  margin-bottom: 1.5rem;
}

.single-header .module-headline {

}

.single-header .module-subheadline {

}

.single-content {
  position: relative;
}

.share-buttons-container {
  position: absolute;
  right: 0;
  top: 4rem;
  display: inline-block;
  z-index: 2;
}

.share-buttons-container.sticky {
  position: fixed;
  top: calc(50% + 3.5rem);
  transform: translateY(-50%);
}

.share-buttons-container.sticky-hold {
  position: absolute;
  bottom: 10%;
  top: unset;
}

.share-button.waypoint--a {
  transform: translateX(calc(100%));
}

.share-button {
  transform: translateX(calc(100% - 2rem));
  list-style-type: none;
  background-color: #000000;
  margin-bottom: .5rem;
  transition: all ease-in-out 300ms;
}

.share-button:hover {
  background-color: #A92378;
  transform: translateX(0);
}

.share-button a {
  color: #ffffff;
  padding: .67rem;
  line-height: 1em;
  display: inline-block;
  text-decoration: none;
}

.share-button i {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  color: #ffffff;
}

.share-button span {
  color: #ffffff;
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}


/* WHITE MODULE ACCENT COLORS */
.module-02.background-color--white.accent-color--green .module-headline,
.module-04.background-color--white.accent-color--green .module-headline,
.module-04.background-color--white.accent-color--green .module-headline {
  color: #c8da2f;
}
.module-02.background-color--white.accent-color--light-blue .module-headline,
.module-04.background-color--white.accent-color--light-blue .module-headline,
.module-05.background-color--white.accent-color--light-blue .module-headline {
  color: #1edaeb;
}
.module-02.background-color--white.accent-color--blue .module-headline,
.module-04.background-color--white.accent-color--blue .module-headline,
.module-05.background-color--white.accent-color--blue .module-headline {
  color: #223f99;
}
.module-02.background-color--white.accent-color--purple .module-headline,
.module-04.background-color--white.accent-color--purple .module-headline,
.module-05.background-color--white.accent-color--purple .module-headline {
  color: #A92378;
}

/* HUBSPOT */
.hbspt-form {
  max-width: 600px;
  border: 1px solid rgba(0,0,0,.15);
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 0.5rem;
}

input.hs-button.primary.large {
  background: red;
}


.no-click {
  cursor: default;
  pointer-events: none;
}

/* Password Protection - Added July 2022 */
.ocient-password-protection {
  text-align: center;
  padding-top: 6rem;
  background-image: url(https://ocient.com/wp-content/uploads/2022/04/bg-30-1-scaled.jpg);
}

.ocient-password-protection .max-width {
  padding-bottom: 4rem;
  max-width: 600px;
}

.ocient-password-protection form {
  color: #ffffff;
}

.ocient-password-protection form *:not(:first-child) {
  font-size: 1rem;
}

.ocient-password-protection form  p {
  line-height: 1.42em;
}

.ocient-password-protection form label {
  color: transparent;
  position: relative;
  width: 100%;
  max-width: 12rem;
  margin: 1.5rem auto 0 auto;
  display: block;
}

.ocient-password-protection form input[type="password"] {
  color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: block;
  outline: none;
  border: none;
  padding: 0.2rem 0.5rem 0.125rem 0.425rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.ocient-password-protection form input[type="submit"] {
  appearance: none;
  background-color: transparent;
  color: #ffffff;
  border: none;
  outline: none;
  display: block;
  margin: 1.5rem auto 0 auto;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 1.125rem;
  cursor: pointer;
  text-transform: uppercase;
}

.ocient-password-protection form input[type="submit"]:hover {
  text-decoration: underline;
}


/* Video Post Type */
.video-post-wrapper .image-wrapper.has-image:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 56px;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .875;
  transition: all ease-in-out 150ms;
}

.video-post-wrapper .image-wrapper:hover:after {
  opacity: 1;
}

.video-page {

}

.video-page .single-inner {

}

.video-page .max-width {
  max-width: 800px;
}

.video-page .share-button {
  background-color: #ffffff;
  color: #000000;
}

.video-page .share-button:hover {
  background-color: #c8da2f;
  color: #333333;
}

.video-page .share-button span {
  color: #333333;
}

.video-page .share-button i {
  color: #000000;
}

.video-page .single-header {

}

.video-page .single-header .max-width {
  padding: 2rem 0 2rem 0;
}

.video-page .single-header .module-metaheadline {
  color: #ffffff;
  opacity: .75;
  font-size: 1rem;
}

.video-page .single-header .module-headline {
  font-size: 1.825rem;
  line-height: 1.125em;
  margin-bottom: 0;
}

.video-page--content .max-width {
  width: 100%;
}

.video-page .video-page--player {
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}

.video-page .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-page .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-page .video-page--synopsis {
  padding-bottom: 0;
}

.video-page--synopsis .wysi-container {

}

.video-page--synopsis .wysi-container * {
  color: #ffffff;
  opacity: 1;
}

.video-page--synopsis .wysi-container p,
.video-page--synopsis .wysi-container li {
  font-size: 1.0625rem;
  line-height: 1.67em;
}

.video-page--synopsis .wysi-container p:not(:last-child) {
  margin-bottom: 2rem;
}

.video-page .single-footer {
  margin-top: 6rem;
}

.single-video_post footer {
  z-index: 2;
}

.single-video_post footer .curve--offset.black {
  display: none;
}

.video-page .module-20 {
  padding-bottom: 7%;
  background-color: #000000;
  z-index: 2;
}

.video-page .module-20 .inner {
  padding-top: 0;
}

.video-page .module-20 .module-headline {
  font-size: 1.25rem;
}

.video-page .module-20 .carousel-control {
  width: 1.125rem;
  height: 2.75rem;
}

.video-page .module-20 .carousel-control--prev {
  margin-right: 1.125rem;
}

.video-page .module-20 .col-container.carousel {
  padding-top: 2rem;
}

.video-page .module-20 .col--carousel {
  width: 250px;
  margin-left: 1.5rem;
}

.video-page .module-20 .col--carousel:first-child {
  margin-left: 0;
}

.video-page .module-20 .col--carousel:last-child {
  margin-right: 0;
}

.video-page .resource-preview-card {
  border-width: .25rem;
}

.video-page .resource-preview-card:hover {
  box-shadow: none;
}

.video-page .resource-preview-card .preview-card--info {
  padding: 0.75rem;
  min-height: 5rem;
}

.video-page .resource-preview-card .preview-card--title span {
  margin-bottom: 0;
  font-size: .75em;
}

.video-page .resource-preview-card .preview-card--title p {
  font-size: .95rem;
  line-height: 1.25em;
}

.module-31 .max-width {
  max-width: 1300px;
}

.module-31 .filter-ui {
  border-top: none;
  padding: .75rem 1rem;
}

.module-31.sticky .max-width {
  padding-top: 3.75rem;
}

.module-31.sticky .filter-ui {
  position: fixed;
  top: 5.75rem;
  width: 100%;
  left: 50%;
  z-index: 2;
  max-width: 1300px;
  transform: translateX(-50%);
}

.module-31.accent-color--green .filter-ui {
  background-color: #c8da2f;
}
.module-31.accent-color--light-blue .filter-ui {
  background-color: #1edaeb;
}
.module-31.accent-color--blue .filter-ui {
  background-color: #223f99;
}
.module-31.accent-color--purple .filter-ui {
  background-color: #A92378;
}

.module-31 .filter-ui .ocient-select--label {
  display: none;
}

.module-31 .filter-ui .os--search {
  margin-top: 0;
}

.module-31 .filter-ui .os--search input {
  border-radius: 3rem;
  padding-left: 1rem;
}

.module-31 .os--view {
  width: 400px;
  margin-right: 2rem;
  margin-top: 0;
}

.module-31 .view-control--label {
  color: #333;
  font-family: "EvelethClean", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .0625em;
  line-height: 1em;
  transform: translateY(.125rem);
  margin-right: .25rem;
}

.module-31 .view-control {
  margin-left: .375rem;
  color: #333;
  font-family: 'AvenirNext-Medium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .0625em;
  line-height: 1em;
  opacity: .625;
  transition: all ease-in-out 150ms;
  background-color: #000000;
  color: #ffffff;
  padding: .67rem 1rem .5rem 1rem;
  border-radius: 3rem;
  cursor: pointer;
}


.module-31 .col-container.grid {
  padding: 3.25rem 0;
}

.module-31 .grid.no-grid {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.module-31 .resource-preview-card .preview-card--title span {
  font-size: .875em;
}

.module-31 .module-20 {
  padding-bottom: 0;
}

.module-31 .module-20 .inner {
  padding-bottom: 0;
}

.module-31 .module-20 .max-width {
  padding-top: 0;
}

.module-31 .view-control.active,
.module-31 .view-control:hover {
  opacity: 1;
}

.module-32 {
  background-color: #000000;
}

.module.module-06.module-32 .max-width {
  max-width: 1300px;
  padding: 2rem 0 3rem 0;
}

.module-32 .featured-video {

}

.module-32 .fv-video {

}

.module-32 .fv-video .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  color: #ffffff;
}

.module-32 .fv-video .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.module-32 .fv-content {
  padding: 0 .5rem 0 3rem;
}

.module-32 .fv-metaheadline {
  color: #ffffff;
  opacity: .875;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  letter-spacing: .0625em;
}

.module-32 .fv-headline {
  color: #ffffff;
  font-size: 1.67rem;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  letter-spacing: .0625em;
  line-height: 1.125em;
  margin-bottom: 1.25rem;
}

.module-32 .fv-copy {
  color: #ffffff;
}

.module-32 .fv-copy .wysi-container {
  color: #ffffff;
}

.module-32 .fv-copy .wysi-container * {
  color: #ffffff;
  font-size: 1.125rem;
}

.module-32 .fv-copy .wysi-container *:last-child {
  margin-bottom: 0;
}

.module-32 .fv-content .cta--primary {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-size: .95rem;
  padding: .875rem 1.125rem .75rem 1.125rem;
  text-align: center;
}

.module-32 .fv-content .cta--primary span {
  color: #ffffff;
  letter-spacing: .0625em;
  transition: all ease-in-out 150ms;
}

.module-32 .fv-content .cta--primary:hover span {
  color: #333333;
}

.module-32 .fv-content .cta--primary i {
  margin-left: .875rem;
  font-size: .875em;
}

.module-32.accent-color--green .fv-content .cta--primary i {
  color: #c8da2f;
}
.module-32.accent-color--light-blue .fv-content .cta--primary i {
  color: #1edaeb;
}
.module-32.accent-color--blue .fv-content .cta--primary i {
  color: #223f99;
}
.module-32.accent-color--purple .fv-content .cta--primary i {
  color: #A92378;
}

.module-32.accent-color--green .fv-content .cta--primary:hover i,
.module-32.accent-color--light-blue .fv-content .cta--primary:hover i,
.module-32.accent-color--blue .fv-content .cta--primary:hover i,
.module-32.accent-color--purple .fv-content .cta--primary:hover i {
  color: #333333;
}


/*
  .module-31.accent-color--green .filter-ui {
    background-color: #c8da2f;
  }
  .module-31.accent-color--light-blue .filter-ui {
    background-color: #1edaeb;
  }
  .module-31.accent-color--blue .filter-ui {
    background-color: #223f99;
  }
  .module-31.accent-color--purple .filter-ui {
    background-color: #A92378;
  }

*/

@media (max-width: 1260px) {

  .module-32 .fv-content {
    padding-left: 2rem;
  }

}

@media (max-width: 1175px) {

  .module-32 .fv-video {
    width: 55%;
  }

  .module-32 .fv-content {
    width: 45%;
  }

}

@media (max-width: 1080px) {

  /*
  .module-32 .fv-video {
    width: 50%;
  }

  .module-32 .fv-content {
    width: 50%;
  }
  */

  .module-32 .fv-metaheadline {
    margin-bottom: 1rem;
  }

  .module-32 .fv-headline {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .module-32 .fv-copy .wysi-container {
    margin-bottom: 1.5rem;
  }

  .module-32 .fv-copy .wysi-container * {
    font-size: 1rem;
  }

}

@media (max-width: 1024px) {

  .module-32 .fv-content {
    padding-left: 1.5rem;
  }

  .module.module-06.module-32 .max-width {
    padding-bottom: 2rem;
  }

  .module-32 .fv-metaheadline {
    font-size: .75rem;
    margin-bottom: .75rem;
  }

  .module-32 .fv-headline {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .module-32 .fv-copy .wysi-container {
    margin-bottom: 1.25rem;
  }

  .module-32 .fv-copy .wysi-container * {
    font-size: .95rem;
  }

  .module-32 .fv-content .cta--primary {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'AvenirNext-Bold', sans-serif;
    font-size: .75rem;
    padding: 0.75rem 0.875rem 0.67rem 0.875rem;
  }



}

@media (max-width: 960px) {

  .video-page .max-width {
    max-width: 760px;
  }

  .video-page .single-header .max-width {
    padding: 1rem 0 1.5rem 0;
  }

  .video-page .single-header .module-metaheadline {
    font-size: .9rem;
    margin-bottom: 1.125rem;
  }

  .video-page .single-header .module-headline {
    font-size: 1.67rem;
  }

  .video-page .video-page--player {
    margin-bottom: 2rem;
  }

  .video-page--synopsis .wysi-container p,
  .video-page--synopsis .wysi-container li {
    font-size: 1rem;
  }

  .video-page .module-20 .module-headline {
    font-size: 1.175rem;
  }

  .video-page .single-footer {
    margin-top: 4rem;
  }

  .video-page .module-20 .col-container.carousel {
    padding-top: 1.125rem;
  }

  .video-page .resource-preview-card .preview-card--info {
    min-height: 4.25rem;
  }

  .video-page .resource-preview-card .preview-card--title span {
    font-size: .725em;
  }

  .video-page .resource-preview-card .preview-card--title p {
    font-size: .9rem;
  }

}

@media (max-width: 900px) {

  .module-32 .fv-video {
    width: 45%;
  }

  .module-32 .fv-content {
    width: 55%;
  }

}

@media (max-width: 875px) {

  .module.module-06.module-32 .max-width {
    padding-top: 0;
  }

  .module-32 .fv-video {
    width: 100%;
  }

  .module-32 .fv-content {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .module-32 .fv-headline {
    font-size: 1.5rem;
  }

  .video-page .max-width {
    transform: translateX(-.75rem);
  }

  .video-page--content .max-width {
    width: calc(100% - 4rem);
    transform: translateX(-.75rem);
  }

  .video-page .module-20 .max-width--carousel {
    padding-left: 2rem;
    width: calc(100% + .75rem);
  }

  .video-page .module-20 {
    padding-bottom: 3.5%;
  }


}

@media (max-width: 790px) {

  .video-page .module-20 .max-width--carousel {
    padding-left: ;
  }

}

@media (max-width: 768px) {

  .video-page .module-20 {
    padding-bottom: 0%;
  }

  .video-page .single-header .module-headline {
    font-size: 1.5rem;
  }

  .video-page .video-page--player {
    margin-bottom: 1.75rem;
  }

  .video-page .module-20 .col--carousel:last-child {
    margin-right: 1.5rem;
  }

}

@media (max-width: 720px) {

  .video-page--synopsis .wysi-container p,
  .video-page--synopsis .wysi-container li {
    font-size: .95rem;
  }

  .video-page--synopsis .wysi-container p:not(:last-child) {
    margin-bottom: 1.5rem;
  }

}

@media (max-width: 640px) {

  .module-32 .fv-headline {
    font-size: 1.375rem;
  }

  .video-page .single-header .max-width {
    padding-top: .5rem;
  }

  .video-page .single-header .module-metaheadline {
    font-size: .825rem;
  }

  .video-page .single-header .module-headline {
    font-size: 1.375rem;
  }

  .video-page--synopsis .wysi-container p,
  .video-page--synopsis .wysi-container li {
    font-size: .9rem;
  }

  .video-page--synopsis .wysi-container p:not(:last-child) {
    margin-bottom: 1.425rem;
  }

}

@media (max-width: 525px) {

  .module-32 .fv-headline {
    font-size: 1.25rem;
  }

  .video-page .single-header .max-width {
    padding-left: .25rem;
  }

  .video-page .single-header .module-metaheadline {
    font-size: .75rem;
  }

  .video-page .single-header .module-headline {
    font-size: 1.25rem;
  }

  .video-page .single-footer {
    margin-top: 2.5rem;
  }

  .video-page .module-20 .module-headline {
    font-size: 1rem;
  }

  .video-page .module-20 .max-width--carousel {
    padding-left: 1.375rem;
  }

  .video-page .module-20 .col--carousel {
    width: 230px;
    margin-left: 1.375rem;
  }

  .video-page .module-20 .col--carousel:last-child {
    margin-right: 1.375rem;
  }

}

@media (max-width: 480px) {

  .module-32 .fv-content {
    padding-top: 1.25rem;
  }

  .module-32 .fv-headline {
    font-size: 1.125rem;
  }

  .video-page .max-width {
    width: calc(100% - 3.875rem);
  }

  .video-page .single-header .max-width {
    padding-left: 0;
  }

  .video-page .single-header .module-metaheadline {
    margin-bottom: 1rem;
  }

  .video-page .single-header .module-headline {
    font-size: 1.125rem;
  }

  .video-page .video-page--player {
    margin-bottom: 1.375rem;
  }

  .video-page--synopsis .wysi-container p,
  .video-page--synopsis .wysi-container li {
    font-size: .875rem;
  }

  .video-page .module-20 .module-headline {
    font-size: .95rem;
  }

}

@media (max-width: 450px) {

  .video-page .single-header .max-width {
    padding-bottom: 1.25rem;
  }

  .video-page .single-header .module-metaheadline {
    margin-bottom: 0.75rem;
  }

  .video-page .single-header .module-headline {
    font-size: 1rem;
    line-height: 1.25em;
  }

  .video-page--synopsis .wysi-container p, .video-page--synopsis .wysi-container li {
    font-size: .825rem;
  }

  .video-page--synopsis .wysi-container p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .video-page .module-20 .carousel-control {
    width: .95rem;
  }

}

@media (max-width: 428px) {

  .module-32 .fv-copy .wysi-container * {
    font-size: .9rem;
  }

  .video-page .single-header .module-headline {
    font-size: .95rem;
  }

}

@media (max-width: 375px) {

  .video-page .max-width {
    width: calc(100% - 4rem);
  }

  .video-page--synopsis .wysi-container p,
  .video-page--synopsis .wysi-container li {
    font-size: .775rem;
  }

}






/* Case Study 2.0 */
.cs-header {
  padding: 4rem 0 5rem 0;
  z-index: 0;
}

.cs-header .max-width {
  max-width: 1260px;
  transform: translateX(1.75rem);
}

.cs-header .col-container {

}

.cs-header .col-title {
  width: calc(100% - 430px);
  padding-right: 4rem;
}

.cs-header .col-title .module-metaheadline {
  font-size: .825rem;
  margin-bottom: 3.25rem;
}

.cs-header .col-title .module-headline {
  font-size: 2.125rem;
  line-height: 1.375em;
}

.cs-header .col-logo {
  width: 430px;
  border-left: .25rem solid #c8da2f;
  padding: 1.5rem 4rem 3rem 5rem;
}

.cs-header .col-logo.waypoint--a {
  transform: translateX(-8rem);
}

.cs-header .col-logo .image-container {
  width: 100%;
}

.cs-header .col-logo img {
  position: relative;
  width: 100%;
  height: auto;
}

.cs-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 416px;
  background-color: #c8da2f;
  z-index: 1;
  transition: all ease-in-out 150ms, transform ease-in-out 600ms;
}

.cs-cta.waypoint--a {
  transform: translateX(12rem);
}

.cs-cta:hover {
  background-color: #1edaeb;
  background-color: #A92378;
}

.cs-cta a {
  color: #333333;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.25rem;
  transition: all ease-in-out 150ms;
}

.cs-cta:hover a {
  color: #ffffff;
}

.cs-cta a i {
  font-size: .95em;
  margin-left: .67rem;
}

.cs-content {
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

.cs-content .max-width {
  max-width: 1285px;
  transform: translateX(1.75rem);
}

.cs-col--left {
  width: calc(100% - 420px);
  padding-right: 1.5rem;
  padding-bottom: 17%;
}

.cs-qfacts-container {
  transform: translateY(-1.375rem);
  z-index: 2;
  position: relative;
  margin-bottom: 0rem;
}

.qfact {
  max-width: 33%;
  margin-bottom: 2.5rem;
}

.qfact.waypoint--a {
  transform: translateX(-4rem);
  opacity: 0;
}

.qfact:not(:last-child) {
  margin-right: 7.5%;
}

.qfact-headline {
  font-family: "EvelethClean", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1em;
  color: #000000;
  background-color: #c8da2f;
  padding: .875rem .825rem .5625rem .825rem;
  display: inline-block;
  margin-bottom: .5rem;
}

.qfact-copy {
  font-family: "AvenirNext-Light", sans-serif;
  font-weight: 400;
  font-size: 1.025rem;
  font-size: 1rem;
  line-height: 1.375em;
  padding: 0 .825rem;
}

.cs-intro {
  margin-bottom: 3.25rem;
}

.cs-intro .wysi-container {

}

.cs-intro .wysi-container * {
  font-size: 1.375rem;
}

.cs-intro .wysi-container strong {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
}

.cs-body {
  padding-bottom: 4rem;
}

.cs-body .wysi-container {

}

.cs-content .cs-body .wysi-container * {
  font-size: 1.25rem;
  color: #000000;
}

.cs-col--right {
  width: 420px;
  padding-top: 3rem;
  padding-left: 4rem;
}

.rc-embed {
  margin-bottom: .67rem;
}

.rc-embed .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.rc-embed .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rc-copy {
  padding: 0 .5rem;
  margin-bottom: 2.5rem;
}

.rc-copy .wysi-container {

}

.rc-copy .wysi-container * {
  font-size: 1.125rem;
}

.rc-copy .wysi-container strong {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
}

.rc-links {

}

.rc-links-label {
  background-color: #1edaeb;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #000000;
  padding: .5625rem .67rem .5rem .67rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.rc-links ul {
  padding: 0 .5rem;
}

.rc-links li {
  list-style-type: none;
  display: block;
  margin-bottom: 2.25rem;
}

.rc-links li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25em;
  color: #000000;
  transition: all ease-in-out 150ms;
}

.rc-links li a:hover {
  color: #A92378;
}

.rc-cta {
  padding: 0 .5rem;
}

.rc-cta a {
  text-decoration: none;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
}

.rc-cta a:hover {

}

.rc-cta a i {
  font-size: 1em;
  margin-left: .5rem;
  color: #1edaeb;
  transition: all ease-in-out 150ms;
}

.rc-cta a:hover i {
  margin-left: .75rem;
  color: #000000;
}

@media (min-width: 1920px) {

  .cs-cta {
    right: 50%;
    transform: translateX(960px);
  }

}

@media (max-width: 1400px) {

  .cs-col--right {
    padding-left: 2.5rem;
    padding-right: 2rem;
  }

}

@media (max-width: 1275px) {

  .qfact:not(:last-child) {
    margin-right: 6%;
  }

  .qfact-headline {
    font-size: 1.375rem;
  }

}

@media (max-width: 1200px) {

  .qfact:not(:last-child) {
    margin-right: 5%;
  }

  .qfact-headline {
    font-size: 1.25rem;
  }

  .cs-header .col-title {
    padding-right: 2rem;
  }

}

@media (max-width: 1175px) {

  .cs-header .col-title {
    width: calc(100% - 380px);
  }

  .cs-header .col-logo {
    width: 380px;
    padding: 1.5rem 4rem 3rem 3rem;
  }

  .cs-cta {
    width: 375px;
  }

  .cs-col--left {
    width: calc(100% - 380px);
  }

  .cs-col--right {
    width: 380px;
  }

}

@media (max-width: 1080px) {

  .cs-header {
    padding: 2.25rem 0 3.5rem 0;
  }

  .cs-qfacts-container {
    margin-bottom: 1.5rem;
  }

  .qfact-headline {
    font-size: 1.175rem;
  }

  .qfact-copy {
    padding: 0 0.5rem;
    font-size: .875rem;
  }

  .cs-intro {
    margin-bottom: 2.5rem;
  }

  .cs-intro .wysi-container * {
    font-size: 1.25rem;
  }

  .cs-content .cs-body .wysi-container * {
    font-size: 1.125rem;
  }

  .rc-copy .wysi-container * {
    font-size: 1.125rem;
  }

  .rc-links li a {
    font-size: 1.125rem;
  }

}

@media (max-width: 1045px) {

  .cs-header .col-title .module-metaheadline {
    margin-bottom: 2rem;
  }

  .cs-header .col-title .module-headline {
    font-size: 1.5rem;
  }

  .qfact-headline {
    font-size: 1.125rem;
  }

  .qfact-copy {
    padding: 0 0.375rem;
    font-size: .75rem;
  }

  .rc-links-label {
    font-size: .9rem;
  }

  .rc-links li a {
    font-size: .9rem;
  }

}

@media (max-width: 1024px) {

  .qfact-headline {
    font-size: 1rem;
  }

  .cs-intro .wysi-container * {
    font-size: 1.125rem;
  }

  .cs-body .wysi-container * {
    font-size: 1.125rem;
  }

  .rc-embed {
    margin-bottom: 0.5rem;
  }

  .rc-copy .wysi-container * {
    font-size: 1rem;
  }

  .rc-links-label {
    font-size: .875rem;
  }

  .rc-links li a {
    font-size: .875rem;
  }

}

@media (max-width: 960px) {

  .cs-header .max-width {
    transform: translateX(1rem);
  }

  .cs-header .col-title .module-metaheadline {
    font-size: .75rem;
  }

  .cs-header .col-logo {
    padding: 1rem 3rem 2rem 3rem;
  }

  .cs-header .col-title .module-headline {
    font-size: 1.375rem;
  }

  .cs-content .max-width {
    transform: translateX(1rem)
  }

  .cs-col--left {
    padding-right: .75rem;
  }

  .cs-qfacts-container {
    margin-bottom: .75rem;
  }

  .qfact {
    margin-bottom: 1.125rem;
  }

  .qfact-headline {
    font-size: .9rem;
  }

  .cs-intro .wysi-container * {
    font-size: 1.0625rem;
  }

  .cs-content .cs-body .wysi-container * {
    font-size: 1rem;
  }

  .cs-col--right {
    padding-left: 1.75rem;
    padding-right: 1.25rem;
  }

}

@media (max-width: 900px) {

  .cs-header .col-title {
    width: calc(100% - 320px);
  }

  .cs-header .col-logo {
    width: 320px;
  }

  .cs-qfacts-container {
    margin-bottom: 0;
  }

  .cs-cta {
    width: 320px;
  }

  .cs-col--left {
    width: calc(100% - 320px);
  }

  .cs-col--right {
    width: 320px;
  }

}

@media (max-width: 860px) {

  .cs-header {
    padding-top: 1.5rem;
  }

  .cs-header .max-width {
    transform: translateX(0.25rem);
  }

  .cs-header .col-title {
    width: calc(100% - 250px);
    padding-right: 1.5rem;
  }

  .cs-header .col-logo {
    width: 250px;
  }

  .qfact-headline {
    font-size: .875rem;
  }

  .cs-content .max-width {
    transform: unset;
  }

  .cs-col--left {
    width: 100%;
    padding-bottom: 0;
  }

  .cs-col--left .cs-body {
    padding-bottom: 0;
  }

  .cs-col--right {
    width: 100%;
    padding: 3rem 0 17% 0;
    margin-top: .5rem;
    font-size: 0;
    border-top: .125rem solid #c8da2f
  }

  .rc-group-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .rc-embed,
  .rc-copy {

  }

  .rc-copy .wysi-container * {
    font-size: .9rem;
  }

  .rc-links {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.5rem;
    padding-bottom: 4rem;
  }

  .rc-links-label {
    font-size: .825rem;
  }

  .rc-links li {
    margin-bottom: 1.5rem;
  }

  .rc-links li a {
    font-size: .825rem;
  }

}

@media (max-width: 768px) {

  .cs-header .col-title {
    width: calc(100% - 200px);
  }

  .cs-header .col-title .module-headline {
    font-size: 1.25rem;
  }

  .cs-header .col-logo {
    width: 200px;
    padding: 1rem 0rem 2rem 2rem;
  }

}

@media (max-width: 720px) {

  .cs-header .col-title {
    padding-right: 1rem;
  }

  .cs-header .col-title .module-metaheadline {
    font-size: .7rem;
  }

  .cs-header .col-title .module-headline {
    font-size: 1.125rem;
  }

  .cs-header .col-logo {
    border-left: none;
  }

  .cs-cta {
    width: unset;
  }

  .cs-cta a {
    padding: 0.5rem 1rem;
    font-size: .95rem;
  }

}

@media (max-width: 675px) {

  .cs-header .col-title {
    padding-right: 0;
  }

  .cs-intro {
    margin-bottom: 2rem;
  }

  .cs-intro .wysi-container * {
    font-size: 1rem;
  }

  .cs-body .wysi-container * {
    font-size: .95rem;
  }

}

@media (max-width: 575px) {

  .rc-group-wrap {
    width: 100%;
  }

  .rc-links {
    width: 100%;
    padding-left: 0;
  }

}


@media (max-width: 525px) {

  .cs-header .col-title {
    width: 100%;
  }

  .cs-header .col-logo {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 2rem .125rem;
    text-align: center;
  }

  .cs-header .col-logo .image-container {
    max-width: 275px;
  }

  .cs-qfacts-container {
    transform: translateY(-0.8rem);
  }

  .qfact-headline {
    font-size: .775rem;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  }

  .qfact-copy {
    padding: 0;
    font-size: .725rem;
  }

}

@media (max-width: 428px) {

  .cs-header .col-title .module-headline {
    font-size: 1rem;
  }

  .cs-cta a {
    font-size: .875rem;
  }

  .cs-col--left {
    padding-right: 0;
  }

  .qfact:not(:last-child) {
    margin-right: 4%;
  }

  .qfact-headline {
    font-size: .725rem;
  }

}

/* Extended Navigation */
header.extended-nav {
  padding: 1rem 0;
}

header.extended-nav .max-width {
  max-width: 1300px;
}

.header--left {
  float: left;
}

.header--left #header--logo {
  float: none;
  transform: translateY(-.25rem);
}

.header--left #ncu {
  color: #ffffff;
  margin-left: 1.5rem;
}


.header--right {
  float: right;
  margin-top: .875rem;
}
.primary-nav--item {
  color: #ffffff;
  transition: all ease-in-out 100ms;
}
.primary-nav--item:not(:last-child) {
  margin-right: 2rem;
}
.primary-nav--item#primary-nav--search {
  margin-right: 0;
  transform: translateY(.125rem);
  position: relative;
  cursor: initial;
}
.primary-nav--item#primary-nav--search i {
  font-size: 1.125rem;
  line-height: 0;
  transition: transform ease-in-out 300ms;
  transition-delay: 50ms;
  cursor: pointer;
}
#primary-nav--search input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  pointer-events: none;
  background-color: #ffffff;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  line-height: 1em;
  border: 0;
  outline: none;
  border-radius: 2rem;
  padding: .375rem 0 .25rem 0;
  margin-right: .5rem;
  transition: all ease-in-out 400ms;
  transform: translateY(-.375rem);
}
.search-open #primary-nav--search input[type="text"] {
  width: 200px;
  padding-left: .75rem;
  padding-right: .75rem;
  pointer-events: auto;
}
#primary-nav--search:after {
  content: "Press Enter to Search";
  display: block;
  transition: all ease-in-out 400ms;
  white-space: nowrap;
  opacity: 0;
  margin: .25rem auto 0 auto;
  color: #ffffff;
  font-family: 'AvenirNext-Light', sans-serif;
  font-weight: 300;
  font-size: 0rem;
  text-align: center;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: .75rem;
  font-style: italic;
}
.search-open #primary-nav--search:after {
  font-size: .67rem;
  opacity: .75;
}
.search-open .primary-nav--item#primary-nav--search i {
  font-size: 1.375rem;
  transform: rotateZ(360deg);
}
.search-open .primary-nav--item#primary-nav--search i:before {
  content: "\f00d";
}
.primary-nav--item.not-search {
  transition: all ease-in-out 400ms;
}
.search-open .primary-nav--item.not-search {
  transform: translateX(-4rem);
  opacity: 0;
}

.primary-nav--item a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  transition: all ease-in-out 100ms;
}

.primary-nav--item:hover,
.primary-nav--item a:hover {
  color: #c8da2f;
}

.primary-nav--item a span {

}

.primary-nav--item a span i {
  margin-left: .25rem;
  font-size: .75em;
}

.pni-subnavigation {
  display: none;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: calc(5.375rem - 1px);
  /*width: 1100px*/
  background-color: #ffffff;
  border-radius: .25rem;
  font-size: 0;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;

  display: block;
  opacity: 0;
  transform: translate(-50%, 1rem);

  pointer-event: none;
  /*transition: all ease-in-out 100ms;*/
  transform: translate(-50%, 0);
}

.open .pni-subnavigation {
  transform: translate(-50%, 0);
  pointer-events: auto;
  opacity: 1;
}

.pni-subnavigation--col {
  width: 33.33%;
  font-size: 1rem;
  text-align: center;
  padding: 3rem 2.125rem;
  padding: 3rem 1.75rem;

}

.pni-subnavigation--col {
  width: unset;
  min-width: 275px;
  max-width: 360px;
  white-space: normal;
}

.pni-subnavigation--col:last-child {
  position: relative;
}

.pni-subnavigation--col:last-child:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 4rem);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #000000;
  opacity: .25;
}

.pni-subnavigation--col .max-width {
  text-align: left;
  width: 100%;
}

.pni-subnavigation--col:not(:first-child) {
  background-color: #1edaeb;
}

.pni-subnavigation--item {
  margin-bottom: 3rem;
}

.pni-subnavigation--item:last-child {
  margin-bottom: 0;
}

.pnisn-icon {
  width: 1.5rem;
}

.pnisn-info {
  width: calc(100% - 1.5rem);
  text-align: left;
  padding-left: .875rem;
}

.pnisn-info .pnisn-label {
  text-decoration: none;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.125em;
  margin-bottom: .67rem;
  display: inline-block;
}

.pnisn-info .pnisn-label:hover {
  color: #1edaeb;
}

.pnisn-info .pnisn-description {
  color: #000000;
  font-size: .875rem;
  line-height: 1.25em;
}

.pnisn-info .pnisn-cta {
  text-decoration: none;
  color: #000000;
  font-size: .9rem;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  transition: all ease-in-out 100ms;
}

.pnisn-info .pnisn-cta:hover {
  color: #1edaeb;
}

.pnisn-info .pnisn-cta i {
  margin-left: .5rem;
  font-size: .95em;
  color: #1edaeb;
}

.pni-subnavigation--col--label {
  color: #000000;
  font-family: 'EvelethClean', sans-serif;
  font-size: .875rem;
  margin-bottom: .95rem;
}

.pni-subnavigation--col ul {

}

.pni-subnavigation--col ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}

.pni-subnavigation--col ul li a {
  color: #000000;
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  display: inline-block;

}

.pni-subnavigation--col ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

#secondary-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%);
  background-color: #c8da2f;
  transition: all ease-in-out 400ms;
}

.hide-secondary #secondary-navigation {
  transform: translate(100%, 100%);
  opacity: 0;
  pointer-events: none;
}

#secondary-navigation .col-container {
  padding-left: 1rem;
  padding-right: 4rem;
  position: relative;
}

#secondary-navigation .col-container:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 0;
  border-color: transparent #c8da2f transparent transparent;
  pointer-events: none;
}

.secondary-nav--item {
  padding: .25rem;
  margin-left: 1.25rem;
  position: relative
}

.secondary-nav--item:first-child {
  margin-left: 0;
}

.secondary-nav--item a {
  color: #000000;
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: .925rem;
  text-decoration: none;
}

.secondary-nav--item i {
  margin-left: .25rem;
  font-size: .75em;
}

.secondary-subnav {
  position: absolute;
  width: 133%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background-color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 400ms;
}

.open .secondary-subnav {
  max-height: 275px;
}

/*.secondary-nav--item:last-child .secondary-subnav {
  left: 25%;
}*/

.secondary-subnav ul {
  marin: 0 0;
  padding: .25rem 0;
  /*border-left: .0625rem solid #ffffff;*/
  /*border-right: .0625rem solid #ffffff;*/
  text-align: left;
}

.secondary-subnav ul li {
  list-style-type: none;
  padding: .425rem .875rem;
  /*border-bottom: .0625rem solid #ffffff;*/
}


.secondary-subnav ul li a {
  display: block;
  color: #ffffff;
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  transition: all ease-in-out 100ms;
}

.secondary-subnav ul li a:hover {
  color: #c8da2f;
}

header.extended-nav #hamburger {
  display: none;
}

header.extended-nav #hamburger-menu {
  text-align: left;
}

#hamburger-menu .pni-subnavigation--item {

  border: none;
  padding: 0 1rem !important;
}

#hamburger-menu .pni-subnavigation--item:first-child {
  margin-top: 0 !important;
}

#hamburger-menu .pni-subnavigation--item .pnisn-icon {

}

#hamburger-menu .pni-subnavigation--item .pnisn-icon img {
  filter: invert(1);
}

#hamburger-menu .pni-subnavigation--item .pnisn-info {
  color: #ffffff;
}

#hamburger-menu .pni-subnavigation--item .pnisn-label {
  color: #ffffff;
  padding-left: 0;
  padding: 0 0;
  white-space: normal !Important;
}

#hamburger-menu .pni-subnavigation--item .pnisn-cta {
  color: #ffffff;
  padding-left: 0;
  padding: 0 0;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

#hamburger-menu .pni-subnavigation--item .pnisn-label,
#hamburger-menu .pni-subnavigation--item .pnisn-cta {
  background-color: transparent !important;
}

#hamburger-menu .pni-subnavigation--item .pnisn-description {
  color: #ffffff;
}

#hamburger-menu .pni-subnavigation--item {

}

header.extended-nav .header--subnavigation--item {
  border: 0 !important;
}

header.extended-nav #hamburger-menu {
  pointer-events: none;
  transform: translateX(100%);
}

.menu-open header.extended-nav #hamburger-menu {
  transform: translateX(0);
}

body.menu-open header.extended-nav #hamburger-menu {
  opacity: 1;
  pointer-events: auto;
}

header.extended-nav .header--subnavigation--item.label {
  color: #ffffff;
  font-family: 'EvelethClean', sans-serif;
  font-weight: 700;
  padding-left: 1.5rem !important;
  color: #1edaeb;
  margin-top: 1.25rem !important;
  margin-bottom: .5rem !important;
  font-size: 1rem;
}


@media (min-width: 1375px) {


  #secondary-navigation {
    max-width: 1120px;
    right: calc(50vw - 677px);
  }

  #secondary-navigation .col-container {
    padding-right: 1.25rem;
    z-index: 1;
  }

  #secondary-navigation .col-container:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 774px;
    height: 100%;
    background-color: #c8da2f;
    z-index: -1;
  }

}


@media (min-width: 1441px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 1700px) {

}

@media (min-width: 1800px) {

}

@media (min-width: 1920px) {

}

@media (min-width: 2560px) {

}

@media (max-width: 1375px) {

  #secondary-navigation .col-container {
    padding-right: 1.5rem;
  }


}

@media (max-width: 1300px) {

}

@media (max-width: 1260px) {


}


@media (max-width: 1200px) {

}

@media (max-width: 1175px) {

}

@media (max-width: 1100px) {

  .primary-nav--item,
  #secondary-navigation {
    display: none;
  }

  header.extended-nav #hamburger,
  header.extended-nav #primary-nav--search {
    display: inline-block;
    transform: translateY(.25rem);
  }

  header.extended-nav #hamburger {
    display: inline-block;
    transform: translateY(0.125rem);
  }

  .primary-nav--item:not(:last-child),
  header.extended-nav #primary-nav--search {
    margin-right: 1.75rem;
  }

  body.menu-open--alt header.extended-nav #hamburger {
    transform: scale(.5625)rotateZ(-90deg)rotateY(360deg);
	transform: scale(.5625)rotateZ(-90deg)rotateY(360deg)translateX(0.5rem);
  }

  header.extended-nav #hamburger-menu .header--subnavigation--items {
    overflow: auto;
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  header.extended-nav #hamburger-menu .header--subnavigation--item a {
    white-space: normal;
  }

  header.extended-nav #hamburger-menu {
    min-width: 360px;
  }



}

@media (max-width: 1024px) {


}

@media (max-width: 960px) {

  .primary-nav--item:not(:last-child),
  header.extended-nav #primary-nav--search {
    margin-right: 1.5rem;
  }

}

@media (max-width: 900px) {

}

@media (max-width: 860px) {

	.header--right {
    margin-top: 0.67rem;
  }


}

@media (max-width: 800px) {


}

@media (max-width: 768px) {


}

@media (max-width: 720px) {

  .header--left #ncu {
    display: none;
  }

}

@media (max-width: 640px) {

  #hamburger-menu .pni-subnavigation--item {
    padding: 0 1.5rem !important;
  }

  header.extended-nav .header--subnavigation--item.label {
    padding-left: 1.25rem !important;
  }

}

@media (max-width: 575px) {

  .header--left #ncu {
    display: none;
  }
  .search-open #primary-nav--search input[type="text"] {
    width: 150px;
    font-size: .75rem;
  }
  .primary-nav--item:not(:last-child),
  header.extended-nav #primary-nav--search {
    margin-right: 1rem;
  }


}

@media (max-width: 525px) {

}

@media (max-width: 480px) {

	header.extended-nav {
    padding: 1rem 0 0.5rem 0;
  }
  header.extended-nav #header--logo img {
    width: 8.75rem;
  }
  .header--right {
    margin-top: 0.425rem;
  }

  header.extended-nav #hamburger,
  header.extended-nav #primary-nav--search {
    transform: translateY(-0.25rem);
  }

	header.extended-nav.search-open #primary-nav--search {
    transform: translateY(0);
  }
  .primary-nav--item#primary-nav--search i {
    font-size: 1rem;
  }
  header.extended-nav #hamburger {
    padding: .5rem;
  }
  .search-open #primary-nav--search:after {
    display: none;
  }

}

@media (max-width: 428px) {

  header.extended-nav .header--subnavigation--item.label {
    font-size: .9rem;
  }

  header.extended-nav .header--subnavigation--item a {
    font-size: 1rem;
  }

}

@media (max-width: 390px) {
  /*#primary-nav--search input[type="text"] {
    transform: translateY(-0.175rem);
  }*/
  .search-open #primary-nav--search input[type="text"] {
    width: 120px;
  }
  .search-open .primary-nav--item#primary-nav--search i {
    transform: rotateZ(360deg)translateY(0px);
  }
}


@media (max-width: 375px) {

}

@media (max-width: 360px) {


}

@media (max-width: 320px) {

}

footer .max-width.fen {
  max-width: 1300px;
}

#footer-extended-nav {

}

#footer-extended-nav .fen-col {
  width: 25%;
}

#footer-extended-nav .fen-logo {
  display: block;
  width: 100%;
  max-width: 250px;
}

#footer-extended-nav .fen-logo a {
  display: block;
}

#footer-extended-nav .fen-socials {
  text-align: center;
  max-width: 250px;
  transform: translateX(-.5rem);
  margin-top: 2rem;
}

#footer-extended-nav .fen-social {
  color: #ffffff;
  margin-right: 1.5rem;
}

#footer-extended-nav .fen-social:last-child {
  margin-right: 0;
}

#footer-extended-nav .fen-social i {
  color: #ffffff;
  font-size: 0;
  transition: all ease-in-out 100ms;
}

#footer-extended-nav .fen-social i:before {
  font-size: 1.5rem;
}

#footer-extended-nav .fen-social i:hover {
  color: #c8da2f;
}

#footer-extended-nav .fen-col--ocient {
  width: 27%;
}

#footer-extended-nav .fen-col--product {
  width: 27%;
}

#footer-extended-nav .fen-col--solutions {
  width: 27%;
}

#footer-extended-nav .fen-col--rcc {
  width: 19%;
}

#footer-extended-nav .fen-col--item {

}

#footer-extended-nav .fen-col--item.label {
  font-family: 'AvenirNext-Bold', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #c8da2f;
  margin-bottom: .75rem;
}

#footer-extended-nav .fen-col--item.label:not(:first-child) {
  margin-top: 1.75rem;
}

#footer-extended-nav .fen-col--item.label i {
  display: none;
}

#footer-extended-nav .fen-col--subnav-item {
  display: block;
  color: #ffffff;
  opacity: .75;
  font-family: 'AvenirNext-Regular', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: .67rem;
  transition: all ease-in-out 100ms;
  max-width: 250px;
}

#footer-extended-nav .fen-col--subnav-item:hover {
  opacity: 1;
}

#footer-extended-nav .fen-col--subnav-item.label {
  font-family: 'AvenirNext-Demibold', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1edaeb;
  margin-bottom: .875rem;
  margin-top: 1.375rem;
  opacity: 1;
}

footer .max-width.fen .separator.light-blue {
  background-color: #c8da2f;
}

footer .max-width.fen .mobile-wrapper:not(:first-child) {
  margin-top: 1.5rem;
}

@media (max-width: 1300px) {



}

@media (max-width: 1200px) {

}

@media (max-width: 1175px) {

  #footer-extended-nav .fen-logo {
    max-width: 220px;
  }

  #footer-extended-nav .fen-socials {
    max-width: 220px;
    margin-top: 1.75rem;
  }

  #footer-extended-nav .fen-social {
    margin-right: 1.25rem;
  }

  #footer-extended-nav .fen-social i:before {
    font-size: 1.375rem;
  }

  #footer-extended-nav .fen-col--subnav-item {
    max-width: 220px;
  }



}

@media (max-width: 1024px) {

  #footer-extended-nav .fen-logo {
    max-width: 200px;
  }

  #footer-extended-nav .fen-socials {
    max-width: 200px;
    margin-top: 1.5rem;
  }

  #footer-extended-nav .fen-col--subnav-item {
    max-width: 200px;
  }

}

@media (max-width: 960px) {

}

@media (max-width: 860px) {

  #footer-extended-nav {
    padding-left: 2rem;
  }

  #footer-extended-nav .fen-col--ocient {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  #footer-extended-nav .fen-col--product,
  #footer-extended-nav .fen-col--solutions,
  #footer-extended-nav .fen-col--rcc {
    width: 33.33%;
  }

}

@media (max-width: 768px) {

  #footer-extended-nav {
    padding-left: 1rem;
  }

  #footer-extended-nav .fen-col--item.label {
    font-size: 1.125rem;
  }

  #footer-extended-nav .fen-col--subnav-item.label {
    font-size: 1.125rem;
    margin-bottom: 0.67rem;
    margin-top: 1.125rem;
  }

  #footer-extended-nav .fen-col--subnav-item {
    max-width: 175px;
  }

}

@media (max-width: 720px) {



}

@media (max-width: 640px) {

  #footer-extended-nav .fen-col--product,
  #footer-extended-nav .fen-col--solutions {
    width: 50%;
  }

  #footer-extended-nav .fen-col--rcc {
    width: 100%;
    font-size: 0;
  }

  #footer-extended-nav .fen-col--rcc .mobile-wrapper {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  #footer-extended-nav .fen-col--subnav-item {
    max-width: unset;
    padding-right: 1rem;
  }

}

@media (max-width: 575px) {

}

@media (max-width: 480px) {

}

@media (max-width: 428px) {

}

@media (max-width: 375px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}


/* Selction Style Request */
::selection {
  background: #c8da2f;
  color: #000000;
}

:where(.opacity--a) {
  opacity: 1;
}

#footer-extended-nav .fen-col--subnav-item.label {
	color: #c8da2f !important;
}

/* Misc Hotfixes - Discovered during Scope 2 Dev */
.module-08 .cta-container {
	margin-top: 2.5rem;
}


@media (max-width: 960px) {

	.module-08 .cta-container {
		margin-top: 2.25rem;
	}

}


@media (max-width: 860px) {

	.module-08 .cta-container {
		margin-top: 2.125rem;
	}

}

@media (max-width: 768px) {

	.module-08 .cta-container {
		margin-top: 2rem;
	}

}

@media (max-width: 480px) {
	.module-08 .cta-container {
		margin-top: 1.5rem;
	}
}


/* Case Study Adjustments after 1-27-23 call */
.module-24 .wysiwyg-container h1,
.module-24 .wysiwyg-container h2,
.module-24 .wysiwyg-container h3,
.module-24 .wysiwyg-container h4,
.module-24 .wysiwyg-container h5,
.module-24 .wysiwyg-container h6 {
	margin-bottom: 1rem;
}

.cs-qfacts-container {
	margin-bottom: -1rem;
}

.cs-content .cs-body .wysi-container ul {
  margin: 1.25rem 0;
}

.cs-content .cs-body .wysi-container li {
  margin-bottom: .875rem;
}

.cs-content .wysi-container a {
	color: #223f99 !important;
	font-weight: 700 !important;
	font-family: 'AvenirNext-Bold', sans-serif !important;
	border-bottom: 1.5px solid #223f99 !important;
	text-decoration: none;
}

.cs-content .wysi-container a:hover {
	color: #000000 !important;
	border-bottom: 1.5px solid #223f99 !important;
}

/* News Bar Addition */
.has-news-bar header {
	padding-top: 0rem;
}

.has-news-bar.news-bar-hidden header {
	/*transform: translateY(-36px);*/
}

.has-news-bar .pni-subnavigation {
	top: calc(7.375rem - 1px);
}

#news-bar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: .425rem 0;
	margin-bottom: .75rem;
	display: none;
}

.has-news-bar #news-bar {
	display: block;
}

#news-bar .max-width {

}

/* green to light blue */
.grad_g-lb {
	background: linear-gradient(90deg, #c8da2f -15%, #1edaeb 115%);
}
/* light blue to green */
.grad_lb-g {
	background: linear-gradient(90deg, #1edaeb -15%, #c8da2f 115%);
}
/* pink to light blue */
.grad_p-lb {
	background: linear-gradient(90deg, #a92378 -15%, #1edaeb 115%);
}
/* light blue to pink */
.grad_lb-p {
	background: linear-gradient(90deg, #1edaeb -15%, #a92378 115%);
}
/* blue to light blue */
.grad_db-lb {
	background: linear-gradient(90deg, #223f99 -15%, #1edaeb 115%);
}
/* light blue to blue */
.grad_lb-db {
	background: linear-gradient(90deg, #1edaeb -15%, #223f99 115%);
}

#news-bar a {
	font-family: 'AvenirNext-Bold', sans-serif;
	font-weight: 700;
	font-size: .825rem;
	text-decoration: none;
	color: #000000;
	transition: all ease-in-out 100ms;
}

#news-bar a:hover {
	color: #ffffff;
}

#news-bar.white a {
	color: #ffffff;
}
#news-bar.white a:hover {
	color: #000000;
}

.nb-link--mobile {
	display: none;
}

#nb-c1 {
	width: 100%;
	padding-left: 5rem;
	padding-right: 5rem;
	text-align: center;
	transition: all ease-in-out 400ms;
}

#nb-c2 {
	width: 5rem;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-6rem, -50%);
	opacity: 0;
	transition: all ease-in-out 400ms;
	transition-delay: 200ms;
}

#nb-c1 {
	transform: translateX(-6rem);
	opacity: 0;
}

.has-news-bar-phase-2 #nb-c1 {
	transform: translateX(0);
	opacity: 1;
}

.has-news-bar-phase-2 #nb-c2 {
	transform: translate(0, -50%);
	opacity: 1;
}

.nb-close {
	font-family: 'AvenirNext-Bold', sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: .75rem;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
}

.nb-close:hover {
	color: #ffffff;
}

#news-bar.white .nb-close {
	color: #ffffff;
}

#news-bar.white .nb-close:hover {
	color: #000000;
}

.nb-close span {

}

.nb-close i {
	font-size: 1.175em;
	margin-left: 0.375rem;
	transform: translateY(0.05rem);
}

@media (max-width: 800px) {

	.nb-link--desktop {
		display: none;
	}

	.nb-link--mobile {
		display: block;
	}

	#nb-c1 {
		text-align: left;
		padding-left: 0;
		padding-right: 4.5rem;
	}


}

@media (max-width: 480px) {

	.nb-close span {
		display: none;
	}

	#nb-c1 {
		width: calc(100% - 2rem);
		padding-right: 0;
	}

	#nb-c2 {
		width: 2rem;

	}

}

#primary-nav--search label {
  position: absolute;
  top: -100vw;
  right: 100vw;
}


.rbox-widget .rbox-field-wrapper input {
  color: #000000;
}