@charset "UTF-8";

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/** Common */

:root {
  color-scheme: unset !important;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  position: relative;
  padding: 0;
  margin: 0 auto;
}

section {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6E7E8;
  margin: 1em auto;
  width: 90%;
  padding: 0;
}

ol, ul {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

ul li {
  margin-bottom: 5px;
  list-style-type: circle;
}

li {
  padding-left: 3px;
}

.background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-left: -50%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background.contain {
  background-size: contain;
}

.background.bump-index {
  z-index: 1;
}

.background.background-top {
  background-position: top;
}

.background.background-bottom {
  background-position: bottom;
}

.background.background-left {
  background-position: left;
}

.background.background-right {
  background-position: right;
}

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

.bg-gray {
  background-color: #FAFAFA;
}

.bg-gray-200 {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-yellow {
  background-color: #D9E146;
}

.bg-magenta {
  background-color: #E01D8D;
}

.bg-purple {
  color: #FFFFFF;
  background-color: #7A2982;
}

.bg-gradient_blue_purple {
  background: linear-gradient(45deg, #005da1 0%, #7a2982 100%);
}

.color-black {
  color: #000000;
}

.color-white {
  color: #FFFFFF;
}

.color-white .button-alt a {
  color: #FFFFFF;
}

.color-gray-dark {
  color: #454D51;
}

.color-gray {
  color: #B3B9B9;
}

.color-yellow {
  color: #D9E146;
}

.color-green {
  color: #5ECE58;
}

.color-blue {
  color: #008CC1;
}

.color-magenta {
  color: #E01D8D;
}

.color-purple {
  color: #7A2982;
}

.color-orange {
  color: #F37E47;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
}

.iframe-wrap iframe {
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 1025.98px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 1025.98px) {
  .mobile-only {
    display: block;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.add-border-radius {
  border-radius: 15px;
}

.display-block {
  display: block;
}

.display-none {
  display: none !important;
}

.play-wrapper svg {
  transition: all 0.2s;
}

.play-wrapper:hover svg {
  transform: scale(1.2);
}

.social-share {
  margin-left: 5px;
}

.social-share li {
  list-style: none;
  margin-bottom: 0;
}

.social-share li:not(:last-child) {
  margin-right: 8px;
}

.social-share svg {
  height: 15px;
  width: 15px;
  transition: all 0.2s;
}

.social-share svg:hover {
  transform: scale(1.2);
}

.ajax-feed-loading {
  position: relative;
}

.ajax-feed-loading > div {
  transition: all 0.2s;
  opacity: 0.1;
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 20px;
}

.breadcrumbs--list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.breadcrumbs--list-item {
  list-style-type: none;
  color: #454D51;
}

.breadcrumbs--list-item a {
  color: #454D51;
}

.breadcrumbs--list-item a:hover {
  color: #7A2982;
}

.breadcrumbs--list-item span {
  color: #454D51;
  margin: 0 5px;
}

.breadcrumbs--list-item p {
  margin-bottom: 0;
}

.mktoForm .mktoAsterix {
  display: none;
}

.width-100 {
  width: 100%;
}

.icon-shortcode {
  width: 33px;
  height: 33px;
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-shortcode--policy {
  background-image: url(../images/icon-policy.svg);
}

.icon-shortcode--shield {
  background-image: url(../images/icon-shield.svg);
}

.icon-shortcode--stack {
  background-image: url(../images/icon-stack.svg);
}

.form-footer p, .form-disclaimer p {
  font-weight: 400;
  color: #454D51;
}

.form-footer a, .form-disclaimer a {
  font-weight: 500;
  color: #454D51;
  text-decoration: underline;
}

.social-share-links {
  position: absolute;
  top: 96px;
  left: calc((100vw - 1600px) / 2 - 60px);
  height: 100%;
  z-index: 2;
}

.social-share-links .social-share {
  margin-left: 0;
}

.social-share-links .social-share li {
  margin-bottom: 0;
}

.social-share-links .social-share li:not(:last-child) {
  margin-right: 0;
}

@media (max-width: 1799.98px) {
  .social-share-links {
    left: calc(5vw - 50px);
  }
}

@media (max-width: 1025.98px) {
  .social-share-links {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
  }
}

.social-share-links .social-share-wrapper {
  position: sticky;
  top: 40px;
}

.social-share-links .social-share-wrapper .share-text {
  display: none;
}

.social-share-links .social-share {
  flex-direction: column;
}

@media (max-width: 1025.98px) {
  .social-share-links .social-share {
    flex-direction: row;
  }
}

.social-share-links .social-share svg {
  height: 24px;
  width: 24px;
}

.logged-in #app .post-is-draft {
  display: block;
  border: 3px solid red;
  border-radius: 0;
  position: relative;
}

.logged-in #app .post-is-draft:before {
  content: "Post not published";
  color: #FFFFFF;
  background-color: red;
  position: absolute;
  padding: 5px;
  top: -38px;
  left: -3px;
}

.logged-in #app .post-is-draft--flex {
  display: flex;
}

body #app .post-is-draft {
  display: none;
}

.pretitle {
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  margin-bottom: 15px;
  color: #FFFFFF;
  padding: 5px 15px 3px 15px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #000000;
}

.pretitle:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E01D8D;
  bottom: -7px;
  left: -7px;
  z-index: -1;
}

.pretitle.bg-dark-purple {
  background: #7A2982;
}

.pretitle.bg-dark-blue {
  background: #00477B;
}

.pretitle.bg-gray {
  background: #E6E7E8;
  color: #000000;
}

.fancy-bullets.fancy-bullet-subheading h2, .fancy-bullets.fancy-bullet-subheading h3, .fancy-bullets.fancy-bullet-subheading h4, .fancy-bullets.fancy-bullet-subheading h5, .fancy-bullets.fancy-bullet-subheading h6 {
  margin-bottom: 8px;
}

/** Text meant only for screen readers */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

.image-modal {
  cursor: zoom-in;
}

.firefoxFormFix .mktoForm {
  align-items: flex-start !important;
}

.firefoxFormFix .mktoButtonRow {
  margin-top: 3px !important;
}

@media (max-width: 1259.98px) {
  .single-taxonomy .single-taxonomy-marketo-col .mktoFormRow {
    flex: 0 0 60% !important;
  }

  .single-taxonomy .single-taxonomy-marketo-col .mktoButtonRow {
    flex: 0 0 40% !important;
  }
}

@media (max-width: 1399.98px) {
  .hero .mktoForm .mktoFormRow {
    flex: 0 0 60% !important;
  }

  .hero .mktoForm .mktoButtonRow {
    flex: 0 0 40% !important;
  }
}

@media (max-width: 1099.98px) {
  .hero .mktoForm .mktoFormRow {
    flex: 0 0 55% !important;
  }

  .hero .mktoForm .mktoButtonRow {
    flex: 0 0 45% !important;
  }
}

@media (max-width: 1025.98px) {
  .hero .mktoForm .mktoFormRow {
    flex: 0 0 70% !important;
  }

  .hero .mktoForm .mktoButtonRow {
    flex: 0 0 30% !important;
  }
}

.padding-top-0 {
  padding-top: 0;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-100 {
  padding-top: 100px;
}

@media (max-width: 1025.98px) {
  .padding-top-100 {
    padding-top: 50px;
  }
}

.padding-top-150 {
  padding-top: 150px;
}

@media (max-width: 1025.98px) {
  .padding-top-150 {
    padding-top: 50px;
  }
}

.padding-top-200 {
  padding-top: 200px;
}

@media (max-width: 1025.98px) {
  .padding-top-200 {
    padding-top: 75px;
  }
}

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

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (max-width: 1025.98px) {
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

@media (max-width: 1025.98px) {
  .padding-bottom-150 {
    padding-bottom: 50px;
  }
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

@media (max-width: 1025.98px) {
  .padding-bottom-200 {
    padding-bottom: 75px;
  }
}

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

.padding-right-25 {
  padding-right: 25px;
}

@media (max-width: 1025.98px) {
  .padding-right-25 {
    padding-right: 0;
  }
}

.padding-right-50 {
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .padding-right-50 {
    padding-right: 0;
  }
}

.padding-right-100 {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  .padding-right-100 {
    padding-right: 0;
  }
}

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

@media (max-width: 1025.98px) {
  .padding-left-0 {
    padding-left: 0;
  }
}

.padding-left-25 {
  padding-left: 25px;
}

@media (max-width: 1025.98px) {
  .padding-left-25 {
    padding-left: 0;
  }
}

.padding-left-50 {
  padding-left: 50px;
}

@media (max-width: 1025.98px) {
  .padding-left-50 {
    padding-left: 0;
  }
}

.padding-left-100 {
  padding-left: 100px;
}

@media (max-width: 1025.98px) {
  .padding-left-100 {
    padding-left: 0;
  }
}

.max-500 {
  display: block;
  max-width: 500px;
}

.m-0 {
  margin: 0 !important;
}

.m-10 {
  margin: 10px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-25 {
  margin-top: 25px;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.content-container, section.cta-banner.purple_background_with_circular_image.contained-banner, section.cta-banner.add-border-top:after, section.tabbed-section.add-border-top:after, section.card-section.alternating_content_card .single-reversing-row.add-border-top:after, section.card-section.add-border-top:after, section.featured-links.add-border-top:after, .single-press-release .additional-colophon-section.add-border-top:after, article.single-post .single-post-flexible-section.add-border-top:after, article.single-press-release .single-post-flexible-section.add-border-top:after, .add-border-top:after {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}

.content-container::after, section.cta-banner.purple_background_with_circular_image.contained-banner::after, section.cta-banner.add-border-top::after, section.tabbed-section.add-border-top::after, section.card-section.alternating_content_card .single-reversing-row.add-border-top::after, section.card-section.add-border-top::after, section.featured-links.add-border-top::after, .single-press-release .additional-colophon-section.add-border-top::after, article.single-post .single-post-flexible-section.add-border-top::after, article.single-press-release .single-post-flexible-section.add-border-top::after, .add-border-top::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 1499.98px) {
  .content-container, section.cta-banner.purple_background_with_circular_image.contained-banner, section.cta-banner.add-border-top:after, section.tabbed-section.add-border-top:after, section.card-section.alternating_content_card .single-reversing-row.add-border-top:after, section.card-section.add-border-top:after, section.featured-links.add-border-top:after, .single-press-release .additional-colophon-section.add-border-top:after, article.single-post .single-post-flexible-section.add-border-top:after, article.single-press-release .single-post-flexible-section.add-border-top:after, .add-border-top:after {
    max-width: 1300px;
  }
}

.content-container.max-1340, section.max-1340.cta-banner.purple_background_with_circular_image.contained-banner, section.max-1340.cta-banner.add-border-top:after, section.max-1340.tabbed-section.add-border-top:after, section.card-section.alternating_content_card .max-1340.single-reversing-row.add-border-top:after, section.max-1340.card-section.add-border-top:after, section.max-1340.featured-links.add-border-top:after, .single-press-release .max-1340.additional-colophon-section.add-border-top:after, article.single-post .max-1340.single-post-flexible-section.add-border-top:after, article.single-press-release .max-1340.single-post-flexible-section.add-border-top:after, .max-1340.add-border-top:after {
  max-width: 1340px;
}

.content-container.max-1635, section.max-1635.cta-banner.purple_background_with_circular_image.contained-banner, section.max-1635.cta-banner.add-border-top:after, section.max-1635.tabbed-section.add-border-top:after, section.card-section.alternating_content_card .max-1635.single-reversing-row.add-border-top:after, section.max-1635.card-section.add-border-top:after, section.max-1635.featured-links.add-border-top:after, .single-press-release .max-1635.additional-colophon-section.add-border-top:after, article.single-post .max-1635.single-post-flexible-section.add-border-top:after, article.single-press-release .max-1635.single-post-flexible-section.add-border-top:after, .max-1635.add-border-top:after {
  max-width: 1635px;
}

.content-container.has-cols, section.has-cols.cta-banner.purple_background_with_circular_image.contained-banner, section.has-cols.cta-banner.add-border-top:after, section.has-cols.tabbed-section.add-border-top:after, section.card-section.alternating_content_card .has-cols.single-reversing-row.add-border-top:after, section.has-cols.card-section.add-border-top:after, section.has-cols.featured-links.add-border-top:after, .single-press-release .has-cols.additional-colophon-section.add-border-top:after, article.single-post .has-cols.single-post-flexible-section.add-border-top:after, article.single-press-release .has-cols.single-post-flexible-section.add-border-top:after, .has-cols.add-border-top:after {
  width: calc(90% + (20px * 2));
  max-width: calc(1600px + (20px * 2));
}

@media (max-width: 899.98px) {
  .content-container.has-cols, section.has-cols.cta-banner.purple_background_with_circular_image.contained-banner, section.has-cols.cta-banner.add-border-top:after, section.has-cols.tabbed-section.add-border-top:after, section.card-section.alternating_content_card .has-cols.single-reversing-row.add-border-top:after, section.has-cols.card-section.add-border-top:after, section.has-cols.featured-links.add-border-top:after, .single-press-release .has-cols.additional-colophon-section.add-border-top:after, article.single-post .has-cols.single-post-flexible-section.add-border-top:after, article.single-press-release .has-cols.single-post-flexible-section.add-border-top:after, .has-cols.add-border-top:after {
    width: 90%;
    max-width: 90%;
  }
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.grid-collapse {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

@media (max-width: 1025.98px) {
  .grid-collapse {
    width: 100%;
    margin: 0 auto;
  }
}

.col-1 {
  min-height: 1px;
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-1 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-1:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-2 {
  min-height: 1px;
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-2 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-2:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-3 {
  min-height: 1px;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-3 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-3:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-4 {
  min-height: 1px;
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-4:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-5 {
  min-height: 1px;
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-5 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-5:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-6 {
  min-height: 1px;
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-6 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-6:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-7 {
  min-height: 1px;
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-7 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-7:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-8 {
  min-height: 1px;
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-8 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-8:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-9 {
  min-height: 1px;
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-9 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-9:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-10 {
  min-height: 1px;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-10 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-10:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-11 {
  min-height: 1px;
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-11 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-11:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-12 {
  min-height: 1px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-12 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .col-12:not(:last-child) {
    margin-bottom: 25px;
  }
}

.col-1-centered {
  width: calc((90% / 12) * 1);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-1-centered {
    width: 100%;
  }
}

.col-2-centered {
  width: calc((90% / 12) * 2);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-2-centered {
    width: 100%;
  }
}

.col-3-centered {
  width: calc((90% / 12) * 3);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-3-centered {
    width: 100%;
  }
}

.col-4-centered {
  width: calc((90% / 12) * 4);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-4-centered {
    width: 100%;
  }
}

.col-5-centered {
  width: calc((90% / 12) * 5);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-5-centered {
    width: 100%;
  }
}

.col-6-centered {
  width: calc((90% / 12) * 6);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-6-centered {
    width: 100%;
  }
}

.col-7-centered {
  width: calc((90% / 12) * 7);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-7-centered {
    width: 100%;
  }
}

.col-8-centered {
  width: calc((90% / 12) * 8);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-8-centered {
    width: 100%;
  }
}

.col-9-centered {
  width: calc((90% / 12) * 9);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-9-centered {
    width: 100%;
  }
}

.col-10-centered {
  width: calc((90% / 12) * 10);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-10-centered {
    width: 100%;
  }
}

.col-11-centered {
  width: calc((90% / 12) * 11);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-11-centered {
    width: 100%;
  }
}

.col-12-centered {
  width: calc((90% / 12) * 12);
  margin: 0 auto;
}

@media (max-width: 1025.98px) {
  .col-12-centered {
    width: 100%;
  }
}

.flex-col-1 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 8.3333333333%;
  flex: 1 0 calc(8.3333333333% - 21.6666666667px);
  max-width: calc(8.3333333333% - 21.6666666667px);
}

@media (max-width: 1025.98px) {
  .flex-col-1 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-1:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-1 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-1 {
    flex: 1 0 calc(8.3333333333% - 21.6666666667px);
    max-width: calc(8.3333333333% - 21.6666666667px);
  }
}

.flex-col-tl-1 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-1 {
    flex: 1 0 calc(8.3333333333% - 21.6666666667px);
    max-width: calc(8.3333333333% - 21.6666666667px);
  }
}

.flex-col-t-1 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-1 {
    flex: 1 0 calc(8.3333333333% - 21.6666666667px);
    max-width: calc(8.3333333333% - 21.6666666667px);
  }
}

.flex-col-m-1 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-1 {
    flex: 1 0 calc(8.3333333333% - 21.6666666667px);
    max-width: calc(8.3333333333% - 21.6666666667px);
  }
}

.flex-col-2 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 16.6666666667%;
  flex: 1 0 calc(16.6666666667% - 23.3333333333px);
  max-width: calc(16.6666666667% - 23.3333333333px);
}

@media (max-width: 1025.98px) {
  .flex-col-2 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-2:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-2 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-2 {
    flex: 1 0 calc(16.6666666667% - 23.3333333333px);
    max-width: calc(16.6666666667% - 23.3333333333px);
  }
}

.flex-col-tl-2 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-2 {
    flex: 1 0 calc(16.6666666667% - 23.3333333333px);
    max-width: calc(16.6666666667% - 23.3333333333px);
  }
}

.flex-col-t-2 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-2 {
    flex: 1 0 calc(16.6666666667% - 23.3333333333px);
    max-width: calc(16.6666666667% - 23.3333333333px);
  }
}

.flex-col-m-2 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-2 {
    flex: 1 0 calc(16.6666666667% - 23.3333333333px);
    max-width: calc(16.6666666667% - 23.3333333333px);
  }
}

.flex-col-3 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 25%;
  flex: 1 0 calc(25% - 25px);
  max-width: calc(25% - 25px);
}

@media (max-width: 1025.98px) {
  .flex-col-3 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-3:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-3 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-3 {
    flex: 1 0 calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}

.flex-col-tl-3 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-3 {
    flex: 1 0 calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}

.flex-col-t-3 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-3 {
    flex: 1 0 calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}

.flex-col-m-3 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-3 {
    flex: 1 0 calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}

.flex-col-4 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 33.3333333333%;
  flex: 1 0 calc(33.3333333333% - 26.6666666667px);
  max-width: calc(33.3333333333% - 26.6666666667px);
}

@media (max-width: 1025.98px) {
  .flex-col-4 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-4:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-4 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-4 {
    flex: 1 0 calc(33.3333333333% - 26.6666666667px);
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
}

.flex-col-tl-4 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-4 {
    flex: 1 0 calc(33.3333333333% - 26.6666666667px);
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
}

.flex-col-t-4 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-4 {
    flex: 1 0 calc(33.3333333333% - 26.6666666667px);
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
}

.flex-col-m-4 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-4 {
    flex: 1 0 calc(33.3333333333% - 26.6666666667px);
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
}

.flex-col-5 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 41.6666666667%;
  flex: 1 0 calc(41.6666666667% - 28.3333333333px);
  max-width: calc(41.6666666667% - 28.3333333333px);
}

@media (max-width: 1025.98px) {
  .flex-col-5 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-5:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-5 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-5 {
    flex: 1 0 calc(41.6666666667% - 28.3333333333px);
    max-width: calc(41.6666666667% - 28.3333333333px);
  }
}

.flex-col-tl-5 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-5 {
    flex: 1 0 calc(41.6666666667% - 28.3333333333px);
    max-width: calc(41.6666666667% - 28.3333333333px);
  }
}

.flex-col-t-5 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-5 {
    flex: 1 0 calc(41.6666666667% - 28.3333333333px);
    max-width: calc(41.6666666667% - 28.3333333333px);
  }
}

.flex-col-m-5 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-5 {
    flex: 1 0 calc(41.6666666667% - 28.3333333333px);
    max-width: calc(41.6666666667% - 28.3333333333px);
  }
}

.flex-col-6 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 50%;
  flex: 1 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

@media (max-width: 1025.98px) {
  .flex-col-6 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-6:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-6 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-6 {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

.flex-col-tl-6 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-6 {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

.flex-col-t-6 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-6 {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

.flex-col-m-6 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-6 {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

.flex-col-7 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 58.3333333333%;
  flex: 1 0 calc(58.3333333333% - 31.6666666667px);
  max-width: calc(58.3333333333% - 31.6666666667px);
}

@media (max-width: 1025.98px) {
  .flex-col-7 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-7:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-7 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-7 {
    flex: 1 0 calc(58.3333333333% - 31.6666666667px);
    max-width: calc(58.3333333333% - 31.6666666667px);
  }
}

.flex-col-tl-7 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-7 {
    flex: 1 0 calc(58.3333333333% - 31.6666666667px);
    max-width: calc(58.3333333333% - 31.6666666667px);
  }
}

.flex-col-t-7 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-7 {
    flex: 1 0 calc(58.3333333333% - 31.6666666667px);
    max-width: calc(58.3333333333% - 31.6666666667px);
  }
}

.flex-col-m-7 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-7 {
    flex: 1 0 calc(58.3333333333% - 31.6666666667px);
    max-width: calc(58.3333333333% - 31.6666666667px);
  }
}

.flex-col-8 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 66.6666666667%;
  flex: 1 0 calc(66.6666666667% - 33.3333333333px);
  max-width: calc(66.6666666667% - 33.3333333333px);
}

@media (max-width: 1025.98px) {
  .flex-col-8 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-8:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-8 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-8 {
    flex: 1 0 calc(66.6666666667% - 33.3333333333px);
    max-width: calc(66.6666666667% - 33.3333333333px);
  }
}

.flex-col-tl-8 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-8 {
    flex: 1 0 calc(66.6666666667% - 33.3333333333px);
    max-width: calc(66.6666666667% - 33.3333333333px);
  }
}

.flex-col-t-8 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-8 {
    flex: 1 0 calc(66.6666666667% - 33.3333333333px);
    max-width: calc(66.6666666667% - 33.3333333333px);
  }
}

.flex-col-m-8 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-8 {
    flex: 1 0 calc(66.6666666667% - 33.3333333333px);
    max-width: calc(66.6666666667% - 33.3333333333px);
  }
}

.flex-col-9 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 75%;
  flex: 1 0 calc(75% - 35px);
  max-width: calc(75% - 35px);
}

@media (max-width: 1025.98px) {
  .flex-col-9 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-9:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-9 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-9 {
    flex: 1 0 calc(75% - 35px);
    max-width: calc(75% - 35px);
  }
}

.flex-col-tl-9 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-9 {
    flex: 1 0 calc(75% - 35px);
    max-width: calc(75% - 35px);
  }
}

.flex-col-t-9 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-9 {
    flex: 1 0 calc(75% - 35px);
    max-width: calc(75% - 35px);
  }
}

.flex-col-m-9 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-9 {
    flex: 1 0 calc(75% - 35px);
    max-width: calc(75% - 35px);
  }
}

.flex-col-10 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 83.3333333333%;
  flex: 1 0 calc(83.3333333333% - 36.6666666667px);
  max-width: calc(83.3333333333% - 36.6666666667px);
}

@media (max-width: 1025.98px) {
  .flex-col-10 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-10:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-10 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-10 {
    flex: 1 0 calc(83.3333333333% - 36.6666666667px);
    max-width: calc(83.3333333333% - 36.6666666667px);
  }
}

.flex-col-tl-10 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-10 {
    flex: 1 0 calc(83.3333333333% - 36.6666666667px);
    max-width: calc(83.3333333333% - 36.6666666667px);
  }
}

.flex-col-t-10 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-10 {
    flex: 1 0 calc(83.3333333333% - 36.6666666667px);
    max-width: calc(83.3333333333% - 36.6666666667px);
  }
}

.flex-col-m-10 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-10 {
    flex: 1 0 calc(83.3333333333% - 36.6666666667px);
    max-width: calc(83.3333333333% - 36.6666666667px);
  }
}

.flex-col-11 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 91.6666666667%;
  flex: 1 0 calc(91.6666666667% - 38.3333333333px);
  max-width: calc(91.6666666667% - 38.3333333333px);
}

@media (max-width: 1025.98px) {
  .flex-col-11 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-11:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-11 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-11 {
    flex: 1 0 calc(91.6666666667% - 38.3333333333px);
    max-width: calc(91.6666666667% - 38.3333333333px);
  }
}

.flex-col-tl-11 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-11 {
    flex: 1 0 calc(91.6666666667% - 38.3333333333px);
    max-width: calc(91.6666666667% - 38.3333333333px);
  }
}

.flex-col-t-11 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-11 {
    flex: 1 0 calc(91.6666666667% - 38.3333333333px);
    max-width: calc(91.6666666667% - 38.3333333333px);
  }
}

.flex-col-m-11 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-11 {
    flex: 1 0 calc(91.6666666667% - 38.3333333333px);
    max-width: calc(91.6666666667% - 38.3333333333px);
  }
}

.flex-col-12 {
  margin-left: 20px;
  min-height: 1px;
  flex: 1 0 100%;
  flex: 1 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

@media (max-width: 1025.98px) {
  .flex-col-12 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1025.98px) {
  .flex-col-12:not(:last-child) {
    margin-bottom: 25px;
  }
}

.flex-col-d-12 {
  margin-left: 20px;
}

@media (max-width: 1299.98px) {
  .flex-col-d-12 {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

.flex-col-tl-12 {
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-tl-12 {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

.flex-col-t-12 {
  margin-left: 20px;
}

@media (max-width: 899.98px) {
  .flex-col-t-12 {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

.flex-col-m-12 {
  margin-left: 20px;
}

@media (max-width: 599.98px) {
  .flex-col-m-12 {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

.flex-col-12 {
  margin-right: 10px;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .flex-col-12 {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.col-12-centered {
  width: 100%;
  margin-left: 20px;
}

@media (max-width: 1025.98px) {
  .col-12-centered {
    margin-left: 0;
  }
}

.fw-flex-col-1 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 1);
}

.fw-flex-col-2 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 2);
}

.fw-flex-col-3 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 3);
}

.fw-flex-col-4 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 4);
}

.fw-flex-col-5 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 5);
}

.fw-flex-col-6 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 6);
}

.fw-flex-col-7 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 7);
}

.fw-flex-col-8 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 8);
}

.fw-flex-col-9 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 9);
}

.fw-flex-col-10 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 10);
}

.fw-flex-col-11 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 11);
}

.fw-flex-col-12 {
  min-height: 1px;
  flex: 1 0 calc((100% / 12) * 12);
}

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

.flex-row:after {
  display: none;
}

.align-columns-center {
  justify-content: center;
}

.align-columns-right {
  justify-content: flex-end;
}

.align-columns-spaced {
  justify-content: space-between;
}

.align-content-center {
  align-items: center;
}

.align-content-baseline {
  align-items: baseline;
}

.display-block {
  display: block !important;
}

body {
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham";
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: initial;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham";
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: initial;
}

h1, .h1 {
  font-family: "Gotham";
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 65px;
  margin-bottom: 30px;
}

@media (max-width: 1025.98px) {
  h1, .h1 {
    font-size: 1.875rem;
    line-height: 35px;
  }
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 45px;
  font-weight: 700;
}

@media (max-width: 1025.98px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

h2.subheading, .h2.subheading {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 100;
}

h3, .h3 {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 35px;
}

@media (max-width: 1025.98px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 1025.98px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

h6, .h6 {
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 25px;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

p, .paragraph {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5em;
}

a {
  color: #008CC1;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: #7A2982;
}

.bg-purple a:hover {
  color: #FFFFFF;
}

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

.text-capitalize {
  text-transform: capitalize;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.p-bigger {
  font-size: 1.125rem;
  line-height: 27px;
}

.fw-book {
  font-weight: 100;
}

.fw-lite {
  font-weight: 300;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.single-post h1, .resource-container h1 {
  font-size: 2.375rem;
  line-height: 45px;
  font-weight: 700;
}

.single-post h2, .resource-container h2 {
  font-size: 2.125rem;
  line-height: 40px;
}

.single-post h2.subheading, .resource-container h2.subheading {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 100;
}

.single-post h3, .resource-container h3 {
  font-size: 1.875rem;
  line-height: 35px;
}

.single-post h3.additional-subheading, .resource-container h3.additional-subheading {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 300;
}

.single-post h4, .resource-container h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 30px;
}

.single-post h5, .resource-container h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
}

.single-post h6, .resource-container h6 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 25px;
}

.single-post .body-medium, .resource-container .body-medium {
  font-size: 1.125rem;
  font-weight: 100;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@font-face {
  font-family: "Gotham";

  src: url("../fonts/Gotham-Light.eot");

  src: url("../fonts/Gotham-Light.otf") format("opentype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Gotham";

  src: url("../fonts/Gotham-LightItalic.eot");

  src: url("../fonts/Gotham-LightItalic.otf") format("opentype");

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: "Gotham";

  src: url("../fonts/Gotham-Book.eot");

  src: url("../fonts/Gotham-Book.otf") format("opentype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Gotham";

  src: url("../fonts/Gotham-Medium.eot");

  src: url("../fonts/Gotham-Medium.otf") format("opentype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Gotham";

  src: url("../fonts/Gotham-Bold.eot");

  src: url("../fonts/Gotham-Bold.otf") format("opentype");

  font-weight: 700;

  font-style: normal;
}

.button, form.mktoForm .mktoButtonRow {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1.125rem;
  padding: 16px 22px 14px;
  line-height: 18px;
  letter-spacing: 0;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
}

.button.negative-margin-left, form.mktoForm .negative-margin-left.mktoButtonRow {
  margin-left: -2px;
}

@media (max-width: 1025.98px) {
  .button, form.mktoForm .mktoButtonRow {
    margin-bottom: 20px;
  }
}

.button:before, form.mktoForm .mktoButtonRow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7A2982;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.button:after, form.mktoForm .mktoButtonRow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #55105C;
  transition: all 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: -1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%;
  width: 0;
}

.button:hover, form.mktoForm .mktoButtonRow:hover {
  color: #FFFFFF;
}

.button:hover:after, form.mktoForm .mktoButtonRow:hover:after {
  width: 120%;
}

.button.mt-0, form.mktoForm .mt-0.mktoButtonRow {
  margin-top: -20px;
}

.button.small, form.mktoForm .small.mktoButtonRow {
  font-size: 1rem;
  padding: 10px 20px;
  line-height: 16px;
}

.button.secondary, form.mktoForm .secondary.mktoButtonRow {
  color: #7A2982;
  padding: 13px 35px;
  border: 2px solid #7A2982;
  background: linear-gradient(to right, #7A2982 50%, transparent 0);
  background-size: 200% 100%;
  background-position: right;
  transition: all 0.4s ease-in-out;
}

.button.secondary:before, form.mktoForm .secondary.mktoButtonRow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.button.secondary:after, form.mktoForm .secondary.mktoButtonRow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7A2982;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%;
  width: 0;
}

.button.secondary.dark-purple-hover:after, form.mktoForm .secondary.dark-purple-hover.mktoButtonRow:after {
  background: #55105C;
}

.button.secondary:hover, form.mktoForm .secondary.mktoButtonRow:hover {
  color: #FFFFFF;
  background-position: left;
}

.button.secondary:hover:after, form.mktoForm .secondary.mktoButtonRow:hover:after {
  width: 120%;
}

.button.secondary-small, form.mktoForm .secondary-small.mktoButtonRow {
  color: #7A2982;
  font-size: 1rem;
  padding: 10px 20px;
  border: 2px solid #7A2982;
  line-height: 16px;
  transition: all 0.4s ease-in-out;
}

.button.secondary-small.text-white a, form.mktoForm .secondary-small.text-white.mktoButtonRow a {
  color: #FFFFFF;
}

.button.secondary-small:before, form.mktoForm .secondary-small.mktoButtonRow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.button.secondary-small:after, form.mktoForm .secondary-small.mktoButtonRow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #55105C;
  z-index: -1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%;
  width: 0;
}

.button.secondary-small:hover, form.mktoForm .secondary-small.mktoButtonRow:hover {
  color: #FFFFFF;
}

.button.secondary-small:hover:after, form.mktoForm .secondary-small.mktoButtonRow:hover:after {
  width: 120%;
  transition: 0.5s ease-in-out;
}

.button-alt, .button-external {
  position: relative;
  display: inline-block;
}

.button-alt.text-white a, .button-external.text-white a {
  color: #FFFFFF;
}

.button-alt:hover #caret-wrapper, .button-external:hover #caret-wrapper {
  right: 0;
}

.button-alt:hover #button-arrow-2, .button-alt:hover #button-arrow-3, .button-external:hover #button-arrow-2, .button-external:hover #button-arrow-3 {
  opacity: 1;
}

.button-alt--inner, .button-external--inner {
  display: flex;
  align-items: center;
}

.button-alt a, .button-external a {
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #008CC1;
}

.button-alt svg, .button-external svg {
  position: relative;
  margin-left: 10px;
}

.button-alt #button-arrow-2, .button-alt #button-arrow-3, .button-external #button-arrow-2, .button-external #button-arrow-3 {
  transition: 0.15s;
  opacity: 0;
}

.button-alt #caret-wrapper, .button-external #caret-wrapper {
  position: absolute;
  right: 13px;
  transition: all 0.2s;
}

.button-group .button-wrap a, .button-group .button-alt a {
  font-size: 1.125rem;
}

.button-group .button-alt {
  top: 3px;
}

@media (max-width: 599.98px) {
  .button-group .button-alt {
    top: 0;
  }
}

.button-external {
  margin-right: 20px;
}

.button-external svg {
  margin-left: 5px;
}

.button-external a {
  align-items: baseline;
}

.button-external:hover a {
  color: #55105C;
}

.button-wrap {
  display: inline-block;
  margin: 20px 12px 20px 0;
}

.button-wrap.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.button-wrap.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-wrap.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-wrap.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-wrap.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-accent {
  position: relative;
}

.link-accent:hover:after {
  opacity: 1;
}

.link-accent:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 100%;
  background: -webkit-linear-gradient(left, #48b2a9 0%, #792c80 44%, #dc2d8c 100%);
  opacity: 0;
  transition: all 0.2s;
}

.page-banner {
  display: block;
  color: #000000;
  font-family: "Gotham";
  font-weight: 500;
  padding: 15px 5%;
  text-align: center;
}

@media (max-width: 1025.98px) {
  .page-banner {
    display: none;
  }
}

.page-banner:hover {
  color: #000000;
}

.page-banner .button-alt {
  margin-left: 20px;
}

.purple-callout, .fancy-bullets {
  display: block;
  padding-left: 25px;
  border-left: 5px solid #7A2982;
}

.purple-callout ul, .fancy-bullets ul {
  margin: 0;
  padding: 20px 0 0 25px;
  border-top: 1px solid #E6E7E8;
}

.purple-callout li, .fancy-bullets li {
  position: relative;
  list-style: none;
  line-height: 28px;
  padding-left: 7px;
}

.purple-callout li:last-child, .fancy-bullets li:last-child {
  margin-bottom: 0;
}

.purple-callout li:before, .fancy-bullets li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: url(../images/pink-list-style.svg) no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.purple-callout p, .fancy-bullets p {
  margin-bottom: 10px;
}

.purple-callout.plain, .fancy-bullets.plain {
  border-left: none;
  padding-left: 0;
}

.purple-callout.plain ul, .fancy-bullets.plain ul {
  border: none;
}

.purple-callout {
  margin-bottom: 25px;
}

.purple-callout h1, .purple-callout h2, .purple-callout h3, .purple-callout h4, .purple-callout h5, .purple-callout h6 {
  margin-bottom: 10px;
}

.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

.modal {
  display: none;
  background-color: transparent;
  z-index: 11;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.modal.open {
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.modal.pdf-modal {
  min-height: 80vh;
}

.modal.pdf-modal .iframe-wrap {
  padding-top: 0;
}

.modal.pdf-modal embed {
  min-height: 80vh;
}

.modal.pdf-modal .modal--inner {
  width: 70vw;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 1025.98px) {
  .modal.pdf-modal .modal--inner {
    width: 90vw;
  }
}

@media (max-width: 899.98px) {
  .modal.pdf-modal .modal--inner {
    width: 85vw;
  }
}

.modal.modal-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 85vh;
  height: auto;
}

.modal .modal-image-container {
  text-align: center;
}

.modal--escape {
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -60px;
  height: 20px;
  width: 20px;
  z-index: 10;
}

.modal--escape svg {
  height: 20px;
  width: 20px;
}

.modal--escape rect {
  fill: #FFFFFF;
}

@media (max-width: 1025.98px) {
  .modal--escape {
    position: absolute;
    top: 0;
    right: -25px;
  }
}

@media (max-width: 899.98px) {
  .modal--escape {
    position: absolute;
    top: -50px;
    right: 0;
  }
}

.modal--overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal--inner {
  width: 55vw;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 1025.98px) {
  .modal--inner {
    width: 90vw;
  }
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  color: #000000;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  width: 100%;
  margin: 5px 0 20px 0;
  padding: 12px 10px;
  border: 1px solid #B3B9B9;
  border-radius: 5px;
  -webkit-appearance: none;
  background-color: inherit;
}

[type=color].input-error, [type=date].input-error, [type=datetime].input-error, [type=datetime-local].input-error, [type=email].input-error, [type=month].input-error, [type=number].input-error, [type=password].input-error, [type=search].input-error, [type=tel].input-error, [type=text].input-error, [type=time].input-error, [type=url].input-error, [type=week].input-error, input:not([type]).input-error, textarea.input-error {
  border: 1px solid red;
}

[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375;
}

[type=color]:-moz-placeholder, [type=date]:-moz-placeholder, [type=datetime]:-moz-placeholder, [type=datetime-local]:-moz-placeholder, [type=email]:-moz-placeholder, [type=month]:-moz-placeholder, [type=number]:-moz-placeholder, [type=password]:-moz-placeholder, [type=search]:-moz-placeholder, [type=tel]:-moz-placeholder, [type=text]:-moz-placeholder, [type=time]:-moz-placeholder, [type=url]:-moz-placeholder, [type=week]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375;
}

[type=color]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375;
}

[type=color]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
  font-size: 1rem;
  line-height: 1.375;
}

select {
  color: #000000;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
  padding: 12px 10px;
  margin: 5px 0 30px 0;
  width: 100%;
  appearance: none;
  border: 1px solid #B3B9B9;
  border-radius: 5px;
  -webkit-appearance: none;
  background: #FFFFFF url(../images/caret-down.svg) no-repeat 97% center;
}

select::-ms-expand {
  display: none;
}

.mktoErrorMsg {
  display: none;
}

.form-validation-msg .form-validation-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #E01D8D;
}

.form-validation-msg .form-validation-list-item {
  color: #E01D8D;
}

.no-gated-form .resource-form-image.hide-on-form-submit {
  display: none;
}

.mktoLogicalField.mktoCheckboxList {
  align-items: flex-start;
}

.mktoLogicalField.mktoCheckboxList label {
  flex-wrap: wrap;
  text-align: left;
  margin-top: 5px;
  padding-left: 2px;
}

.mktoLogicalField.mktoCheckboxList label strong {
  width: 100%;
}

.mktoLogicalField.mktoCheckboxList label br {
  display: none;
}

.mktoHtmlText.mktoHasWidth hr {
  width: 100%;
  height: 2px;
  background-color: #7A2982;
}

.mktoCheckboxList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.mktoCheckboxList input {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  flex: 0 0 35px;
  margin: 0 0 5px 0;
  height: 35px;
  width: 35px;
}

.mktoCheckboxList input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #B3B9B9;
  border-radius: 3px;
  z-index: 1;
  height: 15px;
  width: 15px;
}

.mktoCheckboxList input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.2s;
  background-color: #7A2982;
  z-index: 2;
  height: 11px;
  width: 11px;
}

.mktoCheckboxList input:checked:before {
  border-radius: 0;
}

.mktoCheckboxList input:checked:after {
  opacity: 1;
}

.mktoCheckboxList label {
  display: flex;
  font-family: "Gotham";
  font-weight: 400;
  flex: 0 0 calc(100% - 35px);
  font-size: 1rem;
  transition: all 0.2s;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}

form.mktoForm .mktoButtonRow {
  display: flex;
  text-align: center;
  margin: 25px auto 30px auto;
  padding: 0;
  width: calc(100% - 60px);
}

form.mktoForm .mktoButtonRow:before, form.mktoForm .mktoButtonRow:after {
  z-index: 0;
}

form.mktoForm .mktoButtonRow .mktoButton {
  position: relative;
  text-align: center;
  z-index: 1;
}

form.mktoForm .mktoButtonWrap {
  width: 100%;
}

form.mktoForm button {
  -webkit-appearance: none;
          appearance: none;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1.125rem;
  color: #FFFFFF;
  background: none;
  border: none;
  padding: 18px 20px;
  width: 100%;
  cursor: pointer;
}

.success-notice {
  display: none;
}

.success-notice .button-wrap {
  position: relative;
  z-index: 2;
}

.mktoLabel {
  display: flex;
  color: #454D51;
}

.mktoAsterix {
  order: 2;
}

.marketo-success .success-notice {
  display: block;
}

.marketo-success .success-notice.ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

.marketo-success .success-message.ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

.marketo-success .resource-form-image.hide-on-form-submit {
  display: none;
}

.marketo-success .form-header {
  display: none;
}

.marketo-success .form-validation-msg {
  display: none;
}

.marketo-success.hide-form-on-submit .mktoForm {
  display: none !important;
}

.marketo-required-field-validation {
  border: 1px solid #E01D8D;
}

.js-warning {
  display: none;
  padding: 20px;
  border: 1px solid #E01D8D;
  border-radius: 15px;
  font-style: italic;
  font-weight: 300;
}

.js-warning.visible {
  display: block;
}

.js-warning p {
  margin-bottom: 0;
}

label[for=honeypot], input[name=honeypot] {
  display: none;
}

.section-404 {
  position: relative;
  overflow: hidden;
}

.section-404 .page-not-found-container {
  flex: 0 0 600px;
}

@media (max-width: 599.98px) {
  .section-404 .page-not-found-container {
    flex: 0 0 100%;
    padding-bottom: 150px;
  }
}

.section-404 .accent-container {
  z-index: -1;
  height: 100%;
  width: 100%;
}

.section-404 .accent-container .green-solid-circle {
  height: 500px;
  width: 500px;
  position: absolute;
  bottom: -250px;
  right: 200px;
}

.section-404 .accent-container .green-solid-circle path {
  fill: #7A2982;
}

@media (max-width: 1025.98px) {
  .section-404 .accent-container .green-solid-circle {
    height: 250px;
    width: 250px;
    bottom: -150px;
    right: -75px;
  }
}

.section-404 .accent-container .pink-dots-diamond {
  position: absolute;
  right: 400px;
  bottom: 90px;
  color: #E01D8D;
}

@media (max-width: 1025.98px) {
  .section-404 .accent-container .pink-dots-diamond {
    position: absolute;
    right: -70px;
    bottom: 5px;
    color: #E01D8D;
    height: 35%;
  }
}

.section-404 .accent-container .shooting-dots-full {
  position: absolute;
  top: -200px;
  right: -300px;
}

@media (max-width: 1025.98px) {
  .section-404 .accent-container .shooting-dots-full {
    display: none;
  }
}

.section-404 .accent-container .connected-dots-sphere {
  position: absolute;
  top: -375px;
  right: -60px;
}

@media (max-width: 1025.98px) {
  .section-404 .accent-container .connected-dots-sphere {
    display: none;
  }
}

.section-404 .accent-container .magenta-sphere {
  position: absolute;
  left: -225px;
  top: 0;
}

@media (max-width: 1025.98px) {
  .section-404 .accent-container .magenta-sphere {
    display: none;
  }
}

.section-404 .accent-container .purple-see-through-circle {
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0.9;
}

@media (max-width: 1025.98px) {
  .section-404 .accent-container .purple-see-through-circle {
    display: none;
  }
}

body.search {
  padding: 0;
  display: block;
}

@media (max-width: 1025.98px) {
  section.search-section .footer-search {
    width: 100%;
  }
}

section.search-section .search-inner {
  font-size: 1rem;
  padding: 18px 20px 18px 35px;
  background: transparent;
  border-radius: 34px;
  border: 1px solid #55105C;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 50px;
  transition: all 0.2s;
}

section.search-section .search-inner:hover {
  background: #FFFFFF;
}

section.search-section .search-inner:hover input {
  color: #454D51;
  width: 400px;
}

section.search-section .search-inner:hover input::-webkit-input-placeholder {
  color: #454D51;
}

section.search-section .search-inner:hover input:-moz-placeholder {
  color: #454D51;
}

section.search-section .search-inner:hover input::-moz-placeholder {
  color: #454D51;
}

section.search-section .search-inner:hover input:-ms-input-placeholder {
  color: #454D51;
}

section.search-section .search-inner:hover .search-submit {
  color: #55105C;
}

@media (max-width: 1025.98px) {
  section.search-section .search-inner {
    width: 100%;
  }
}

section.search-section .search-inner [type=color], section.search-section .search-inner [type=date], section.search-section .search-inner [type=datetime], section.search-section .search-inner [type=datetime-local], section.search-section .search-inner [type=email], section.search-section .search-inner [type=month], section.search-section .search-inner [type=number], section.search-section .search-inner [type=password], section.search-section .search-inner [type=search], section.search-section .search-inner [type=tel], section.search-section .search-inner [type=text], section.search-section .search-inner [type=time], section.search-section .search-inner [type=url], section.search-section .search-inner [type=week], section.search-section .search-inner input:not([type]), section.search-section .search-inner textarea {
  color: #000000;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
  width: 220px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
}

section.search-section .search-inner [type=color]::-webkit-input-placeholder, section.search-section .search-inner [type=date]::-webkit-input-placeholder, section.search-section .search-inner [type=datetime]::-webkit-input-placeholder, section.search-section .search-inner [type=datetime-local]::-webkit-input-placeholder, section.search-section .search-inner [type=email]::-webkit-input-placeholder, section.search-section .search-inner [type=month]::-webkit-input-placeholder, section.search-section .search-inner [type=number]::-webkit-input-placeholder, section.search-section .search-inner [type=password]::-webkit-input-placeholder, section.search-section .search-inner [type=search]::-webkit-input-placeholder, section.search-section .search-inner [type=tel]::-webkit-input-placeholder, section.search-section .search-inner [type=text]::-webkit-input-placeholder, section.search-section .search-inner [type=time]::-webkit-input-placeholder, section.search-section .search-inner [type=url]::-webkit-input-placeholder, section.search-section .search-inner [type=week]::-webkit-input-placeholder, section.search-section .search-inner input:not([type])::-webkit-input-placeholder, section.search-section .search-inner textarea::-webkit-input-placeholder {
  color: #000000;
}

section.search-section .search-inner [type=color]:-moz-placeholder, section.search-section .search-inner [type=date]:-moz-placeholder, section.search-section .search-inner [type=datetime]:-moz-placeholder, section.search-section .search-inner [type=datetime-local]:-moz-placeholder, section.search-section .search-inner [type=email]:-moz-placeholder, section.search-section .search-inner [type=month]:-moz-placeholder, section.search-section .search-inner [type=number]:-moz-placeholder, section.search-section .search-inner [type=password]:-moz-placeholder, section.search-section .search-inner [type=search]:-moz-placeholder, section.search-section .search-inner [type=tel]:-moz-placeholder, section.search-section .search-inner [type=text]:-moz-placeholder, section.search-section .search-inner [type=time]:-moz-placeholder, section.search-section .search-inner [type=url]:-moz-placeholder, section.search-section .search-inner [type=week]:-moz-placeholder, section.search-section .search-inner input:not([type]):-moz-placeholder, section.search-section .search-inner textarea:-moz-placeholder {
  color: #000000;
}

section.search-section .search-inner [type=color]::-moz-placeholder, section.search-section .search-inner [type=date]::-moz-placeholder, section.search-section .search-inner [type=datetime]::-moz-placeholder, section.search-section .search-inner [type=datetime-local]::-moz-placeholder, section.search-section .search-inner [type=email]::-moz-placeholder, section.search-section .search-inner [type=month]::-moz-placeholder, section.search-section .search-inner [type=number]::-moz-placeholder, section.search-section .search-inner [type=password]::-moz-placeholder, section.search-section .search-inner [type=search]::-moz-placeholder, section.search-section .search-inner [type=tel]::-moz-placeholder, section.search-section .search-inner [type=text]::-moz-placeholder, section.search-section .search-inner [type=time]::-moz-placeholder, section.search-section .search-inner [type=url]::-moz-placeholder, section.search-section .search-inner [type=week]::-moz-placeholder, section.search-section .search-inner input:not([type])::-moz-placeholder, section.search-section .search-inner textarea::-moz-placeholder {
  color: #000000;
}

section.search-section .search-inner [type=color]:-ms-input-placeholder, section.search-section .search-inner [type=date]:-ms-input-placeholder, section.search-section .search-inner [type=datetime]:-ms-input-placeholder, section.search-section .search-inner [type=datetime-local]:-ms-input-placeholder, section.search-section .search-inner [type=email]:-ms-input-placeholder, section.search-section .search-inner [type=month]:-ms-input-placeholder, section.search-section .search-inner [type=number]:-ms-input-placeholder, section.search-section .search-inner [type=password]:-ms-input-placeholder, section.search-section .search-inner [type=search]:-ms-input-placeholder, section.search-section .search-inner [type=tel]:-ms-input-placeholder, section.search-section .search-inner [type=text]:-ms-input-placeholder, section.search-section .search-inner [type=time]:-ms-input-placeholder, section.search-section .search-inner [type=url]:-ms-input-placeholder, section.search-section .search-inner [type=week]:-ms-input-placeholder, section.search-section .search-inner input:not([type]):-ms-input-placeholder, section.search-section .search-inner textarea:-ms-input-placeholder {
  color: #000000;
}

@media (max-width: 1025.98px) {
  section.search-section .search-inner [type=color], section.search-section .search-inner [type=date], section.search-section .search-inner [type=datetime], section.search-section .search-inner [type=datetime-local], section.search-section .search-inner [type=email], section.search-section .search-inner [type=month], section.search-section .search-inner [type=number], section.search-section .search-inner [type=password], section.search-section .search-inner [type=search], section.search-section .search-inner [type=tel], section.search-section .search-inner [type=text], section.search-section .search-inner [type=time], section.search-section .search-inner [type=url], section.search-section .search-inner [type=week], section.search-section .search-inner input:not([type]), section.search-section .search-inner textarea {
    width: calc(100% - 40px);
  }
}

section.search-section .search-inner button {
  color: #7A2982;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

section.search-section .search-inner svg {
  height: 18px;
  width: 16px;
}

section.search-section .search-inner .search-submit {
  color: #7A2982;
}

section.search-section .post-title {
  margin-bottom: 0;
}

section.search-section .search-title-section {
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.search-section .entry-summary {
  margin-bottom: 20px;
}

section.search-section .single-search-post {
  margin-bottom: 50px;
}

section.search-section .posts-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** Layouts */

.header {
  position: relative;
  padding: 10px 0 20px;
  background: #FFFFFF;
  z-index: 10;
}

.header.shadow {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.header.menu-hidden {
  border-bottom: 1px solid #E6E7E8;
}

.header .skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}

.header .desktop-navigation .desktop-navigation-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1199.98px) {
  .header .desktop-navigation .logo {
    width: 170px;
  }
}

.header .desktop-navigation .top-navigation {
  margin-bottom: 20px;
}

.header .desktop-navigation .top-navigation a {
  display: inline-block;
  font-weight: 400;
  color: #454D51;
}

.header .desktop-navigation .top-navigation a:hover {
  color: #7A2982;
}

.header .desktop-navigation .top-navigation a:not(:last-child) {
  margin-right: 30px;
}

.header .desktop-navigation .top-navigation a.secondary-small {
  color: #7A2982;
  font-weight: 700;
}

.header .desktop-navigation .top-navigation a.secondary-small:hover {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
  background: #7A2982;
}

.header .desktop-navigation .top-navigation .language-dropdown {
  position: relative;
  z-index: 5;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
}

.header .desktop-navigation .top-navigation .language-dropdown.visible .language-dropdown-items {
  display: block;
}

.header .desktop-navigation .top-navigation .language-dropdown.visible .globe path {
  fill: #55105C;
}

.header .desktop-navigation .top-navigation .language-dropdown .globe {
  height: 25px;
  width: 25px;
}

.header .desktop-navigation .top-navigation .language-dropdown .globe path {
  fill: #6E7C7C;
}

.header .desktop-navigation .top-navigation .language-dropdown .globe:hover path {
  fill: #55105C;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 1rem;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical {
  display: block;
  border: none;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-link {
  padding: 0;
  margin-bottom: 5px;
  color: #454D51;
  transition: 300ms ease all;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-link:hover {
  color: #000000;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-current-language .wpml-ls-link {
  color: #55105C;
  font-weight: 500;
}

.header .desktop-navigation .bottom-navigation {
  margin-right: 80px;
}

@media (max-width: 1199.98px) {
  .header .desktop-navigation .bottom-navigation {
    margin-right: 0;
  }
}

.header .desktop-navigation .bottom-navigation .menu-item {
  font-weight: 500;
  color: #454D51;
  cursor: pointer;
}

.header .desktop-navigation .bottom-navigation .menu-item:hover {
  color: #7A2982;
}

.header .desktop-navigation .bottom-navigation .menu-item:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1099.98px) {
  .header .desktop-navigation .bottom-navigation .menu-item:not(:last-child) {
    margin-right: 20px;
  }
}

.header .desktop-navigation .bottom-navigation .parent-nav {
  padding-bottom: 5px;
}

.header .desktop-navigation .bottom-navigation .parent-nav:hover {
  color: #000000;
}

.header .child-menu {
  display: none;
}

.header .menu-cta-button {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.header .mobile-only .language-dropdown {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 15%;
}

.header .mobile-only .language-dropdown.visible .language-dropdown-items {
  display: block;
}

.header .mobile-only .language-dropdown.visible .globe path {
  fill: #55105C;
}

.header .mobile-only .language-dropdown .globe {
  height: 25px;
  width: 25px;
}

.header .mobile-only .language-dropdown .globe path {
  fill: #6E7C7C;
}

.header .mobile-only .language-dropdown .language-dropdown-items {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #F5F5F5;
  padding: 20px 15px;
  border-radius: 3px;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical {
  display: block;
  border: none;
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-item:not(:last-child) {
  margin-bottom: 15px;
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-link {
  padding: 0;
  color: #454D51;
  font-weight: 400;
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-current-language .wpml-ls-link {
  color: #55105C;
  font-weight: 500;
}

.mega-menu-background {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  z-index: -1;
}

.footer {
  position: relative;
  color: #FFFFFF;
  background-color: #000000;
  z-index: 1;
}

.footer figure {
  z-index: -1;
}

.footer .footer-top {
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
}

@media (max-width: 1025.98px) {
  .footer .footer-top {
    margin-bottom: 20px;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-top {
    padding: 40px 0 10px 0;
    margin-bottom: 0;
    justify-content: center;
  }
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 0;
  }
}

.footer .footer-top .footer-logo img {
  margin-right: 40px;
  height: 45px;
  width: 45px;
}

@media (max-width: 599.98px) {
  .footer .footer-top .footer-logo img {
    margin-right: 20px;
  }
}

.footer .footer-top .footer-logo-content {
  font-size: 1.25rem;
}

@media (max-width: 599.98px) {
  .footer .footer-top .footer-logo-content {
    font-size: 1rem;
  }
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-search {
    width: 100%;
  }
}

.footer .footer-top .footer-search-inner {
  font-size: 1rem;
  padding: 18px 20px 18px 35px;
  background: transparent;
  border-radius: 34px;
  border: 2px solid #FFFFFF;
  transition: all 0.2s;
}

.footer .footer-top .footer-search-inner #footer-search-input::placeholder {
  color: #FFFFFF !important;
}

.footer .footer-top .footer-search-inner:hover {
  background: #FFFFFF;
}

.footer .footer-top .footer-search-inner:hover #footer-search-input::placeholder {
  color: #454D51 !important;
}

.footer .footer-top .footer-search-inner:hover input {
  color: #454D51;
  width: 400px;
}

.footer .footer-top .footer-search-inner:hover input::-webkit-input-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover input:-moz-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover input::-moz-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover input:-ms-input-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover .search-submit {
  color: #55105C;
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-search-inner {
    width: 100%;
  }
}

.footer .footer-top .footer-search-inner [type=color], .footer .footer-top .footer-search-inner [type=date], .footer .footer-top .footer-search-inner [type=datetime], .footer .footer-top .footer-search-inner [type=datetime-local], .footer .footer-top .footer-search-inner [type=email], .footer .footer-top .footer-search-inner [type=month], .footer .footer-top .footer-search-inner [type=number], .footer .footer-top .footer-search-inner [type=password], .footer .footer-top .footer-search-inner [type=search], .footer .footer-top .footer-search-inner [type=tel], .footer .footer-top .footer-search-inner [type=text], .footer .footer-top .footer-search-inner [type=time], .footer .footer-top .footer-search-inner [type=url], .footer .footer-top .footer-search-inner [type=week], .footer .footer-top .footer-search-inner input:not([type]), .footer .footer-top .footer-search-inner textarea {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
  width: 220px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
}

.footer .footer-top .footer-search-inner [type=color]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=date]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=email]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=month]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=number]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=password]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=search]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=tel]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=text]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=time]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=url]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=week]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner input:not([type])::-webkit-input-placeholder, .footer .footer-top .footer-search-inner textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}

.footer .footer-top .footer-search-inner [type=color]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=date]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=email]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=month]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=number]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=password]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=search]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=tel]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=text]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=time]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=url]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=week]:-moz-placeholder, .footer .footer-top .footer-search-inner input:not([type]):-moz-placeholder, .footer .footer-top .footer-search-inner textarea:-moz-placeholder {
  color: #FFFFFF;
}

.footer .footer-top .footer-search-inner [type=color]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=date]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=email]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=month]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=number]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=password]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=search]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=tel]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=text]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=time]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=url]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=week]::-moz-placeholder, .footer .footer-top .footer-search-inner input:not([type])::-moz-placeholder, .footer .footer-top .footer-search-inner textarea::-moz-placeholder {
  color: #FFFFFF;
}

.footer .footer-top .footer-search-inner [type=color]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=date]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=email]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=month]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=number]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=password]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=search]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=tel]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=text]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=time]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=url]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=week]:-ms-input-placeholder, .footer .footer-top .footer-search-inner input:not([type]):-ms-input-placeholder, .footer .footer-top .footer-search-inner textarea:-ms-input-placeholder {
  color: #FFFFFF;
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-search-inner [type=color], .footer .footer-top .footer-search-inner [type=date], .footer .footer-top .footer-search-inner [type=datetime], .footer .footer-top .footer-search-inner [type=datetime-local], .footer .footer-top .footer-search-inner [type=email], .footer .footer-top .footer-search-inner [type=month], .footer .footer-top .footer-search-inner [type=number], .footer .footer-top .footer-search-inner [type=password], .footer .footer-top .footer-search-inner [type=search], .footer .footer-top .footer-search-inner [type=tel], .footer .footer-top .footer-search-inner [type=text], .footer .footer-top .footer-search-inner [type=time], .footer .footer-top .footer-search-inner [type=url], .footer .footer-top .footer-search-inner [type=week], .footer .footer-top .footer-search-inner input:not([type]), .footer .footer-top .footer-search-inner textarea {
    width: calc(100% - 40px);
  }
}

.footer .footer-top .footer-search-inner button {
  color: #7A2982;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.footer .footer-top .footer-search-inner svg {
  height: 18px;
  width: 16px;
}

.footer .footer-top .footer-search-inner .search-submit {
  color: #FFFFFF;
}

.footer .footer-navigation {
  margin: 0 0 70px 88px;
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation {
    display: none;
  }
}

.footer .footer-navigation .headline {
  color: #E6E7E8;
  margin-bottom: 30px;
  min-height: 76px;
}

.footer .footer-navigation .footer-column {
  flex: 0 0 25%;
  margin-bottom: 25px;
}

.footer .footer-navigation .footer-column:not(:last-child) {
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation .footer-column:not(:last-child) {
    margin-bottom: 25px;
  }
}

.footer .footer-navigation .footer-column.footer-cta-links {
  text-align: right;
}

.footer .footer-navigation .footer-links {
  flex-direction: column;
}

.footer .footer-navigation .footer-links a {
  display: table;
  color: #E6E7E8;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.footer .footer-navigation .footer-links a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.footer .footer-navigation .button, .footer .footer-navigation form.mktoForm .mktoButtonRow, form.mktoForm .footer .footer-navigation .mktoButtonRow {
  min-width: 230px;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation .button, .footer .footer-navigation form.mktoForm .mktoButtonRow, form.mktoForm .footer .footer-navigation .mktoButtonRow {
    display: inline-block;
  }
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation .footer-cta-links {
    display: flex;
    flex: 0 0 220px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.footer .footer-social .footer-column {
  display: none;
}

@media (max-width: 599.98px) {
  .footer .footer-social .footer-column {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .footer .footer-social .footer-column a {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #E6E7E8;
    letter-spacing: 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer .footer-social .footer-column a:hover {
    border: 1px solid #7A2982;
  }

  .footer .footer-social .footer-column a:before {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 599.98px) {
  .footer .social-media-feed {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.footer .social-media-feed a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 599.98px) {
  .footer .social-media-feed a:not(:last-child) {
    margin-right: 20px;
  }
}

.footer .social-media-feed svg {
  height: 24px;
  width: 24px;
  transition: all 0.2s;
}

.footer .social-media-feed svg:hover {
  transform: scale(1.1);
}

.footer .single-social-media.mail-to svg .st0 {
  background: #FFFFFF;
}

.footer .single-social-media.mail-to svg .st1 {
  background: #FFFFFF;
}

.footer .footer-bottom {
  padding: 30px 0;
  background: #495256;
}

@media (max-width: 599.98px) {
  .footer .footer-bottom {
    background: none;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-bottom .copyright {
    text-align: center;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-bottom .align-columns-spaced {
    justify-content: center;
  }
}

.footer .footer-bottom .footer-bottom-links a {
  color: #E6E7E8;
}

.footer .footer-bottom .footer-bottom-links a:not(:last-child) {
  margin-right: 20px;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: #000000;
  text-decoration: underline;
}

.footer .button.secondary, .footer form.mktoForm .secondary.mktoButtonRow, form.mktoForm .footer .secondary.mktoButtonRow {
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #E6E7E8;
  letter-spacing: 0;
}

.footer .button.secondary:hover, .footer form.mktoForm .secondary.mktoButtonRow:hover, form.mktoForm .footer .secondary.mktoButtonRow:hover {
  border: 2px solid #7A2982;
}

.footer .button.secondary:before, .footer form.mktoForm .secondary.mktoButtonRow:before, form.mktoForm .footer .secondary.mktoButtonRow:before {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 599.98px) {
  .footer .button.secondary, .footer form.mktoForm .secondary.mktoButtonRow, form.mktoForm .footer .secondary.mktoButtonRow {
    border: 1px solid #FFFFFF;
  }
}

.mobile-menu-open .header {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7E8;
}

.mobile-nav-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
}

.mobile-nav-wrap .mobile-menu {
  height: 100%;
  transform: translateX(100%);
  transition: all 0.2s;
  background: #FFFFFF;
}

.mobile-nav-wrap .mobile-menu.visible {
  transform: translateX(0);
}

.mobile-nav-wrap .menu-back {
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 95%;
}

.mobile-nav-wrap .menu-back.visible {
  opacity: 1;
}

.mobile-nav-wrap .menu {
  display: block;
  position: fixed;
  color: #454D51;
  top: 0px;
  background: #FFFFFF;
  transition: all 0.2s;
  padding: 40px 5% 175px 5%;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 74px);
}

.mobile-nav-wrap .menu #menu-main {
  left: 0;
}

.mobile-nav-wrap .menu.visible:not(:first-child) {
  left: 0;
}

.mobile-nav-wrap .menu:not(:first-child) {
  left: 200%;
}

.mobile-nav-wrap .mobile-menu-cta-buttons {
  flex-direction: column;
}

.mobile-nav-wrap .menu-cta-button {
  display: block;
  text-align: center;
  background: #7A2982;
}

.mobile-nav-wrap .menu-cta-button.secondary {
  background: #FFFFFF;
}

.mobile-nav-wrap .menu-cta-button.secondary:hover {
  color: #7A2982;
}

.mobile-nav-wrap .menu-item {
  margin-bottom: 40px;
  font-weight: 500;
}

.mobile-nav-wrap .menu-item.visible {
  opacity: 1;
}

.mobile-nav-wrap .menu-item.has-children {
  cursor: pointer;
}

.mobile-nav-wrap .menu-item a {
  color: #454D51;
}

.mobile-nav-wrap .mobile-menu-inner li {
  list-style: none;
}

.mobile-nav-wrap .mobile-menu-inner a {
  color: #000000;
}

.mobile-nav-wrap .mobile-menu-inner .menu-inner-header {
  display: block;
  margin-bottom: 10px;
}

.mobile-nav-wrap .mobile-menu-inner .main-link {
  font-weight: 500;
  margin-bottom: 45px;
}

.mobile-nav-wrap .mobile-menu-inner .main-link a {
  color: #7A2982;
}

.mobile-nav-wrap .mobile-menu-inner .menu-inner-header {
  display: block;
}

.mobile-nav-wrap .mobile-menu-inner .menu-accent {
  padding: 0 0 0 25px;
  border-left: 2px solid #E6E7E8;
  margin-bottom: 50px;
}

.mobile-nav-wrap .mobile-menu-inner .menu-content-links {
  flex-direction: column;
}

.mobile-nav-wrap .mobile-menu-inner .menu-content-links a.menu-phone {
  font-weight: 500;
  font-size: 1.25rem;
  color: #008CC1;
}

.mobile-nav-wrap .mobile-menu-inner .menu-content-links a.button, .mobile-nav-wrap .mobile-menu-inner .menu-content-links form.mktoForm a.mktoButtonRow, form.mktoForm .mobile-nav-wrap .mobile-menu-inner .menu-content-links a.mktoButtonRow {
  color: #FFFFFF;
  margin-bottom: 0;
}

.mobile-nav-wrap .mobile-menu-inner .menu-links {
  flex-direction: column;
}

.mobile-nav-wrap .mobile-menu-inner .menu-links li {
  margin-bottom: 25px;
}

.mobile-nav-wrap .mobile-menu-cta {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px 0 80px;
  background: #FFFFFF;
  border-top: 1px solid #B3B9B9;
  transform: translateX(150%);
  transition: all 0.2s ease-in-out;
}

.mobile-nav-wrap .mobile-menu-cta.visible {
  transform: translateX(0);
}

.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-open .mobile-nav-wrap {
  pointer-events: initial;
}

.header .menu-toggle {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 5%;
  height: 22px;
  width: 20px;
  z-index: 5;
}

.header .menu-toggle span {
  background-color: #7A2982;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.25s ease-in-out;
}

.header .menu-toggle span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}

.header .menu-toggle span:nth-child(even) {
  left: 0;
  border-radius: 0 9px 9px 0;
}

.header .menu-toggle span:nth-child(3), .header .menu-toggle span:nth-child(4) {
  top: 8px;
}

.header .menu-toggle span:nth-child(5), .header .menu-toggle span:nth-child(6) {
  top: 16px;
}

.header .menu-toggle.open span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.header .menu-toggle.open span:nth-child(5) {
  top: 50%;
  transform: rotate(-45deg);
}

.header .menu-toggle.open span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.header .menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
}

.header .menu-toggle.open span:nth-child(6) {
  transform: rotate(45deg);
}

.header .menu-toggle.open span:nth-child(1) {
  top: 6px;
}

.header .menu-toggle.open span:nth-child(2) {
  top: 6px;
}

.header .menu-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.header .menu-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.header .menu-toggle.open span:nth-child(5) {
  top: 6px;
}

.header .menu-toggle.open span:nth-child(6) {
  top: 6px;
}

.page-banner ~ .mega-menus {
  top: 170px;
}

.mega-menus {
  position: absolute;
  top: 115px;
  width: 100%;
  z-index: 9;
  background: #FFFFFF;
}

.mega-menus.banner-spacing {
  top: 170px;
}

.mega-menus .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
}

.mega-menus .mega-menu {
  display: none;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.mega-menus .mega-menu.active {
  display: block !important;
}

.mega-menus .menu-cta {
  position: relative;
  height: auto;
  background: #F5F5F5;
}

.mega-menus .menu-column {
  padding: 50px 35px 50px 0;
}

.mega-menus .menu-column--header {
  position: relative;
  margin-bottom: 25px;
}

.mega-menus .menu-column--header:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -12px;
  height: 20px;
  width: 3px;
  background: #E01D8D;
}

.mega-menus .menu-column--header > a {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
}

.mega-menus .menu-column--header > a:hover {
  color: #7A2982;
}

.mega-menus .menu-column--header.space-holder {
  height: 24px;
}

.mega-menus .menu-column--header.space-holder:before {
  display: none;
}

.mega-menus .menu-column--links {
  flex-direction: column;
}

.mega-menus .menu-column--links a {
  color: #454D51;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}

.mega-menus .menu-column--links a:hover {
  color: #7A2982;
}

.mega-menus .menu-column--links-header {
  display: block;
  font-weight: 500;
  margin: 10px 0;
}

.mega-menus .link-with-highlight {
  position: relative;
}

.mega-menus .link-with-highlight:before {
  content: "";
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: -22px;
  background: url(../images/pink-list-style.svg) no-repeat;
  height: 100%;
  width: 100%;
}

.mega-menus .link-with-highlight.show-highlight:before {
  opacity: 1;
}

.mega-menus .mega-menu-1 .menu-cta-wrapper {
  background: #FFFFFF;
}

.mega-menus .mega-menu-1 .menu-cta:before, .mega-menus .mega-menu-4 .menu-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #289082;
  -webkit-clip-path: circle(48.1% at 76% 0);
          clip-path: circle(48.1% at 76% 0);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-1 .menu-cta:hover:before, .mega-menus .mega-menu-4 .menu-cta:hover:before {
  opacity: 0.5;
  height: 50%;
  width: 50%;
  -webkit-clip-path: circle(27.8% at 76% 15%);
          clip-path: circle(27.8% at 76% 15%);
}

.mega-menus .mega-menu-1 .menu-cta:hover .menu-cta-wrapper, .mega-menus .mega-menu-4 .menu-cta:hover .menu-cta-wrapper {
  box-shadow: 0 5px 10px rgba(135, 149, 150, 0.3);
}

.mega-menus .mega-menu-1 .menu-cta--image, .mega-menus .mega-menu-4 .menu-cta--image {
  height: 160px;
  margin-bottom: 20px;
}

.mega-menus .mega-menu-1 .menu-cta .menu-cta-single-post, .mega-menus .mega-menu-4 .menu-cta .menu-cta-single-post {
  display: flex;
  color: #000000;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 360px;
}

.mega-menus .mega-menu-1 .menu-cta .menu-cta-single-post .menu-cta-wrapper, .mega-menus .mega-menu-4 .menu-cta .menu-cta-single-post .menu-cta-wrapper {
  position: relative;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.mega-menus .mega-menu-2 {
  position: relative;
  overflow: hidden;
}

.mega-menus .mega-menu-2:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -95px;
  left: -75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/mega-menu-2-accent.png);
  height: 380px;
  width: 380px;
  z-index: 0;
}

.mega-menus .mega-menu-2 a {
  color: #000000;
}

.mega-menus .mega-menu-2 a:hover {
  color: #7A2982;
}

.mega-menus .mega-menu-2 .menu-navigation-container .menu-column-wrapper {
  padding: 20px 0 30px;
}

.mega-menus .mega-menu-2 .menu-column {
  padding: 25px 0 10px;
}

.mega-menus .mega-menu-2 .menu-cta {
  display: flex;
  position: relative;
}

.mega-menus .mega-menu-2 .menu-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #008CC1;
  -webkit-clip-path: circle(37.1% at 80% 14%);
          clip-path: circle(37.1% at 80% 14%);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-2 .menu-cta:after {
  content: "none";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #289082;
  -webkit-clip-path: circle(37.1% at 18% 98%);
          clip-path: circle(37.1% at 18% 98%);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-2 .menu-cta:hover:before {
  opacity: 0.5;
  height: 50%;
  width: 50%;
  -webkit-clip-path: circle(27.8% at 76% 15%);
          clip-path: circle(27.8% at 76% 15%);
}

.mega-menus .mega-menu-2 .menu-cta:hover:after {
  opacity: 0.5;
  height: 50%;
  width: 50%;
  -webkit-clip-path: circle(37.1% at 18% 98%);
          clip-path: circle(37.1% at 18% 98%);
}

.mega-menus .mega-menu-2 .menu-column--links a {
  font-family: "Gotham";
  font-weight: 400;
  color: #000000;
}

.mega-menus .mega-menu-2 .menu-column--links a:hover {
  color: #000000;
}

.mega-menus .mega-menu-2 .menu-column--links a:hover .link-header {
  color: #7A2982;
}

.mega-menus .mega-menu-2 .menu-column--links a .link-header {
  display: block;
  font-weight: 500;
}

.mega-menus .mega-menu-2 .menu-cta-inner {
  width: 100%;
}

.mega-menus .mega-menu-2 .menu-bottom {
  margin: 0 -20px;
  z-index: 1;
}

.mega-menus .mega-menu-2 .menu-bottom a {
  padding-top: 20px;
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link {
  position: relative;
  border-top: 1px solid #E6E7E8;
  padding: 20px;
  transition: all 0.2s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link:hover {
  background: #FFFFFF;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link:hover:before {
  width: 100%;
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link .fw-medium {
  font-size: 18px;
}

.mega-menus .mega-menu-2 .menu-cta-single-card {
  position: relative;
  padding: 20px;
  width: 450px;
  max-width: 83%;
  margin: 20px auto;
  transition: all 0.2s;
  z-index: 2;
}

.mega-menus .mega-menu-2 .menu-cta-single-card:hover {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.mega-menus .mega-menu-2 .menu-cta-single-card p {
  margin-bottom: 14px;
}

.mega-menus .mega-menu-2 .menu-cta-single-card strong {
  font-size: 18px;
}

.mega-menus .mega-menu-2 .button-alt-wrapper {
  display: flex;
  justify-content: flex-end;
}

.mega-menus .mega-menu-2 .button-alt-wrapper .button-svg {
  display: flex;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt--inner {
  color: #008CC1;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt #caret-wrapper {
  right: 0;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt #button-arrow-2, .mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt #button-arrow-3 {
  opacity: 1;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-content {
  opacity: 1;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-svg {
  position: relative;
  left: unset;
}

.mega-menus .mega-menu-3 .menu-column--links a {
  font-weight: 400;
  margin-bottom: 11px;
}

.mega-menus .mega-menu-3 .menu-column--links .menu-column--links-header {
  display: block;
  font-weight: 500;
  margin: 10px 0;
}

.mega-menus .mega-menu-3 .menu-column--links .button-alt {
  margin-top: 16px;
}

.mega-menus .mega-menu-3 .menu-column--links .button-alt a {
  color: #008CC1;
  display: flex;
  font-weight: 500;
  position: relative;
}

.mega-menus .mega-menu-3 .menu-cta-inner {
  padding: 30px;
}

.mega-menus .mega-menu-3 .cta-card-wrapper {
  padding: 20px 0 0;
}

.mega-menus .mega-menu-3 .menu-cta-single-card {
  padding: 25px;
}

.mega-menus .mega-menu-3 .menu-cta-single-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.6);
}

.mega-menus .mega-menu-3 .menu-cta-single-card figure {
  border-radius: 5px;
}

.mega-menus .mega-menu-3 .menu-cta-single-card .image {
  height: 100px;
  margin-bottom: 15px;
}

.mega-menus .mega-menu-4 .menu-cta:before {
  background: #008CC1;
}

.mega-menus .mega-menu-4 .menu-column--header a {
  color: #454D51;
}

.mega-menus .mega-menu-4 .menu-column--header a:hover {
  color: #7A2982;
}

.mega-menus .mega-menu-4 .menu-column--header-wrapper {
  max-width: 770px;
}

.mega-menus .mega-menu-4 .menu-column--links {
  padding-right: 30px;
}

.mega-menus .mega-menu-4 .menu-column--links a {
  font-family: "Gotham";
  font-weight: 400;
}

.mega-menus .mega-menu-4 .menu-column--links a:hover {
  color: #000000;
}

.mega-menus .mega-menu-4 .menu-column--links a:hover .menu-heading {
  color: #7A2982;
}

.mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt--inner {
  color: #008CC1;
}

.mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt #caret-wrapper {
  right: 0;
}

.mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt #button-arrow-2, .mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt #button-arrow-3 {
  opacity: 1;
}

.mega-menus .mega-menu-4 .menu-cta-single-post .button-external {
  display: flex;
  justify-content: flex-end;
}

.mega-menus .mega-menu-4 .menu-cta .cta-card-wrapper {
  margin: 30px;
}

.mega-menus .mega-menu-4 .menu-cta .menu-cta-single-post {
  max-width: 510px;
}

.mega-menus .menu-navigation-container {
  padding-left: 5%;
}

.mega-menus .menu-navigation-container .menu-column-wrapper {
  padding: 0 40px 60px;
}

.mega-menus .mega-menu-5 .menu-cta-container {
  background: #F5F5F5;
}

.mega-menus .mega-menu-5 .menu-cta-container .menu-column--header {
  flex-direction: column;
  justify-content: center;
  margin: 50px auto 15px auto;
  width: calc(100% - 78px);
  max-width: 420px;
}

.mega-menus .mega-menu-5 .menu-cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #008CC1;
  -webkit-clip-path: circle(37.1% at 18% 98%);
          clip-path: circle(37.1% at 18% 98%);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-5 .menu-cta .menu-cta-wrapper {
  background: #FFFFFF;
}

.mega-menus .mega-menu-5 .menu-cta:hover:before {
  opacity: 0.5;
  height: 50%;
  width: 50%;
}

.mega-menus .mega-menu-5 .menu-cta:hover .menu-cta-wrapper {
  box-shadow: 0 5px 10px rgba(135, 149, 150, 0.3);
}

.mega-menus .mega-menu-5 .menu-cta--image {
  height: 160px;
  margin-bottom: 20px;
}

.mega-menus .mega-menu-5 .menu-cta .menu-cta-single-post {
  display: flex;
  color: #000000;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
  padding-bottom: 50px;
}

.mega-menus .mega-menu-5 .menu-cta .menu-cta-single-post .menu-cta-wrapper {
  position: relative;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.return-to-collection-bar {
  background: #7A2982;
  text-align: center;
  padding: 15px 20px 12px;
  margin-bottom: 15px;
  display: none;
}

.return-to-collection-bar.show {
  display: block;
}

.return-to-collection-bar a {
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  padding-right: 30px;
}

.return-to-collection-bar a:hover {
  color: #F4F0F5;
}

.return-to-collection-bar a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/alt_arrow_b.png);
}

.partial-single-card {
  position: relative;
  color: #000000;
  margin-bottom: 25px;
  border-radius: 18px;
  transition: all 0.2s;
  cursor: pointer;
}

.partial-single-card .alt-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #B3B9B9;
  opacity: 0.6;
}

.partial-single-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.partial-single-card:hover #caret-wrapper {
  right: 0;
}

.partial-single-card:hover #button-arrow-2, .partial-single-card:hover #button-arrow-3 {
  opacity: 1;
}

.partial-single-card:hover .alt-arrow {
  color: #008CC1;
  opacity: 1;
}

.partial-single-card .partial-card-image {
  background: #454D51;
}

.partial-single-card.post .partial-card-image {
  background: #E01D8D;
}

.partial-single-card.brief .partial-card-image, .partial-single-card.whitepaper .partial-card-image, .partial-single-card.datasheet .partial-card-image {
  background: #008CC1;
}

.partial-single-card.case_study .partial-card-image {
  background: #F37E47;
}

.partial-single-card.ebook .partial-card-image {
  background: #289082;
}

.partial-single-card.infographic .partial-card-image {
  background: #D9E146;
}

.partial-single-card.report .partial-card-image, .partial-single-card.whitepaper .partial-card-image {
  background: #00477B;
}

.partial-single-card.video .partial-card-image {
  background: #5ECE58;
}

.partial-single-card.webinar .partial-card-image {
  background: #54AB49;
}

.partial-single-card.press_release .partial-card-image {
  background: #6E7C7C;
}

.partial-single-card .partial-card-image {
  position: relative;
  height: 160px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}

@media (max-width: 599.98px) {
  .partial-single-card .partial-card-image {
    height: 160px;
  }
}

.partial-single-card .partial-card-image figure {
  z-index: 1;
}

.partial-single-card .partial-card-image svg {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
}

.partial-single-card .partial-card-image .partial-single-card-category, .partial-single-card .partial-card-image .partial-single-card-upcoming-webinar-date {
  font-weight: 500;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  padding: 2px 25px;
  border-top-right-radius: 15px;
  background: #000000;
}

.partial-single-card.default .partial-card-image {
  height: 100px;
}

.partial-single-card.default .default-card-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.partial-single-card .partial-card-title {
  padding: 0 25px 0 25px;
}

.partial-single-card .partial-card-date, .partial-single-card .partial-card-location {
  padding: 0 25px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
}

.partial-single-card .partial-card-location {
  margin-bottom: 20px;
}

.partial-single-card .partial-card-excerpt {
  padding: 0 25px 25px 25px;
}

.partial-single-card.people {
  background: #FAFAFA;
  padding: 25px 50px;
  margin-bottom: 20px;
}

.partial-single-card.people:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.partial-single-card.people .partial-card-title {
  padding: 0;
  margin-bottom: 10px;
}

.partial-single-card.people .partial-card-excerpt {
  padding: 0;
}

.partial-single-card.people .people-card-image-wrapper {
  max-width: 214px;
  margin: 0 auto 25px;
}

.partial-single-card.people .people-card-image-wrapper .people-card-image-sizer {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.single-news-card {
  padding-right: 80px;
}

@media (max-width: 1025.98px) {
  .single-news-card {
    margin-bottom: 0;
  }
}

.single-award-card, .single-news-card {
  flex-direction: column;
}

.single-award-card:not(:last-child), .single-news-card:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  .single-award-card:not(:last-child), .single-news-card:not(:last-child) {
    margin-bottom: 50px;
  }
}

.single-award-card img, .single-news-card img {
  height: 110px;
}

.single-award-card .image, .single-news-card .image {
  margin-bottom: 40px;
}

.single-news-card img {
  border-radius: 15px;
}

.single-news-card .date {
  margin-bottom: 20px;
}

.collection-single-container .collections-hero {
  position: relative;
  margin: 50px 0 100px 0;
}

@media (max-width: 1025.98px) {
  .collection-single-container .collections-hero {
    margin: 50px 0;
  }
}

@media (max-width: 599.98px) {
  .collection-single-container .collections-hero {
    overflow: hidden;
  }
}

.collection-single-container .collections-hero .collections-title, .collection-single-container .collections-hero .collections-subheading {
  width: 50%;
}

@media (max-width: 599.98px) {
  .collection-single-container .collections-hero .collections-title, .collection-single-container .collections-hero .collections-subheading {
    width: 100%;
  }
}

.collection-single-container .collections-hero svg {
  position: absolute;
  top: -180px;
  right: 30px;
}

@media (max-width: 1025.98px) {
  .collection-single-container .collections-hero svg {
    right: 30px;
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 599.98px) {
  .collection-single-container .collections-hero svg {
    position: relative;
    top: unset;
    right: -155px;
    height: 300px;
    width: 300px;
  }
}

.partial-single-horizontal-card {
  margin-bottom: 40px;
  position: relative;
  color: #000000;
  min-height: 220px;
  border-radius: 18px;
  transition: all 0.2s;
  cursor: pointer;
}

.partial-single-horizontal-card .alt-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #E6E7E8;
  opacity: 0.6;
}

.partial-single-horizontal-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.partial-single-horizontal-card:hover #caret-wrapper {
  right: 0;
}

.partial-single-horizontal-card:hover #button-arrow-2, .partial-single-horizontal-card:hover #button-arrow-3 {
  opacity: 1;
}

.partial-single-horizontal-card:hover .alt-arrow {
  color: #008CC1;
  opacity: 1;
}

.partial-single-horizontal-card figure {
  z-index: 1;
  border-radius: 15px;
}

.partial-single-horizontal-card .image-container {
  flex: 0 0 180px;
}

.partial-single-horizontal-card .content-container, .partial-single-horizontal-card section.cta-banner.purple_background_with_circular_image.contained-banner, .partial-single-horizontal-card section.cta-banner.add-border-top:after, .partial-single-horizontal-card section.tabbed-section.add-border-top:after, .partial-single-horizontal-card section.card-section.alternating_content_card .single-reversing-row.add-border-top:after, section.card-section.alternating_content_card .partial-single-horizontal-card .single-reversing-row.add-border-top:after, .partial-single-horizontal-card section.card-section.add-border-top:after, .partial-single-horizontal-card section.featured-links.add-border-top:after, .partial-single-horizontal-card .single-press-release .additional-colophon-section.add-border-top:after, .single-press-release .partial-single-horizontal-card .additional-colophon-section.add-border-top:after, .partial-single-horizontal-card article.single-post .single-post-flexible-section.add-border-top:after, article.single-post .partial-single-horizontal-card .single-post-flexible-section.add-border-top:after, .partial-single-horizontal-card article.single-press-release .single-post-flexible-section.add-border-top:after, article.single-press-release .partial-single-horizontal-card .single-post-flexible-section.add-border-top:after, .partial-single-horizontal-card .add-border-top:after {
  flex: 1;
  padding: 30px;
}

.partial-single-horizontal-card .horizontal-card-partial-date {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.partial-single-horizontal-card .horizontal-card-partial-excerpt p {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 500;
}

@media (max-width: 899.98px) {
  .modal-collection .social-share-container {
    margin-bottom: 20px;
  }
}

.modal-collection .social-share svg {
  height: 26px;
  width: 26px;
}

.modal-collection .modal-collection-wrapper {
  background: #FFFFFF;
  min-height: 95vh;
}

@media (max-width: 899.98px) {
  .modal-collection .modal-collection-wrapper {
    min-height: 70vh;
  }
}

.modal-collection .modal-collection-wrapper .hidden {
  display: none;
}

.modal-collection .collection-navigation {
  position: absolute;
  top: 100px;
  left: -220px;
  width: 250px;
}

@media (max-width: 1025.98px) {
  .modal-collection .collection-navigation {
    display: none;
  }
}

.modal-collection .collection-mobile-navigation {
  display: none;
  position: relative;
  padding-top: 15px;
}

@media (max-width: 1025.98px) {
  .modal-collection .collection-mobile-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
}

.modal-collection .collection-mobile-navigation .collection-mobile-back, .modal-collection .collection-mobile-navigation .collection-mobile-next {
  margin-bottom: 0;
  padding: 20px 40px;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.modal-collection .collection-mobile-navigation .collection-mobile-back:before, .modal-collection .collection-mobile-navigation .collection-mobile-next:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

.modal-collection .collection-mobile-navigation .back-icon, .modal-collection .collection-mobile-navigation .next-icon {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.modal-collection .collection-mobile-navigation .back-icon {
  margin-right: 10px;
}

.modal-collection .collection-mobile-navigation .next-icon {
  margin-left: 10px;
}

.modal-collection .collection-mobile-navigation .pagination-arrow {
  display: flex;
}

.modal-collection .collection-mobile-navigation .pagination-arrow.prev {
  transform: rotateY(180deg);
}

.modal-collection .back-icon, .modal-collection .next-icon {
  margin-bottom: 10px;
}

.modal-collection .collection-back, .modal-collection .collection-next {
  position: relative;
  padding: 30px 20px;
  margin-bottom: 15px;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

@media (max-width: 599.98px) {
  .modal-collection .collection-back, .modal-collection .collection-next {
    padding: 15px;
  }
}

.modal-collection .collection-back:hover, .modal-collection .collection-next:hover {
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.15);
}

.modal-collection .collection-back:before, .modal-collection .collection-next:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

.modal-collection .pdf-wrapper {
  height: 70vh;
  width: 100%;
}

@media (max-width: 599.98px) {
  .modal-collection .pdf-wrapper {
    height: 35vh;
  }
}

.modal-collection .modal-collection-wrapper {
  position: relative;
  padding: 50px 80px;
}

@media (max-width: 599.98px) {
  .modal-collection .modal-collection-wrapper {
    padding: 15px;
  }
}

.modal-collection .collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 899.98px) {
  .modal-collection .collection-toolbar {
    flex-direction: column;
  }
}

.modal-collection .collection-toolbar input {
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 899.98px) {
  .modal-collection .collection-toolbar .pages-container {
    order: 3;
  }
}

.modal-collection .collection-toolbar .pages {
  margin-right: 50px;
}

.modal-collection .collection-toolbar .pages input {
  width: 30px;
}

.modal-collection .collection-toolbar .pages .max-page {
  margin-top: 1px;
}

.modal-collection .collection-toolbar .pages .separator {
  margin-left: -20px;
}

.modal-collection .collection-toolbar .zoom input {
  width: 45px;
}

.modal-collection .modal-button-wrapper .button-wrap {
  position: relative;
  margin: 0;
  z-index: 1;
}

.modal-collection .modal-button-wrapper .secondary-small {
  padding: 8px 20px;
}

.pdf-modal .modal-pdf-wrapper {
  background: #FFFFFF;
  padding: 50px 80px;
}

@media (max-width: 599.98px) {
  .pdf-modal .modal-pdf-wrapper {
    padding: 15px;
  }
}

.pdf-modal .pdf-wrapper {
  position: relative;
  height: 70vh;
  width: 100%;
}

.pdf-modal .social-share svg {
  height: 26px;
  width: 26px;
}

.pdf-modal .collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #FFFFFF;
}

@media (max-width: 899.98px) {
  .pdf-modal .collection-toolbar {
    flex-direction: column;
  }
}

.pdf-modal .collection-toolbar input {
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 899.98px) {
  .pdf-modal .collection-toolbar .social-share-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 899.98px) {
  .pdf-modal .collection-toolbar .pages-container {
    order: 3;
  }
}

.pdf-modal .collection-toolbar .pages {
  margin-right: 50px;
}

.pdf-modal .collection-toolbar .pages input {
  width: 30px;
}

.pdf-modal .collection-toolbar .pages .max-page {
  margin-top: 1px;
}

.pdf-modal .collection-toolbar .pages .separator {
  margin-left: -20px;
}

@media (max-width: 599.98px) {
  .pdf-modal .collection-toolbar .zoom {
    display: none;
  }
}

.pdf-modal .collection-toolbar .zoom input {
  width: 45px;
}

@media (max-width: 599.98px) {
  .pdf-modal .modal-button-wrapper {
    order: 2;
  }
}

.pdf-modal .modal-button-wrapper .button-wrap {
  position: relative;
  margin: 0;
  z-index: 1;
}

.pdf-modal .modal-button-wrapper .secondary-small {
  padding: 8px 20px;
}

.pdf-modal .modal-button-wrapper .secondary-small:hover {
  border-color: #55105C;
}

.pdf-modal .modal-button-wrapper .secondary-small:hover:before {
  background: #55105C;
  transition-delay: 0.1s;
}

@media (max-width: 899.98px) {
  .pdf-modal .modal--escape {
    position: absolute;
    top: -20px;
    right: -20px;
  }
}

article.single-post, article.single-press-release {
  position: relative;
}

article.single-post .single-post-top-section, article.single-press-release .single-post-top-section {
  position: relative;
  margin-bottom: 30px;
}

article.single-post .single-post-top-section:not(.press-release-top-section), article.single-press-release .single-post-top-section:not(.press-release-top-section) {
  padding-top: 8px;
}

article.single-post .single-post-top-section .single-post-title, article.single-press-release .single-post-top-section .single-post-title {
  font-family: "Gotham";
  margin-bottom: 15px;
  font-size: 2.375rem;
  line-height: 45px;
  font-weight: 700;
}

article.single-post .single-post-top-section .post-authors, article.single-press-release .single-post-top-section .post-authors {
  display: flex;
  flex-wrap: wrap;
}

article.single-post .single-post-top-section .post-authors .post-author-link, article.single-press-release .single-post-top-section .post-authors .post-author-link {
  color: #000000;
}

article.single-post .single-post-top-section .post-authors .post-author-link:hover, article.single-press-release .single-post-top-section .post-authors .post-author-link:hover {
  color: #7A2982;
}

article.single-post .single-post-top-section .post-authors .post-author, article.single-press-release .single-post-top-section .post-authors .post-author {
  margin-right: 50px;
  margin-bottom: 20px;
}

article.single-post .single-post-top-section .post-authors .post-author .author-name, article.single-press-release .single-post-top-section .post-authors .post-author .author-name {
  font-weight: 700;
}

article.single-post .single-post-top-section .post-authors .post-author .author-company:before, article.single-press-release .single-post-top-section .post-authors .post-author .author-company:before {
  content: "• ";
  padding: 0 2px;
}

article.single-post .single-post-top-section .post-authors .post-author p, article.single-press-release .single-post-top-section .post-authors .post-author p {
  margin-bottom: 0;
}

article.single-post .single-post-top-section .single-post-title-container, article.single-press-release .single-post-top-section .single-post-title-container {
  padding-right: 80px;
}

article.single-post .single-post-top-section .post-image-container, article.single-press-release .single-post-top-section .post-image-container {
  width: 100%;
  height: 300px;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1025.98px) {
  article.single-post .single-post-top-section .post-image-container, article.single-press-release .single-post-top-section .post-image-container {
    max-width: 375px;
  }
}

article.single-post .single-post-top-section .single-post-date, article.single-press-release .single-post-top-section .single-post-date {
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  border-top-right-radius: 10px;
}

article.single-post .single-post-flexible-section, article.single-press-release .single-post-flexible-section {
  border-bottom: 1px solid #E6E7E8;
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  article.single-post .single-post-flexible-section, article.single-press-release .single-post-flexible-section {
    padding-right: 0;
  }
}

article.single-post .single-post-flexible-section.add-border-top:after, article.single-press-release .single-post-flexible-section.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: calc(100% - 100px);
  height: 1px;
  background: #E6E7E8;
}

@media (max-width: 1025.98px) {
  article.single-post .single-post-flexible-section.add-border-top:after, article.single-press-release .single-post-flexible-section.add-border-top:after {
    width: 90%;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}

article.single-post .standard-flex-sections, article.single-post .related-posts, article.single-press-release .standard-flex-sections, article.single-press-release .related-posts {
  position: relative;
}

article.single-post .standard-flex-sections.add-border-top:after, article.single-press-release .standard-flex-sections.add-border-top:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

article.single-post .related-posts.add-border-top:after, article.single-press-release .related-posts.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

article.single-post .related-posts .related-posts-title, article.single-press-release .related-posts .related-posts-title {
  padding-top: 100px;
  font-weight: 500;
  margin-bottom: 70px;
}

article.single-post .accent-wrapper, article.single-press-release .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  article.single-post .accent-wrapper, article.single-press-release .accent-wrapper {
    display: none;
  }
}

article.single-post .accent-wrapper .card-accent-top, article.single-press-release .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

article.single-post .accent-wrapper .card-accent-bottom, article.single-press-release .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -16px;
}

article.single-post .accent-wrapper svg, article.single-press-release .accent-wrapper svg {
  color: #7A2982;
}

.modal-people .modal--content {
  background: #FFFFFF;
}

.modal-people .modal-people-wrapper {
  padding: 64px 60px 70px 70px;
}

@media (max-width: 899.98px) {
  .modal-people .modal-people-wrapper {
    padding: 30px;
  }
}

.modal-people .people-modal-image-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 899.98px) {
  .modal-people .people-modal-image-wrapper {
    max-width: 250px;
  }
}

.modal-people .people-modal-image-sizer {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
}

.modal-people .people-modal-content {
  padding-left: 20px;
  max-height: 60vh;
  overflow: auto;
}

@media (max-width: 1025.98px) {
  .modal-people .people-modal-content {
    max-height: calc(70vh - 350px);
  }
}

@media (max-width: 899.98px) {
  .modal-people .people-modal-content {
    max-height: calc(70vh - 250px);
  }
}

section.single-archive .breadcrumb-container, section.single-taxonomy .breadcrumb-container {
  padding-top: 50px;
}

section.single-archive .single-archive-top-row, section.single-archive .single-taxonomy-top-row, section.single-taxonomy .single-archive-top-row, section.single-taxonomy .single-taxonomy-top-row {
  margin-bottom: 50px;
  justify-content: space-between;
}

section.single-archive .single-taxonomy-image-container, section.single-taxonomy .single-taxonomy-image-container {
  padding-left: 100px;
}

@media (max-width: 1025.98px) {
  section.single-archive .single-taxonomy-image-container, section.single-taxonomy .single-taxonomy-image-container {
    padding-left: 0;
    margin: 0 auto;
  }
}

section.single-archive .single-taxonomy-image, section.single-taxonomy .single-taxonomy-image {
  width: 100%;
  height: 300px;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
}

section.single-archive .single-archive-cta-card .partial-single-card, section.single-archive .single-taxonomy-cta-card .partial-single-card, section.single-taxonomy .single-archive-cta-card .partial-single-card, section.single-taxonomy .single-taxonomy-cta-card .partial-single-card {
  width: 100%;
  max-width: unset;
  height: max-content;
}

section.single-archive .single-archive-marketo-row, section.single-archive .single-taxonomy-marketo-row, section.single-taxonomy .single-archive-marketo-row, section.single-taxonomy .single-taxonomy-marketo-row {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-bottom: 100px;
}

@media (max-width: 599.98px) {
  section.single-archive .single-archive-marketo-row, section.single-archive .single-taxonomy-marketo-row, section.single-taxonomy .single-archive-marketo-row, section.single-taxonomy .single-taxonomy-marketo-row {
    margin-bottom: 75px;
  }
}

section.single-archive .single-archive-marketo-row .single-archive-marketo-col, section.single-archive .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-taxonomy-marketo-col {
  background-color: #FAFAFA;
  padding: 35px 45px;
  border-radius: 15px;
  width: 100%;
  flex: 1 1 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 599.98px) {
  section.single-archive .single-archive-marketo-row .single-archive-marketo-col, section.single-archive .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-taxonomy-marketo-col {
    padding: 35px 30px;
  }
}

section.single-archive .single-archive-marketo-row .marketo-form-heading, section.single-archive .single-taxonomy-marketo-row .marketo-form-heading, section.single-taxonomy .single-archive-marketo-row .marketo-form-heading, section.single-taxonomy .single-taxonomy-marketo-row .marketo-form-heading {
  margin-top: 4px;
}

@media (max-width: 1025.98px) {
  section.single-archive .single-archive-marketo-row .marketo-form-heading, section.single-archive .single-taxonomy-marketo-row .marketo-form-heading, section.single-taxonomy .single-archive-marketo-row .marketo-form-heading, section.single-taxonomy .single-taxonomy-marketo-row .marketo-form-heading {
    margin-top: 0;
  }
}

section.single-archive .single-archive-marketo-row .mktoForm, section.single-archive .single-taxonomy-marketo-row .mktoForm, section.single-taxonomy .single-archive-marketo-row .mktoForm, section.single-taxonomy .single-taxonomy-marketo-row .mktoForm {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

section.single-archive .single-archive-marketo-row .mktoFormRow, section.single-archive .single-taxonomy-marketo-row .mktoFormRow, section.single-taxonomy .single-archive-marketo-row .mktoFormRow, section.single-taxonomy .single-taxonomy-marketo-row .mktoFormRow {
  flex: 0 0 70%;
}

section.single-archive .single-archive-marketo-row .mktoFormRow input, section.single-archive .single-taxonomy-marketo-row .mktoFormRow input, section.single-taxonomy .single-archive-marketo-row .mktoFormRow input, section.single-taxonomy .single-taxonomy-marketo-row .mktoFormRow input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

section.single-archive .single-archive-marketo-row .mktoButtonRow, section.single-archive .single-taxonomy-marketo-row .mktoButtonRow, section.single-taxonomy .single-archive-marketo-row .mktoButtonRow, section.single-taxonomy .single-taxonomy-marketo-row .mktoButtonRow {
  flex: 0 0 30%;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

section.single-archive .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-archive .single-taxonomy-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-taxonomy-marketo-row .mktoButtonRow .mktoButton {
  font-size: 1.125rem;
  padding: 13px 20px;
}

@media (max-width: 599.98px) {
  section.single-archive .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-archive .single-taxonomy-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-taxonomy-marketo-row .mktoButtonRow .mktoButton {
    padding: 13px 0;
  }
}

section.single-archive .single-archive-marketo-row .form-disclaimer, section.single-archive .single-taxonomy-marketo-row .form-disclaimer, section.single-taxonomy .single-archive-marketo-row .form-disclaimer, section.single-taxonomy .single-taxonomy-marketo-row .form-disclaimer {
  color: #6E7C7C;
  margin-top: -15px;
}

@media (max-width: 1025.98px) {
  section.single-archive .single-archive-marketo-row .form-disclaimer, section.single-archive .single-taxonomy-marketo-row .form-disclaimer, section.single-taxonomy .single-archive-marketo-row .form-disclaimer, section.single-taxonomy .single-taxonomy-marketo-row .form-disclaimer {
    margin-top: -10px;
  }
}

section.single-archive .recent-posts, section.single-taxonomy .recent-posts {
  position: relative;
  padding-bottom: 100px;
}

section.single-archive .recent-posts .recent-posts-title, section.single-taxonomy .recent-posts .recent-posts-title {
  padding-top: 100px;
  font-weight: 700;
  margin-bottom: 70px;
}

section.single-archive .social-share-links, section.single-taxonomy .social-share-links {
  position: absolute;
  top: 10px;
  left: -60px;
}

@media (max-width: 1025.98px) {
  section.single-archive .social-share-links, section.single-taxonomy .social-share-links {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 0;
    height: auto;
  }
}

section.single-archive .social-share-links .social-share-wrapper .share-text, section.single-taxonomy .social-share-links .social-share-wrapper .share-text {
  display: none;
}

section.single-archive .social-share-links .social-share, section.single-taxonomy .social-share-links .social-share {
  flex-direction: column;
}

@media (max-width: 1025.98px) {
  section.single-archive .social-share-links .social-share, section.single-taxonomy .social-share-links .social-share {
    flex-direction: row;
  }
}

section.single-archive .social-share-links .social-share svg, section.single-taxonomy .social-share-links .social-share svg {
  height: 24px;
  width: 24px;
}

section.single-archive .social-share-links .share-single, section.single-taxonomy .social-share-links .share-single {
  margin-right: 0;
}

@media (max-width: 1025.98px) {
  section.single-archive .social-share-links .share-single, section.single-taxonomy .social-share-links .share-single {
    margin-right: 5px;
  }
}

section.single-archive .taxonomy-feed-posts, section.single-taxonomy .taxonomy-feed-posts {
  position: relative;
}

section.single-archive .accent-wrapper, section.single-taxonomy .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.single-archive .accent-wrapper, section.single-taxonomy .accent-wrapper {
    display: none;
  }
}

section.single-archive .accent-wrapper .taxonomy-feed-accent, section.single-taxonomy .accent-wrapper .taxonomy-feed-accent {
  position: absolute;
  bottom: -22px;
  left: -22px;
}

section.single-archive .accent-wrapper .taxonomy-feed-accent svg, section.single-taxonomy .accent-wrapper .taxonomy-feed-accent svg {
  color: #7A2982;
}

section.single-archive .accent-wrapper .card-accent-top, section.single-taxonomy .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

section.single-archive .accent-wrapper .card-accent-bottom, section.single-taxonomy .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -16px;
}

section.single-archive .accent-wrapper svg, section.single-taxonomy .accent-wrapper svg {
  color: #7A2982;
}

.single-author .single-author-title-container {
  padding-top: 50px;
  margin-bottom: 65px;
}

.single-author .single-author-social-links li {
  list-style: none;
}

.single-author .single-author-social-links svg {
  height: 40px;
  width: 40px;
  transition: 300ms all;
}

.single-author .single-author-social-links svg:hover {
  transform: scale(1.2);
}

.single-author .share-single {
  margin-right: 10px;
}

.single-author .single-author-row {
  align-items: center;
  padding-bottom: 100px;
}

.single-author .author-image-container {
  height: 350px;
  width: 350px;
}

.single-author .author-image-container figure {
  border-radius: 50%;
}

.single-author .author-image-container .author-image-accent-wrapper {
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
}

.single-author .author-image-container .author-image-accent-wrapper .author-image-accent {
  position: absolute;
  left: -80px;
}

.single-author .author-image-container .author-image-accent-wrapper svg {
  height: 350px;
  width: 350px;
  color: #E01D8D;
}

.single-author .single-author-content .author-name {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 7px;
}

.single-author .single-author-content .author-company:before {
  content: "• ";
  padding: 0 2px;
}

.single-author .single-author-content .author-work {
  color: #454D51;
}

.single-author .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  .single-author .accent-wrapper {
    display: none;
  }
}

.single-author .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

.single-author .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -16px;
}

.single-author .accent-wrapper svg {
  color: #7A2982;
}

.single-press-release {
  position: relative;
}

.single-press-release .flex-section-and-sidebar {
  position: relative;
  margin-bottom: 88px;
}

.single-press-release .flex-section-and-sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background: #FAFAFA;
  z-index: -1;
  pointer-events: none;
}

.single-press-release .fancy-bullets {
  margin-bottom: 20px;
}

.single-press-release .single-post-sidebar {
  background: #FAFAFA;
}

.single-press-release .press-release-location {
  margin-right: 10px;
}

.single-press-release .press-release-misc {
  margin-bottom: 20px;
}

.single-press-release .single-post-top-section .single-post-top-section-inner {
  padding-top: 8px;
}

.single-press-release .single-post-top-section .post-image-container figure {
  border-radius: 15px;
  z-index: 1;
}

.single-press-release .additional-colophon-section {
  position: relative;
}

.single-press-release .additional-colophon-section.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

.single-press-release .press-release-cta-banner {
  width: 100%;
  background-color: #7A2982;
  z-index: 4;
  overflow: hidden;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container {
  padding: 0;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container {
    padding-bottom: 200px;
  }
}

@media (max-width: 599.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container {
    padding-bottom: 250px;
  }
}

.single-press-release .press-release-cta-banner .cta-banner-content-container-inner {
  max-width: 70%;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container-inner {
    max-width: 675px;
  }
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-title > *, .single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-ctas > * {
  color: #FFFFFF;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-title {
  margin-bottom: 35px;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-title, .single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-ctas {
  flex: 1 1 100%;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-cta {
  flex: 1 1 50%;
  padding-right: 50px;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-cta {
    flex: 1 1 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-cta h6 {
  margin-bottom: 10px;
}

.single-press-release .press-release-cta-banner .button-alt a {
  color: #FFFFFF;
}

.single-press-release .press-release-cta-banner .cta-banner-accents {
  position: absolute;
  height: 100%;
  z-index: -1;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-accents {
    display: none;
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents {
  display: none;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-mobile-accents {
    display: block;
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents .green-solid-circle {
  position: absolute;
  width: 900px;
  height: 900px;
  bottom: -700px;
  left: 100px;
}

@media (max-width: 599.98px) {
  .single-press-release .press-release-cta-banner .cta-mobile-accents .green-solid-circle {
    width: 700px;
    height: 700px;
    bottom: -500px;
    left: 65%;
    transform: translateX(-50%);
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents .pink-dots-diamond {
  color: #E01D8D;
  position: absolute;
  z-index: 10;
  left: 65%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 599.98px) {
  .single-press-release .press-release-cta-banner .cta-mobile-accents .pink-dots-diamond {
    left: 50%;
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents .green-dots-sphere {
  position: absolute;
  bottom: 0;
  right: -110px;
}

.single-press-release .press-release-cta-banner .magenta-solid-circle {
  position: absolute;
  top: -125px;
  left: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .magenta-solid-circle {
    height: 65%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .magenta-solid-circle {
    display: none;
  }
}

.single-press-release .press-release-cta-banner .accent_style_1 {
  top: -100px;
  right: -400px;
}

@media (max-width: 1599.98px) {
  .single-press-release .press-release-cta-banner .accent_style_1 {
    right: -400px;
  }

  .single-press-release .press-release-cta-banner .accent_style_1 svg {
    height: 40vh;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_1 {
    right: -400px;
    bottom: -110px;
    top: unset;
  }

  .single-press-release .press-release-cta-banner .accent_style_1 svg {
    height: 20vh;
  }
}

.single-press-release .press-release-cta-banner .accent_style_2 {
  top: -100px;
  right: -400px;
}

@media (max-width: 1599.98px) {
  .single-press-release .press-release-cta-banner .accent_style_2 {
    right: -400px;
  }

  .single-press-release .press-release-cta-banner .accent_style_2 svg {
    height: 40vh;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_2 {
    right: -400px;
    bottom: -110px;
    top: unset;
  }

  .single-press-release .press-release-cta-banner .accent_style_2 svg {
    height: 20vh;
  }
}

.single-press-release .press-release-cta-banner .accent_style_3 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .accent_style_3 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_3 {
    right: -400px;
  }
}

.single-press-release .press-release-cta-banner .accent_style_3 svg {
  height: 100%;
}

.single-press-release .press-release-cta-banner .accent_style_4 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .accent_style_4 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_4 {
    right: -350px;
  }
}

.single-press-release .press-release-cta-banner .accent_style_4 svg {
  height: 100%;
}

.single-press-release .press-release-cta-banner .accent_style_5 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .accent_style_5 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_5 {
    right: -350px;
  }
}

.single-press-release .press-release-cta-banner .accent_style_5 svg {
  height: 100%;
}

.single-landing_page .related-resources {
  position: relative;
}

.single-landing_page .related-resources .accent-wrapper {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 899.98px) {
  .single-landing_page .related-resources .accent-wrapper {
    display: none;
  }
}

.single-landing_page .related-resources .accent-wrapper .card-accent-top {
  position: absolute;
  top: -38px;
  right: -38px;
}

.single-landing_page .related-resources .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -16px;
  left: -40px;
}

.header.paid-ad .desktop-navigation-wrap, .header.paid-ad .menu-toggle {
  display: none;
}

section.flexible-section-paid-ad-after {
  display: none;
}

section.flexible-section-paid-ad-before {
  display: block;
}

section.flexible-section-paid-ad-before.flexible-section-paid-ad-after {
  display: block;
}

.footer.paid-ad .footer-navigation, .footer.paid-ad .footer-search, .footer.paid-ad .footer-cta-links, .footer.paid-ad .footer-social {
  display: none;
}

.single-landing_page .paid-ad.related-resources {
  display: none;
}

.featured-resources.paid-ad {
  display: none;
}

body.marketo-success .header.paid-ad .desktop-navigation-wrap {
  display: flex;
}

body.marketo-success .header.paid-ad .menu-toggle {
  display: block;
}

body.marketo-success .footer.paid-ad .footer-navigation {
  display: flex;
}

@media (max-width: 1025.98px) {
  body.marketo-success .footer.paid-ad .footer-navigation {
    display: none;
  }
}

@media (max-width: 1025.98px) {
  body.marketo-success .footer.paid-ad .footer-cta-links {
    display: flex;
  }
}

body.marketo-success .footer.paid-ad .footer-search, body.marketo-success .footer.paid-ad .footer-social {
  display: block;
}

body.marketo-success.single-landing_page .paid-ad.related-resources {
  display: block;
}

body.marketo-success .featured-resources.paid-ad {
  display: block;
}

body.marketo-success section.flexible-section-paid-ad-before {
  display: none;
}

body.marketo-success section.flexible-section-paid-ad-before.flexible-section-paid-ad-after {
  display: none;
}

body.marketo-success section.flexible-section-paid-ad-after {
  display: block;
}

.single-event .event-flex-sections {
  margin-bottom: 40px;
}

.single-event .single-event-flexible-section-content, .single-event .event-speaker {
  margin-bottom: 20px;
}

.single-event .single-speaker {
  margin-bottom: 20px;
}

.single-event .single-speaker--image {
  flex: 0 0 240px;
}

@media (max-width: 1025.98px) {
  .single-event .single-speaker--image {
    margin-bottom: 25px;
  }
}

.single-event .single-speaker--image svg {
  position: absolute;
  top: 0;
  right: 25px;
  height: 170px;
  width: 170px;
}

.single-event .single-speaker--image .image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  height: 175px;
  width: 175px;
}

.single-event .single-speaker--content {
  flex: 1 0 calc(100% - 240px);
}

@media (max-width: 1025.98px) {
  .single-event .single-speaker--content {
    flex: 1 0 100%;
  }
}

.single-event .single-speaker--link {
  color: #000000;
  margin-bottom: 0;
}

.single-event a.single-speaker--link:hover {
  color: #7A2982;
}

.single-event .single-speaker--name {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.single-event .single-speaker--linkedin {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.single-event .single-speaker--linkedin svg {
  height: 20px;
  width: 20px;
}

.single-event .single-speaker--linkedin:hover svg {
  transform: scale(1.2);
}

.single-event .single-speaker--work {
  margin-bottom: 10px;
}

.single-event .single-speaker--work .add-separator:before {
  content: "• ";
  padding: 0 2px;
}

.single-event .external-event .form-header {
  margin-bottom: 0;
}

.single-event .external-event .button-wrap {
  text-align: center;
  width: 100%;
}

.single-event .external-event .button, .single-event .external-event form.mktoForm .mktoButtonRow, form.mktoForm .single-event .external-event .mktoButtonRow {
  z-index: 2;
}

/** Partials */

.header {
  position: relative;
  padding: 10px 0 20px;
  background: #FFFFFF;
  z-index: 10;
}

.header.shadow {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.header.menu-hidden {
  border-bottom: 1px solid #E6E7E8;
}

.header .skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}

.header .desktop-navigation .desktop-navigation-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1199.98px) {
  .header .desktop-navigation .logo {
    width: 170px;
  }
}

.header .desktop-navigation .top-navigation {
  margin-bottom: 20px;
}

.header .desktop-navigation .top-navigation a {
  display: inline-block;
  font-weight: 400;
  color: #454D51;
}

.header .desktop-navigation .top-navigation a:hover {
  color: #7A2982;
}

.header .desktop-navigation .top-navigation a:not(:last-child) {
  margin-right: 30px;
}

.header .desktop-navigation .top-navigation a.secondary-small {
  color: #7A2982;
  font-weight: 700;
}

.header .desktop-navigation .top-navigation a.secondary-small:hover {
  color: #FFFFFF;
  transition: 0.4s ease-in-out;
  background: #7A2982;
}

.header .desktop-navigation .top-navigation .language-dropdown {
  position: relative;
  z-index: 5;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
}

.header .desktop-navigation .top-navigation .language-dropdown.visible .language-dropdown-items {
  display: block;
}

.header .desktop-navigation .top-navigation .language-dropdown.visible .globe path {
  fill: #55105C;
}

.header .desktop-navigation .top-navigation .language-dropdown .globe {
  height: 25px;
  width: 25px;
}

.header .desktop-navigation .top-navigation .language-dropdown .globe path {
  fill: #6E7C7C;
}

.header .desktop-navigation .top-navigation .language-dropdown .globe:hover path {
  fill: #55105C;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 1rem;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical {
  display: block;
  border: none;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-link {
  padding: 0;
  margin-bottom: 5px;
  color: #454D51;
  transition: 300ms ease all;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-link:hover {
  color: #000000;
}

.header .desktop-navigation .top-navigation .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-current-language .wpml-ls-link {
  color: #55105C;
  font-weight: 500;
}

.header .desktop-navigation .bottom-navigation {
  margin-right: 80px;
}

@media (max-width: 1199.98px) {
  .header .desktop-navigation .bottom-navigation {
    margin-right: 0;
  }
}

.header .desktop-navigation .bottom-navigation .menu-item {
  font-weight: 500;
  color: #454D51;
  cursor: pointer;
}

.header .desktop-navigation .bottom-navigation .menu-item:hover {
  color: #7A2982;
}

.header .desktop-navigation .bottom-navigation .menu-item:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1099.98px) {
  .header .desktop-navigation .bottom-navigation .menu-item:not(:last-child) {
    margin-right: 20px;
  }
}

.header .desktop-navigation .bottom-navigation .parent-nav {
  padding-bottom: 5px;
}

.header .desktop-navigation .bottom-navigation .parent-nav:hover {
  color: #000000;
}

.header .child-menu {
  display: none;
}

.header .menu-cta-button {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.header .mobile-only .language-dropdown {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 15%;
}

.header .mobile-only .language-dropdown.visible .language-dropdown-items {
  display: block;
}

.header .mobile-only .language-dropdown.visible .globe path {
  fill: #55105C;
}

.header .mobile-only .language-dropdown .globe {
  height: 25px;
  width: 25px;
}

.header .mobile-only .language-dropdown .globe path {
  fill: #6E7C7C;
}

.header .mobile-only .language-dropdown .language-dropdown-items {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #F5F5F5;
  padding: 20px 15px;
  border-radius: 3px;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical {
  display: block;
  border: none;
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-item:not(:last-child) {
  margin-bottom: 15px;
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-link {
  padding: 0;
  color: #454D51;
  font-weight: 400;
}

.header .mobile-only .language-dropdown .language-dropdown-items .wpml-ls-legacy-list-vertical .wpml-ls-current-language .wpml-ls-link {
  color: #55105C;
  font-weight: 500;
}

.mega-menu-background {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  z-index: -1;
}

.footer {
  position: relative;
  color: #FFFFFF;
  background-color: #000000;
  z-index: 1;
}

.footer figure {
  z-index: -1;
}

.footer .footer-top {
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
}

@media (max-width: 1025.98px) {
  .footer .footer-top {
    margin-bottom: 20px;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-top {
    padding: 40px 0 10px 0;
    margin-bottom: 0;
    justify-content: center;
  }
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-top .footer-logo {
    margin-bottom: 0;
  }
}

.footer .footer-top .footer-logo img {
  margin-right: 40px;
  height: 45px;
  width: 45px;
}

@media (max-width: 599.98px) {
  .footer .footer-top .footer-logo img {
    margin-right: 20px;
  }
}

.footer .footer-top .footer-logo-content {
  font-size: 1.25rem;
}

@media (max-width: 599.98px) {
  .footer .footer-top .footer-logo-content {
    font-size: 1rem;
  }
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-search {
    width: 100%;
  }
}

.footer .footer-top .footer-search-inner {
  font-size: 1rem;
  padding: 18px 20px 18px 35px;
  background: transparent;
  border-radius: 34px;
  border: 2px solid #FFFFFF;
  transition: all 0.2s;
}

.footer .footer-top .footer-search-inner #footer-search-input::placeholder {
  color: #FFFFFF !important;
}

.footer .footer-top .footer-search-inner:hover {
  background: #FFFFFF;
}

.footer .footer-top .footer-search-inner:hover #footer-search-input::placeholder {
  color: #454D51 !important;
}

.footer .footer-top .footer-search-inner:hover input {
  color: #454D51;
  width: 400px;
}

.footer .footer-top .footer-search-inner:hover input::-webkit-input-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover input:-moz-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover input::-moz-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover input:-ms-input-placeholder {
  color: #454D51;
}

.footer .footer-top .footer-search-inner:hover .search-submit {
  color: #55105C;
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-search-inner {
    width: 100%;
  }
}

.footer .footer-top .footer-search-inner [type=color], .footer .footer-top .footer-search-inner [type=date], .footer .footer-top .footer-search-inner [type=datetime], .footer .footer-top .footer-search-inner [type=datetime-local], .footer .footer-top .footer-search-inner [type=email], .footer .footer-top .footer-search-inner [type=month], .footer .footer-top .footer-search-inner [type=number], .footer .footer-top .footer-search-inner [type=password], .footer .footer-top .footer-search-inner [type=search], .footer .footer-top .footer-search-inner [type=tel], .footer .footer-top .footer-search-inner [type=text], .footer .footer-top .footer-search-inner [type=time], .footer .footer-top .footer-search-inner [type=url], .footer .footer-top .footer-search-inner [type=week], .footer .footer-top .footer-search-inner input:not([type]), .footer .footer-top .footer-search-inner textarea {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "Gotham";
  font-weight: 400;
  width: 220px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
}

.footer .footer-top .footer-search-inner [type=color]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=date]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=email]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=month]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=number]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=password]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=search]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=tel]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=text]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=time]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=url]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner [type=week]::-webkit-input-placeholder, .footer .footer-top .footer-search-inner input:not([type])::-webkit-input-placeholder, .footer .footer-top .footer-search-inner textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}

.footer .footer-top .footer-search-inner [type=color]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=date]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=email]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=month]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=number]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=password]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=search]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=tel]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=text]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=time]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=url]:-moz-placeholder, .footer .footer-top .footer-search-inner [type=week]:-moz-placeholder, .footer .footer-top .footer-search-inner input:not([type]):-moz-placeholder, .footer .footer-top .footer-search-inner textarea:-moz-placeholder {
  color: #FFFFFF;
}

.footer .footer-top .footer-search-inner [type=color]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=date]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=email]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=month]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=number]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=password]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=search]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=tel]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=text]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=time]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=url]::-moz-placeholder, .footer .footer-top .footer-search-inner [type=week]::-moz-placeholder, .footer .footer-top .footer-search-inner input:not([type])::-moz-placeholder, .footer .footer-top .footer-search-inner textarea::-moz-placeholder {
  color: #FFFFFF;
}

.footer .footer-top .footer-search-inner [type=color]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=date]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=datetime-local]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=email]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=month]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=number]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=password]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=search]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=tel]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=text]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=time]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=url]:-ms-input-placeholder, .footer .footer-top .footer-search-inner [type=week]:-ms-input-placeholder, .footer .footer-top .footer-search-inner input:not([type]):-ms-input-placeholder, .footer .footer-top .footer-search-inner textarea:-ms-input-placeholder {
  color: #FFFFFF;
}

@media (max-width: 1025.98px) {
  .footer .footer-top .footer-search-inner [type=color], .footer .footer-top .footer-search-inner [type=date], .footer .footer-top .footer-search-inner [type=datetime], .footer .footer-top .footer-search-inner [type=datetime-local], .footer .footer-top .footer-search-inner [type=email], .footer .footer-top .footer-search-inner [type=month], .footer .footer-top .footer-search-inner [type=number], .footer .footer-top .footer-search-inner [type=password], .footer .footer-top .footer-search-inner [type=search], .footer .footer-top .footer-search-inner [type=tel], .footer .footer-top .footer-search-inner [type=text], .footer .footer-top .footer-search-inner [type=time], .footer .footer-top .footer-search-inner [type=url], .footer .footer-top .footer-search-inner [type=week], .footer .footer-top .footer-search-inner input:not([type]), .footer .footer-top .footer-search-inner textarea {
    width: calc(100% - 40px);
  }
}

.footer .footer-top .footer-search-inner button {
  color: #7A2982;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.footer .footer-top .footer-search-inner svg {
  height: 18px;
  width: 16px;
}

.footer .footer-top .footer-search-inner .search-submit {
  color: #FFFFFF;
}

.footer .footer-navigation {
  margin: 0 0 70px 88px;
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation {
    display: none;
  }
}

.footer .footer-navigation .headline {
  color: #E6E7E8;
  margin-bottom: 30px;
  min-height: 76px;
}

.footer .footer-navigation .footer-column {
  flex: 0 0 25%;
  margin-bottom: 25px;
}

.footer .footer-navigation .footer-column:not(:last-child) {
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation .footer-column:not(:last-child) {
    margin-bottom: 25px;
  }
}

.footer .footer-navigation .footer-column.footer-cta-links {
  text-align: right;
}

.footer .footer-navigation .footer-links {
  flex-direction: column;
}

.footer .footer-navigation .footer-links a {
  display: table;
  color: #E6E7E8;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.footer .footer-navigation .footer-links a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.footer .footer-navigation .button, .footer .footer-navigation form.mktoForm .mktoButtonRow, form.mktoForm .footer .footer-navigation .mktoButtonRow {
  min-width: 230px;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation .button, .footer .footer-navigation form.mktoForm .mktoButtonRow, form.mktoForm .footer .footer-navigation .mktoButtonRow {
    display: inline-block;
  }
}

@media (max-width: 1025.98px) {
  .footer .footer-navigation .footer-cta-links {
    display: flex;
    flex: 0 0 220px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.footer .footer-social .footer-column {
  display: none;
}

@media (max-width: 599.98px) {
  .footer .footer-social .footer-column {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .footer .footer-social .footer-column a {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #E6E7E8;
    letter-spacing: 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer .footer-social .footer-column a:hover {
    border: 1px solid #7A2982;
  }

  .footer .footer-social .footer-column a:before {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 599.98px) {
  .footer .social-media-feed {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.footer .social-media-feed a:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 599.98px) {
  .footer .social-media-feed a:not(:last-child) {
    margin-right: 20px;
  }
}

.footer .social-media-feed svg {
  height: 24px;
  width: 24px;
  transition: all 0.2s;
}

.footer .social-media-feed svg:hover {
  transform: scale(1.1);
}

.footer .single-social-media.mail-to svg .st0 {
  background: #FFFFFF;
}

.footer .single-social-media.mail-to svg .st1 {
  background: #FFFFFF;
}

.footer .footer-bottom {
  padding: 30px 0;
  background: #495256;
}

@media (max-width: 599.98px) {
  .footer .footer-bottom {
    background: none;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-bottom .copyright {
    text-align: center;
  }
}

@media (max-width: 599.98px) {
  .footer .footer-bottom .align-columns-spaced {
    justify-content: center;
  }
}

.footer .footer-bottom .footer-bottom-links a {
  color: #E6E7E8;
}

.footer .footer-bottom .footer-bottom-links a:not(:last-child) {
  margin-right: 20px;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: #000000;
  text-decoration: underline;
}

.footer .button.secondary, .footer form.mktoForm .secondary.mktoButtonRow, form.mktoForm .footer .secondary.mktoButtonRow {
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #E6E7E8;
  letter-spacing: 0;
}

.footer .button.secondary:hover, .footer form.mktoForm .secondary.mktoButtonRow:hover, form.mktoForm .footer .secondary.mktoButtonRow:hover {
  border: 2px solid #7A2982;
}

.footer .button.secondary:before, .footer form.mktoForm .secondary.mktoButtonRow:before, form.mktoForm .footer .secondary.mktoButtonRow:before {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 599.98px) {
  .footer .button.secondary, .footer form.mktoForm .secondary.mktoButtonRow, form.mktoForm .footer .secondary.mktoButtonRow {
    border: 1px solid #FFFFFF;
  }
}

.mobile-menu-open .header {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7E8;
}

.mobile-nav-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
}

.mobile-nav-wrap .mobile-menu {
  height: 100%;
  transform: translateX(100%);
  transition: all 0.2s;
  background: #FFFFFF;
}

.mobile-nav-wrap .mobile-menu.visible {
  transform: translateX(0);
}

.mobile-nav-wrap .menu-back {
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 95%;
}

.mobile-nav-wrap .menu-back.visible {
  opacity: 1;
}

.mobile-nav-wrap .menu {
  display: block;
  position: fixed;
  color: #454D51;
  top: 0px;
  background: #FFFFFF;
  transition: all 0.2s;
  padding: 40px 5% 175px 5%;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 74px);
}

.mobile-nav-wrap .menu #menu-main {
  left: 0;
}

.mobile-nav-wrap .menu.visible:not(:first-child) {
  left: 0;
}

.mobile-nav-wrap .menu:not(:first-child) {
  left: 200%;
}

.mobile-nav-wrap .mobile-menu-cta-buttons {
  flex-direction: column;
}

.mobile-nav-wrap .menu-cta-button {
  display: block;
  text-align: center;
  background: #7A2982;
}

.mobile-nav-wrap .menu-cta-button.secondary {
  background: #FFFFFF;
}

.mobile-nav-wrap .menu-cta-button.secondary:hover {
  color: #7A2982;
}

.mobile-nav-wrap .menu-item {
  margin-bottom: 40px;
  font-weight: 500;
}

.mobile-nav-wrap .menu-item.visible {
  opacity: 1;
}

.mobile-nav-wrap .menu-item.has-children {
  cursor: pointer;
}

.mobile-nav-wrap .menu-item a {
  color: #454D51;
}

.mobile-nav-wrap .mobile-menu-inner li {
  list-style: none;
}

.mobile-nav-wrap .mobile-menu-inner a {
  color: #000000;
}

.mobile-nav-wrap .mobile-menu-inner .menu-inner-header {
  display: block;
  margin-bottom: 10px;
}

.mobile-nav-wrap .mobile-menu-inner .main-link {
  font-weight: 500;
  margin-bottom: 45px;
}

.mobile-nav-wrap .mobile-menu-inner .main-link a {
  color: #7A2982;
}

.mobile-nav-wrap .mobile-menu-inner .menu-inner-header {
  display: block;
}

.mobile-nav-wrap .mobile-menu-inner .menu-accent {
  padding: 0 0 0 25px;
  border-left: 2px solid #E6E7E8;
  margin-bottom: 50px;
}

.mobile-nav-wrap .mobile-menu-inner .menu-content-links {
  flex-direction: column;
}

.mobile-nav-wrap .mobile-menu-inner .menu-content-links a.menu-phone {
  font-weight: 500;
  font-size: 1.25rem;
  color: #008CC1;
}

.mobile-nav-wrap .mobile-menu-inner .menu-content-links a.button, .mobile-nav-wrap .mobile-menu-inner .menu-content-links form.mktoForm a.mktoButtonRow, form.mktoForm .mobile-nav-wrap .mobile-menu-inner .menu-content-links a.mktoButtonRow {
  color: #FFFFFF;
  margin-bottom: 0;
}

.mobile-nav-wrap .mobile-menu-inner .menu-links {
  flex-direction: column;
}

.mobile-nav-wrap .mobile-menu-inner .menu-links li {
  margin-bottom: 25px;
}

.mobile-nav-wrap .mobile-menu-cta {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px 0 80px;
  background: #FFFFFF;
  border-top: 1px solid #B3B9B9;
  transform: translateX(150%);
  transition: all 0.2s ease-in-out;
}

.mobile-nav-wrap .mobile-menu-cta.visible {
  transform: translateX(0);
}

.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-open .mobile-nav-wrap {
  pointer-events: initial;
}

.header .menu-toggle {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 5%;
  height: 22px;
  width: 20px;
  z-index: 5;
}

.header .menu-toggle span {
  background-color: #7A2982;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.25s ease-in-out;
}

.header .menu-toggle span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}

.header .menu-toggle span:nth-child(even) {
  left: 0;
  border-radius: 0 9px 9px 0;
}

.header .menu-toggle span:nth-child(3), .header .menu-toggle span:nth-child(4) {
  top: 8px;
}

.header .menu-toggle span:nth-child(5), .header .menu-toggle span:nth-child(6) {
  top: 16px;
}

.header .menu-toggle.open span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.header .menu-toggle.open span:nth-child(5) {
  top: 50%;
  transform: rotate(-45deg);
}

.header .menu-toggle.open span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.header .menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
}

.header .menu-toggle.open span:nth-child(6) {
  transform: rotate(45deg);
}

.header .menu-toggle.open span:nth-child(1) {
  top: 6px;
}

.header .menu-toggle.open span:nth-child(2) {
  top: 6px;
}

.header .menu-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.header .menu-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.header .menu-toggle.open span:nth-child(5) {
  top: 6px;
}

.header .menu-toggle.open span:nth-child(6) {
  top: 6px;
}

.page-banner ~ .mega-menus {
  top: 170px;
}

.mega-menus {
  position: absolute;
  top: 115px;
  width: 100%;
  z-index: 9;
  background: #FFFFFF;
}

.mega-menus.banner-spacing {
  top: 170px;
}

.mega-menus .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
}

.mega-menus .mega-menu {
  display: none;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.mega-menus .mega-menu.active {
  display: block !important;
}

.mega-menus .menu-cta {
  position: relative;
  height: auto;
  background: #F5F5F5;
}

.mega-menus .menu-column {
  padding: 50px 35px 50px 0;
}

.mega-menus .menu-column--header {
  position: relative;
  margin-bottom: 25px;
}

.mega-menus .menu-column--header:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -12px;
  height: 20px;
  width: 3px;
  background: #E01D8D;
}

.mega-menus .menu-column--header > a {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
}

.mega-menus .menu-column--header > a:hover {
  color: #7A2982;
}

.mega-menus .menu-column--header.space-holder {
  height: 24px;
}

.mega-menus .menu-column--header.space-holder:before {
  display: none;
}

.mega-menus .menu-column--links {
  flex-direction: column;
}

.mega-menus .menu-column--links a {
  color: #454D51;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}

.mega-menus .menu-column--links a:hover {
  color: #7A2982;
}

.mega-menus .menu-column--links-header {
  display: block;
  font-weight: 500;
  margin: 10px 0;
}

.mega-menus .link-with-highlight {
  position: relative;
}

.mega-menus .link-with-highlight:before {
  content: "";
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: -22px;
  background: url(../images/pink-list-style.svg) no-repeat;
  height: 100%;
  width: 100%;
}

.mega-menus .link-with-highlight.show-highlight:before {
  opacity: 1;
}

.mega-menus .mega-menu-1 .menu-cta-wrapper {
  background: #FFFFFF;
}

.mega-menus .mega-menu-1 .menu-cta:before, .mega-menus .mega-menu-4 .menu-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #289082;
  -webkit-clip-path: circle(48.1% at 76% 0);
          clip-path: circle(48.1% at 76% 0);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-1 .menu-cta:hover:before, .mega-menus .mega-menu-4 .menu-cta:hover:before {
  opacity: 0.5;
  height: 50%;
  width: 50%;
  -webkit-clip-path: circle(27.8% at 76% 15%);
          clip-path: circle(27.8% at 76% 15%);
}

.mega-menus .mega-menu-1 .menu-cta:hover .menu-cta-wrapper, .mega-menus .mega-menu-4 .menu-cta:hover .menu-cta-wrapper {
  box-shadow: 0 5px 10px rgba(135, 149, 150, 0.3);
}

.mega-menus .mega-menu-1 .menu-cta--image, .mega-menus .mega-menu-4 .menu-cta--image {
  height: 160px;
  margin-bottom: 20px;
}

.mega-menus .mega-menu-1 .menu-cta .menu-cta-single-post, .mega-menus .mega-menu-4 .menu-cta .menu-cta-single-post {
  display: flex;
  color: #000000;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 360px;
}

.mega-menus .mega-menu-1 .menu-cta .menu-cta-single-post .menu-cta-wrapper, .mega-menus .mega-menu-4 .menu-cta .menu-cta-single-post .menu-cta-wrapper {
  position: relative;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.mega-menus .mega-menu-2 {
  position: relative;
  overflow: hidden;
}

.mega-menus .mega-menu-2:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -95px;
  left: -75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/mega-menu-2-accent.png);
  height: 380px;
  width: 380px;
  z-index: 0;
}

.mega-menus .mega-menu-2 a {
  color: #000000;
}

.mega-menus .mega-menu-2 a:hover {
  color: #7A2982;
}

.mega-menus .mega-menu-2 .menu-navigation-container .menu-column-wrapper {
  padding: 20px 0 30px;
}

.mega-menus .mega-menu-2 .menu-column {
  padding: 25px 0 10px;
}

.mega-menus .mega-menu-2 .menu-cta {
  display: flex;
  position: relative;
}

.mega-menus .mega-menu-2 .menu-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #008CC1;
  -webkit-clip-path: circle(37.1% at 80% 14%);
          clip-path: circle(37.1% at 80% 14%);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-2 .menu-cta:after {
  content: "none";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #289082;
  -webkit-clip-path: circle(37.1% at 18% 98%);
          clip-path: circle(37.1% at 18% 98%);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-2 .menu-cta:hover:before {
  opacity: 0.5;
  height: 50%;
  width: 50%;
  -webkit-clip-path: circle(27.8% at 76% 15%);
          clip-path: circle(27.8% at 76% 15%);
}

.mega-menus .mega-menu-2 .menu-cta:hover:after {
  opacity: 0.5;
  height: 50%;
  width: 50%;
  -webkit-clip-path: circle(37.1% at 18% 98%);
          clip-path: circle(37.1% at 18% 98%);
}

.mega-menus .mega-menu-2 .menu-column--links a {
  font-family: "Gotham";
  font-weight: 400;
  color: #000000;
}

.mega-menus .mega-menu-2 .menu-column--links a:hover {
  color: #000000;
}

.mega-menus .mega-menu-2 .menu-column--links a:hover .link-header {
  color: #7A2982;
}

.mega-menus .mega-menu-2 .menu-column--links a .link-header {
  display: block;
  font-weight: 500;
}

.mega-menus .mega-menu-2 .menu-cta-inner {
  width: 100%;
}

.mega-menus .mega-menu-2 .menu-bottom {
  margin: 0 -20px;
  z-index: 1;
}

.mega-menus .mega-menu-2 .menu-bottom a {
  padding-top: 20px;
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link {
  position: relative;
  border-top: 1px solid #E6E7E8;
  padding: 20px;
  transition: all 0.2s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link:hover {
  background: #FFFFFF;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link:hover:before {
  width: 100%;
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

.mega-menus .mega-menu-2 .menu-bottom .menu-bottom-link .fw-medium {
  font-size: 18px;
}

.mega-menus .mega-menu-2 .menu-cta-single-card {
  position: relative;
  padding: 20px;
  width: 450px;
  max-width: 83%;
  margin: 20px auto;
  transition: all 0.2s;
  z-index: 2;
}

.mega-menus .mega-menu-2 .menu-cta-single-card:hover {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.mega-menus .mega-menu-2 .menu-cta-single-card p {
  margin-bottom: 14px;
}

.mega-menus .mega-menu-2 .menu-cta-single-card strong {
  font-size: 18px;
}

.mega-menus .mega-menu-2 .button-alt-wrapper {
  display: flex;
  justify-content: flex-end;
}

.mega-menus .mega-menu-2 .button-alt-wrapper .button-svg {
  display: flex;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt--inner {
  color: #008CC1;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt #caret-wrapper {
  right: 0;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt #button-arrow-2, .mega-menus .mega-menu-2 .menu-cta--inner:hover .button-alt #button-arrow-3 {
  opacity: 1;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-content {
  opacity: 1;
}

.mega-menus .mega-menu-2 .menu-cta--inner:hover .button-svg {
  position: relative;
  left: unset;
}

.mega-menus .mega-menu-3 .menu-column--links a {
  font-weight: 400;
  margin-bottom: 11px;
}

.mega-menus .mega-menu-3 .menu-column--links .menu-column--links-header {
  display: block;
  font-weight: 500;
  margin: 10px 0;
}

.mega-menus .mega-menu-3 .menu-column--links .button-alt {
  margin-top: 16px;
}

.mega-menus .mega-menu-3 .menu-column--links .button-alt a {
  color: #008CC1;
  display: flex;
  font-weight: 500;
  position: relative;
}

.mega-menus .mega-menu-3 .menu-cta-inner {
  padding: 30px;
}

.mega-menus .mega-menu-3 .cta-card-wrapper {
  padding: 20px 0 0;
}

.mega-menus .mega-menu-3 .menu-cta-single-card {
  padding: 25px;
}

.mega-menus .mega-menu-3 .menu-cta-single-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.6);
}

.mega-menus .mega-menu-3 .menu-cta-single-card figure {
  border-radius: 5px;
}

.mega-menus .mega-menu-3 .menu-cta-single-card .image {
  height: 100px;
  margin-bottom: 15px;
}

.mega-menus .mega-menu-4 .menu-cta:before {
  background: #008CC1;
}

.mega-menus .mega-menu-4 .menu-column--header a {
  color: #454D51;
}

.mega-menus .mega-menu-4 .menu-column--header a:hover {
  color: #7A2982;
}

.mega-menus .mega-menu-4 .menu-column--header-wrapper {
  max-width: 770px;
}

.mega-menus .mega-menu-4 .menu-column--links {
  padding-right: 30px;
}

.mega-menus .mega-menu-4 .menu-column--links a {
  font-family: "Gotham";
  font-weight: 400;
}

.mega-menus .mega-menu-4 .menu-column--links a:hover {
  color: #000000;
}

.mega-menus .mega-menu-4 .menu-column--links a:hover .menu-heading {
  color: #7A2982;
}

.mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt--inner {
  color: #008CC1;
}

.mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt #caret-wrapper {
  right: 0;
}

.mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt #button-arrow-2, .mega-menus .mega-menu-4 .menu-cta-single-post:hover .button-alt #button-arrow-3 {
  opacity: 1;
}

.mega-menus .mega-menu-4 .menu-cta-single-post .button-external {
  display: flex;
  justify-content: flex-end;
}

.mega-menus .mega-menu-4 .menu-cta .cta-card-wrapper {
  margin: 30px;
}

.mega-menus .mega-menu-4 .menu-cta .menu-cta-single-post {
  max-width: 510px;
}

.mega-menus .menu-navigation-container {
  padding-left: 5%;
}

.mega-menus .menu-navigation-container .menu-column-wrapper {
  padding: 0 40px 60px;
}

.mega-menus .mega-menu-5 .menu-cta-container {
  background: #F5F5F5;
}

.mega-menus .mega-menu-5 .menu-cta-container .menu-column--header {
  flex-direction: column;
  justify-content: center;
  margin: 50px auto 15px auto;
  width: calc(100% - 78px);
  max-width: 420px;
}

.mega-menus .mega-menu-5 .menu-cta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #008CC1;
  -webkit-clip-path: circle(37.1% at 18% 98%);
          clip-path: circle(37.1% at 18% 98%);
  opacity: 0.15;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mega-menus .mega-menu-5 .menu-cta .menu-cta-wrapper {
  background: #FFFFFF;
}

.mega-menus .mega-menu-5 .menu-cta:hover:before {
  opacity: 0.5;
  height: 50%;
  width: 50%;
}

.mega-menus .mega-menu-5 .menu-cta:hover .menu-cta-wrapper {
  box-shadow: 0 5px 10px rgba(135, 149, 150, 0.3);
}

.mega-menus .mega-menu-5 .menu-cta--image {
  height: 160px;
  margin-bottom: 20px;
}

.mega-menus .mega-menu-5 .menu-cta .menu-cta-single-post {
  display: flex;
  color: #000000;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
  padding-bottom: 50px;
}

.mega-menus .mega-menu-5 .menu-cta .menu-cta-single-post .menu-cta-wrapper {
  position: relative;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.return-to-collection-bar {
  background: #7A2982;
  text-align: center;
  padding: 15px 20px 12px;
  margin-bottom: 15px;
  display: none;
}

.return-to-collection-bar.show {
  display: block;
}

.return-to-collection-bar a {
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  padding-right: 30px;
}

.return-to-collection-bar a:hover {
  color: #F4F0F5;
}

.return-to-collection-bar a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/alt_arrow_b.png);
}

.partial-single-card {
  position: relative;
  color: #000000;
  margin-bottom: 25px;
  border-radius: 18px;
  transition: all 0.2s;
  cursor: pointer;
}

.partial-single-card .alt-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #B3B9B9;
  opacity: 0.6;
}

.partial-single-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.partial-single-card:hover #caret-wrapper {
  right: 0;
}

.partial-single-card:hover #button-arrow-2, .partial-single-card:hover #button-arrow-3 {
  opacity: 1;
}

.partial-single-card:hover .alt-arrow {
  color: #008CC1;
  opacity: 1;
}

.partial-single-card .partial-card-image {
  background: #454D51;
}

.partial-single-card.post .partial-card-image {
  background: #E01D8D;
}

.partial-single-card.brief .partial-card-image, .partial-single-card.whitepaper .partial-card-image, .partial-single-card.datasheet .partial-card-image {
  background: #008CC1;
}

.partial-single-card.case_study .partial-card-image {
  background: #F37E47;
}

.partial-single-card.ebook .partial-card-image {
  background: #289082;
}

.partial-single-card.infographic .partial-card-image {
  background: #D9E146;
}

.partial-single-card.report .partial-card-image, .partial-single-card.whitepaper .partial-card-image {
  background: #00477B;
}

.partial-single-card.video .partial-card-image {
  background: #5ECE58;
}

.partial-single-card.webinar .partial-card-image {
  background: #54AB49;
}

.partial-single-card.press_release .partial-card-image {
  background: #6E7C7C;
}

.partial-single-card .partial-card-image {
  position: relative;
  height: 160px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}

@media (max-width: 599.98px) {
  .partial-single-card .partial-card-image {
    height: 160px;
  }
}

.partial-single-card .partial-card-image figure {
  z-index: 1;
}

.partial-single-card .partial-card-image svg {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
}

.partial-single-card .partial-card-image .partial-single-card-category, .partial-single-card .partial-card-image .partial-single-card-upcoming-webinar-date {
  font-weight: 500;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  padding: 2px 25px;
  border-top-right-radius: 15px;
  background: #000000;
}

.partial-single-card.default .partial-card-image {
  height: 100px;
}

.partial-single-card.default .default-card-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.partial-single-card .partial-card-title {
  padding: 0 25px 0 25px;
}

.partial-single-card .partial-card-date, .partial-single-card .partial-card-location {
  padding: 0 25px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
}

.partial-single-card .partial-card-location {
  margin-bottom: 20px;
}

.partial-single-card .partial-card-excerpt {
  padding: 0 25px 25px 25px;
}

.partial-single-card.people {
  background: #FAFAFA;
  padding: 25px 50px;
  margin-bottom: 20px;
}

.partial-single-card.people:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.partial-single-card.people .partial-card-title {
  padding: 0;
  margin-bottom: 10px;
}

.partial-single-card.people .partial-card-excerpt {
  padding: 0;
}

.partial-single-card.people .people-card-image-wrapper {
  max-width: 214px;
  margin: 0 auto 25px;
}

.partial-single-card.people .people-card-image-wrapper .people-card-image-sizer {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.single-news-card {
  padding-right: 80px;
}

@media (max-width: 1025.98px) {
  .single-news-card {
    margin-bottom: 0;
  }
}

.single-award-card, .single-news-card {
  flex-direction: column;
}

.single-award-card:not(:last-child), .single-news-card:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  .single-award-card:not(:last-child), .single-news-card:not(:last-child) {
    margin-bottom: 50px;
  }
}

.single-award-card img, .single-news-card img {
  height: 110px;
}

.single-award-card .image, .single-news-card .image {
  margin-bottom: 40px;
}

.single-news-card img {
  border-radius: 15px;
}

.single-news-card .date {
  margin-bottom: 20px;
}

.collection-single-container .collections-hero {
  position: relative;
  margin: 50px 0 100px 0;
}

@media (max-width: 1025.98px) {
  .collection-single-container .collections-hero {
    margin: 50px 0;
  }
}

@media (max-width: 599.98px) {
  .collection-single-container .collections-hero {
    overflow: hidden;
  }
}

.collection-single-container .collections-hero .collections-title, .collection-single-container .collections-hero .collections-subheading {
  width: 50%;
}

@media (max-width: 599.98px) {
  .collection-single-container .collections-hero .collections-title, .collection-single-container .collections-hero .collections-subheading {
    width: 100%;
  }
}

.collection-single-container .collections-hero svg {
  position: absolute;
  top: -180px;
  right: 30px;
}

@media (max-width: 1025.98px) {
  .collection-single-container .collections-hero svg {
    right: 30px;
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 599.98px) {
  .collection-single-container .collections-hero svg {
    position: relative;
    top: unset;
    right: -155px;
    height: 300px;
    width: 300px;
  }
}

.partial-single-horizontal-card {
  margin-bottom: 40px;
  position: relative;
  color: #000000;
  min-height: 220px;
  border-radius: 18px;
  transition: all 0.2s;
  cursor: pointer;
}

.partial-single-horizontal-card .alt-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #E6E7E8;
  opacity: 0.6;
}

.partial-single-horizontal-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.partial-single-horizontal-card:hover #caret-wrapper {
  right: 0;
}

.partial-single-horizontal-card:hover #button-arrow-2, .partial-single-horizontal-card:hover #button-arrow-3 {
  opacity: 1;
}

.partial-single-horizontal-card:hover .alt-arrow {
  color: #008CC1;
  opacity: 1;
}

.partial-single-horizontal-card figure {
  z-index: 1;
  border-radius: 15px;
}

.partial-single-horizontal-card .image-container {
  flex: 0 0 180px;
}

.partial-single-horizontal-card .content-container, .partial-single-horizontal-card section.cta-banner.purple_background_with_circular_image.contained-banner, .partial-single-horizontal-card section.cta-banner.add-border-top:after, .partial-single-horizontal-card section.tabbed-section.add-border-top:after, .partial-single-horizontal-card section.card-section.alternating_content_card .single-reversing-row.add-border-top:after, section.card-section.alternating_content_card .partial-single-horizontal-card .single-reversing-row.add-border-top:after, .partial-single-horizontal-card section.card-section.add-border-top:after, .partial-single-horizontal-card section.featured-links.add-border-top:after, .partial-single-horizontal-card .add-border-top:after, .partial-single-horizontal-card article.single-post .single-post-flexible-section.add-border-top:after, article.single-post .partial-single-horizontal-card .single-post-flexible-section.add-border-top:after, .partial-single-horizontal-card article.single-press-release .single-post-flexible-section.add-border-top:after, article.single-press-release .partial-single-horizontal-card .single-post-flexible-section.add-border-top:after, .partial-single-horizontal-card .single-press-release .additional-colophon-section.add-border-top:after, .single-press-release .partial-single-horizontal-card .additional-colophon-section.add-border-top:after {
  flex: 1;
  padding: 30px;
}

.partial-single-horizontal-card .horizontal-card-partial-date {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.partial-single-horizontal-card .horizontal-card-partial-excerpt p {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 500;
}

@media (max-width: 899.98px) {
  .modal-collection .social-share-container {
    margin-bottom: 20px;
  }
}

.modal-collection .social-share svg {
  height: 26px;
  width: 26px;
}

.modal-collection .modal-collection-wrapper {
  background: #FFFFFF;
  min-height: 95vh;
}

@media (max-width: 899.98px) {
  .modal-collection .modal-collection-wrapper {
    min-height: 70vh;
  }
}

.modal-collection .modal-collection-wrapper .hidden {
  display: none;
}

.modal-collection .collection-navigation {
  position: absolute;
  top: 100px;
  left: -220px;
  width: 250px;
}

@media (max-width: 1025.98px) {
  .modal-collection .collection-navigation {
    display: none;
  }
}

.modal-collection .collection-mobile-navigation {
  display: none;
  position: relative;
  padding-top: 15px;
}

@media (max-width: 1025.98px) {
  .modal-collection .collection-mobile-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
}

.modal-collection .collection-mobile-navigation .collection-mobile-back, .modal-collection .collection-mobile-navigation .collection-mobile-next {
  margin-bottom: 0;
  padding: 20px 40px;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.modal-collection .collection-mobile-navigation .collection-mobile-back:before, .modal-collection .collection-mobile-navigation .collection-mobile-next:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

.modal-collection .collection-mobile-navigation .back-icon, .modal-collection .collection-mobile-navigation .next-icon {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.modal-collection .collection-mobile-navigation .back-icon {
  margin-right: 10px;
}

.modal-collection .collection-mobile-navigation .next-icon {
  margin-left: 10px;
}

.modal-collection .collection-mobile-navigation .pagination-arrow {
  display: flex;
}

.modal-collection .collection-mobile-navigation .pagination-arrow.prev {
  transform: rotateY(180deg);
}

.modal-collection .back-icon, .modal-collection .next-icon {
  margin-bottom: 10px;
}

.modal-collection .collection-back, .modal-collection .collection-next {
  position: relative;
  padding: 30px 20px;
  margin-bottom: 15px;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

@media (max-width: 599.98px) {
  .modal-collection .collection-back, .modal-collection .collection-next {
    padding: 15px;
  }
}

.modal-collection .collection-back:hover, .modal-collection .collection-next:hover {
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.15);
}

.modal-collection .collection-back:before, .modal-collection .collection-next:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

.modal-collection .pdf-wrapper {
  height: 70vh;
  width: 100%;
}

@media (max-width: 599.98px) {
  .modal-collection .pdf-wrapper {
    height: 35vh;
  }
}

.modal-collection .modal-collection-wrapper {
  position: relative;
  padding: 50px 80px;
}

@media (max-width: 599.98px) {
  .modal-collection .modal-collection-wrapper {
    padding: 15px;
  }
}

.modal-collection .collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 899.98px) {
  .modal-collection .collection-toolbar {
    flex-direction: column;
  }
}

.modal-collection .collection-toolbar input {
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 899.98px) {
  .modal-collection .collection-toolbar .pages-container {
    order: 3;
  }
}

.modal-collection .collection-toolbar .pages {
  margin-right: 50px;
}

.modal-collection .collection-toolbar .pages input {
  width: 30px;
}

.modal-collection .collection-toolbar .pages .max-page {
  margin-top: 1px;
}

.modal-collection .collection-toolbar .pages .separator {
  margin-left: -20px;
}

.modal-collection .collection-toolbar .zoom input {
  width: 45px;
}

.modal-collection .modal-button-wrapper .button-wrap {
  position: relative;
  margin: 0;
  z-index: 1;
}

.modal-collection .modal-button-wrapper .secondary-small {
  padding: 8px 20px;
}

.pdf-modal .modal-pdf-wrapper {
  background: #FFFFFF;
  padding: 50px 80px;
}

@media (max-width: 599.98px) {
  .pdf-modal .modal-pdf-wrapper {
    padding: 15px;
  }
}

.pdf-modal .pdf-wrapper {
  position: relative;
  height: 70vh;
  width: 100%;
}

.pdf-modal .social-share svg {
  height: 26px;
  width: 26px;
}

.pdf-modal .collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #FFFFFF;
}

@media (max-width: 899.98px) {
  .pdf-modal .collection-toolbar {
    flex-direction: column;
  }
}

.pdf-modal .collection-toolbar input {
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 899.98px) {
  .pdf-modal .collection-toolbar .social-share-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 899.98px) {
  .pdf-modal .collection-toolbar .pages-container {
    order: 3;
  }
}

.pdf-modal .collection-toolbar .pages {
  margin-right: 50px;
}

.pdf-modal .collection-toolbar .pages input {
  width: 30px;
}

.pdf-modal .collection-toolbar .pages .max-page {
  margin-top: 1px;
}

.pdf-modal .collection-toolbar .pages .separator {
  margin-left: -20px;
}

@media (max-width: 599.98px) {
  .pdf-modal .collection-toolbar .zoom {
    display: none;
  }
}

.pdf-modal .collection-toolbar .zoom input {
  width: 45px;
}

@media (max-width: 599.98px) {
  .pdf-modal .modal-button-wrapper {
    order: 2;
  }
}

.pdf-modal .modal-button-wrapper .button-wrap {
  position: relative;
  margin: 0;
  z-index: 1;
}

.pdf-modal .modal-button-wrapper .secondary-small {
  padding: 8px 20px;
}

.pdf-modal .modal-button-wrapper .secondary-small:hover {
  border-color: #55105C;
}

.pdf-modal .modal-button-wrapper .secondary-small:hover:before {
  background: #55105C;
  transition-delay: 0.1s;
}

@media (max-width: 899.98px) {
  .pdf-modal .modal--escape {
    position: absolute;
    top: -20px;
    right: -20px;
  }
}

article.single-post, article.single-press-release {
  position: relative;
}

article.single-post .single-post-top-section, article.single-press-release .single-post-top-section {
  position: relative;
  margin-bottom: 30px;
}

article.single-post .single-post-top-section:not(.press-release-top-section), article.single-press-release .single-post-top-section:not(.press-release-top-section) {
  padding-top: 8px;
}

article.single-post .single-post-top-section .single-post-title, article.single-press-release .single-post-top-section .single-post-title {
  font-family: "Gotham";
  margin-bottom: 15px;
  font-size: 2.375rem;
  line-height: 45px;
  font-weight: 700;
}

article.single-post .single-post-top-section .post-authors, article.single-press-release .single-post-top-section .post-authors {
  display: flex;
  flex-wrap: wrap;
}

article.single-post .single-post-top-section .post-authors .post-author-link, article.single-press-release .single-post-top-section .post-authors .post-author-link {
  color: #000000;
}

article.single-post .single-post-top-section .post-authors .post-author-link:hover, article.single-press-release .single-post-top-section .post-authors .post-author-link:hover {
  color: #7A2982;
}

article.single-post .single-post-top-section .post-authors .post-author, article.single-press-release .single-post-top-section .post-authors .post-author {
  margin-right: 50px;
  margin-bottom: 20px;
}

article.single-post .single-post-top-section .post-authors .post-author .author-name, article.single-press-release .single-post-top-section .post-authors .post-author .author-name {
  font-weight: 700;
}

article.single-post .single-post-top-section .post-authors .post-author .author-company:before, article.single-press-release .single-post-top-section .post-authors .post-author .author-company:before {
  content: "• ";
  padding: 0 2px;
}

article.single-post .single-post-top-section .post-authors .post-author p, article.single-press-release .single-post-top-section .post-authors .post-author p {
  margin-bottom: 0;
}

article.single-post .single-post-top-section .single-post-title-container, article.single-press-release .single-post-top-section .single-post-title-container {
  padding-right: 80px;
}

article.single-post .single-post-top-section .post-image-container, article.single-press-release .single-post-top-section .post-image-container {
  width: 100%;
  height: 300px;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1025.98px) {
  article.single-post .single-post-top-section .post-image-container, article.single-press-release .single-post-top-section .post-image-container {
    max-width: 375px;
  }
}

article.single-post .single-post-top-section .single-post-date, article.single-press-release .single-post-top-section .single-post-date {
  color: #FFFFFF;
  background-color: #000000;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  border-top-right-radius: 10px;
}

article.single-post .single-post-flexible-section, article.single-press-release .single-post-flexible-section {
  border-bottom: 1px solid #E6E7E8;
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  article.single-post .single-post-flexible-section, article.single-press-release .single-post-flexible-section {
    padding-right: 0;
  }
}

article.single-post .single-post-flexible-section.add-border-top:after, article.single-press-release .single-post-flexible-section.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: calc(100% - 100px);
  height: 1px;
  background: #E6E7E8;
}

@media (max-width: 1025.98px) {
  article.single-post .single-post-flexible-section.add-border-top:after, article.single-press-release .single-post-flexible-section.add-border-top:after {
    width: 90%;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}

article.single-post .standard-flex-sections, article.single-post .related-posts, article.single-press-release .standard-flex-sections, article.single-press-release .related-posts {
  position: relative;
}

article.single-post .standard-flex-sections.add-border-top:after, article.single-press-release .standard-flex-sections.add-border-top:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

article.single-post .related-posts.add-border-top:after, article.single-press-release .related-posts.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

article.single-post .related-posts .related-posts-title, article.single-press-release .related-posts .related-posts-title {
  padding-top: 100px;
  font-weight: 500;
  margin-bottom: 70px;
}

article.single-post .accent-wrapper, article.single-press-release .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  article.single-post .accent-wrapper, article.single-press-release .accent-wrapper {
    display: none;
  }
}

article.single-post .accent-wrapper .card-accent-top, article.single-press-release .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

article.single-post .accent-wrapper .card-accent-bottom, article.single-press-release .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -16px;
}

article.single-post .accent-wrapper svg, article.single-press-release .accent-wrapper svg {
  color: #7A2982;
}

.modal-people .modal--content {
  background: #FFFFFF;
}

.modal-people .modal-people-wrapper {
  padding: 64px 60px 70px 70px;
}

@media (max-width: 899.98px) {
  .modal-people .modal-people-wrapper {
    padding: 30px;
  }
}

.modal-people .people-modal-image-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 899.98px) {
  .modal-people .people-modal-image-wrapper {
    max-width: 250px;
  }
}

.modal-people .people-modal-image-sizer {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
}

.modal-people .people-modal-content {
  padding-left: 20px;
  max-height: 60vh;
  overflow: auto;
}

@media (max-width: 1025.98px) {
  .modal-people .people-modal-content {
    max-height: calc(70vh - 350px);
  }
}

@media (max-width: 899.98px) {
  .modal-people .people-modal-content {
    max-height: calc(70vh - 250px);
  }
}

section.single-archive .breadcrumb-container, section.single-taxonomy .breadcrumb-container {
  padding-top: 50px;
}

section.single-archive .single-archive-top-row, section.single-archive .single-taxonomy-top-row, section.single-taxonomy .single-archive-top-row, section.single-taxonomy .single-taxonomy-top-row {
  margin-bottom: 50px;
  justify-content: space-between;
}

section.single-archive .single-taxonomy-image-container, section.single-taxonomy .single-taxonomy-image-container {
  padding-left: 100px;
}

@media (max-width: 1025.98px) {
  section.single-archive .single-taxonomy-image-container, section.single-taxonomy .single-taxonomy-image-container {
    padding-left: 0;
    margin: 0 auto;
  }
}

section.single-archive .single-taxonomy-image, section.single-taxonomy .single-taxonomy-image {
  width: 100%;
  height: 300px;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
}

section.single-archive .single-archive-cta-card .partial-single-card, section.single-archive .single-taxonomy-cta-card .partial-single-card, section.single-taxonomy .single-archive-cta-card .partial-single-card, section.single-taxonomy .single-taxonomy-cta-card .partial-single-card {
  width: 100%;
  max-width: unset;
  height: max-content;
}

section.single-archive .single-archive-marketo-row, section.single-archive .single-taxonomy-marketo-row, section.single-taxonomy .single-archive-marketo-row, section.single-taxonomy .single-taxonomy-marketo-row {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-bottom: 100px;
}

@media (max-width: 599.98px) {
  section.single-archive .single-archive-marketo-row, section.single-archive .single-taxonomy-marketo-row, section.single-taxonomy .single-archive-marketo-row, section.single-taxonomy .single-taxonomy-marketo-row {
    margin-bottom: 75px;
  }
}

section.single-archive .single-archive-marketo-row .single-archive-marketo-col, section.single-archive .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-taxonomy-marketo-col {
  background-color: #FAFAFA;
  padding: 35px 45px;
  border-radius: 15px;
  width: 100%;
  flex: 1 1 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 599.98px) {
  section.single-archive .single-archive-marketo-row .single-archive-marketo-col, section.single-archive .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-archive .single-taxonomy-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-archive-marketo-row .single-taxonomy-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-archive-marketo-col, section.single-taxonomy .single-taxonomy-marketo-row .single-taxonomy-marketo-col {
    padding: 35px 30px;
  }
}

section.single-archive .single-archive-marketo-row .marketo-form-heading, section.single-archive .single-taxonomy-marketo-row .marketo-form-heading, section.single-taxonomy .single-archive-marketo-row .marketo-form-heading, section.single-taxonomy .single-taxonomy-marketo-row .marketo-form-heading {
  margin-top: 4px;
}

@media (max-width: 1025.98px) {
  section.single-archive .single-archive-marketo-row .marketo-form-heading, section.single-archive .single-taxonomy-marketo-row .marketo-form-heading, section.single-taxonomy .single-archive-marketo-row .marketo-form-heading, section.single-taxonomy .single-taxonomy-marketo-row .marketo-form-heading {
    margin-top: 0;
  }
}

section.single-archive .single-archive-marketo-row .mktoForm, section.single-archive .single-taxonomy-marketo-row .mktoForm, section.single-taxonomy .single-archive-marketo-row .mktoForm, section.single-taxonomy .single-taxonomy-marketo-row .mktoForm {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

section.single-archive .single-archive-marketo-row .mktoFormRow, section.single-archive .single-taxonomy-marketo-row .mktoFormRow, section.single-taxonomy .single-archive-marketo-row .mktoFormRow, section.single-taxonomy .single-taxonomy-marketo-row .mktoFormRow {
  flex: 0 0 70%;
}

section.single-archive .single-archive-marketo-row .mktoFormRow input, section.single-archive .single-taxonomy-marketo-row .mktoFormRow input, section.single-taxonomy .single-archive-marketo-row .mktoFormRow input, section.single-taxonomy .single-taxonomy-marketo-row .mktoFormRow input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

section.single-archive .single-archive-marketo-row .mktoButtonRow, section.single-archive .single-taxonomy-marketo-row .mktoButtonRow, section.single-taxonomy .single-archive-marketo-row .mktoButtonRow, section.single-taxonomy .single-taxonomy-marketo-row .mktoButtonRow {
  flex: 0 0 30%;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

section.single-archive .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-archive .single-taxonomy-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-taxonomy-marketo-row .mktoButtonRow .mktoButton {
  font-size: 1.125rem;
  padding: 13px 20px;
}

@media (max-width: 599.98px) {
  section.single-archive .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-archive .single-taxonomy-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-archive-marketo-row .mktoButtonRow .mktoButton, section.single-taxonomy .single-taxonomy-marketo-row .mktoButtonRow .mktoButton {
    padding: 13px 0;
  }
}

section.single-archive .single-archive-marketo-row .form-disclaimer, section.single-archive .single-taxonomy-marketo-row .form-disclaimer, section.single-taxonomy .single-archive-marketo-row .form-disclaimer, section.single-taxonomy .single-taxonomy-marketo-row .form-disclaimer {
  color: #6E7C7C;
  margin-top: -15px;
}

@media (max-width: 1025.98px) {
  section.single-archive .single-archive-marketo-row .form-disclaimer, section.single-archive .single-taxonomy-marketo-row .form-disclaimer, section.single-taxonomy .single-archive-marketo-row .form-disclaimer, section.single-taxonomy .single-taxonomy-marketo-row .form-disclaimer {
    margin-top: -10px;
  }
}

section.single-archive .recent-posts, section.single-taxonomy .recent-posts {
  position: relative;
  padding-bottom: 100px;
}

section.single-archive .recent-posts .recent-posts-title, section.single-taxonomy .recent-posts .recent-posts-title {
  padding-top: 100px;
  font-weight: 700;
  margin-bottom: 70px;
}

section.single-archive .social-share-links, section.single-taxonomy .social-share-links {
  position: absolute;
  top: 10px;
  left: -60px;
}

@media (max-width: 1025.98px) {
  section.single-archive .social-share-links, section.single-taxonomy .social-share-links {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 0;
    height: auto;
  }
}

section.single-archive .social-share-links .social-share-wrapper .share-text, section.single-taxonomy .social-share-links .social-share-wrapper .share-text {
  display: none;
}

section.single-archive .social-share-links .social-share, section.single-taxonomy .social-share-links .social-share {
  flex-direction: column;
}

@media (max-width: 1025.98px) {
  section.single-archive .social-share-links .social-share, section.single-taxonomy .social-share-links .social-share {
    flex-direction: row;
  }
}

section.single-archive .social-share-links .social-share svg, section.single-taxonomy .social-share-links .social-share svg {
  height: 24px;
  width: 24px;
}

section.single-archive .social-share-links .share-single, section.single-taxonomy .social-share-links .share-single {
  margin-right: 0;
}

@media (max-width: 1025.98px) {
  section.single-archive .social-share-links .share-single, section.single-taxonomy .social-share-links .share-single {
    margin-right: 5px;
  }
}

section.single-archive .taxonomy-feed-posts, section.single-taxonomy .taxonomy-feed-posts {
  position: relative;
}

section.single-archive .accent-wrapper, section.single-taxonomy .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.single-archive .accent-wrapper, section.single-taxonomy .accent-wrapper {
    display: none;
  }
}

section.single-archive .accent-wrapper .taxonomy-feed-accent, section.single-taxonomy .accent-wrapper .taxonomy-feed-accent {
  position: absolute;
  bottom: -22px;
  left: -22px;
}

section.single-archive .accent-wrapper .taxonomy-feed-accent svg, section.single-taxonomy .accent-wrapper .taxonomy-feed-accent svg {
  color: #7A2982;
}

section.single-archive .accent-wrapper .card-accent-top, section.single-taxonomy .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

section.single-archive .accent-wrapper .card-accent-bottom, section.single-taxonomy .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -16px;
}

section.single-archive .accent-wrapper svg, section.single-taxonomy .accent-wrapper svg {
  color: #7A2982;
}

.single-author .single-author-title-container {
  padding-top: 50px;
  margin-bottom: 65px;
}

.single-author .single-author-social-links li {
  list-style: none;
}

.single-author .single-author-social-links svg {
  height: 40px;
  width: 40px;
  transition: 300ms all;
}

.single-author .single-author-social-links svg:hover {
  transform: scale(1.2);
}

.single-author .share-single {
  margin-right: 10px;
}

.single-author .single-author-row {
  align-items: center;
  padding-bottom: 100px;
}

.single-author .author-image-container {
  height: 350px;
  width: 350px;
}

.single-author .author-image-container figure {
  border-radius: 50%;
}

.single-author .author-image-container .author-image-accent-wrapper {
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
}

.single-author .author-image-container .author-image-accent-wrapper .author-image-accent {
  position: absolute;
  left: -80px;
}

.single-author .author-image-container .author-image-accent-wrapper svg {
  height: 350px;
  width: 350px;
  color: #E01D8D;
}

.single-author .single-author-content .author-name {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 7px;
}

.single-author .single-author-content .author-company:before {
  content: "• ";
  padding: 0 2px;
}

.single-author .single-author-content .author-work {
  color: #454D51;
}

.single-author .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  .single-author .accent-wrapper {
    display: none;
  }
}

.single-author .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

.single-author .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -16px;
}

.single-author .accent-wrapper svg {
  color: #7A2982;
}

.single-press-release {
  position: relative;
}

.single-press-release .flex-section-and-sidebar {
  position: relative;
  margin-bottom: 88px;
}

.single-press-release .flex-section-and-sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background: #FAFAFA;
  z-index: -1;
  pointer-events: none;
}

.single-press-release .fancy-bullets {
  margin-bottom: 20px;
}

.single-press-release .single-post-sidebar {
  background: #FAFAFA;
}

.single-press-release .press-release-location {
  margin-right: 10px;
}

.single-press-release .press-release-misc {
  margin-bottom: 20px;
}

.single-press-release .single-post-top-section .single-post-top-section-inner {
  padding-top: 8px;
}

.single-press-release .single-post-top-section .post-image-container figure {
  border-radius: 15px;
  z-index: 1;
}

.single-press-release .additional-colophon-section {
  position: relative;
}

.single-press-release .additional-colophon-section.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

.single-press-release .press-release-cta-banner {
  width: 100%;
  background-color: #7A2982;
  z-index: 4;
  overflow: hidden;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container {
  padding: 0;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container {
    padding-bottom: 200px;
  }
}

@media (max-width: 599.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container {
    padding-bottom: 250px;
  }
}

.single-press-release .press-release-cta-banner .cta-banner-content-container-inner {
  max-width: 70%;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container-inner {
    max-width: 675px;
  }
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-title > *, .single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-ctas > * {
  color: #FFFFFF;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-title {
  margin-bottom: 35px;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-title, .single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-ctas {
  flex: 1 1 100%;
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-cta {
  flex: 1 1 50%;
  padding-right: 50px;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-cta {
    flex: 1 1 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.single-press-release .press-release-cta-banner .cta-banner-content-container .cta-banner-cta h6 {
  margin-bottom: 10px;
}

.single-press-release .press-release-cta-banner .button-alt a {
  color: #FFFFFF;
}

.single-press-release .press-release-cta-banner .cta-banner-accents {
  position: absolute;
  height: 100%;
  z-index: -1;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-banner-accents {
    display: none;
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents {
  display: none;
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .cta-mobile-accents {
    display: block;
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents .green-solid-circle {
  position: absolute;
  width: 900px;
  height: 900px;
  bottom: -700px;
  left: 100px;
}

@media (max-width: 599.98px) {
  .single-press-release .press-release-cta-banner .cta-mobile-accents .green-solid-circle {
    width: 700px;
    height: 700px;
    bottom: -500px;
    left: 65%;
    transform: translateX(-50%);
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents .pink-dots-diamond {
  color: #E01D8D;
  position: absolute;
  z-index: 10;
  left: 65%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 599.98px) {
  .single-press-release .press-release-cta-banner .cta-mobile-accents .pink-dots-diamond {
    left: 50%;
  }
}

.single-press-release .press-release-cta-banner .cta-mobile-accents .green-dots-sphere {
  position: absolute;
  bottom: 0;
  right: -110px;
}

.single-press-release .press-release-cta-banner .magenta-solid-circle {
  position: absolute;
  top: -125px;
  left: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .magenta-solid-circle {
    height: 65%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .magenta-solid-circle {
    display: none;
  }
}

.single-press-release .press-release-cta-banner .accent_style_1 {
  top: -100px;
  right: -400px;
}

@media (max-width: 1599.98px) {
  .single-press-release .press-release-cta-banner .accent_style_1 {
    right: -400px;
  }

  .single-press-release .press-release-cta-banner .accent_style_1 svg {
    height: 40vh;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_1 {
    right: -400px;
    bottom: -110px;
    top: unset;
  }

  .single-press-release .press-release-cta-banner .accent_style_1 svg {
    height: 20vh;
  }
}

.single-press-release .press-release-cta-banner .accent_style_2 {
  top: -100px;
  right: -400px;
}

@media (max-width: 1599.98px) {
  .single-press-release .press-release-cta-banner .accent_style_2 {
    right: -400px;
  }

  .single-press-release .press-release-cta-banner .accent_style_2 svg {
    height: 40vh;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_2 {
    right: -400px;
    bottom: -110px;
    top: unset;
  }

  .single-press-release .press-release-cta-banner .accent_style_2 svg {
    height: 20vh;
  }
}

.single-press-release .press-release-cta-banner .accent_style_3 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .accent_style_3 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_3 {
    right: -400px;
  }
}

.single-press-release .press-release-cta-banner .accent_style_3 svg {
  height: 100%;
}

.single-press-release .press-release-cta-banner .accent_style_4 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .accent_style_4 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_4 {
    right: -350px;
  }
}

.single-press-release .press-release-cta-banner .accent_style_4 svg {
  height: 100%;
}

.single-press-release .press-release-cta-banner .accent_style_5 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  .single-press-release .press-release-cta-banner .accent_style_5 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  .single-press-release .press-release-cta-banner .accent_style_5 {
    right: -350px;
  }
}

.single-press-release .press-release-cta-banner .accent_style_5 svg {
  height: 100%;
}

.single-landing_page .related-resources {
  position: relative;
}

.single-landing_page .related-resources .accent-wrapper {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 899.98px) {
  .single-landing_page .related-resources .accent-wrapper {
    display: none;
  }
}

.single-landing_page .related-resources .accent-wrapper .card-accent-top {
  position: absolute;
  top: -38px;
  right: -38px;
}

.single-landing_page .related-resources .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -16px;
  left: -40px;
}

.header.paid-ad .desktop-navigation-wrap, .header.paid-ad .menu-toggle {
  display: none;
}

section.flexible-section-paid-ad-after {
  display: none;
}

section.flexible-section-paid-ad-before {
  display: block;
}

section.flexible-section-paid-ad-before.flexible-section-paid-ad-after {
  display: block;
}

.footer.paid-ad .footer-navigation, .footer.paid-ad .footer-search, .footer.paid-ad .footer-cta-links, .footer.paid-ad .footer-social {
  display: none;
}

.single-landing_page .paid-ad.related-resources {
  display: none;
}

.featured-resources.paid-ad {
  display: none;
}

body.marketo-success .header.paid-ad .desktop-navigation-wrap {
  display: flex;
}

body.marketo-success .header.paid-ad .menu-toggle {
  display: block;
}

body.marketo-success .footer.paid-ad .footer-navigation {
  display: flex;
}

@media (max-width: 1025.98px) {
  body.marketo-success .footer.paid-ad .footer-navigation {
    display: none;
  }
}

@media (max-width: 1025.98px) {
  body.marketo-success .footer.paid-ad .footer-cta-links {
    display: flex;
  }
}

body.marketo-success .footer.paid-ad .footer-search, body.marketo-success .footer.paid-ad .footer-social {
  display: block;
}

body.marketo-success.single-landing_page .paid-ad.related-resources {
  display: block;
}

body.marketo-success .featured-resources.paid-ad {
  display: block;
}

body.marketo-success section.flexible-section-paid-ad-before {
  display: none;
}

body.marketo-success section.flexible-section-paid-ad-before.flexible-section-paid-ad-after {
  display: none;
}

body.marketo-success section.flexible-section-paid-ad-after {
  display: block;
}

.single-event .event-flex-sections {
  margin-bottom: 40px;
}

.single-event .single-event-flexible-section-content, .single-event .event-speaker {
  margin-bottom: 20px;
}

.single-event .single-speaker {
  margin-bottom: 20px;
}

.single-event .single-speaker--image {
  flex: 0 0 240px;
}

@media (max-width: 1025.98px) {
  .single-event .single-speaker--image {
    margin-bottom: 25px;
  }
}

.single-event .single-speaker--image svg {
  position: absolute;
  top: 0;
  right: 25px;
  height: 170px;
  width: 170px;
}

.single-event .single-speaker--image .image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  height: 175px;
  width: 175px;
}

.single-event .single-speaker--content {
  flex: 1 0 calc(100% - 240px);
}

@media (max-width: 1025.98px) {
  .single-event .single-speaker--content {
    flex: 1 0 100%;
  }
}

.single-event .single-speaker--link {
  color: #000000;
  margin-bottom: 0;
}

.single-event a.single-speaker--link:hover {
  color: #7A2982;
}

.single-event .single-speaker--name {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.single-event .single-speaker--linkedin {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.single-event .single-speaker--linkedin svg {
  height: 20px;
  width: 20px;
}

.single-event .single-speaker--linkedin:hover svg {
  transform: scale(1.2);
}

.single-event .single-speaker--work {
  margin-bottom: 10px;
}

.single-event .single-speaker--work .add-separator:before {
  content: "• ";
  padding: 0 2px;
}

.single-event .external-event .form-header {
  margin-bottom: 0;
}

.single-event .external-event .button-wrap {
  text-align: center;
  width: 100%;
}

.single-event .external-event .button, .single-event .external-event form.mktoForm .mktoButtonRow, form.mktoForm .single-event .external-event .mktoButtonRow {
  z-index: 2;
}

.resource-container:before {
  content: "";
  position: absolute;
  height: calc(100% - 43px);
  top: 43px;
  right: 0;
  pointer-events: none;
  min-width: calc(36.9vw + 10px + 5vw);
  width: calc(680px + (100vw - 1600px) / 2);
  background: #F5F5F5;
  z-index: -1;
}

@media (max-width: 1025.98px) {
  .resource-container:before {
    content: none;
  }
}

.resource-container h2 {
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 45px;
}

.resource-container h2.subheading {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 400;
}

.resource-container h3 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 32px;
}

.resource-container h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 32px;
}

.resource-container .subheading {
  margin-bottom: 40px;
}

.resource-container .fancy-bullet-subheading {
  margin-bottom: 40px;
}

.resource-container.no-form:before {
  content: none;
}

.resource-container.no-gated-form form {
  display: none;
}

.resource-container.no-gated-form .form-header {
  display: none;
}

.resource-container.no-gated-form .success-notice {
  display: block;
}

.resource-container.no-gated-form .success-notice.ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

.resource-container.no-gated-form .success-notice .success-message {
  display: none;
}

.resource-container.no-gated-form .success-notice .form-header {
  display: block;
}

.resource-container.no-gated-form .form-footer {
  display: none;
}

.resource-container.brief .resource-main-content, .resource-container.ebook .resource-main-content, .resource-container.report .resource-main-content, .resource-container.whitepaper .resource-main-content {
  padding-right: 80px;
  margin-bottom: 80px;
  padding-top: 8px;
}

@media (max-width: 1025.98px) {
  .resource-container.brief .resource-main-content, .resource-container.ebook .resource-main-content, .resource-container.report .resource-main-content, .resource-container.whitepaper .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.asset {
  width: 100%;
}

.resource-container.asset:before {
  content: none;
}

.resource-container.asset img {
  width: 100%;
}

.resource-container.asset .resource-main-content {
  padding-right: 80px;
}

@media (max-width: 1025.98px) {
  .resource-container.asset .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.asset .asset-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-container.asset .asset-info-bar {
  margin-bottom: 10px;
}

.resource-container.asset .asset-info-bar svg {
  height: 20px;
}

.resource-container.asset .asset-image {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .resource-container.asset .asset-image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.resource-container.legal {
  width: 100%;
}

.resource-container.legal:before {
  content: none;
}

.resource-container.legal img {
  width: 100%;
}

.resource-container.legal .resource-main-content {
  padding-right: 80px;
}

@media (max-width: 1025.98px) {
  .resource-container.legal .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.legal .legal-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-container.legal .legal-info-bar {
  margin-bottom: 10px;
}

.resource-container.legal .legal-info-bar svg {
  height: 20px;
}

.resource-container.legal .legal-image {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .resource-container.legal .legal-image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.resource-container.infographic:before {
  min-width: calc(22.5vw + 30px + 5vw);
  width: calc(427px + (100vw - 1600px) / 2);
}

.resource-container.infographic img {
  width: 100%;
}

.resource-container.infographic .resource-main-content {
  padding-right: 80px;
  padding-top: 8px;
}

@media (max-width: 1025.98px) {
  .resource-container.infographic .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.infographic .infographic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-container.infographic .infographic-info-bar {
  margin-bottom: 10px;
}

.resource-container.infographic .infographic-info-bar svg {
  height: 20px;
}

.resource-container.infographic .infographic-image {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .resource-container.infographic .infographic-image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.resource-container.infographic .sidebar {
  margin-top: 47px;
  padding: 40px 0;
}

@media (max-width: 1025.98px) {
  .resource-container.infographic .sidebar {
    background: none;
  }
}

.resource-container.infographic .sidebar-headline {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.resource-container.infographic .sidebar-card {
  display: block;
  border-radius: 15px;
  background: #FFFFFF;
  margin-bottom: 40px;
  overflow: hidden;
  max-width: 400px;
  font-weight: 400;
}

.resource-container.infographic .sidebar-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(179, 185, 185, 0.5);
}

.resource-container.infographic .sidebar-card--image {
  position: relative;
  height: 150px;
}

.resource-container.infographic .sidebar-card--image figure {
  z-index: 2;
}

.resource-container.infographic .sidebar-card--content {
  padding: 28px;
}

.resource-container.webinar.no-bg:before {
  display: none;
}

.resource-container.webinar .webinar-banner-image {
  margin-bottom: 15px;
}

.resource-container.webinar .webinar-tagline {
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 15px;
}

.resource-container.webinar .webinar-details {
  margin-bottom: 25px;
}

.resource-container.webinar .webinar-details > div {
  position: relative;
  margin-right: 35px;
}

.resource-container.webinar .webinar-details > div:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -18px;
  height: 20px;
  width: 2px;
  background: #495256;
}

.resource-container.webinar .webinar-details > div:last-child:after {
  content: none;
}

.resource-container.webinar .resource-main-content {
  padding-right: 80px;
  padding-top: 8px;
}

@media (max-width: 1025.98px) {
  .resource-container.webinar .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.webinar .people-wrapper {
  margin: 40px 0;
}

.resource-container.webinar .resource-video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 1;
}

@media (max-width: 1025.98px) {
  .resource-container.webinar .resource-video-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.resource-container.webinar .resource-video-wrapper .play-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.resource-container.webinar .resource-video-wrapper .play-icon-wrapper {
  transition: all 0.2s;
  color: #E01D8D;
}

.resource-container.webinar .resource-video-wrapper .play-icon-wrapper svg {
  height: 75px;
  width: 75px;
}

.resource-container.webinar .resource-video-wrapper .accent-wrapper {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
}

@media (max-width: 899.98px) {
  .resource-container.webinar .resource-video-wrapper .accent-wrapper {
    display: none;
  }
}

.resource-container.webinar .resource-video-wrapper .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  left: -40px;
}

.resource-container.webinar .resource-video-wrapper .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.resource-container.webinar .single-speaker {
  margin-bottom: 20px;
}

.resource-container.webinar .single-speaker--image {
  flex: 0 0 240px;
}

@media (max-width: 1025.98px) {
  .resource-container.webinar .single-speaker--image {
    margin-bottom: 25px;
  }
}

.resource-container.webinar .single-speaker--image svg {
  position: absolute;
  top: 0;
  right: 25px;
  height: 170px;
  width: 170px;
}

.resource-container.webinar .single-speaker--image .image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  height: 175px;
  width: 175px;
}

.resource-container.webinar .single-speaker--content {
  flex: 1 0 calc(100% - 240px);
}

@media (max-width: 1025.98px) {
  .resource-container.webinar .single-speaker--content {
    flex: 1 0 100%;
  }
}

.resource-container.webinar .single-speaker--link {
  color: #000000;
  margin-bottom: 0;
}

.resource-container.webinar a.single-speaker--link:hover {
  color: #7A2982;
}

.resource-container.webinar .single-speaker--name {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.resource-container.webinar .single-speaker--linkedin {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.resource-container.webinar .single-speaker--linkedin svg {
  height: 20px;
  width: 20px;
}

.resource-container.webinar .single-speaker--linkedin:hover svg {
  transform: scale(1.2);
}

.resource-container.webinar .single-speaker--work {
  margin-bottom: 10px;
}

.resource-container.webinar .single-speaker--work .add-separator:before {
  content: "• ";
  padding: 0 2px;
}

.resource-container.event .event-title {
  margin-bottom: 15px;
}

.resource-container.event .event-banner-image {
  margin-bottom: 15px;
}

.resource-container.event .event-details {
  margin-bottom: 25px;
}

.resource-container.event .event-details > div {
  position: relative;
  margin-right: 35px;
}

.resource-container.event .event-details > div:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -18px;
  height: 20px;
  width: 2px;
  background: #495256;
}

.resource-container.event .event-details > div:last-child:after {
  content: none;
}

.resource-container.event .resource-main-content {
  padding-right: 80px;
  padding-top: 8px;
}

@media (max-width: 1025.98px) {
  .resource-container.event .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.event .people-wrapper {
  margin: 40px 0;
}

.resource-container.video .resource-main-content {
  padding-top: 8px;
}

.resource-container.video .content-padding {
  padding-right: 120px;
}

@media (max-width: 1025.98px) {
  .resource-container.video .content-padding {
    padding-right: 0;
  }
}

.resource-container.video .resource-video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 1;
}

@media (max-width: 1025.98px) {
  .resource-container.video .resource-video-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.resource-container.video .resource-video-wrapper .video-background-wrapper figure {
  border-radius: 15px;
}

.resource-container.video .resource-video-wrapper .video-caption {
  padding-left: 175px;
}

@media (max-width: 1025.98px) {
  .resource-container.video .resource-video-wrapper .video-caption {
    padding-left: 0;
  }
}

.resource-container.video .resource-video-wrapper .play-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.resource-container.video .resource-video-wrapper .play-icon-wrapper {
  transition: all 0.2s;
  color: #E01D8D;
}

.resource-container.video .resource-video-wrapper .play-icon-wrapper svg {
  height: 75px;
  width: 75px;
}

.resource-container.video .resource-video-wrapper .accent-wrapper {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
}

@media (max-width: 899.98px) {
  .resource-container.video .resource-video-wrapper .accent-wrapper {
    display: none;
  }
}

.resource-container.video .resource-video-wrapper .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

.resource-container.video .resource-video-wrapper .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -40px;
  left: -40px;
}

.resource-container.video .additional-video-content {
  margin-bottom: 30px;
}

.resource-container.case-study:before {
  min-width: calc(29.7vw + 20px + 5vw);
  width: calc(545px + (100vw - 1600px) / 2);
}

.resource-container.case-study .resource-main-content {
  padding-right: 80px;
  margin-bottom: 80px;
  padding-top: 8px;
}

@media (max-width: 1025.98px) {
  .resource-container.case-study .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.case-study .case-study-sidebar-single-card-container {
  margin-bottom: 20px;
}

.resource-container.case-study .case-study-sidebar-single-card .partial-single-card {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
  margin-left: 0;
}

.resource-container.datasheet:before {
  min-width: calc(22.5vw + 30px + 5vw);
  width: calc(427px + (100vw - 1600px) / 2);
}

.resource-container.datasheet img {
  width: 100%;
}

.resource-container.datasheet .resource-main-content {
  padding-right: 80px;
}

@media (max-width: 1025.98px) {
  .resource-container.datasheet .resource-main-content {
    padding-right: 0;
  }
}

.resource-container.datasheet .datasheet-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resource-container.datasheet .datasheet-info-bar {
  margin-bottom: 10px;
}

.resource-container.datasheet .datasheet-info-bar svg {
  height: 20px;
}

.resource-container.datasheet .datasheet-image {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  .resource-container.datasheet .datasheet-image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.resource-container.datasheet .sidebar {
  margin-top: 47px;
  padding: 40px 0;
}

@media (max-width: 1025.98px) {
  .resource-container.datasheet .sidebar {
    background: none;
  }
}

.resource-container.datasheet .sidebar-headline {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.resource-container.datasheet .sidebar-card {
  display: block;
  margin-bottom: 40px;
  border-radius: 15px;
  background: #FFFFFF;
  overflow: hidden;
  max-width: 400px;
  font-weight: 400;
}

.resource-container.datasheet .sidebar-card:hover {
  color: #000000;
  box-shadow: 0 0 15px 5px rgba(179, 185, 185, 0.5);
}

.resource-container.datasheet .sidebar-card--image {
  position: relative;
  height: 150px;
}

.resource-container.datasheet .sidebar-card--image figure {
  z-index: 2;
}

.resource-container.datasheet .sidebar-card--content {
  padding: 28px;
}

.resource-container .resource-form {
  position: relative;
  padding: 13px 0 50px 18px;
}

@media (max-width: 1025.98px) {
  .resource-container .resource-form {
    padding: 0;
    background: none;
  }
}

.resource-container .resource-form .form-parent-wrapper {
  position: relative;
  padding: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.resource-container .resource-form .form-parent-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #792c80 80%, #dc2d8c 100%);
  z-index: 2;
}

.resource-container .resource-form .resource-form-image {
  padding-top: 56.25%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  .resource-container .resource-form .resource-form-image {
    height: 260px;
  }
}

.resource-container .resource-form .resource-form-image figure {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1;
}

.resource-container .form-header {
  padding: 20px 0 10px 0;
}

.resource-container .form-footer {
  color: #454D51;
}

.resource-container .success-notice {
  text-align: center;
}

.resource-container .success-notice.ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

.resource-container .success-notice .success-message {
  display: block;
  margin-bottom: 0;
}

.resource-container .success-notice .success-message.ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

.resource-container .success-notice .success-message span, .resource-container .success-notice .success-message p {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

.resource-container .success-notice .form-header {
  margin-bottom: 0;
}

.featured-resources {
  position: relative;
  margin: 80px 0 135px 0;
}

@media (max-width: 1025.98px) {
  .featured-resources {
    margin: 50px 0;
  }
}

.featured-resources .h2 {
  margin-bottom: 50px;
}

.featured-resources .accent-wrapper {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 899.98px) {
  .featured-resources .accent-wrapper {
    display: none;
  }
}

.featured-resources .accent-wrapper .card-accent-top {
  position: absolute;
  top: -38px;
  right: -38px;
}

.featured-resources .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -16px;
  left: -40px;
}

.resource-breadcrumb {
  padding: 10px 0 20px 0;
  color: #454D51;
}

.resource-breadcrumb a {
  color: #454D51;
}

.resource-breadcrumb a:hover {
  color: #7A2982;
}

.resource-breadcrumb .breadcrumb-cat {
  color: #7A2982;
}

.resource-person .single-person {
  margin-bottom: 20px;
}

.resource-person .single-person--image {
  flex: 0 0 240px;
}

@media (max-width: 1025.98px) {
  .resource-person .single-person--image {
    margin-bottom: 25px;
  }
}

.resource-person .single-person--image svg {
  position: absolute;
  top: 0;
  right: 25px;
  height: 170px;
  width: 170px;
}

.resource-person .single-person--image .image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  height: 175px;
  width: 175px;
}

.resource-person .single-person--content {
  flex: 1 0 calc(100% - 240px);
}

@media (max-width: 1025.98px) {
  .resource-person .single-person--content {
    flex: 1 0 100%;
  }
}

.resource-person .single-person--link {
  color: #000000;
}

.resource-person .single-person--link:hover {
  color: #7A2982;
}

.resource-person .single-person--name {
  margin-bottom: 0;
}

.resource-person .single-person--title {
  margin-bottom: 10px;
}

/** Flex */

section.hero {
  z-index: 2;
}

@media (max-width: 1025.98px) {
  section.hero {
    display: flex;
    flex-wrap: wrap;
  }
}

section.hero h2 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 300;
}

@media (max-width: 1025.98px) {
  section.hero .page-breadcrumb {
    margin-bottom: 20px;
  }
}

section.hero .page-breadcrumb .breadcrumb-spacer {
  display: inline-block;
  margin: 0 6px;
}

section.hero.default_hero_with_cta.yellow_background .upper-image-wrapper:before {
  background: #D9E146;
}

section.hero.default_hero_with_cta.yellow_background .upper-image-wrapper:after {
  content: none;
}

section.hero.default_hero_with_cta.magenta_background .upper-image-wrapper:before {
  background: #E01D8D;
}

section.hero.default_hero_with_cta.magenta_background .upper-image-wrapper:after {
  content: none;
}

section.hero.default_hero_with_cta .content {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .content {
    padding-top: 0;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .content {
    padding-right: 0;
  }

  section.hero.default_hero_with_cta .content h1 {
    padding-right: 100px;
  }
}

section.hero.default_hero_with_cta .image {
  position: relative;
}

section.hero.default_hero_with_cta .upper-image-wrapper {
  position: relative;
  min-height: 360px;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .upper-image-wrapper {
    height: initial;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .upper-image-wrapper {
    min-height: 250px;
    height: 250px;
  }
}

section.hero.default_hero_with_cta .upper-image-wrapper .accent-diamond {
  position: absolute;
  top: 25px;
  left: -65px;
  z-index: -2;
  color: #E01D8D;
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .upper-image-wrapper .accent-diamond {
    top: 20px;
    left: -20px;
  }

  section.hero.default_hero_with_cta .upper-image-wrapper .accent-diamond svg {
    height: 100px;
    width: 100px;
  }
}

section.hero.default_hero_with_cta .upper-image-wrapper:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  background: #7A2982;
  height: 100%;
  border-top-left-radius: 200px;
  width: calc(100% - 100px);
  z-index: 1;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .upper-image-wrapper:before {
    width: 100%;
  }
}

section.hero.default_hero_with_cta .upper-image-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  height: 100%;
  width: 10px;
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .upper-image-wrapper:after {
    background: #7A2982;
  }
}

section.hero.default_hero_with_cta .image-container {
  position: relative;
  height: 0;
  padding-top: calc(56.25% + 65px);
  margin: 0 0 25px 75px;
  width: calc(100% - 100px);
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .image-container {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 0 20px 0;
    width: calc(100% - 30px);
    padding-top: 65px;
    height: 400px;
  }
}

section.hero.default_hero_with_cta .image-container figure {
  height: calc(100% - 65px);
  top: unset;
  bottom: 0;
  z-index: 2;
  border-radius: 15px;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .image-container figure {
    top: 15%;
    height: 75%;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .image-container figure {
    top: 10%;
    height: 50%;
  }
}

section.hero.default_hero_with_cta .cta-content {
  position: relative;
  padding: 10px 0 20px 100px;
  z-index: 2;
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .cta-content {
    padding: 20px 0 20px 100px;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .cta-content .button-wrap {
    display: block;
  }

  section.hero.default_hero_with_cta .cta-content .button-wrap a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta .cta-content .button-alt {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .cta-content {
    position: relative;
    bottom: unset;
    padding-left: 0;
  }
}

section.hero.default_hero_with_cta .cta-links {
  padding-left: 100px;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta .cta-links {
    padding: 0;
  }
}

section.hero.default_hero_with_cta #hero-cta-accent {
  position: absolute;
  top: -60px;
  height: 100%;
  width: 100%;
}

@media (max-width: 1299.98px) {
  section.hero.default_hero_with_cta #hero-cta-accent {
    width: calc(100% + 50px);
  }
}

@media (max-width: 1025.98px) {
  section.hero.default_hero_with_cta #hero-cta-accent {
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: auto;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero_with_cta #hero-cta-accent {
    display: none;
  }
}

section.hero.hero_with_slider #teal-sphere-accent {
  position: absolute;
  bottom: -212px;
  left: -80px;
  width: 350px;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 1700px) {
  section.hero.hero_with_slider #teal-sphere-accent {
    left: 10%;
  }
}

@media (max-width: 1025.98px) {
  section.hero.hero_with_slider #teal-sphere-accent {
    display: none;
  }
}

section.hero.hero_with_slider .hero-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  height: 100%;
  z-index: -1;
}

section.hero.hero_with_slider .hero-background figure {
  margin: 0 0 0 calc(-50% - 80px);
}

@media (max-width: 1649.98px) {
  section.hero.hero_with_slider .hero-background figure {
    margin: 0 0 0 -50%;
  }
}

@media (max-width: 1025.98px) {
  section.hero.hero_with_slider .hero-background {
    position: relative;
    flex: 1 0 100%;
    height: 350px;
    width: 100%;
    order: 2;
  }

  section.hero.hero_with_slider .hero-background figure {
    background-size: contain;
  }
}

section.hero.hero_with_slider .content-inner {
  padding: 115px 100px 250px 0;
  max-width: 50%;
  z-index: 2;
}

@media (max-width: 1299.98px) {
  section.hero.hero_with_slider .content-inner {
    padding: 115px 50px 250px 0;
  }
}

@media (max-width: 1025.98px) {
  section.hero.hero_with_slider .content-inner {
    flex: 1 0 100%;
    padding: 50px 0 50px 0;
    max-width: 100%;
    order: 1;
  }
}

@media (max-width: 599.98px) {
  section.hero.hero_with_slider .content-inner .button-wrap {
    display: block;
  }
}

@media (max-width: 599.98px) {
  section.hero.hero_with_slider .content-inner .button, section.hero.hero_with_slider .content-inner form.mktoForm .mktoButtonRow, form.mktoForm section.hero.hero_with_slider .content-inner .mktoButtonRow {
    text-align: center;
    display: block;
  }
}

section.hero.hero_with_slider .hero-slider-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  align-items: flex-end;
  height: 240px;
}

@media (min-width: 1700px) {
  section.hero.hero_with_slider .hero-slider-wrapper {
    max-width: 1600px;
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 1299.98px) {
  section.hero.hero_with_slider .hero-slider-wrapper {
    display: none;
  }
}

section.hero.hero_with_slider .hero-single-slide {
  color: #000000;
  flex: 0 0 33.3333333333%;
  background: #FAFAFA;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 0;
  min-height: 120px;
}

section.hero.hero_with_slider .hero-single-slide.active, section.hero.hero_with_slider .hero-single-slide:hover {
  background: #7A2982;
  color: #FFFFFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  min-height: 220px;
}

section.hero.hero_with_slider .hero-single-slide.active .slider-image, section.hero.hero_with_slider .hero-single-slide:hover .slider-image {
  height: auto;
  margin-top: -10px;
}

section.hero.hero_with_slider .hero-single-slide.active .slider-image figure, section.hero.hero_with_slider .hero-single-slide:hover .slider-image figure {
  border-top-left-radius: 0;
}

section.hero.hero_with_slider .hero-single-slide.active .slider-content, section.hero.hero_with_slider .hero-single-slide:hover .slider-content {
  display: block;
  display: -webkit-box;
}

section.hero.hero_with_slider .hero-single-slide .slider-image {
  flex: 0 0 185px;
  position: relative;
  height: auto;
  margin-top: 10px;
}

section.hero.hero_with_slider .hero-single-slide .slider-image figure {
  z-index: 1;
  border-top-left-radius: 15px;
}

section.hero.hero_with_slider .hero-single-slide .slider-content-wrap {
  flex: 1 0 calc(100% - 185px);
  padding: 10px 30px;
}

section.hero.hero_with_slider .hero-single-slide .slider-header {
  margin: 15px 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.hero.hero_with_slider .hero-single-slide .slider-content {
  display: none;
  margin-bottom: 20px;
  font-weight: 400;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.hero.default_hero, section.hero.default_hero_with_video {
  padding-top: 80px;
  overflow: hidden;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero, section.hero.default_hero_with_video {
    padding-top: 0;
  }
}

section.hero.default_hero .content, section.hero.default_hero_with_video .content {
  padding-right: 100px;
}

@media (max-width: 1299.98px) {
  section.hero.default_hero .content, section.hero.default_hero_with_video .content {
    padding-right: 75px;
  }
}

@media (max-width: 1025.98px) {
  section.hero.default_hero .content, section.hero.default_hero_with_video .content {
    padding-right: 0;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero .content, section.hero.default_hero_with_video .content {
    margin-bottom: 50px;
  }

  section.hero.default_hero .content h1, section.hero.default_hero_with_video .content h1 {
    padding-right: 100px;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero .content .button-wrap, section.hero.default_hero_with_video .content .button-wrap {
    display: block;
  }

  section.hero.default_hero .content .button-wrap a, section.hero.default_hero_with_video .content .button-wrap a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero .content .button-alt, section.hero.default_hero_with_video .content .button-alt {
    display: table;
    margin: 0 auto;
  }
}

section.hero.default_hero .image, section.hero.default_hero_with_video .image {
  position: relative;
}

section.hero.default_hero .image-container, section.hero.default_hero_with_video .image-container {
  position: relative;
  height: 550px;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 599.98px) {
  section.hero.default_hero .image-container, section.hero.default_hero_with_video .image-container {
    height: 300px;
  }
}

section.hero.default_hero .image-container.contain figure, section.hero.default_hero_with_video .image-container.contain figure {
  background-size: contain;
}

section.hero.default_hero .image-container.video, section.hero.default_hero_with_video .image-container.video {
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 150px;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero .image-container.video, section.hero.default_hero_with_video .image-container.video {
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1025.98px) {
  section.hero.default_hero .image-container.video .video-background-wrapper, section.hero.default_hero_with_video .image-container.video .video-background-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}

section.hero.default_hero .image-container.video .video-caption, section.hero.default_hero_with_video .image-container.video .video-caption {
  color: #6E7C7C;
  padding-top: 10px;
  padding-left: 175px;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero .image-container.video .video-caption, section.hero.default_hero_with_video .image-container.video .video-caption {
    padding-left: 0;
  }
}

section.hero.default_hero .image-container.video .wistia_embed, section.hero.default_hero_with_video .image-container.video .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
  overflow: hidden;
}

section.hero.default_hero .image-container.video [data-handle=clickForSoundButton], section.hero.default_hero_with_video .image-container.video [data-handle=clickForSoundButton] {
  display: none !important;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero .image-container.video .accent-wrapper, section.hero.default_hero_with_video .image-container.video .accent-wrapper {
    display: none;
  }
}

section.hero.default_hero .image-container.video .card-accent-top, section.hero.default_hero_with_video .image-container.video .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.hero.default_hero .image-container.video .card-accent-bottom, section.hero.default_hero_with_video .image-container.video .card-accent-bottom {
  position: absolute;
  bottom: -40px;
  left: -40px;
}

section.hero.default_hero .image-container.video .play-wrapper, section.hero.default_hero_with_video .image-container.video .play-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

section.hero.default_hero .image-container.video .play-icon-wrapper, section.hero.default_hero_with_video .image-container.video .play-icon-wrapper {
  transition: all 0.2s;
  color: #E01D8D;
}

section.hero.default_hero .image-container.video .play-icon-wrapper svg, section.hero.default_hero_with_video .image-container.video .play-icon-wrapper svg {
  height: 75px;
  width: 75px;
}

section.hero.default_hero .image-container figure, section.hero.default_hero_with_video .image-container figure {
  border-radius: 15px;
}

section.hero.default_hero .accent-wrapper, section.hero.default_hero_with_video .accent-wrapper {
  position: absolute;
  z-index: -2;
  top: 0;
  height: 100%;
  width: 100%;
}

section.hero.default_hero .accent-wrapper .pink-dots-diamond, section.hero.default_hero_with_video .accent-wrapper .pink-dots-diamond {
  position: absolute;
  top: -60px;
  right: -65px;
}

@media (max-width: 1025.98px) {
  section.hero.default_hero .accent-wrapper .pink-dots-diamond, section.hero.default_hero_with_video .accent-wrapper .pink-dots-diamond {
    height: 50%;
    top: -60px;
    right: -65px;
  }
}

@media (max-width: 599.98px) {
  section.hero.default_hero .accent-wrapper .pink-dots-diamond, section.hero.default_hero_with_video .accent-wrapper .pink-dots-diamond {
    height: 50%;
    top: -33px;
    right: -101px;
  }
}

section.hero.default_hero .accent-wrapper .small-square, section.hero.default_hero_with_video .accent-wrapper .small-square {
  bottom: -40px;
  left: -40px;
  position: absolute;
}

@media (max-width: 599.98px) {
  section.hero.default_hero .accent-wrapper .small-square, section.hero.default_hero_with_video .accent-wrapper .small-square {
    bottom: -20px;
    left: -20px;
    height: 55px;
    width: 55px;
  }
}

section.hero.slim_hero {
  position: relative;
}

section.hero.slim_hero .slim-hero-container {
  margin: 50px 0 100px 0;
}

@media (max-width: 1025.98px) {
  section.hero.slim_hero .slim-hero-container {
    margin: 50px 0;
  }
}

@media (max-width: 599.98px) {
  section.hero.slim_hero .slim-hero-container {
    width: 100%;
    overflow: hidden;
  }
}

section.hero.slim_hero .slim-hero-container .slim-hero-content {
  width: 60%;
}

@media (max-width: 599.98px) {
  section.hero.slim_hero .slim-hero-container .slim-hero-content {
    width: 100%;
  }
}

section.hero.slim_hero .slim-hero-container .accent-wrapper {
  height: 100%;
  width: 100%;
}

section.hero.slim_hero .slim-hero-container .accent-wrapper .slim-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  max-width: 100%;
}

@media (max-width: 1025.98px) {
  section.hero.slim_hero .slim-hero-container .accent-wrapper .slim-hero-image {
    height: 220px;
    max-width: 100%;
  }
}

@media (max-width: 599.98px) {
  section.hero.slim_hero .slim-hero-container .accent-wrapper .slim-hero-image {
    position: relative;
    width: 100%;
  }
}

section.hero.slim_hero .slim-hero-container .accent-wrapper svg {
  position: absolute;
  top: -140px;
  right: 30px;
}

@media (max-width: 1025.98px) {
  section.hero.slim_hero .slim-hero-container .accent-wrapper svg {
    right: 30px;
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 599.98px) {
  section.hero.slim_hero .slim-hero-container .accent-wrapper svg {
    position: relative;
    top: unset;
    right: -155px;
    height: 300px;
    width: 300px;
  }
}

section.hero .mktoForm {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

section.hero .mktoFormRow {
  flex: 0 0 70%;
}

section.hero .mktoFormRow input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

section.hero .mktoButtonRow {
  flex: 0 0 30%;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

section.hero .mktoButtonRow .mktoButton {
  font-size: 1.125rem;
  padding: 13px 20px;
}

section.hero .ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

section.hero .ty-msg span, section.hero .ty-msg p {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

section.content-columns .column-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.content-columns .column-image.add_border_radius img {
  border-radius: 15px;
}

section.content-columns .column-integration {
  padding-top: 84%;
  position: relative;
}

section.content-columns .column-integration .integration-graphic-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

section.content-columns .column-integration .integration-graphic-bg svg {
  width: 100%;
  height: 100%;
}

section.content-columns .column-integration .integration-graphic-bg figure {
  z-index: 1;
}

section.content-columns .video-wrapper {
  padding-top: 56.25%;
  margin: 0 auto;
}

section.content-columns .video-wrapper .background {
  border-radius: 15px;
}

section.content-columns .video-wrapper .play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

section.content-columns .video-wrapper .play-wrapper svg {
  height: 77px;
  width: 77px;
}

@media (max-width: 1025.98px) {
  section.content-columns .video-wrapper .play-wrapper svg {
    height: 50px;
    width: 50px;
  }
}

section.content-columns .video-wrapper .play-wrapper #play circle {
  fill: #E01D8D;
}

section.content-columns .video-wrapper .play-wrapper #play path {
  fill: #000000;
}

section.content-columns .video-wrapper .play-wrapper svg {
  transition: all 0.2s;
}

section.content-columns .video-wrapper .play-wrapper:hover svg {
  transform: scale(1.2);
}

section.content-columns .card-wrapper .partial-single-card {
  width: 100%;
  max-width: 100%;
  flex: 1 1 calc(100% - 40px);
}

section.content-columns .card-wrapper.multiple-column-cards .partial-single-card {
  flex: 0 1 calc(50% - 40px);
}

@media (max-width: 1025.98px) {
  section.content-columns .card-wrapper.multiple-column-cards .partial-single-card {
    flex: calc(100% - 40px);
  }
}

section.content-columns .form-parent-wrapper {
  position: relative;
  margin: 0 0 0 60px;
  padding: 40px;
  box-shadow: 0 0 15px 5px rgba(179, 185, 185, 0.4);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 1025.98px) {
  section.content-columns .form-parent-wrapper {
    margin: 50px 0;
  }
}

section.content-columns .form-parent-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

section.content-columns .form-accents {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 599.98px) {
  section.content-columns .form-accents {
    display: none;
  }
}

section.content-columns .form-accents svg {
  position: absolute;
}

section.content-columns .form-accents.accent_style_1 #green-circle-yellow-dots {
  top: -60px;
  right: -50px;
}

@media (max-width: 1025.98px) {
  section.content-columns .form-accents.accent_style_1 #green-circle-yellow-dots {
    right: 0;
  }
}

section.content-columns .form-accents.accent_style_2 #magenta-circle-green-abstract {
  top: -60px;
  left: -100px;
}

@media (max-width: 1025.98px) {
  section.content-columns .form-accents.accent_style_2 #magenta-circle-green-abstract {
    left: 0;
  }
}

section.content-columns .form-accents.accent_style_3 #green-circle-magenta-dots {
  top: -50px;
  right: -50px;
  height: 200px;
  width: 200px;
}

@media (max-width: 1025.98px) {
  section.content-columns .form-accents.accent_style_3 #green-circle-magenta-dots {
    top: -50px;
    right: 0;
  }
}

section.content-columns .form-footer p {
  font-weight: 400;
  color: #454D51;
}

section.content-columns .form-footer a {
  font-weight: 500;
  color: #454D51;
  text-decoration: underline;
}

@media (max-width: 599.98px) {
  section.content-columns .button-wrap {
    display: block;
  }

  section.content-columns .button-wrap a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 599.98px) {
  section.content-columns .button-alt {
    display: table;
    margin: 0 auto;
  }
}

section.featured-links.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_logos > div {
    border-bottom: 1px solid #E6E7E8;
  }
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_logos .single-link {
    margin-bottom: 50px;
  }
}

section.featured-links.links_with_logos .single-link .image {
  flex: 0 0 170px;
  height: 90px;
  width: 170px;
  margin-right: 30px;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_logos .single-link .image {
    flex: 1 0 100%;
    margin: 0 0 30px 0;
  }
}

section.featured-links.links_with_logos .single-link .image figure {
  background-position: left;
}

section.featured-links.links_with_logos .single-link:nth-child(odd) {
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_logos .single-link:nth-child(odd) {
    border-right: none;
  }
}

section.featured-links.links_with_logos .single-link .content {
  flex: 1 0 calc(100% - 200px);
  padding-right: 20px;
}

section.featured-links.link_list_with_large_content .link-list-title, section.featured-links.link_list_two_column .link-list-title {
  margin-bottom: 15px;
}

section.featured-links.link_list_with_large_content .single-link, section.featured-links.link_list_two_column .single-link {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

section.featured-links.link_list_with_large_content .single-link:before, section.featured-links.link_list_two_column .single-link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 22px;
  background: #E01D8D;
}

section.featured-links.link_list_with_large_content .single-link a, section.featured-links.link_list_two_column .single-link a {
  font-size: 1.125rem;
  color: #000000;
}

section.featured-links.link_list_with_large_content .single-link a:hover, section.featured-links.link_list_two_column .single-link a:hover {
  color: #7A2982;
}

section.featured-links.link_list_two_column .single-link-list-column {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_list_two_column .single-link-list-column {
    padding-right: 0;
  }
}

section.featured-links.links_with_testimonial .link-with-testimonial-wrapper {
  position: relative;
  padding: 50px 50px 40px 50px;
  overflow: hidden;
}

@media (max-width: 599.98px) {
  section.featured-links.links_with_testimonial .link-with-testimonial-wrapper {
    padding: 30px 30px 30px 30px;
  }
}

section.featured-links.links_with_testimonial .link-with-testimonial-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: circle(50% at 100% 50%);
          clip-path: circle(50% at 100% 50%);
  background: #E01D8D;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .link-with-testimonial-wrapper:before {
    -webkit-clip-path: circle(56% at 50% 108%);
            clip-path: circle(56% at 50% 108%);
  }
}

section.featured-links.links_with_testimonial .testimonial-column {
  padding-right: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .testimonial-column {
    flex: 1 0 100%;
    padding-right: 0;
    margin-bottom: 100px;
  }
}

section.featured-links.links_with_testimonial .testimonial-column .testimonial-content--inner {
  max-width: 70%;
}

@media (max-width: 1299.98px) {
  section.featured-links.links_with_testimonial .testimonial-column .testimonial-content--inner {
    max-width: 100%;
  }
}

section.featured-links.links_with_testimonial .testimonial-column .testimonial-image {
  height: 95px;
  margin-bottom: 20px;
}

section.featured-links.links_with_testimonial .testimonial-column .testimonial-image figure {
  background-position: left;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .testimonial-column .testimonial-image figure {
    background-position: center;
  }
}

section.featured-links.links_with_testimonial .testimonial-column .testimonial-credit {
  margin-bottom: 15px;
}

section.featured-links.links_with_testimonial .testimonial-column .testimonial-button {
  text-align: right;
  max-width: 90%;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .testimonial-column .testimonial-button {
    text-align: left;
  }
}

section.featured-links.links_with_testimonial .link-column {
  position: relative;
  font-size: 1.375rem;
  max-width: 320px;
}

section.featured-links.links_with_testimonial .link-column a {
  font-size: 1rem;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .link-column {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

section.featured-links.links_with_testimonial .link-column-content {
  margin-bottom: 60px;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .link-column-content {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

section.featured-links.links_with_testimonial .link-column-image {
  height: 145px;
  margin-bottom: 20px;
  max-width: 255px;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .link-column-image {
    margin: 0 auto 50px auto;
  }
}

section.featured-links.links_with_testimonial .link-column-image figure {
  width: 75%;
  left: 62%;
}

@media (max-width: 1025.98px) {
  section.featured-links.links_with_testimonial .link-column-button {
    text-align: left;
  }
}

section.featured-links.link_logo_testimonial_two_column .intro-content {
  max-width: 70%;
  margin-bottom: 35px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .intro-content {
    max-width: 100%;
  }
}

section.featured-links.link_logo_testimonial_two_column .link-logo {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .link-logo {
    margin-bottom: 50px;
  }
}

section.featured-links.link_logo_testimonial_two_column .link-logo .image {
  flex: 0 0 170px;
  height: 60px;
  width: 170px;
  margin-right: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .link-logo .image {
    flex: 1 0 100%;
    margin: 0 0 30px 0;
  }
}

section.featured-links.link_logo_testimonial_two_column .link-logo .image figure {
  background-position: left;
}

section.featured-links.link_logo_testimonial_two_column .link-logo:nth-child(odd) {
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .link-logo:nth-child(odd) {
    border-right: none;
  }
}

section.featured-links.link_logo_testimonial_two_column .link-logo .content {
  flex: 1 0 calc(100% - 200px);
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper {
  position: relative;
  transition: all 0.2s;
  background-color: #7A2982;
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper {
    padding: 15px 0;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 270px;
  width: 290px;
  -webkit-clip-path: circle(67.8% at 65% -17%);
          clip-path: circle(67.8% at 65% -17%);
  border-top-right-radius: 15px;
  background: #F4F0F5;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper figure {
  z-index: 1;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-image {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 78px;
  width: 200px;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content {
  padding: 65px 48px 10px 60px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content {
    padding: 165px 40px 30px 40px;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--inner {
  max-width: 70%;
}

@media (max-width: 1299.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--inner {
    max-width: 100%;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--credit {
  position: relative;
  padding-left: 50px;
  margin: 0 0 15px 0;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--credit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 35px;
  background: #E01D8D;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 599.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--bottom-wrapper .testimonial-content--credit {
    flex: 1 1 100%;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--bottom-wrapper .testimonial-content--link {
  margin-top: 50px;
  margin-left: auto;
}

@media (max-width: 899.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content--bottom-wrapper .testimonial-content--link {
    margin-top: 0;
    margin-left: 0;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content-heading {
  position: relative;
  max-width: 60%;
}

@media (max-width: 899.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-content-heading {
    max-width: 100%;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-wrapper .testimonial-banner-heading p {
  margin-bottom: 0;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-additional-link {
  padding: 30px 0 0 30px;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .testimonial-accent-top {
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: -1;
}

section.featured-links.link_logo_testimonial_two_column .testimonial .content {
  max-width: 70%;
  margin-bottom: 60px;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial .content {
    max-width: 100%;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial-left .intro-content {
  order: 1;
}

section.featured-links.link_logo_testimonial_two_column .testimonial-left .testimonial {
  order: 2;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial-left .testimonial {
    order: 3;
  }
}

section.featured-links.link_logo_testimonial_two_column .testimonial-left .link-logo {
  padding-left: 100px;
  padding-right: unset;
  order: 3;
}

@media (max-width: 1025.98px) {
  section.featured-links.link_logo_testimonial_two_column .testimonial-left .link-logo {
    padding-left: 0;
    order: 2;
  }
}

section.card-section {
  overflow: hidden;
}

section.card-section.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

section.card-section #card-dot-accent {
  position: absolute;
  bottom: -50px;
  left: -70px;
  pointer-events: none;
}

section.card-section .accent-wrapper {
  z-index: -1;
}

section.card-section.card_banner .card-accent-top {
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: -1;
}

section.card-section.card_banner .content {
  max-width: 70%;
  margin-bottom: 60px;
}

@media (max-width: 1025.98px) {
  section.card-section.card_banner .content {
    max-width: 100%;
  }
}

section.card-section.card_banner .card-banner-wrapper {
  position: relative;
  border-radius: 20px;
  transition: all 0.2s;
}

section.card-section.card_banner .card-banner-wrapper:hover {
  box-shadow: 0 0 15px 5px rgba(179, 185, 185, 0.5);
}

@media (max-width: 1025.98px) {
  section.card-section.card_banner .card-banner-wrapper {
    padding: 15px 0;
  }
}

section.card-section.card_banner .card-banner-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 270px;
  width: 290px;
  -webkit-clip-path: circle(67.8% at 65% -17%);
          clip-path: circle(67.8% at 65% -17%);
  border-top-right-radius: 15px;
  background: #F4F0F5;
}

section.card-section.card_banner .card-banner-wrapper figure {
  z-index: 1;
}

section.card-section.card_banner .card-banner-wrapper .card-image {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 78px;
  width: 200px;
}

section.card-section.card_banner .card-banner-wrapper .card-content {
  max-width: calc(100% - 200px);
  padding: 65px 60px 40px 60px;
}

@media (max-width: 1025.98px) {
  section.card-section.card_banner .card-banner-wrapper .card-content {
    max-width: unset;
    padding: 165px 40px 20px 40px;
  }
}

section.card-section.card_banner .card-banner-wrapper .card-content--credit {
  position: relative;
  padding-left: 50px;
  margin: 5px 0 15px 0;
}

section.card-section.card_banner .card-banner-wrapper .card-content--credit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 35px;
  background: #FFFFFF;
}

section.card-section.card_banner .card-banner-wrapper .card-content-heading {
  position: relative;
}

section.card-section.card_banner .card-banner-wrapper .card-banner-heading p {
  margin-bottom: 0;
}

section.card-section.pull_posts .content {
  max-width: 70%;
  margin-bottom: 35px;
}

@media (max-width: 1025.98px) {
  section.card-section.pull_posts .content {
    max-width: 100%;
    margin-bottom: 65px;
  }
}

section.card-section.pull_posts .content.has-subcontent {
  display: flex;
  max-width: 100%;
}

section.card-section.pull_posts .content.has-subcontent .content--inner {
  margin-right: 100px;
}

section.card-section.pull_posts .content.has-subcontent .content--subcontent {
  max-width: 50%;
}

section.card-section.pull_posts .card-feed {
  position: relative;
  margin: 25px 0;
}

section.card-section.pull_posts .featured .event-type.display-none {
  display: block !important;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  font-weight: 500;
  padding: 2px 25px;
  border-top-right-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

section.card-section.pull_posts .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.card-section.pull_posts .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.card-section.pull_posts .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -35px;
}

section.card-section.award_and_news.cards-vertical .award-column {
  padding-right: 50px;
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 1025.98px) {
  section.card-section.award_and_news.cards-vertical .award-column {
    padding-right: 0;
    border-right: none;
  }
}

section.card-section.award_and_news .award-column-title, section.card-section.award_and_news .news-column-title {
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  section.card-section.award_and_news .award-column-title, section.card-section.award_and_news .news-column-title {
    margin-bottom: 40px;
  }
}

section.card-section.award_and_news .single-award-card, section.card-section.award_and_news .single-news-card {
  flex-direction: column;
}

section.card-section.award_and_news .single-award-card:not(:last-child), section.card-section.award_and_news .single-news-card:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  section.card-section.award_and_news .single-award-card:not(:last-child), section.card-section.award_and_news .single-news-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

section.card-section.award_and_news .single-award-card .image, section.card-section.award_and_news .single-news-card .image {
  margin-bottom: 40px;
}

section.card-section.award_and_news.cards-vertical .news-column {
  padding-left: 50px;
}

@media (max-width: 1025.98px) {
  section.card-section.award_and_news.cards-vertical .news-column {
    padding-left: 0;
  }
}

section.card-section.award_and_news .press-image {
  border-radius: 15px;
  margin-bottom: 38px;
  overflow: hidden;
  height: 90px;
  width: 100px;
}

@media (max-width: 1025.98px) {
  section.card-section.award_and_news .press-image {
    margin-bottom: 25px;
  }
}

section.card-section.award_and_news .date {
  margin-bottom: 20px;
}

section.card-section.external .card-feed {
  position: relative;
}

section.card-section.external .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.card-section.external .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.card-section.external .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -35px;
}

section.card-section.alternating_content_card .single-reversing-row {
  margin-bottom: 50px;
  padding-top: 80px;
}

@media (max-width: 1025.98px) {
  section.card-section.alternating_content_card .single-reversing-row {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}

section.card-section.alternating_content_card .single-reversing-row.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

section.card-section.alternating_content_card .single-reversing-row:nth-child(odd) .content {
  padding-right: 90px;
}

@media (max-width: 1025.98px) {
  section.card-section.alternating_content_card .single-reversing-row:nth-child(odd) .content {
    padding-right: 0;
  }
}

section.card-section.alternating_content_card .single-reversing-row:nth-child(even) .partial-single-card {
  order: 1;
}

@media (max-width: 1025.98px) {
  section.card-section.alternating_content_card .single-reversing-row:nth-child(even) .partial-single-card {
    order: 2;
  }
}

section.card-section.alternating_content_card .single-reversing-row:nth-child(even) .content {
  order: 2;
  padding-left: 90px;
}

@media (max-width: 1025.98px) {
  section.card-section.alternating_content_card .single-reversing-row:nth-child(even) .content {
    order: 1;
    padding-left: 0;
  }
}

section.card-section.alternating_content_card .single-reversing-row .partial-single-card {
  height: 375px;
}

section.card-section.curated_content_cards {
  overflow: hidden;
}

section.card-section.curated_content_cards .curated-card-content {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.card-section.curated_content_cards .curated-card-content {
    padding-right: 0;
  }
}

section.card-section.curated_content_cards .curated-card-image {
  height: 300px;
  margin-bottom: 35px;
}

section.card-section.curated_content_cards .curated-card-image figure {
  border-radius: 15px;
  border: none;
}

section.card-section.curated_content_cards .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.card-section.curated_content_cards .accent-wrapper {
    display: none;
  }
}

section.card-section.curated_content_cards .accent-wrapper .accent-left {
  position: absolute;
  bottom: 150px;
  left: -200px;
}

section.card-section.curated_content_cards .accent-wrapper .accent-right {
  position: absolute;
  top: -75px;
  right: -300px;
}

section.card-section.assets .content {
  max-width: 70%;
  margin-bottom: 35px;
}

@media (max-width: 1025.98px) {
  section.card-section.assets .content {
    max-width: 100%;
  }
}

section.card-section.assets .asset-feed {
  position: relative;
  margin-bottom: 30px;
}

section.card-section.assets .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.card-section.assets .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -20px;
}

section.card-section.assets .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -20px;
}

section.card-section.horizontal_cards .content {
  max-width: 70%;
  margin-bottom: 35px;
}

@media (max-width: 1025.98px) {
  section.card-section.horizontal_cards .content {
    max-width: 100%;
  }
}

section.card-section.horizontal_cards .single-horizontal-card-column {
  margin-bottom: 50px;
}

section.card-section.horizontal_cards .single-horizontal-card-link {
  cursor: pointer;
  color: #000000;
  align-items: stretch;
  border-radius: 15px;
  height: 100%;
}

section.card-section.horizontal_cards .single-horizontal-card-link:hover {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

section.card-section.horizontal_cards .single-horizontal-card-link .single-horizontal-card-image {
  flex: 0 0 40%;
}

@media (max-width: 1299.98px) {
  section.card-section.horizontal_cards .single-horizontal-card-link .single-horizontal-card-image {
    flex: 1 1 100%;
    min-height: 250px;
  }
}

section.card-section.horizontal_cards .single-horizontal-card-link .single-horizontal-card-image figure {
  border-radius: 15px;
}

section.card-section.horizontal_cards .single-horizontal-card-link .single-horizontal-card-content {
  flex: 1;
  padding: 25px 50px;
}

section.card-section.horizontal_cards .single-horizontal-card-link .single-horizontal-card-content .single-horizontal-card-date {
  font-weight: 300;
}

section.card-section.horizontal_cards .single-horizontal-card-link .single-horizontal-card-content .single-horizontal-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 25px;
}

section.card-section.collections .collections-feed {
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 1025.98px) {
  section.card-section.collections .collections-feed {
    padding: 50px 0 20px;
    margin-bottom: 0;
  }
}

section.card-section.collections .collections-feed .accent-wrapper {
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.card-section.collections .collections-feed .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.card-section.collections .collections-feed .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -40px;
}

section.card-section.combo .content {
  max-width: 70%;
  margin-bottom: 35px;
}

@media (max-width: 1025.98px) {
  section.card-section.combo .content {
    max-width: 100%;
    margin-bottom: 65px;
  }
}

section.card-section.combo .content.has-subcontent {
  display: flex;
  max-width: 100%;
}

section.card-section.combo .content.has-subcontent .content--inner {
  margin-right: 100px;
}

section.card-section.combo .content.has-subcontent .content--subcontent {
  max-width: 50%;
}

section.card-section.combo .card-feed {
  position: relative;
  margin: 25px 0;
}

section.card-section.combo .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.card-section.combo .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.card-section.combo .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -35px;
}

section.card-section.upcoming_webinars .card-feed {
  position: relative;
  margin: 25px 0;
}

section.card-section.upcoming_webinars .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.card-section.upcoming_webinars .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.card-section.upcoming_webinars .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: -20px;
  left: -35px;
}

section.video.full_width_video {
  height: calc(57.25vw - 67px);
  max-height: 800px;
}

@media (max-width: 1115.98px) {
  section.video.full_width_video {
    margin-top: 50px;
  }
}

@media (max-width: 1025.98px) {
  section.video.full_width_video {
    margin-top: 0;
    height: auto;
    max-height: initial;
    background: #7A2982;
  }
}

section.video.full_width_video a {
  color: #FFFFFF;
}

section.video.full_width_video .wistia_embed {
  pointer-events: none !important;
  position: absolute;
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25%;
}

section.video.full_width_video .wistia_embed > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

section.video.full_width_video .wistia_embed .w-big-play-button, section.video.full_width_video .wistia_embed .w-vulcan-v2-button {
  display: none !important;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .video-background-wrapper {
    height: 185px;
  }

  section.video.full_width_video .video-background-wrapper figure {
    z-index: 1;
    border-radius: 15px;
  }
}

section.video.full_width_video .video-content-panel {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  padding: 70px 55px 100px 55px;
  width: 50%;
  max-width: 820px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 0.2s;
  background: rgba(85, 16, 92, 0.7);
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .video-content-panel {
    background: none;
  }
}

section.video.full_width_video .video-content-panel p {
  font-size: 1.125rem;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .video-content-panel p {
    font-size: 1rem;
  }
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .video-content-panel {
    position: relative;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    width: 100%;
    padding: 50px 5%;
  }
}

section.video.full_width_video .video-content-panel.active {
  padding: 25px 55px 25px 55px;
}

section.video.full_width_video .video-content-panel.active .play-content-inner {
  display: none;
}

section.video.full_width_video .video-content-panel.active .additional-link {
  display: none;
}

section.video.full_width_video .main-content {
  margin-bottom: 30px;
}

section.video.full_width_video .misc-content {
  align-items: center;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .misc-content {
    margin-bottom: 25px;
  }
}

section.video.full_width_video .misc-content .play-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .misc-content .play-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

section.video.full_width_video .misc-content .play-icon-wrapper {
  transition: all 0.2s;
  color: #E01D8D;
  margin-right: 12px;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .misc-content .play-content {
    display: none;
  }
}

section.video.full_width_video .misc-content .play-content-inner {
  align-items: center;
}

section.video.full_width_video .misc-content .pause-content-inner {
  display: none;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .misc-content .additional-link {
    display: none;
  }
}

section.video.full_width_video .additional-link-mobile {
  display: none;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .additional-link-mobile {
    display: inline-block;
  }
}

section.video.full_width_video .additional-link {
  position: relative;
  padding-left: 60px;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .additional-link {
    margin-top: 30px;
    padding: 0;
  }
}

section.video.full_width_video .additional-link:before {
  content: "";
  position: absolute;
  left: 25px;
  top: -2px;
  width: 0.5px;
  height: 30px;
  background: #FFFFFF;
}

@media (max-width: 1025.98px) {
  section.video.full_width_video .additional-link:before {
    content: none;
  }
}

@media (min-width: 1026px) {
  section.video.full_width_video .additional-link.mobile-only {
    display: none;
  }
}

section.video.full_width_video .button-alt > svg {
  margin-left: 0;
}

section.tabbed-section {
  overflow: hidden;
}

section.tabbed-section.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

section.tabbed-section .single-tab {
  position: relative;
  border-top: 1px solid #E6E7E8;
}

section.tabbed-section .single-tab:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 2.5px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

section.tabbed-section .single-tab:last-child {
  border-bottom: 1px solid #E6E7E8;
}

section.tabbed-section .single-tab:nth-child(2) .tab-title:before {
  background: #E01D8D;
}

section.tabbed-section .single-tab:nth-child(3) .tab-title:before {
  background: #289082;
}

section.tabbed-section .single-tab:nth-child(4) .tab-title:before {
  background: #00477B;
}

section.tabbed-section .single-tab:nth-child(5) .tab-title:before {
  background: #7A2982;
}

section.tabbed-section .single-tab.open {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

section.tabbed-section .single-tab.open:before {
  width: 100%;
}

section.tabbed-section .single-tab.open .tab-title svg {
  transform: rotate(180deg);
}

section.tabbed-section .tab-title {
  position: relative;
  padding: 24px 0 20px 25px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

section.tabbed-section .tab-title:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 27px;
  background: #D9E146;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

section.tabbed-section .tab-title svg {
  margin-right: 30px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.2s;
}

section.tabbed-section .tab-content {
  display: none;
  padding: 0 25px 50px;
}

section.tabbed-section .tab-content.start-open {
  display: block;
}

section.tabbed-section.ecosystem_graphic {
  padding: 85px 0 100px 0;
}

section.tabbed-section.ecosystem_graphic .tab-title {
  padding: 22px 0 22px 50px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.ecosystem_graphic {
    padding: 50px 0;
  }
}

@media (max-width: 1025.98px) {
  section.tabbed-section.ecosystem_graphic .tabbed-section-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1025.98px) {
  section.tabbed-section.ecosystem_graphic .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

section.tabbed-section.ecosystem_graphic .graphic-wrapper svg {
  width: 100%;
  font-family: "Gotham" !important;
}

section.tabbed-section.ecosystem_graphic .graphic-wrapper svg #Main_SVG {
  transform: translate(45px, 10px);
}

section.tabbed-section.ecosystem_graphic .main-content {
  margin-bottom: 40px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.ecosystem_graphic .main-content {
    width: 100%;
  }
}

@media (max-width: 599.98px) {
  section.tabbed-section.ecosystem_graphic .main-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 1025.98px) {
  section.tabbed-section.ecosystem_graphic .graphic-wrapper-mobile {
    margin-bottom: 40px;
  }
}

@media (max-width: 599.98px) {
  section.tabbed-section.ecosystem_graphic .graphic-wrapper-mobile {
    margin-bottom: 20px;
  }
}

section.tabbed-section.ecosystem_graphic .graphic-wrapper-mobile svg {
  max-height: 400px;
  width: 100%;
}

section.tabbed-section.ecosystem_graphic .ecosystem-tabs {
  margin-right: 80px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.ecosystem_graphic .ecosystem-tabs {
    width: 100%;
    margin-right: 0;
  }
}

section.tabbed-section.ecosystem_graphic .tabbed-section-wrapper.tabs-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

section.tabbed-section.ecosystem_graphic .tabbed-section-wrapper.tabs-right .graphic-col {
  order: 1;
  padding-right: 20px;
}

section.tabbed-section.ecosystem_graphic .tabbed-section-wrapper.tabs-right .content-wrapper {
  order: 2;
}

section.tabbed-section.accordion_grid {
  overflow: unset;
  z-index: 100;
}

section.tabbed-section.accordion_grid .accordion-grid-title {
  max-width: 70%;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_grid .accordion-grid-title {
    max-width: 100%;
  }
}

section.tabbed-section.accordion_grid .accordion-grid-tabs {
  position: relative;
}

section.tabbed-section.accordion_grid .accordion-grid-tab {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.3333333333% - 33.33px);
  border-top: 1px solid #E6E7E8;
  margin-bottom: 50px;
  height: 275px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_grid .accordion-grid-tab {
    height: 100%;
    flex: 1 0 100%;
    margin: 0 0 50px 0;
    border-top: 3px solid #E6E7E8;
  }
}

section.tabbed-section.accordion_grid .accordion-grid-tab:not(:nth-child(3n)) {
  margin-right: 50px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_grid .accordion-grid-tab:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

section.tabbed-section.accordion_grid .accordion-grid-tab .accordion-grid-tab-inner {
  padding: 20px 40px;
  margin-top: 5px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_grid .accordion-grid-tab .accordion-grid-tab-inner {
    box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

section.tabbed-section.accordion_grid .accordion-grid-tab .plus-icon {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 15px;
}

section.tabbed-section.accordion_grid .accordion-grid-tab:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 2.5px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

@media (min-width: 1026px) {
  section.tabbed-section.accordion_grid .accordion-grid-tab:hover:before {
    width: 100%;
  }

  section.tabbed-section.accordion_grid .accordion-grid-tab:hover .plus-icon {
    z-index: 20;
  }

  section.tabbed-section.accordion_grid .accordion-grid-tab:hover .plus-icon #Rectangle_484 {
    display: none;
  }

  section.tabbed-section.accordion_grid .accordion-grid-tab:hover .plus-icon #Rectangle_523 {
    display: none;
  }

  section.tabbed-section.accordion_grid .accordion-grid-tab:hover .accordion-grid-tab-inner {
    position: absolute;
    height: auto;
    box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
  }

  section.tabbed-section.accordion_grid .accordion-grid-tab:hover .accordion-grid-tab-content {
    display: none;
  }

  section.tabbed-section.accordion_grid .accordion-grid-tab:hover .accordion-grid-tab-hover-content {
    display: block;
  }
}

section.tabbed-section.accordion_grid .accordion-grid-tab-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}

section.tabbed-section.accordion_grid .accordion-grid-tab-content {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_grid .accordion-grid-tab-content {
    display: none;
  }
}

section.tabbed-section.accordion_grid .accordion-grid-tab-hover-content {
  font-size: 1rem;
  font-weight: 400;
  display: none;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_grid .accordion-grid-tab-hover-content {
    display: block;
  }
}

section.tabbed-section.accordion_grid .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: -40px;
}

section.tabbed-section.accordion_grid .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: 10px;
  left: -40px;
}

section.tabbed-section.accordion_content .main-content {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_content .main-content {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

section.tabbed-section.accordion_content .tab-title:before {
  content: unset;
}

section.tabbed-section.accordion_image_logos .image-wrapper {
  padding-left: 50px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_image_logos .image-wrapper {
    padding-left: 0;
  }
}

section.tabbed-section.accordion_image_logos .tab-title:before {
  content: unset;
}

section.tabbed-section.accordion_image_logos .primary-image {
  flex: 1 1 100%;
  height: 550px;
  margin: 0 auto;
}

section.tabbed-section.accordion_image_logos .primary-image figure {
  border-radius: 15px;
  border: none;
}

@media (max-width: 899.98px) {
  section.tabbed-section.accordion_image_logos .primary-image {
    height: 300px;
  }
}

section.tabbed-section.accordion_image_logos .logos {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.tabbed-section.accordion_image_logos .logos img {
  margin: 10px;
  max-width: 125px;
}

section.tabbed-section.accordion_image_logos .mobile-images {
  padding-top: 50px;
}

section.tabbed-section.accordion_image_logos .mobile-images .logos img {
  max-width: 100px;
}

section.tabbed-section.accordion_image_logos .blur-animation {
  animation-duration: 0.6s;
  animation-name: blur;
}

@keyframes blur {
  from {
    filter: blur(5px);
  }

  to {
    filter: blur(0);
  }
}

section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right {
  display: flex;
  flex-wrap: wrap;
}

section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right .image-wrapper {
  order: 1;
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right .image-wrapper {
    padding-right: 0;
  }
}

section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right .tabs-wrapper {
  order: 2;
}

section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 899.98px) {
  section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right .accent-wrapper {
    display: none;
  }
}

section.tabbed-section.accordion_image_logos .accordion-with-image-logos.tabs-right .accent-wrapper .pink-dots-diamond {
  position: absolute;
  top: -60px;
  right: unset;
  left: -60px;
}

section.tabbed-section.accordion_cta_card .main-content-title-container, section.tabbed-section.accordion_cta_card_alt .main-content-title-container {
  margin-left: 0;
}

section.tabbed-section.accordion_cta_card .main-content-title, section.tabbed-section.accordion_cta_card_alt .main-content-title {
  margin-bottom: 10px;
}

section.tabbed-section.accordion_cta_card .tab-content, section.tabbed-section.accordion_cta_card_alt .tab-content {
  padding: 0 25px 20px;
}

section.tabbed-section.accordion_cta_card .tab-title, section.tabbed-section.accordion_cta_card_alt .tab-title {
  align-items: flex-start;
}

section.tabbed-section.accordion_cta_card .tab-title-inner, section.tabbed-section.accordion_cta_card_alt .tab-title-inner {
  flex: 0 1 700px;
}

@media (max-width: 1599.98px) {
  section.tabbed-section.accordion_cta_card .tab-title-inner, section.tabbed-section.accordion_cta_card_alt .tab-title-inner {
    flex: 0 1 85%;
  }
}

@media (max-width: 1599.98px) {
  section.tabbed-section.accordion_cta_card .tab-title .tab-caret, section.tabbed-section.accordion_cta_card_alt .tab-title .tab-caret {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  section.tabbed-section.accordion_cta_card .tab-title .tab-caret svg, section.tabbed-section.accordion_cta_card_alt .tab-title .tab-caret svg {
    margin-right: 0;
  }
}

section.tabbed-section.accordion_cta_card .tab-title:before, section.tabbed-section.accordion_cta_card_alt .tab-title:before {
  content: unset;
}

section.tabbed-section.accordion_cta_card .card-cta-wrapper, section.tabbed-section.accordion_cta_card_alt .card-cta-wrapper {
  padding-left: 100px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_cta_card .card-cta-wrapper, section.tabbed-section.accordion_cta_card_alt .card-cta-wrapper {
    padding-left: 0;
  }
}

section.tabbed-section.accordion_cta_card .card-cta-image, section.tabbed-section.accordion_cta_card_alt .card-cta-image {
  flex: 1 1 100%;
  height: 300px;
  margin-bottom: 25px;
}

section.tabbed-section.accordion_cta_card .card-cta-image figure, section.tabbed-section.accordion_cta_card_alt .card-cta-image figure {
  border-radius: 15px;
  border: none;
}

section.tabbed-section.accordion_cta_card .accent-wrapper, section.tabbed-section.accordion_cta_card_alt .accent-wrapper {
  width: 50%;
}

@media (max-width: 1299.98px) {
  section.tabbed-section.accordion_cta_card .accent-wrapper, section.tabbed-section.accordion_cta_card_alt .accent-wrapper {
    width: 25%;
  }
}

section.tabbed-section.accordion_cta_card .accordion-with-cta-card.tabs-right .main-content-title, section.tabbed-section.accordion_cta_card_alt .accordion-with-cta-card.tabs-right .main-content-title {
  margin-left: auto;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_cta_card .accordion-with-cta-card.tabs-right .main-content-title, section.tabbed-section.accordion_cta_card_alt .accordion-with-cta-card.tabs-right .main-content-title {
    margin: 0;
  }
}

section.tabbed-section.accordion_cta_card .accordion-with-cta-card.tabs-right .card-cta-wrapper, section.tabbed-section.accordion_cta_card_alt .accordion-with-cta-card.tabs-right .card-cta-wrapper {
  order: 2;
  padding-left: 0;
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_cta_card .accordion-with-cta-card.tabs-right .card-cta-wrapper, section.tabbed-section.accordion_cta_card_alt .accordion-with-cta-card.tabs-right .card-cta-wrapper {
    padding-right: 0;
    order: 3;
  }
}

section.tabbed-section.accordion_cta_card .accordion-with-cta-card.tabs-right .tabs-wrapper, section.tabbed-section.accordion_cta_card_alt .accordion-with-cta-card.tabs-right .tabs-wrapper {
  order: 3;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_cta_card .accordion-with-cta-card.tabs-right .tabs-wrapper, section.tabbed-section.accordion_cta_card_alt .accordion-with-cta-card.tabs-right .tabs-wrapper {
    order: 2;
  }
}

section.tabbed-section.accordion_cta_card_alt .accent-wrapper {
  width: 100%;
}

section.tabbed-section.accordion_cta_card_alt .accent-wrapper svg {
  width: 100%;
}

section.tabbed-section.accordion_cta_card_alt .card-cta-image {
  margin-top: 50px;
  width: calc(100% - 150px);
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_cta_card_alt .card-cta-image {
    width: 100%;
  }
}

section.tabbed-section.accordion_cta_card_alt .card-cta-wrapper {
  padding-left: 0;
}

section.tabbed-section.accordion_cta_card_alt .tabs-wrapper {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.tabbed-section.accordion_cta_card_alt .tabs-wrapper {
    padding-right: 0;
  }
}

section.tabbed-section.accordion_cta_card_alt .tab-title-inner {
  flex: 1 0 80%;
}

section.tabbed-section .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.tabbed-section .accent-wrapper {
    display: none;
  }
}

section.tabbed-section .accent-wrapper.circles {
  top: -80px;
  right: -100px;
  height: unset;
  width: unset;
}

section.tabbed-section .accent-wrapper .card-accent-top {
  position: absolute;
  top: -40px;
  right: 10px;
}

section.tabbed-section .accent-wrapper .card-accent-bottom {
  position: absolute;
  bottom: 10px;
  left: -40px;
}

section.tabbed-section .accent-wrapper .pink-dots-diamond {
  position: absolute;
  top: -60px;
  right: -10px;
}

section.tabbed-section .accent-wrapper .gray-circle-green-dots {
  position: absolute;
  top: -63px;
  left: -65px;
}

section.tabbed-section .accent-wrapper .gray-circle-magenta-dots-small {
  position: absolute;
  top: -85px;
  right: -245px;
}

section.tabbed-section .accent-wrapper .small-diamond-gray-circle-overlap {
  position: absolute;
  top: -60px;
  right: -208px;
}

section.image-gallery .single-gallery-image {
  padding: 0 28px 35px 28px;
  flex: 0 0 16.6666666667%;
}

@media (max-width: 899.98px) {
  section.image-gallery .single-gallery-image {
    flex: 0 0 33.3333333333%;
  }
}

section.image-gallery .single-gallery-image img {
  height: 100%;
  width: 100%;
}

section.forms .form-accents {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 599.98px) {
  section.forms .form-accents {
    display: none;
  }
}

section.forms .form-accents svg {
  position: absolute;
}

section.forms .form-accents.accent_style_1 #green-circle-yellow-dots {
  top: -60px;
  right: -50px;
}

@media (max-width: 1025.98px) {
  section.forms .form-accents.accent_style_1 #green-circle-yellow-dots {
    right: 0;
  }
}

section.forms .form-accents.accent_style_1 #magenta-circle-purple-abstract {
  bottom: -60px;
  left: -50px;
}

@media (max-width: 1025.98px) {
  section.forms .form-accents.accent_style_1 #magenta-circle-purple-abstract {
    left: 0;
  }
}

section.forms .form-accents.accent_style_2 #magenta-circle-green-abstract {
  top: -60px;
  left: -100px;
}

@media (max-width: 1025.98px) {
  section.forms .form-accents.accent_style_2 #magenta-circle-green-abstract {
    left: 0;
  }
}

section.forms .form-accents.accent_style_2 #blue-circle-green-dots {
  bottom: -100px;
  right: -70px;
}

@media (max-width: 1025.98px) {
  section.forms .form-accents.accent_style_2 #blue-circle-green-dots {
    right: 0;
    bottom: -50px;
  }
}

section.forms .form-accents.accent_style_3 #green-circle-magenta-dots {
  top: -50px;
  right: -50px;
  height: 200px;
  width: 200px;
}

@media (max-width: 1025.98px) {
  section.forms .form-accents.accent_style_3 #green-circle-magenta-dots {
    top: -50px;
    right: 0;
  }
}

section.forms .form-accents.accent_style_3 #magenta-circle-magenta-dots {
  bottom: -60px;
  left: 0;
}

@media (max-width: 1025.98px) {
  section.forms .form-accents.accent_style_3 #magenta-circle-magenta-dots {
    left: 0;
  }
}

section.forms .content, section.forms .on-success-content {
  padding-right: 50px;
}

@media (max-width: 1025.98px) {
  section.forms .content, section.forms .on-success-content {
    padding-right: 0;
  }
}

section.forms .on-success-content {
  display: none;
}

section.forms .form-parent-wrapper {
  position: relative;
  margin: 0 0 0 60px;
  padding: 40px;
  box-shadow: 0 0 15px 5px rgba(179, 185, 185, 0.4);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 1025.98px) {
  section.forms .form-parent-wrapper {
    margin: 50px 0;
  }
}

section.forms .form-parent-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #4baca7 0%, #792c80 50%, #dc2d8c 100%);
}

section.forms .form-footer p {
  font-weight: 400;
  color: #454D51;
}

section.forms .form-footer a {
  font-weight: 500;
  color: #454D51;
  text-decoration: underline;
}

section.forms .form-validation {
  display: none;
  margin-bottom: 16px;
}

section.forms .form-validation.visible {
  display: block;
}

section.forms .ty-msg {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

section.forms .ty-msg span, section.forms .ty-msg p {
  margin: 80px 0;
  color: #4FA744 !important;
  font-size: 1.25rem !important;
}

body.marketo-success section.forms .content {
  display: none;
}

body.marketo-success section.forms .content.hide-on-submit {
  display: block;
}

body.marketo-success section.forms .on-success-content {
  display: block;
}

section.cta-banner.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

section.cta-banner.default {
  width: 100%;
  background-color: #7A2982;
  z-index: 4;
  overflow: hidden;
}

section.cta-banner.default .cta-banner-content-container {
  padding: 0;
}

@media (max-width: 899.98px) {
  section.cta-banner.default .cta-banner-content-container {
    padding-bottom: 200px;
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.default .cta-banner-content-container {
    padding-bottom: 250px;
  }
}

section.cta-banner.default .cta-banner-content-container-inner {
  max-width: 70%;
}

@media (max-width: 1025.98px) {
  section.cta-banner.default .cta-banner-content-container-inner {
    max-width: 675px;
  }
}

section.cta-banner.default .cta-banner-content-container .cta-banner-title > *, section.cta-banner.default .cta-banner-content-container .cta-banner-ctas > * {
  color: #FFFFFF;
}

section.cta-banner.default .cta-banner-content-container .cta-banner-title {
  margin-bottom: 35px;
}

section.cta-banner.default .cta-banner-content-container .cta-banner-title, section.cta-banner.default .cta-banner-content-container .cta-banner-ctas {
  flex: 1 1 100%;
}

section.cta-banner.default .cta-banner-content-container .cta-banner-cta {
  flex: 1 1 50%;
  padding-right: 50px;
}

@media (max-width: 899.98px) {
  section.cta-banner.default .cta-banner-content-container .cta-banner-cta {
    flex: 1 1 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
}

section.cta-banner.default .cta-banner-content-container .cta-banner-cta h6 {
  margin-bottom: 10px;
}

section.cta-banner.default .button-alt a {
  color: #FFFFFF;
}

section.cta-banner.default .cta-banner-accents {
  position: absolute;
  height: 100%;
  z-index: -1;
}

@media (max-width: 899.98px) {
  section.cta-banner.default .cta-banner-accents {
    display: none;
  }
}

section.cta-banner.default .cta-mobile-accents {
  display: none;
}

@media (max-width: 899.98px) {
  section.cta-banner.default .cta-mobile-accents {
    display: block;
  }
}

section.cta-banner.default .cta-mobile-accents .green-solid-circle {
  position: absolute;
  width: 900px;
  height: 900px;
  bottom: -700px;
  left: 100px;
}

@media (max-width: 599.98px) {
  section.cta-banner.default .cta-mobile-accents .green-solid-circle {
    width: 700px;
    height: 700px;
    bottom: -500px;
    left: 65%;
    transform: translateX(-50%);
  }
}

section.cta-banner.default .cta-mobile-accents .pink-dots-diamond {
  color: #E01D8D;
  position: absolute;
  z-index: 10;
  left: 65%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 599.98px) {
  section.cta-banner.default .cta-mobile-accents .pink-dots-diamond {
    left: 50%;
  }
}

section.cta-banner.default .cta-mobile-accents .green-dots-sphere {
  position: absolute;
  bottom: 0;
  right: -110px;
}

section.cta-banner.default .magenta-solid-circle {
  position: absolute;
  top: -125px;
  left: -100px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.default .magenta-solid-circle {
    height: 65%;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.default .magenta-solid-circle {
    display: none;
  }
}

section.cta-banner.default .accent_style_1 {
  top: -100px;
  right: -400px;
}

@media (max-width: 1599.98px) {
  section.cta-banner.default .accent_style_1 {
    right: -400px;
  }

  section.cta-banner.default .accent_style_1 svg {
    height: 40vh;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.default .accent_style_1 {
    right: -400px;
    bottom: -110px;
    top: unset;
  }

  section.cta-banner.default .accent_style_1 svg {
    height: 20vh;
  }
}

section.cta-banner.default .accent_style_2 {
  top: -100px;
  right: -400px;
}

@media (max-width: 1599.98px) {
  section.cta-banner.default .accent_style_2 {
    right: -400px;
  }

  section.cta-banner.default .accent_style_2 svg {
    height: 40vh;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.default .accent_style_2 {
    right: -400px;
    bottom: -110px;
    top: unset;
  }

  section.cta-banner.default .accent_style_2 svg {
    height: 20vh;
  }
}

section.cta-banner.default .accent_style_3 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.default .accent_style_3 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.default .accent_style_3 {
    right: -400px;
  }
}

section.cta-banner.default .accent_style_3 svg {
  height: 100%;
}

section.cta-banner.default .accent_style_4 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.default .accent_style_4 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.default .accent_style_4 {
    right: -350px;
  }
}

section.cta-banner.default .accent_style_4 svg {
  height: 100%;
}

section.cta-banner.default .accent_style_5 {
  top: 0;
  right: -100px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.default .accent_style_5 {
    right: -30%;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.default .accent_style_5 {
    right: -350px;
  }
}

section.cta-banner.default .accent_style_5 svg {
  height: 100%;
}

section.cta-banner.slim_cta {
  background: #F5F5F5;
}

section.cta-banner.slim_cta .cta-banner-content-container h1, section.cta-banner.slim_cta .cta-banner-content-container h2, section.cta-banner.slim_cta .cta-banner-content-container h3, section.cta-banner.slim_cta .cta-banner-content-container h4, section.cta-banner.slim_cta .cta-banner-content-container h5, section.cta-banner.slim_cta .cta-banner-content-container h6 {
  margin-bottom: 0;
}

section.cta-banner.slim_cta .cta-banner-title {
  flex: 1 0 50%;
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_cta .cta-banner-title {
    flex: 1 0 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

section.cta-banner.slim_cta .single-link {
  flex: 1 0 25%;
  text-align: center;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_cta .single-link {
    flex: 1 0 100%;
    text-align: left;
  }
}

section.cta-banner.slim_testimonial {
  overflow: hidden;
  background: #F5F5F5;
}

section.cta-banner.slim_testimonial .cta-banner-content-container {
  justify-content: center;
}

section.cta-banner.slim_testimonial .cta-banner-content-container h1, section.cta-banner.slim_testimonial .cta-banner-content-container h2, section.cta-banner.slim_testimonial .cta-banner-content-container h3, section.cta-banner.slim_testimonial .cta-banner-content-container h4, section.cta-banner.slim_testimonial .cta-banner-content-container h5, section.cta-banner.slim_testimonial .cta-banner-content-container h6 {
  margin-bottom: 0;
}

section.cta-banner.slim_testimonial .cta-banner-content-container-inner {
  justify-content: center;
}

section.cta-banner.slim_testimonial .testimonial-wrapper {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_testimonial .testimonial-wrapper {
    flex: 1;
    justify-content: center;
  }
}

section.cta-banner.slim_testimonial .testimonial-image {
  flex: 0 0 175px;
  height: 175px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_testimonial .testimonial-image {
    margin-bottom: 50px;
  }
}

section.cta-banner.slim_testimonial .testimonial-content {
  flex: 1;
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_testimonial .testimonial-content {
    flex: 1 1 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

section.cta-banner.slim_testimonial .testimonial-content p {
  margin-bottom: 0;
}

section.cta-banner.slim_cta, section.cta-banner.slim_testimonial {
  overflow: hidden;
}

section.cta-banner.slim_cta .cta-banner-accents svg, section.cta-banner.slim_testimonial .cta-banner-accents svg {
  z-index: -1;
  pointer-events: none;
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_1 svg, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_1 svg {
  position: absolute;
  top: 0;
  left: -80px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_cta .cta-banner-accents.accent_style_1 svg, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_1 svg {
    height: 80px;
  }
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_1 svg.slim-cta-accent-1-b, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_1 svg.slim-cta-accent-1-b {
  top: -30px;
  left: unset;
  right: 0;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_cta .cta-banner-accents.accent_style_1 svg.slim-cta-accent-1-b, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_1 svg.slim-cta-accent-1-b {
    top: unset;
    right: -65px;
    bottom: 0;
  }
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_2 svg, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_2 svg {
  position: absolute;
  top: 0;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_cta .cta-banner-accents.accent_style_2 svg, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_2 svg {
    display: none;
  }
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_2 svg.slim-accent-2-top, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_2 svg.slim-accent-2-top {
  left: -50px;
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_2 svg.slim-accent-2-bottom, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_2 svg.slim-accent-2-bottom {
  right: 0;
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_3, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_3 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  section.cta-banner.slim_cta .cta-banner-accents.accent_style_3, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_3 {
    display: none;
  }
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_3 .slim-accent-3-right, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_3 .slim-accent-3-right {
  position: absolute;
  right: -100px;
  top: -50px;
}

section.cta-banner.slim_cta .cta-banner-accents.accent_style_3 .slim-accent-3-left, section.cta-banner.slim_testimonial .cta-banner-accents.accent_style_3 .slim-accent-3-left {
  position: absolute;
  left: 0;
}

section.cta-banner.purple_background_list_row {
  overflow: hidden;
}

section.cta-banner.purple_background_list_row .cta-main-content {
  position: relative;
  padding: 0 50px 0 25px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_list_row .cta-main-content {
    padding: 0;
    margin: 100px auto;
  }
}

section.cta-banner.purple_background_list_row .cta-main-content-inner {
  padding: 50px;
  display: flex;
  max-width: 575px;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  background-color: #7A2982;
  border-radius: 15px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_list_row .cta-main-content-inner {
    max-width: 100%;
  }
}

section.cta-banner.purple_background_list_row .cta-list-content {
  padding: 0 50px;
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_list_row .cta-list-content {
    padding: 0 25px;
  }
}

section.cta-banner.purple_background_list_row .cta-list-content .cta-list-item {
  padding: 20px 20px 20px 0;
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_list_row .cta-list-content .cta-list-item {
    padding: 20px 0 20px 0;
  }
}

section.cta-banner.purple_background_list_row .cta-list-content .cta-list-item:first-of-type {
  padding-top: 0;
}

section.cta-banner.purple_background_list_row .cta-list-content .cta-list-item:not(:last-of-type) {
  border-bottom: 1px solid #E6E7E8;
}

section.cta-banner.purple_background_list_row .cta-banner-accents {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

section.cta-banner.purple_background_list_row .cta-banner-accents .accent_style_1 .magenta-sphere {
  position: absolute;
  top: -100px;
  left: -140px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_list_row .cta-banner-accents .accent_style_1 .magenta-sphere {
    height: 75%;
    left: -160px;
  }
}

section.cta-banner.purple_background_list_row .cta-banner-accents .accent_style_2 .green-outlined-circle-magenta-circle {
  position: absolute;
  top: -100px;
  left: -140px;
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_list_row .cta-banner-accents .accent_style_2 .green-outlined-circle-magenta-circle {
    height: 75%;
  }
}

section.cta-banner.purple_background_list_row .cta-banner-accents .pink-dots-diamond {
  position: absolute;
  bottom: -85px;
  right: -15px;
  color: #E01D8D;
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_list_row .cta-banner-accents .pink-dots-diamond {
    height: 75%;
    bottom: -35px;
    right: -50px;
  }
}

@media (max-width: 899.98px) {
  section.cta-banner.purple_background_list_row .cta-banner-accents .pink-dots-diamond {
    bottom: -40px;
    right: -45px;
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_list_row .cta-banner-accents .pink-dots-diamond {
    bottom: -50px;
    right: -30px;
  }
}

section.cta-banner.purple_background_with_circular_image {
  color: #FFFFFF;
  background: #7A2982;
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_with_circular_image {
    margin-top: 180px;
  }
}

section.cta-banner.purple_background_with_circular_image a {
  color: #FFFFFF;
}

section.cta-banner.purple_background_with_circular_image.contained-banner {
  border-radius: 15px;
  overflow: hidden;
}

section.cta-banner.purple_background_with_circular_image.image-right .cta-image {
  right: 0;
  left: unset;
  max-width: 50%;
  width: 100%;
  -webkit-clip-path: circle(66.4% at 68% 48%);
          clip-path: circle(66.4% at 68% 48%);
}

@media (max-width: 1299.98px) {
  section.cta-banner.purple_background_with_circular_image.image-right .cta-image {
    -webkit-clip-path: circle(65% at 85% 48%);
            clip-path: circle(65% at 85% 48%);
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_with_circular_image.image-right .cta-image {
    max-width: 100%;
    width: 100%;
    -webkit-clip-path: circle(75.6% at 50% 0);
            clip-path: circle(75.6% at 50% 0);
  }
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_with_circular_image.image-right .cta-main-content {
    padding-right: 50%;
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_with_circular_image.image-right .cta-main-content {
    padding-right: unset;
  }
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_with_circular_image.image-left .cta-main-content {
    padding-left: 50%;
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_with_circular_image.image-left .cta-main-content {
    padding-right: unset;
  }
}

section.cta-banner.purple_background_with_circular_image .cta-image {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 100px);
  height: 100%;
  -webkit-clip-path: circle(66.7% at 27% 50%);
          clip-path: circle(66.7% at 27% 50%);
  margin: 0;
}

@media (max-width: 1299.98px) {
  section.cta-banner.purple_background_with_circular_image .cta-image {
    -webkit-clip-path: circle(70.7% at 6% 50%);
            clip-path: circle(70.7% at 6% 50%);
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_with_circular_image .cta-image {
    top: -180px;
    width: 100%;
    -webkit-clip-path: circle(75.6% at 50% 0);
            clip-path: circle(75.6% at 50% 0);
  }
}

@media (max-width: 1025.98px) {
  section.cta-banner.purple_background_with_circular_image .cta-main-content {
    margin-bottom: 0;
  }
}

@media (max-width: 599.98px) {
  section.cta-banner.purple_background_with_circular_image .cta-main-content {
    padding-top: 215px;
  }
}

section.icon-section .icon-title-container {
  margin-bottom: 100px;
  max-width: 70%;
}

@media (max-width: 1025.98px) {
  section.icon-section .icon-title-container {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

section.icon-section .icon {
  display: flex;
}

@media (max-width: 1025.98px) {
  section.icon-section .icon {
    flex: 1 0 100%;
  }

  section.icon-section .icon:nth-of-type(odd) {
    margin-right: 0;
  }
}

section.icon-section .icon-content {
  flex: 1;
  padding: 0 25px;
  margin-bottom: 80px;
}

section.icon-section.play_icon .icon-title-container {
  margin-bottom: 50px;
}

section.icon-section.play_icon .play-icon-svg {
  height: 50px;
}

section.icon-section.play_icon .icon {
  color: #000000;
  padding: 30px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #E6E7E8;
  cursor: pointer;
}

@media (max-width: 1025.98px) {
  section.icon-section.play_icon .icon {
    padding: 25px 0;
  }
}

section.icon-section.play_icon .icon:hover {
  color: #7A2982;
}

section.icon-section.play_icon .icon:first-child, section.icon-section.play_icon .icon:nth-child(2) {
  border-top: 2px solid #E6E7E8;
}

@media (max-width: 1025.98px) {
  section.icon-section.play_icon .icon:nth-child(2) {
    border-top: none;
  }
}

section.icon-section.play_icon .icon-content {
  margin-bottom: 0;
}

section.icon-section.target_icon {
  position: relative;
  overflow: hidden;
}

section.icon-section.target_icon .section-accents {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 1025.98px) {
  section.icon-section.target_icon .section-accents {
    display: none;
  }
}

section.icon-section.target_icon .section-accents.accent_1 {
  bottom: 100px;
  right: -180px;
}

section.icon-section.target_icon .section-accents.accent_2 {
  top: 180px;
  left: -90px;
}

section.icon-section.target_icon .icon {
  position: relative;
}

section.icon-section.target_icon .icon:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../images/pink-list-style.svg) no-repeat;
  height: 100%;
  width: 100%;
}

section.icon-section.target_icon .icon-title-container {
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  section.icon-section.target_icon .icon-title-container {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

section.icon-section.target_icon .icon-subheader-container {
  margin-bottom: 40px;
}

section.icon-section.target_icon .icon-content {
  padding: 0 0 0 30px;
}

section.icon-section.image_icons .icon {
  flex: 0 0 calc(50% - 10px);
}

section.icon-section.image_icons .icon:nth-of-type(odd) {
  margin-right: 20px;
}

@media (max-width: 1025.98px) {
  section.icon-section.image_icons .icon {
    flex: 1 0 100%;
  }

  section.icon-section.image_icons .icon:nth-of-type(odd) {
    margin-right: 0;
  }
}

@media (max-width: 599.98px) {
  section.icon-section.image_icons .icon {
    flex-wrap: wrap;
  }
}

section.icon-section.image_icons .icon-image {
  width: 98px;
  height: 90px;
  margin-top: -35px;
}

@media (max-width: 599.98px) {
  section.icon-section.image_icons .icon-image {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

section.icon-section.image_icons .icon-image figure {
  border-radius: 15px;
}

@media (max-width: 599.98px) {
  section.icon-section.image_icons .icon-content {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

section.icon-section.left_border .icon {
  display: flex;
}

section.icon-section.left_border .icon.icon_col_4 {
  flex: 0 0 calc(33.3333333333% - 16.67px);
}

section.icon-section.left_border .icon.icon_col_4:not(:nth-child(3n)) {
  margin-right: 25px;
}

@media (max-width: 1025.98px) {
  section.icon-section.left_border .icon.icon_col_4:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

section.icon-section.left_border .icon.icon_col_3 {
  flex: 0 0 calc(25% - 12.5px);
}

section.icon-section.left_border .icon.icon_col_3:not(:nth-child(4n)) {
  margin-right: 16.67px;
}

@media (max-width: 1025.98px) {
  section.icon-section.left_border .icon.icon_col_3:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

section.icon-section.left_border .icon.icon_col_6 {
  flex: 0 0 calc(50% - 25px);
}

section.icon-section.left_border .icon.icon_col_6:not(:nth-child(2n)) {
  margin-right: 50px;
}

@media (max-width: 1025.98px) {
  section.icon-section.left_border .icon.icon_col_6:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media (max-width: 1025.98px) {
  section.icon-section.left_border .icon.icon_col_3, section.icon-section.left_border .icon.icon_col_4, section.icon-section.left_border .icon.icon_col_6 {
    flex: 1 0 100%;
    margin: 0 0 25px 0;
  }
}

@media (max-width: 1025.98px) {
  section.icon-section.left_border .icon {
    flex: 1 0 100%;
  }

  section.icon-section.left_border .icon:nth-of-type(odd) {
    margin-right: 0;
  }
}

section.icon-section.left_border .icon-content {
  flex: 1;
  padding: 0 25px;
  margin-bottom: 80px;
}

section.icon-section.left_border .icon-content-inner {
  position: relative;
}

section.icon-section.left_border .icon-content-inner h1, section.icon-section.left_border .icon-content-inner h2, section.icon-section.left_border .icon-content-inner h3, section.icon-section.left_border .icon-content-inner h4, section.icon-section.left_border .icon-content-inner h5, section.icon-section.left_border .icon-content-inner h6, section.icon-section.left_border .icon-content-inner p {
  margin-bottom: 10px;
}

section.icon-section.left_border .icon-content-inner:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  height: 100%;
  width: 3px;
  background: #E01D8D;
}

section.icon-section.left_border .icon-content-inner.border-purple:after {
  background: #7A2982;
}

.resource-feed--filter-container {
  flex: 0 0 25%;
}

@media (max-width: 1025.98px) {
  .resource-feed--filter-container {
    flex: 1 1 100%;
    margin-bottom: 100px;
  }
}

.resource-feed--posts-wrapper-container {
  flex: 1;
  position: relative;
}

.resource-feed .resource-tab {
  position: relative;
  border-top: 1px solid #E6E7E8;
}

.resource-feed .resource-tab:last-of-type {
  border-bottom: 1px solid #E6E7E8;
}

.resource-feed .resource-tab.open {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.resource-feed .resource-tab.open:before {
  width: 100%;
}

.resource-feed .resource-tab.open .resource-tab-title svg {
  transform: rotate(180deg);
}

.resource-feed .resource-tab:not(:nth-child(2)) .resource-tab-content {
  display: none;
}

.resource-feed .resource-tab-title {
  position: relative;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.resource-feed .resource-tab-title svg {
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.2s;
}

.resource-feed .resource-feed-filter-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.resource-feed .resource-feed-filter-list--item {
  list-style-type: none;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
}

.resource-feed .resource-feed-filter-list--item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.resource-feed .resource-feed-filter-list--item .checkbox-label {
  padding-left: 20px;
  cursor: pointer;
}

.resource-feed .resource-feed-filter-list--item .checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #FFFFFF;
  border: 1px solid #B3B9B9;
  border-radius: 3px;
}

.resource-feed .resource-feed-filter-list--item .checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.resource-feed .resource-feed-filter-list--item:hover input ~ .checkbox {
  background-color: #B3B9B9;
  border: 1px solid #000000;
}

.resource-feed .resource-feed-filter-list--item input:checked ~ .checkbox {
  background-color: #7A2982;
  border: 1px solid #000000;
}

.resource-feed .resource-feed-filter-list--item input:checked ~ .checkbox:after {
  display: block;
}

.resource-feed .resource-feed-pagination {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resource-feed .resource-feed-pagination .pagination-page, .resource-feed .resource-feed-pagination .next-arrow, .resource-feed .resource-feed-pagination .prev-arrow {
  margin: 0 10px;
}

.resource-feed .resource-feed-pagination .current {
  border: 1px solid #E6E7E8;
  background-color: #E6E7E8;
  border-radius: 5px;
  padding: 5px 8px;
}

.resource-feed .resource-feed-pagination .pagination-arrow {
  display: flex;
}

.resource-feed .resource-feed-pagination .pagination-arrow.prev {
  transform: rotateY(180deg);
}

.resource-feed .partial-single-card:not(:last-child) {
  margin-bottom: 50px;
}

.blog-feed .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 1025.98px) {
  .blog-feed .accent-wrapper {
    display: none;
  }
}

.blog-feed .accent-wrapper .blog-feed-accent {
  position: absolute;
  bottom: -22px;
  left: -22px;
}

.blog-feed .accent-wrapper .blog-feed-accent svg {
  color: #7A2982;
}

.blog-feed--filter-container {
  flex: 1 1 100%;
  justify-content: space-between;
}

.blog-feed #blog-feed-filter {
  margin-bottom: 50px;
}

.blog-feed .search {
  max-width: 300px;
  margin-left: auto;
  align-self: flex-start;
  border: 1px solid #E6E7E8;
  border-radius: 5px;
}

@media (max-width: 1299.98px) {
  .blog-feed .search {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.blog-feed .blog-tabs {
  flex: 1;
  align-items: flex-end;
}

@media (max-width: 1025.98px) {
  .blog-feed .blog-tabs {
    flex: 1 1 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 599.98px) {
  .blog-feed .blog-tabs {
    margin-bottom: 0;
  }
}

.blog-feed .blog-tab {
  flex: 0 0 450px;
  position: relative;
}

.blog-feed .blog-tab:not(:last-of-type) {
  margin-right: 20px;
}

@media (max-width: 1299.98px) {
  .blog-feed .blog-tab {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 25px;
  }
}

@media (max-width: 599.98px) {
  .blog-feed .blog-tab {
    flex: 0 1 100%;
    margin-bottom: 40px;
  }

  .blog-feed .blog-tab:not(:last-of-type) {
    margin-right: 0;
  }
}

.blog-feed .blog-tab.open .blog-tab-title svg {
  transform: rotate(180deg);
}

.blog-feed .blog-tab.open .blog-tab-content {
  max-height: 300px;
  overflow-y: scroll;
}

.blog-feed .blog-tab-title {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #E6E7E8;
  border-radius: 3px;
}

.blog-feed .blog-tab-title svg {
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.2s;
}

.blog-feed .blog-tab-title .tab-title-inner {
  position: absolute;
  color: #E01D8D;
  top: -25px;
  left: 0;
  font-size: 1rem;
  font-weight: 500;
}

.blog-feed .blog-tab-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 10;
  border: 1px solid #E6E7E8;
  border-radius: 3px;
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}

.blog-feed .blog-feed-filter-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.blog-feed .blog-feed-filter-list--item {
  list-style-type: none;
  position: relative;
  cursor: pointer;
}

.blog-feed .blog-feed-filter-list--item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.blog-feed .blog-feed-filter-list--item .checkbox-label {
  padding-left: 20px;
  cursor: pointer;
}

.blog-feed .blog-feed-filter-list--item .checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #FFFFFF;
  border: 1px solid #B3B9B9;
  border-radius: 3px;
}

.blog-feed .blog-feed-filter-list--item .checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.blog-feed .blog-feed-filter-list--item:hover input ~ .checkbox {
  background-color: #B3B9B9;
  border: 1px solid #000000;
}

.blog-feed .blog-feed-filter-list--item input:checked ~ .checkbox {
  background-color: #7A2982;
  border: 1px solid #000000;
}

.blog-feed .blog-feed-filter-list--item input:checked ~ .checkbox:after {
  display: block;
}

.blog-feed--posts-wrapper-container {
  width: 100%;
}

.blog-feed .blog-feed-posts {
  position: relative;
}

.blog-feed .no-results {
  position: relative;
  text-align: center;
  padding: 50px 0;
}

.blog_type_taxonomy-feed .term-col {
  position: relative;
  margin-bottom: 100px;
}

.blog_type_taxonomy-feed .term-col.add-border-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 1px;
  background: #E6E7E8;
}

.blog_type_taxonomy-feed .term-0 {
  position: relative;
}

.blog_type_taxonomy-feed .term-0 .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.blog_type_taxonomy-feed .term-0 .accent-wrapper .top-svg-wrapper {
  position: absolute;
  top: -90px;
  right: -65px;
  z-index: -1;
}

@media (max-width: 1025.98px) {
  .blog_type_taxonomy-feed .term-0 .accent-wrapper .top-svg-wrapper {
    display: none;
  }
}

.blog_type_taxonomy-feed .term-0 .accent-wrapper .top-svg-wrapper svg {
  color: #5ECE58;
}

.blog_type_taxonomy-feed .term-0 .accent-wrapper .bottom-svg-wrapper {
  position: absolute;
  bottom: -18px;
  left: -12px;
  z-index: -1;
}

@media (max-width: 1025.98px) {
  .blog_type_taxonomy-feed .term-0 .accent-wrapper .bottom-svg-wrapper {
    display: none;
  }
}

.blog_type_taxonomy-feed .term-1 {
  position: relative;
}

.blog_type_taxonomy-feed .term-1 .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.blog_type_taxonomy-feed .term-1 .accent-wrapper .top-svg-wrapper {
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: -1;
}

@media (max-width: 1025.98px) {
  .blog_type_taxonomy-feed .term-1 .accent-wrapper .top-svg-wrapper {
    display: none;
  }
}

.blog_type_taxonomy-feed .term-1 .accent-wrapper .top-svg-wrapper svg {
  color: #E01D8D;
}

.blog_type_taxonomy-feed .term-1 .accent-wrapper .bottom-svg-wrapper {
  position: absolute;
  bottom: -20px;
  left: -15px;
  z-index: -1;
}

@media (max-width: 1025.98px) {
  .blog_type_taxonomy-feed .term-1 .accent-wrapper .bottom-svg-wrapper {
    display: none;
  }
}

.blog_type_taxonomy-feed .term-1 .accent-wrapper .bottom-svg-wrapper svg {
  color: #E01D8D;
}

.blog_type_taxonomy-feed .term-title {
  padding-top: 100px;
  margin-bottom: 90px;
}

.blog_series_taxonomy-feed .featured-series-intro {
  justify-content: space-between;
  margin-bottom: 65px;
}

.blog_series_taxonomy-feed .featured-series-tab {
  flex: 0 0 300px;
  position: relative;
}

.blog_series_taxonomy-feed .featured-series-tab-inner {
  padding: 18px;
  border: 1px solid #E6E7E8;
  border-radius: 3px;
}

.blog_series_taxonomy-feed .featured-series-tab-inner.open .featured-series-tab-title svg {
  transform: rotate(180deg);
}

.blog_series_taxonomy-feed .featured-series-tab-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.blog_series_taxonomy-feed .featured-series-tab-title svg {
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.2s;
}

.blog_series_taxonomy-feed .featured-series-tab-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  top: 75px;
  z-index: 10;
  border: 1px solid #E6E7E8;
  border-radius: 3px;
}

.blog_series_taxonomy-feed .featured-series-cta-links {
  list-style-type: none;
  margin-bottom: 0;
  padding: 20px;
}

.blog_series_taxonomy-feed .featured-series-cta-links .featured-series-cta-link {
  list-style-type: none;
  position: relative;
  cursor: pointer;
}

.blog_series_taxonomy-feed .featured-series-cta-links .featured-series-cta-link a {
  color: #000000;
}

.blog_series_taxonomy-feed .featured-series-cta-links .featured-series-cta-link:hover a {
  color: #55105C;
}

.blog_series_taxonomy-feed .accent-wrapper {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (max-width: 899.98px) {
  .blog_series_taxonomy-feed .accent-wrapper {
    display: none;
  }
}

.blog_series_taxonomy-feed .card-accent-top {
  position: absolute;
  top: -40px;
  left: -20px;
  z-index: -1;
}

.blog_series_taxonomy-feed .card-accent-bottom {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: -20px;
}

.feeds.people-feed .single-person {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 899.98px) {
  .feeds.people-feed .single-person {
    margin-bottom: 30px;
  }
}

.feeds.people-feed .single-person-image {
  flex: 0 0 300px;
  margin-bottom: 30px;
}

.feeds.people-feed .single-person-image figure {
  background-position: top;
}

.feeds.people-feed .single-person-content {
  flex: 1 0 calc(100% - 300px);
  padding: 0 25px;
}

@media (max-width: 899.98px) {
  .feeds.people-feed .single-person-content {
    flex: 1 0 100%;
  }
}

.feeds.people-feed .single-person-content .name {
  margin-bottom: 0;
}

.feeds.people-feed .single-person-content .title {
  margin-bottom: 10px;
}

.feeds.people-feed .people-card-image-sizer {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 200px;
  width: 200px;
}

.feeds.people-feed .image-accent {
  position: absolute;
  text-align: right;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -2;
}

.feeds.people-feed .image-accent svg {
  top: 0;
  left: 50px;
  position: absolute;
  height: 200px;
  width: 200px;
}

.feeds.press_and_blog_hub-feed .press-release-container {
  padding-right: 80px;
}

.feeds.press_and_blog_hub-feed .blog-container {
  margin-bottom: 70px;
}

.feeds.press_and_blog_hub-feed .single-blog-post {
  margin-bottom: 20px;
}

.feeds.press_and_blog_hub-feed .single-blog-post:not(:last-child) .content {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}

.feeds.press_and_blog_hub-feed .single-blog-post .single-blog-post-link {
  color: #000000;
}

.feeds.press_and_blog_hub-feed .single-blog-post .single-blog-post-link:hover {
  color: #7A2982;
}

.feeds.press_and_blog_hub-feed .single-blog-post .image {
  position: relative;
  flex: 0 0 70px;
  border-radius: 15px;
  margin-right: 20px;
  overflow: hidden;
  height: 68px;
  width: 68px;
}

.feeds.press_and_blog_hub-feed .single-blog-post .image .image-inner {
  height: 100%;
}

.feeds.press_and_blog_hub-feed .single-blog-post .image svg {
  position: absolute;
  right: -50px;
}

.feeds.press_and_blog_hub-feed .single-blog-post .content {
  flex: 1 0 calc(100% - 90px);
}

.feeds.press_and_blog_hub-feed .blog-button {
  margin: 40px 0 10px;
}

.feeds.press_and_blog_hub-feed .press-button {
  margin: 20px 0 10px;
}

@media (max-width: 1025.98px) {
  .vertical_feed-feed .vertical-column-1 {
    padding-right: 0;
    border-right: none;
  }
}

@media (max-width: 1025.98px) {
  .vertical_feed-feed .vertical-column-2 {
    padding-left: 0;
  }
}

.vertical_feed-feed .vertical-feed-column-title {
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  .vertical_feed-feed .vertical-feed-column-title {
    margin-bottom: 40px;
  }
}

.vertical_feed-feed .single-award-card, .vertical_feed-feed .single-news-card {
  flex-direction: column;
  margin-bottom: 80px;
}

@media (max-width: 1025.98px) {
  .vertical_feed-feed .single-award-card, .vertical_feed-feed .single-news-card {
    margin-bottom: 30px;
  }
}

.vertical_feed-feed .single-award-card .image, .vertical_feed-feed .single-news-card .image {
  margin-bottom: 40px;
}

.vertical_feed-feed .press-image {
  border-radius: 15px;
  margin-bottom: 38px;
  overflow: hidden;
  height: 90px;
  width: 100px;
}

@media (max-width: 1025.98px) {
  .vertical_feed-feed .press-image {
    margin-bottom: 25px;
  }
}

.vertical_feed-feed .press-image .date {
  margin-bottom: 20px;
}

.feeds.awards-feed, .feeds.press_releases-feed, .feeds.news_mentions-feed {
  background: #F5F5F5;
}

.feeds.featured_post_row-feed .featured-post-row-content {
  order: 2;
}

.feeds.featured_post_row-feed .featured-post-row-content .featured-post-row-read-more {
  padding-top: 30px;
}

.feeds.featured_post_row-feed .featured-post-row-image-container.image-left {
  order: 1;
}

.feeds.featured_post_row-feed .featured-post-row-image-container.image-left .featured-post-row-image {
  padding-right: 100px;
}

@media (max-width: 1025.98px) {
  .feeds.featured_post_row-feed .featured-post-row-image-container.image-left .featured-post-row-image {
    padding-right: 0;
  }
}

.feeds.featured_post_row-feed .featured-post-row-image-container.image-right {
  order: 3;
}

.feeds.featured_post_row-feed .featured-post-row-image-container.image-right .featured-post-row-image {
  padding-left: 100px;
}

@media (max-width: 1025.98px) {
  .feeds.featured_post_row-feed .featured-post-row-image-container.image-right .featured-post-row-image {
    padding-left: 0;
    padding-top: 50px;
  }
}

.feeds.featured_post_row-feed .featured-post-row-image.add_border_radius img {
  border-radius: 15px;
}

.feeds.events_and_webinars-feed .event-type.display-none {
  display: block !important;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  font-weight: 500;
  padding: 2px 25px;
  border-top-right-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.search {
  position: relative;
  display: flex;
  padding: 18px;
}

.search input, .search button {
  font-size: 1rem;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.search button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

.search svg {
  height: 16px;
  width: 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ajax-feed-loading .spinning-loader {
  opacity: 0.5;
  transition: none;
  border: 20px solid #454D51;
  border-radius: 50%;
  border-top: 20px solid #7A2982;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  animation: spin 2s linear infinite;
}

.no-results {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1025.98px) {
  .no-results {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    text-align: center;
  }
}

.feed-pagination {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feed-pagination .pagination-page, .feed-pagination .next-arrow, .feed-pagination .prev-arrow {
  margin: 0 10px;
}

.feed-pagination .current {
  border: 1px solid #E6E7E8;
  background-color: #E6E7E8;
  border-radius: 5px;
  padding: 5px 8px;
}

.feed-pagination .pagination-arrow {
  display: flex;
}

.feed-pagination .pagination-arrow.prev {
  transform: rotateY(180deg);
}

section.status.platform_status svg {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1025.98px) {
  section.status.platform_status svg {
    display: none;
  }
}

section.status.platform_status .platform-status-message {
  position: relative;
  flex: 1 0 60%;
  padding: 25px;
  box-shadow: 0 0 10px -1px rgba(179, 185, 185, 0.4);
}

@media (max-width: 1025.98px) {
  section.status.platform_status .platform-status-message {
    flex: 1 0 100%;
    margin-bottom: 40px;
  }
}

section.status.platform_status .platform-status-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: -webkit-linear-gradient(left, #48b2a9 0%, #792c80 44%, #dc2d8c 100%);
  opacity: 1;
  transition: all 0.2s;
}

section.status.platform_status .platform-status-message p {
  margin-bottom: 8px;
}

section.status.platform_status .platform-status-misc {
  flex: 0 0 calc(40% - 60px);
  margin-left: 60px;
}

@media (max-width: 1025.98px) {
  section.status.platform_status .platform-status-misc {
    flex: 1 0 100%;
    margin-left: 0;
  }
}

section.pull-quote {
  padding-left: 30px;
}

section.pull-quote .pull-quote-wrapper {
  margin: 0 auto;
}

section.pull-quote .pull-quote-quotation-container {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

section.pull-quote .pull-quote-start-quotation {
  position: absolute;
  top: 15px;
  left: -10px;
  transform: scale(2);
}

@media (max-width: 1025.98px) {
  section.pull-quote .pull-quote-start-quotation {
    left: -20px;
  }
}

section.pull-quote .pull-quote-author-container {
  padding-left: 30px;
}

section.pull-quote .pull-quote-author {
  margin-right: 5px;
  font-weight: 700;
}

section.pull-quote .additional-info-separator {
  font-weight: 700;
}

section.pull-quote .pull-quote-separator {
  margin-right: 5px;
}

section.pull-quote .pull-quote-image-wrapper .pull-quote-image {
  height: 275px;
  width: 275px;
  margin: 0 auto;
}

section.pull-quote .pull-quote-image-wrapper .pull-quote-image figure {
  border-radius: 50%;
  background-size: auto 110%;
  background-position: bottom;
}

section.integration-ecosystem {
  background-color: #FAFAFA;
}

section.integration-ecosystem .integration-ecosystem-sizer {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

section.integration-ecosystem .integration-ecosystem-wrapper {
  width: 100%;
  height: 0;
  padding-top: 45%;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .integration-ecosystem-wrapper {
    height: auto;
    padding-top: 0;
  }
}

@media (max-width: 599.98px) {
  section.integration-ecosystem .integration-ecosystem-wrapper {
    flex-wrap: wrap;
  }
}

section.integration-ecosystem .ie-positioner {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 599.98px) {
  section.integration-ecosystem .ie-positioner {
    flex-wrap: wrap;
    position: relative;
  }
}

section.integration-ecosystem .ie-side {
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-side {
    flex: 0 0 50%;
  }
}

@media (max-width: 599.98px) {
  section.integration-ecosystem .ie-side {
    flex: 0 0 100%;
  }
}

section.integration-ecosystem .ie-side--left {
  left: 0;
  align-items: flex-end;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-side--left {
    align-items: center;
  }
}

@media (max-width: 599.98px) {
  section.integration-ecosystem .ie-side--left {
    order: 2;
  }
}

section.integration-ecosystem .ie-side--right {
  right: 0;
  align-items: flex-start;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-side--right {
    align-items: center;
  }
}

@media (max-width: 599.98px) {
  section.integration-ecosystem .ie-side--right {
    order: 3;
  }
}

section.integration-ecosystem .ie-card {
  background: #D9E146;
  padding: 20px 30px;
  margin: 11px 0;
  border-radius: 10px;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-card {
    margin: 11px 0 !important;
    text-align: center;
  }
}

@media (max-width: 1299.98px) {
  section.integration-ecosystem .ie-card {
    font-size: 13px;
    padding: 10px 15px;
  }
}

@media (max-width: 599.98px) {
  section.integration-ecosystem .ie-card {
    width: 100%;
  }
}

section.integration-ecosystem .ie-card.corner-tl {
  border-radius: 0 10px 10px 10px;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-card.corner-tl {
    border-radius: 10px;
  }
}

section.integration-ecosystem .ie-card.corner-tr {
  border-radius: 10px 0 10px 10px;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-card.corner-tr {
    border-radius: 10px;
  }
}

section.integration-ecosystem .ie-card.corner-br {
  border-radius: 10px 10px 0 10px;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-card.corner-br {
    border-radius: 10px;
  }
}

section.integration-ecosystem .ie-card.corner-bl {
  border-radius: 10px 10px 10px 0;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-card.corner-bl {
    border-radius: 10px;
  }
}

section.integration-ecosystem .ie-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

@media (max-width: 1025.98px) {
  section.integration-ecosystem .ie-background {
    display: none;
  }
}

section.integration-ecosystem .ie-background figure {
  background-image: url(../images/ie-bg-new.png);
  background-size: contain;
}

/** Single Post Flexible Sections */

.single-post-content.add-padding {
  padding: 40px;
  border-radius: 15px;
}

.single-post-content .caption {
  color: #6E7C7C;
}

.single-post-content .single-post-flex-image .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post-content .single-post-flex-image .image-wrapper.add_border_radius img {
  border-radius: 15px;
}

.single-post-content .video-wrapper {
  padding-top: 56.25%;
  margin: 20px auto;
}

.single-post-content .video-wrapper .background {
  border-radius: 15px;
}

.single-post-content .video-wrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.single-post-content .video-wrapper .play-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.single-post-content .video-wrapper .play-wrapper svg {
  height: 77px;
  width: 77px;
}

@media (max-width: 1025.98px) {
  .single-post-content .video-wrapper .play-wrapper svg {
    height: 50px;
    width: 50px;
  }
}

.single-post-content .video-wrapper .play-wrapper #play circle {
  fill: #E01D8D;
}

.single-post-content .video-wrapper .play-wrapper #play path {
  fill: #000000;
}

.single-post-content .video-wrapper .play-wrapper svg {
  transition: all 0.2s;
}

.single-post-content .video-wrapper .play-wrapper:hover svg {
  transform: scale(1.2);
}

.single-post-testimonial .testimonial-quote {
  font-size: 1.5rem;
  line-height: 34px;
  font-weight: 300;
  padding-left: 30px;
}

.single-post-testimonial .testimonial-quote .testimonial-quotation-container {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.single-post-testimonial .testimonial-quote .testimonial-starting-quote {
  position: absolute;
  top: 15px;
  left: -10px;
  transform: scale(2);
}

@media (max-width: 1025.98px) {
  .single-post-testimonial .testimonial-quote .testimonial-starting-quote {
    left: -20px;
  }
}

.single-post-testimonial .testimonial-author-container {
  padding-left: 30px;
  line-height: 50px;
}

.single-post-testimonial .testimonial-author {
  margin-right: 5px;
  font-weight: 700;
}

.single-post-testimonial .additional-info-separator {
  margin-right: 5px;
  font-weight: 700;
}

.single-post-testimonial .testimonial-company:before {
  content: "• ";
  padding: 0 2px;
}

.single-post-testimonial .testimonial-with-image {
  align-items: center;
}

.single-post-testimonial .testimonial-with-image .testimonial-image {
  flex: 0 0 180px;
  height: 180px;
  margin-right: 50px;
}

@media (max-width: 899.98px) {
  .single-post-testimonial .testimonial-with-image .testimonial-image {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .single-post-testimonial .testimonial-with-image .testimonial-image figure {
    position: relative;
    max-width: 180px;
    margin: 0 auto;
    left: unset;
    top: unset;
  }
}

.single-post-testimonial .testimonial-with-image .testimonial-image figure {
  background-size: auto 110%;
  background-position: bottom;
  border-radius: 50%;
}

.single-post-testimonial .testimonial-with-image .testimonial-content {
  flex: 1;
}

.single-post-card .single-post-card-link {
  color: #000000;
  align-items: stretch;
  border-radius: 15px;
  margin-bottom: 50px;
  position: relative;
}

.single-post-card .single-post-card-link .alt-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #B3B9B9;
  opacity: 0.6;
}

.single-post-card .single-post-card-link:hover {
  box-shadow: 0 0 15px 5px rgba(230, 231, 232, 0.4);
}

.single-post-card .single-post-card-link:hover #caret-wrapper {
  right: 0;
}

.single-post-card .single-post-card-link:hover #button-arrow-2, .single-post-card .single-post-card-link:hover #button-arrow-3 {
  opacity: 1;
}

.single-post-card .single-post-card-link:hover .alt-arrow {
  color: #008CC1;
  opacity: 1;
}

.single-post-card .single-post-card-link .single-post-card-image {
  flex: 0 0 40%;
}

@media (max-width: 1299.98px) {
  .single-post-card .single-post-card-link .single-post-card-image {
    flex: 1 1 100%;
    min-height: 250px;
  }
}

.single-post-card .single-post-card-link .single-post-card-image figure {
  border-radius: 15px;
}

.single-post-card .single-post-card-link .single-post-card-image .single-post-card-category {
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  padding: 2px 25px;
  border-top-right-radius: 15px;
  background: #000000;
}

.single-post-card .single-post-card-link .single-post-card-content {
  flex: 1;
  padding: 25px 50px;
}

.single-post-card .single-post-card-link .single-post-card-content .single-post-card-date {
  font-weight: 300;
}

.single-post-card .single-post-card-link .single-post-card-content .single-post-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 25px;
}

/** Sidebars */

.single-blog-content-container {
  padding: 50px 40px;
}

.single-blog-content-container:before {
  content: "";
  display: block;
  position: absolute;
  width: calc((100vw - 1600px) / 2);
  top: 0;
  bottom: 0;
  right: calc((100vw - 1615px) / -2);
  background: #FAFAFA;
  z-index: -1;
}

@media (max-width: 1775.98px) {
  .single-blog-content-container:before {
    right: calc(-5vw + 3px);
    width: 5vw;
  }
}

@media (max-width: 1025.98px) {
  .single-blog-content-container:before {
    display: none;
  }
}

.single-blog-content-container ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.single-blog-content-container ul li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}

.single-blog-content-container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 22px;
  background: #E01D8D;
}

.single-blog-content-container ol {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.single-blog-content-container ol li {
  list-style-type: decimal;
  margin-left: 1em;
}

.single-blog-content-container a {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
}

.single-blog-content-container a:hover {
  color: #7A2982;
}

.single-blog-content-container .single-blog-series-cta a {
  color: #008CC1;
}

.single-blog-content-container .single-blog-marketo-form {
  margin-bottom: 50px;
}

.single-blog-content-container .single-blog-marketo-form .mktoForm {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.single-blog-content-container .single-blog-marketo-form .mktoFormRow {
  flex: 0 0 70%;
}

.single-blog-content-container .single-blog-marketo-form .mktoFormRow input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.single-blog-content-container .single-blog-marketo-form .mktoButtonRow {
  flex: 0 0 30%;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.single-blog-content-container .single-blog-marketo-form .mktoButtonRow .mktoButton {
  font-size: 1.125rem;
  padding: 13px 20px;
}

@media (max-width: 599.98px) {
  .single-blog-content-container .single-blog-marketo-form .mktoButtonRow .mktoButton {
    padding: 13px 5px;
  }
}

@media (max-width: 599.98px) {
  .single-blog-content-container .single-blog-marketo-form .mktoButtonRow .mktoButton {
    padding: 13px 0;
    font-size: 1rem;
  }
}

.single-blog-content-container .single-blog-marketo-form .form-disclaimer {
  color: #6E7C7C;
}

.single-blog-content-container .single-blog-marketo-form .form-disclaimer a {
  font-size: 1rem;
}

.single-blog-content-container .related-posts-title, .single-blog-content-container .single-blog-series-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #E01D8D;
}

.single-blog-content-container .related-post-term-title, .single-blog-content-container .single-blog-series-subhead {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-blog-content-container .recent-posts, .single-blog-content-container .single-blog-series {
  margin-bottom: 40px;
}

.single-blog-content-container .single-recent-post, .single-blog-content-container .series-post {
  margin-bottom: 20px;
}

.single-blog-content-container .single-recent-post .content, .single-blog-content-container .series-post .content {
  font-size: 1rem;
  line-height: 25px;
}

.single-blog-content-container .single-recent-post:not(:last-child) .content, .single-blog-content-container .series-post:not(:last-child) .content {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}

.single-blog-content-container .single-recent-post .single-recent-post-link, .single-blog-content-container .series-post .single-recent-post-link {
  color: #000000;
}

.single-blog-content-container .single-recent-post .single-recent-post-link:hover, .single-blog-content-container .series-post .single-recent-post-link:hover {
  color: #7A2982;
}

.single-blog-content-container .single-recent-post .image, .single-blog-content-container .series-post .image {
  position: relative;
  flex: 0 0 70px;
  border-radius: 15px;
  margin-right: 20px;
  overflow: hidden;
  height: 68px;
  width: 68px;
}

.single-blog-content-container .single-recent-post .image .image-inner, .single-blog-content-container .series-post .image .image-inner {
  height: 100%;
}

.single-blog-content-container .single-recent-post .image svg, .single-blog-content-container .series-post .image svg {
  position: absolute;
  right: -50px;
}

.single-blog-content-container .single-recent-post .series-featured-image, .single-blog-content-container .series-post .series-featured-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog-content-container .single-recent-post .content, .single-blog-content-container .series-post .content {
  flex: 1 0 calc(100% - 90px);
}

.single-press-release-sidebar {
  background: #FAFAFA;
  padding: 50px 0 50px 50px;
}

.single-press-release-sidebar .recent-press-releases, .single-press-release-sidebar .recent-blog-posts {
  margin-bottom: 70px;
}

.single-press-release-sidebar .single-press {
  padding: 30px 0;
  border-bottom: 2px solid #E6E7E8;
}

.single-press-release-sidebar .single-press .single-press-link {
  color: #000000;
}

.single-press-release-sidebar .single-press .single-press-link:hover {
  color: #7A2982;
}

.single-press-release-sidebar .single-press .date {
  margin-bottom: 6px;
  font-weight: 400;
}

.single-press-release-sidebar .press-button {
  margin-top: 30px;
}

.single-press-release-sidebar .single-blog-post {
  margin-bottom: 20px;
}

.single-press-release-sidebar .single-blog-post:not(:last-child) .content {
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}

.single-press-release-sidebar .single-blog-post .single-blog-post-link {
  color: #000000;
}

.single-press-release-sidebar .single-blog-post .single-blog-post-link:hover {
  color: #7A2982;
}

.single-press-release-sidebar .single-blog-post .image {
  position: relative;
  flex: 0 0 70px;
  border-radius: 15px;
  margin-right: 20px;
  overflow: hidden;
  height: 68px;
  width: 68px;
}

.single-press-release-sidebar .single-blog-post .image .image-inner {
  height: 100%;
}

.single-press-release-sidebar .single-blog-post .image svg {
  position: absolute;
  right: -50px;
}

.single-press-release-sidebar .single-blog-post .content {
  flex: 1 0 calc(100% - 90px);
}
