.author-image {
  text-align: center;
  margin-bottom: 25px;
}
.author-image img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: solid 1px var(--neutral-300-c);
}

h2.author-name {
  margin-top: 15px;
}

h2.recent-posts-header {
  text-transform: capitalize;
}

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

/** Single Post Styles **/
#single-post .article-container {
  padding: 3rem 0 5rem;
}
#single-post .article-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #single-post .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#single-post .article-content .feature-img-contain {
  margin: 0 auto;
  width: 100%;
  padding: 0 !important;
}
#single-post .article-content .featured-image {
  position: relative;
  display: block;
}
#single-post .article-content .featured-image img {
  display: block;
  width: 100% !important;
  min-width: 100%;
  border-radius: 15px 15px 0 0;
}
#single-post .article-content .featured-image .bits {
  position: absolute;
  bottom: -35px;
  right: 20px;
}
#single-post .article-content .color-bg {
  background-color: var(--neutral-300-c);
}
#single-post .article-content .blog-content {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #single-post .article-content .blog-content {
    padding: 25px;
  }
}
#single-post .article-content .entry-meta .categories,
#single-post .article-content .entry-meta .blog-title,
#single-post .article-content .entry-meta .post-meta {
  margin: 25px 0;
}
#single-post .article-content .entry-meta .post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--neutral-500-w);
  font-weight: 400;
}
#single-post .article-content .entry-meta .post-meta div {
  padding: 0 20px;
  border-right: solid 1px var(--neutral-300-w);
}
#single-post .article-content .entry-meta .post-meta div:first-of-type {
  padding-left: 0;
}
#single-post .article-content .entry-meta .post-meta div:last-child {
  border-right: none;
}
#single-post .article-content .entry-meta .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}
#single-post .article-content .entry-meta .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}
#single-post .article-content .entry-meta .post-meta .author {
  display: flex;
  align-items: center;
  color: #000;
}
#single-post .article-content .entry-meta .post-meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}
#single-post .article-content .content {
  margin-bottom: 50px;
}
#single-post .article-content .content p {
  color: #000;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.5px;
}
#single-post .article-content .content a {
  color: var(--primary-400);
}
#single-post .article-content .content h1,
#single-post .article-content .content h2,
#single-post .article-content .content h3,
#single-post .article-content .content h4,
#single-post .article-content .content h5,
#single-post .article-content .content h6 {
  color: var(--primary-700);
  font-weight: 400;
  margin: 25px 0;
}
#single-post .article-content .content ul,
#single-post .article-content .content ol {
  margin: 25px 0;
  padding-left: 20px;
}
#single-post .article-content .content ul li,
#single-post .article-content .content ol li {
  margin: 10px 10px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
#single-post .article-content .content img {
  width: 100%;
  max-width: 100%;
}
#single-post .article-content .author-block {
  padding: 25px 0;
  border-top: solid 1px var(--neutral-300-w);
  border-bottom: solid 1px var(--neutral-300-w);
}
#single-post .article-content .author-block .photo {
  margin-right: 20px;
}
#single-post .article-content .author-block .photo img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: solid 1px var(--primary-300);
}
#single-post .article-content .author-block .author-info {
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#single-post .article-content .author-block .author-info h5 {
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-700);
  margin-bottom: 2rem;
}
#single-post .article-content .author-block .author-info p {
  margin: 0;
  font-size: 14px;
  color: var(--neutral-500-w);
}
#single-post .article-content .author-block .author-info .posts-link {
  display: flex;
  align-items: center;
}
#single-post .article-content .post-footer-cta,
#single-post .article-content .prev-next-nav {
  margin-top: 25px;
  margin-bottom: 25px;
}
#single-post .article-content .post-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#single-post .article-content .post-nav a {
  max-width: 250px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--neutral-500-w);
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.42px;
  transition: all 0.3s ease-in-out;
}
#single-post .article-content .post-nav a:hover {
  color: var(--primary-300);
}
#single-post .article-content .post-nav a .post-nav__title {
  display: inline-block;
}
#single-post .article-content .post-nav a .post-nav__icon {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
#single-post .article-content .post-nav .post-nav__next {
  text-align: right;
}
#single-post .article-content .post-nav .post-nav__next .post-nav__icon {
  margin-left: 10px;
}
#single-post .related-resources {
  padding: 0 20px 0px 20px;
}
#single-post .related-resources h3 {
  font-size: 2.15rem;
  margin: 20px 0;
}
#single-post .related-resources .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 15px;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  margin-bottom: 20px;
  background: var(--Brand-Colors-Neutral-050-W, #fcfcf8);
}
#single-post .related-resources .card .meta {
  display: block;
  margin: 10px auto;
  font-size: 12px;
  color: #818181;
}
#single-post .related-resources .card .meta .author {
  display: flex;
  align-items: center;
  color: #000;
}
#single-post .related-resources .card .meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
  border: solid 1px var(--primary-300);
}
#single-post .related-resources .card .entry-image {
  width: 50%;
  min-width: 50%;
  height: auto;
  overflow: hidden;
}
#single-post .related-resources .card .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#single-post .related-resources .card .post-content p {
  font-size: 14px;
  color: #4a4a4a;
}
#single-post .related-resources .card h4 {
  font-size: 23px;
  margin: 10px 0;
}
#single-post .related-resources .card h4 a {
  color: #11314a;
  line-height: 1.25;
}
#single-post .sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 115px !important;
}
#single-post .sidebar-cta-wrapper {
  margin: 25px 30px;
}
#single-post .sidebar-cta-wrapper .cta img {
  width: 100%;
  max-width: 100%;
}
#single-post .latest-posts {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, 0.1);
  margin: 0 30px;
  padding-bottom: 20px;
}
#single-post .latest-posts .header {
  background: var(--neutral-500-c);
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#single-post .latest-posts .header h4 {
  margin: 0;
  color: #fff;
}
#single-post .latest-posts .latest-posts-content {
  padding: 20px;
}
#single-post .latest-posts .latest-posts-content ul {
  padding-left: 0;
}
#single-post .latest-posts .latest-posts-content ul li {
  list-style: none;
  margin-bottom: 0.65rem;
}
#single-post .latest-posts .latest-posts-content ul li a {
  color: var(--Brand-Colors-Neutral-500-W, #666765);
  font-family: "Euclid Square";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/** Archive/Blog Homepage Styles **/
section#featured-posts {
  background: linear-gradient(
    180deg,
    var(--feature-color-background-neutral-inverse-secondary, #11314a) 0%,
    #0f1e33 39.61%
  );
  padding: 50px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
section#featured-posts .slider-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1250px) {
  section#featured-posts {
    max-height: none;
  }
}
section#featured-posts .container-fluid {
  max-width: 1220px;
}
@media all and (max-width: 1250px) {
  section#featured-posts .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section#featured-posts .container-fluid .category-ribbon {
  background: var(--primary-300);
  max-width: 300px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
section#featured-posts .container-fluid .category-ribbon p {
  color: #fff;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.5px;
}
section#featured-posts .container-fluid .category-ribbon p .category-name {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  section#featured-posts .copy {
    margin-bottom: 2rem;
  }
}
section#featured-posts .copy h2 {
  color: #fff;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 2.15rem;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-size: 40px;
}
section#featured-posts .copy .post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--neutral-500-w);
  font-weight: 400;
  margin: 25px 0;
}
section#featured-posts .copy .post-meta div {
  padding: 0 20px;
  border-right: solid 1px var(--neutral-300-w);
}
section#featured-posts .copy .post-meta div:first-of-type {
  padding-left: 0;
}
section#featured-posts .copy .post-meta div:last-child {
  border-right: none;
}
section#featured-posts .copy .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}
section#featured-posts .copy .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}
section#featured-posts .copy .post-meta .author {
  display: flex;
  align-items: center;
  color: #fff;
}
section#featured-posts .copy .post-meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}
section#featured-posts .copy p {
  color: #fff;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  margin: 25px 0;
}
section#featured-posts .copy p a {
  color: var(--primary-300);
}
section#featured-posts .copy .btn {
  border: solid 1px var(--primary-300);
  color: var(--primary-300);
  background: transparent;
  font-weight: 400;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section#featured-posts .copy .btn img {
  margin-left: 5px;
}
section#featured-posts .copy .btn:hover {
  background: var(--primary-600);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  section#featured-posts .featured-image {
    margin-top: 25px;
  }
}
section#featured-posts .featured-image img {
  border-radius: 10px;
  width: 100%;
}
section#featured-posts .slick-list {
  margin-bottom: 2.5rem;
}
section#featured-posts .slick-track {
  display: flex;
  margin-bottom: 25px;
}
section#featured-posts .slick-slide {
  display: flex;
  flex-direction: row;
  height: inherit;
}
@media all and (max-width: 768px) {
  section#featured-posts .slick-slide {
    flex-direction: column;
  }
}
section#featured-posts .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  section#featured-posts .slick-dots {
    justify-content: center;
    position: relative;
    bottom: 25px;
  }
}
section#featured-posts .slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}
section#featured-posts .slick-dots li.slick-active button {
  background: var(--Primary-Primary-200, #4bd675);
  width: 100px;
}
@media screen and (max-width: 450px) {
  section#featured-posts .slick-dots li.slick-active button {
    width: 50px;
  }
}
section#featured-posts .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 46px;
  border: 3px solid var(--Primary-Primary-200, #4bd675);
  transition: all 0.3s ease-in-out;
}
section#featured-posts .slick-dots li button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

/** Blog Grid / Cards **/
section#posts-grid .container {
  max-width: 1220px !important;
  width: 100%;
}
section#posts-grid h2 {
  text-align: center;
  text-transform: uppercase;
}
section#posts-grid h2 span {
  color: var(--primary-300);
}
@media screen and (max-width: 768px) {
  section#posts-grid h2 {
    margin: 25px 0;
  }
}
section#posts-grid .posts-grid-header {
  margin: 50px 0;
}
section#posts-grid .posts-grid-header .post-filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter {
  min-width: 300px;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters .filter {
    min-width: 94%;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter label {
  color: #11314a;
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 825px) {
  section#posts-grid .posts-grid-header .post-filters .filter label {
    text-align: center;
  }
}
section#posts-grid .posts-grid-header .post-filters .filter select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px var(--primary-700);
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
}
section#posts-grid .posts-grid-header .post-filters .filter select option {
  color: #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
section#posts-grid .posts-grid-header .post-filters .filter.pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}
@media screen and (max-width: 825px) {
  section#posts-grid
    .posts-grid-header
    .post-filters
    .filter.pagination-wrapper {
    display: none;
  }
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  label {
  width: 100%;
  display: block;
  text-align: left;
}
@media screen and (max-width: 825px) {
  section#posts-grid
    .posts-grid-header
    .post-filters
    .filter.pagination-wrapper
    label {
    text-align: center;
  }
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--neutral-050-w);
  border: solid 1px var(--primary-700);
  border-right: none;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li:first-of-type,
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li:last-of-type {
  border: 1px solid #0f2333;
  background: var(--Brand-Colors-Neutral-050-W, #fcfcf8);
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li:first-of-type {
  border-radius: 6px 0px 0px 6px;
  border-right: none;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li
  a,
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li
  span.current,
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li
  span.dots {
  min-width: 45px;
  padding: 1rem;
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  text-decoration: none;
  text-align: center;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li
  a {
  transition: all 0.3s ease-in-out;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li
  a:hover {
  background: var(--primary-700);
  color: #fff;
}
section#posts-grid
  .posts-grid-header
  .post-filters
  .filter.pagination-wrapper
  nav
  ul.page-numbers
  li
  span.current {
  background: var(--primary-700);
  color: #fff;
  display: block;
  padding: 1rem;
}
section#posts-grid .posts-grid .post-item {
  margin-bottom: 2rem;
}
section#posts-grid .posts-grid .card {
  border-radius: 6px;
  background: var(--neutral-050-w);
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
section#posts-grid .posts-grid .card .post-thumbnail {
  position: relative;
  overflow: hidden;
}
section#posts-grid .posts-grid .card .post-thumbnail .pill {
  position: absolute;
  top: 10px;
  left: 10px;
}
section#posts-grid .posts-grid .card .post-content h3 {
  color: var(--primary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
}
section#posts-grid .posts-grid .card .post-content h3 a {
  color: var(--primary-700);
}
section#posts-grid .posts-grid .card .post-content .post-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--neutral-500-w);
  font-weight: 400;
  margin: 25px 0;
}
section#posts-grid .posts-grid .card .post-content .post-meta div {
  padding: 0 8px;
}
section#posts-grid
  .posts-grid
  .card
  .post-content
  .post-meta
  div:first-of-type {
  padding-left: 0;
}
section#posts-grid .posts-grid .card .post-content .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}
section#posts-grid .posts-grid .card .post-content .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}
section#posts-grid .posts-grid .card .post-content .post-meta .author {
  display: flex;
  align-items: center;
}
section#posts-grid .posts-grid .card .post-content .post-meta .author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}
section#posts-grid .posts-grid .card .post-content .post-meta .date {
  margin-left: auto;
}

.pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}
.pagination-wrapper.pre-footer {
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.pagination-wrapper.pre-footer label {
  text-align: center;
}
.pagination-wrapper label {
  width: 100%;
  display: block;
  text-align: left;
  color: #11314a;
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  margin-bottom: 15px;
  display: block;
}
.pagination-wrapper nav ul.page-numbers {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-wrapper nav ul.page-numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--neutral-050-w);
  border: solid 1px var(--primary-700);
  border-right: none;
}
.pagination-wrapper nav ul.page-numbers li:first-of-type,
.pagination-wrapper nav ul.page-numbers li:last-of-type {
  border: 1px solid #0f2333;
  background: var(--Brand-Colors-Neutral-050-W, #fcfcf8);
}
.pagination-wrapper nav ul.page-numbers li:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
.pagination-wrapper nav ul.page-numbers li:first-of-type {
  border-radius: 6px 0px 0px 6px;
  border-right: none;
}
.pagination-wrapper nav ul.page-numbers li a,
.pagination-wrapper nav ul.page-numbers li span.current,
.pagination-wrapper nav ul.page-numbers li span.dots {
  min-width: 45px;
  padding: 1rem;
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  text-decoration: none;
  text-align: center;
}
.pagination-wrapper nav ul.page-numbers li a {
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper nav ul.page-numbers li a:hover {
  background: var(--primary-700);
  color: #fff;
}
.pagination-wrapper nav ul.page-numbers li span.current {
  background: var(--primary-700);
  color: #fff;
  display: block;
  padding: 1rem;
}

section#pre-footer-cta {
  margin: 0 auto !important;
  position: relative;
  padding: 2rem 0 0;
  overflow: visible;
}
section#pre-footer-cta .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
section#pre-footer-cta .lines img {
  width: 100%;
  height: auto;
}
section#pre-footer-cta .col-md-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
  z-index: 10;
}
section#pre-footer-cta .col-md-12 p.pre-headline {
  font-family: "Euclid Square", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #fff;
}
section#pre-footer-cta .col-md-12 h2.headline {
  font-family: "Euclid Square", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.5%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  max-width: 800px;
}
section#pre-footer-cta .col-md-12 h2.headline strong {
  color: var(--text-text-cta-green-dark-mode, #4bd675);
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  section#pre-footer-cta .col-md-12 h2.headline {
    font-size: 32px;
  }
}
section#pre-footer-cta .col-md-12 .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
section#pre-footer-cta .col-md-12 .btn-wrapper a.btn {
  color: var(--text-text-dark-blue, #11314a) !important;
  border: solid 1px #4bd675 !important;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  padding: 12px 52px !important;
  font-size: 20px;
  font-weight: 400 !important;
  border-radius: 100px;
  max-width: 45%;
  width: auto !important;
  margin-right: 10px;
  letter-spacing: 1%;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section#pre-footer-cta .col-md-12 .btn-wrapper a.btn:hover {
  background: transparent !important;
  color: #4bd675 !important;
  box-shadow: none;
}

:root {
  --neutral-050-w: #fcfcf8;
  --neutral-300-w: #c0c3b9;
  --neutral-400-w: #92958e;
  --neutral-500-w: #666765;
  --neutral-200-c: #bfcfd9;
  --neutral-300-c: #9eb6c4;
  --neutral-400-c: #849cae;
  --neutral-500-c: #6a7b8c;
  --primary-100: #8ee8aa;
  --primary-200: #4bd675;
  --primary-300: #37b971;
  --primary-400: #10845d;
  --primary-500: #036d59;
  --primary-600: #085544;
  --primary-700: #11314a;
  --primary-800: #0f2333;
  --euclid-regular: "Euclid Square", sans-serif;
  --euclid-semibold: "EuclidSquare Semi-Bold", sans-serif;
  --inter: "Inter Regular", sans-serif;
  --margin-reset: 0px auto;
}

body.archive #featured-posts .copy .btn {
  margin-top: 25px;
}
body.archive #featured-posts .copy .reading-time {
  color: #fff;
}
body.archive #featured-posts .copy .reading-time .icon svg path {
  fill: #fff;
}

section {
  margin: 0;
  overflow: hidden;
}
section .container {
  width: 100%;
  max-width: 1220px;
}
section .row .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
section h5.section-header {
  color: var(--text-text-gray, #92958e);
  font-family: var(--euclid-semibold);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
}

.resource-center.breadcrumbs {
  background: var(--surface-surface-light-3100-w, #eaece7);
  box-shadow: 0px 1px 8px 0px rgba(113, 98, 75, 0.08),
    0px 4px 36px 0px rgba(113, 98, 75, 0.12) inset;
  margin: 0 !important;
}
@media all and (max-width: 960px) {
  .resource-center.breadcrumbs {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .resource-center.breadcrumbs {
    margin-top: 21px !important;
  }
}
.resource-center.breadcrumbs .container {
  padding-left: 0;
  padding-right: 0;
}
.resource-center.breadcrumbs nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 16px 0;
  /** Type Styles **/
  color: #000;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}
@media all and (max-width: 1250px) {
  .resource-center.breadcrumbs nav {
    padding: 16px 15px 16px 15px;
  }
}
.resource-center.breadcrumbs nav .step:last-of-type {
  font-weight: 600;
}
.resource-center.breadcrumbs nav .step a {
  color: inherit;
}
.resource-center.breadcrumbs .separator {
  margin-right: 3px;
}

.categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
.categories .pill {
  width: auto;
  color: var(--text-text---dark-green, #036d59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--primary-500);
  border-radius: 100px;
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.categories .pill a {
  color: inherit;
}

.reading-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-text-white, #fff);
  font-family: var(--inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
  color: var(--neutral-400-w);
}
.reading-time .icon {
  margin-right: 5px;
  align-self: stretch;
}
.reading-time .icon svg g path {
  fill: var(--neutral-400-w);
}

a.read-more-link {
  white-space: nowrap;
  font-family: var(--euclid-semibold);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: var(--primary-400);
}

.top-content {
  padding: 40px;
}
.top-content h1.page-header {
  color: var(--text-text-dark-blue, #11314a);
  text-align: center;
  font-family: var(--euclid-semibold);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 50% */
  margin: 0 auto 24px;
}
.top-content .featured-resource-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.top-content .featured-resource {
  margin-bottom: 24px;
}
.top-content .featured-resource .resource {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid var(--borders-border-dark, #11314a);
  background: linear-gradient(180deg, #11314a 2.06%, #0d141c 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 500px;
  margin-bottom: 25px;
}
.top-content .featured-resource .resource .post-content {
  display: flex;
  padding: 36px 24px 26px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.top-content .featured-resource .resource .post-content h4 {
  color: var(--text-text-white, #fff);
  font-family: var(--euclid-semibold);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
  letter-spacing: 1.2px;
  margin: 0px;
}
.top-content .featured-resource .resource .post-content h4 a {
  color: inherit;
  text-decoration: none;
}
.top-content .featured-resource .resource .post-content .categories .pill {
  background: transparent;
  color: var(--primary-200) !important;
  border: solid 1px var(--primary-200);
}
.top-content .featured-resource .resource .post-content .reading-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--text-text-white, #fff);
  font-family: var(--inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
}
.top-content .featured-resource .resource .post-content .reading-time .icon {
  margin-right: 5px;
}
.top-content
  .featured-resource
  .resource
  .post-content
  .reading-time
  .icon
  svg
  g
  path {
  fill: #fff;
}
.top-content .featured-resource .resource .post-content p.excerpt {
  color: var(--text-text-white, #fff);
  font-family: var(--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  letter-spacing: 0.7px;
  margin-right: 1rem;
}
.top-content .featured-resource .resource .post-content p.excerpt a {
  text-transform: uppercase;
  color: var(--text-text-cta-green-dark-mode, #4bd675);
  font-family: var(--euclid-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.7px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.top-content .featured-resource .entry-image {
  width: 50%;
  min-width: 50%;
  min-height: 100%;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  align-self: stretch;
}
@media all and (max-width: 1000px) {
  .top-content .featured-resource .entry-image {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }
}
.top-content .featured-resource .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-content .most-popular {
  padding-left: 64px;
}
@media all and (max-width: 990px) {
  .top-content .most-popular {
    padding-left: 0;
    margin-top: 24px;
    width: 100% !important;
  }
}
.top-content .most-popular .popular-article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
}
.top-content .most-popular .popular-article h4 {
  margin: 6px 0;
  color: var(--text-text-dark-blue, #11314a);
  font-family: var(--euclid-semibold);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: 0.16px;
}
.top-content .most-popular .popular-article h4 a {
  color: inherit;
}
.top-content .most-popular .popular-article .reading-time {
  color: var(--Brand-Colors-Neutral-400-W, #92958e);
}
.top-content .most-popular .popular-article .categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media all and (max-width: 1000px) {
  .top-content .most-popular .popular-article .categories {
    flex-direction: row;
  }
}

.ysk-resource {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--borders-border-gray, #92958e);
  background: var(--surface-surface-light-2050-w, #fcfcf8);
}
.ysk-resource:first-of-type {
  margin-right: 24px;
}
@media all and (max-width: 768px) {
  .ysk-resource {
    margin-bottom: 25px;
    flex: none;
  }
  .ysk-resource:first-of-type {
    margin-right: 0;
  }
}
.ysk-resource .reading-time {
  margin-bottom: 8px;
}
.ysk-resource .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
.ysk-resource .entry-image {
  width: 100%;
  max-height: 190px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .ysk-resource .entry-image {
    max-height: none;
  }
}
.ysk-resource .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ysk-resource .content h4 {
  color: var(--text-text-dark-blue, #11314a);
  font-family: var(--euclid-semibold);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 123.077% */
  letter-spacing: -0.26px;
  margin: 0;
}
.ysk-resource .content h4 a {
  color: inherit;
}

section#featured-posts {
  margin: 0 auto !important;
}
section#featured-posts .copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section#featured-posts .copy h2 {
  margin: 0;
}
section#featured-posts .copy p {
  margin: 0;
}
section#featured-posts .copy .btn-wrapper .btn {
  margin-top: 0;
}
section#featured-posts .categories .pill {
  border: solid 1px var(--primary-200);
  color: var(--primary-200) !important;
}

#posts-grid {
  display: flex;
  padding: 64px 120px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  background: var(--surface-surface-light-2050-w, #fcfcf8);
  margin: 0 auto;
  position: relative;
}
#posts-grid .threads {
  position: absolute;
  top: 14.375rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #posts-grid .threads {
    display: none;
  }
}
#posts-grid .threads svg {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1350px) {
  #posts-grid {
    padding: 48px 40px;
  }
}
#posts-grid h2.section-header {
  text-transform: capitalize;
}
#posts-grid .posts-grid-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#posts-grid .posts-grid-header #view-all,
#posts-grid .posts-grid-header .back-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  color: var(--Brand-Colors-Primary-400, #10845d);
  font-family: var(--euclid-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
#posts-grid .posts-grid-header #view-all svg,
#posts-grid .posts-grid-header .back-btn svg {
  width: 24px;
  height: 24px;
}
#posts-grid .posts-grid-header .newsletter-signup {
  margin-left: auto;
}
@media all and (max-width: 500px) {
  #posts-grid .posts-grid-header .newsletter-signup {
    margin-left: 0;
  }
}
#posts-grid .posts-grid-header .newsletter-signup .newsletter-btn {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--borders-separator-dark-green, #036d59);
  color: var(--text-text-dark-blue, #11314a);
  font-family: var(--inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  background: #fcfcf8;
}
#posts-grid .post-item.hidden {
  display: none !important;
}
#posts-grid .posts-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
  margin-right: 0;
}
#posts-grid .card {
  margin-bottom: 40px;
  border-radius: 12px;
}
#posts-grid .card .post-thumbnail {
  max-height: 190px;
}
@media all and (max-width: 768px) {
  #posts-grid .card .post-thumbnail {
    max-height: none;
  }
}
#posts-grid .card .post-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
#posts-grid .card .post-content h3 {
  color: #000;
  font-family: var(--euclid-semibold);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
}
#posts-grid .card .post-content p {
  margin-bottom: 0;
}
#posts-grid .card p.excerpt {
  line-height: 22px !important;
  color: #000;
  font-family: var(--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#posts-grid .card .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}

section.roles {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 80px 0;
  align-self: stretch;
  background: var(--primary-800);
  min-height: 650px;
}
section.roles .header {
  text-align: center;
  margin-bottom: 40px;
}
section.roles .header h2 {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-family: var(--euclid-semibold);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 66.667% */
}
section.roles .header p {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-family: var(--inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}
section.roles .curve-top,
section.roles .curve-bottom {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
section.roles .curve-top svg,
section.roles .curve-bottom svg {
  width: 100%;
  height: auto;
}
section.roles .curve-top.curve-top,
section.roles .curve-bottom.curve-top {
  top: -2px;
}
section.roles .curve-top.curve-bottom,
section.roles .curve-bottom.curve-bottom {
  bottom: -2px;
}
section.roles .roles-row {
  justify-content: center;
}
@media all and (max-width: 700px) {
  section.roles .roles-row {
    gap: 40px 0;
  }
}
section.roles .role {
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
@media all and (max-width: 850px) {
  section.roles .role {
    width: 100%;
    max-width: 342px;
  }
}
section.roles .role h4 {
  color: var(--text-text-white, #fff) !important;
  text-align: center;
  font-family: var(--euclid-semibold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 16px;
}
section.roles .role .copy {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.roles .role p {
  color: var(--Text-Grey, var(--White, #fff));
  text-align: center;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
section.roles .role a {
  display: block;
  width: 100%;
  color: var(--Text-Grey, var(--text-text-cta-green-dark-mode, #4bd675));
  font-family: var(--euclid-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
  margin-top: auto;
}

section.industry {
  display: flex;
  padding: 48px 120px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media all and (max-width: 1150px) {
  section.industry {
    padding: 40px 48px;
  }
}
section.industry .header {
  text-align: center;
}
section.industry .header h2 {
  color: var(--text-text-dark-blue, #11314a);
  text-align: center;
  font-family: var(--euclid-semibold);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 66.667% */
}
section.industry .wrapper {
  justify-content: center;
}
section.industry .img-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin: 24px 0;
}
section.industry .img-container img {
  width: 100%;
}
section.industry .img-container .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    359deg,
    rgb(17, 49, 74) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 30%;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media all and (max-width: 600px) {
  section.industry .img-container .name {
    padding: 12px 16px;
  }
}
section.industry .img-container .name .industry-name {
  color: var(
    --Cool-Neutrals-Neutral-050-C,
    var(--Cool-Neutrals-Neutral-050-C, #f8fafc)
  );
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--euclid-semibold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
}
section.industry .img-container .name .industry-name a {
  color: inherit;
  text-decoration: none;
}

section.success-stories {
  display: flex;
  padding: 80px 0px 48px 0px;
  background: var(--surface-surface-light-3100-w, #eaece7);
}
@media all and (max-width: 1000px) {
  section.success-stories {
    align-items: center;
  }
}
section.success-stories .header {
  margin-bottom: 24px;
}
section.success-stories .header h2 {
  color: var(--text-text-dark-blue, #11314a);
  text-align: center;
  font-family: var(--euclid-semibold);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 66.667% */
}
section.success-stories .header p {
  color: var(--text-text-dark-blue, #11314a);
  text-align: center;
  font-family: var(--inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}
section.success-stories .ss-row {
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  section.success-stories .ss-row {
    justify-content: center;
  }
}
section.success-stories .success-story-wrapper {
  margin-bottom: 24px;
}
@media all and (max-width: 768px) {
  section.success-stories .success-story-wrapper {
    display: flex;
    justify-content: center;
  }
}
section.success-stories
  .success-story-wrapper:nth-of-type(2)
  .waves
  svg
  g
  path.top-wave {
  fill: var(--primary-500);
}
section.success-stories
  .success-story-wrapper:nth-of-type(3)
  .waves
  svg
  g
  path.top-wave {
  fill: var(--primary-500);
}
section.success-stories
  .success-story-wrapper:nth-of-type(3)
  .waves
  svg
  g
  path.bottom-wave {
  fill: var(--primary-700);
}
section.success-stories .success-story-wrapper .inner-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 360px;
}
@media all and (max-width: 768px) {
  section.success-stories .success-story-wrapper .inner-wrapper {
    width: 50%;
    min-width: 360px;
    justify-content: center;
  }
}
section.success-stories .success-story-wrapper .inner-wrapper .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.success-stories .success-story-wrapper .inner-wrapper .waves svg {
  width: 100%;
  height: auto;
}
section.success-stories .success-story-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section.success-stories .success-story-wrapper .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  width: 100%;
  height: 100%;
  align-self: stretch;
}
section.success-stories .success-story-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
}
section.success-stories .success-story-wrapper p.name {
  color: var(
    --Cool-Neutrals-Neutral-050-C,
    var(--Cool-Neutrals-Neutral-050-C, #f8fafc)
  );
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--euclid-semibold);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 24px 8px;
  height: 50%;
}
section.success-stories .success-story-wrapper p.name a {
  color: inherit;
  text-decoration: none;
}
@media all and (max-width: 1230px) {
  section.success-stories .success-story-wrapper p.name {
    font-size: 20px;
    padding-bottom: 6px;
  }
}

.taxonomy-title {
  margin: 0 auto;
  padding: 40px 0 24px;
}
.taxonomy-title h1 {
  line-height: 40px;
  /* 50% */
}

/** Pre Footer CTA **/
section#pre-footer-cta {
  margin: 0 auto !important;
  min-height: 30vh;
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
}
section#pre-footer-cta .lines {
  position: absolute;
  top: 0;
  left: 0;
}

section#pre-footer-cta .lines img {
  height: auto;
}

section#pre-footer-cta .radial-blur {
  position: absolute;
  top: -420px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: block;
  align-items: center;
  justify-content: center;
}

section#pre-footer-cta .radial-blur .blur {
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background: var(--Primary-200, #4bd675);
  filter: blur(125.19999694824219px);
}

section#pre-footer-cta .radial-blur svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media all and (max-width: 900px) {
  section#pre-footer-cta .lines {
    display: none;
  }
}

section#pre-footer-cta .col-md-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
  z-index: 10;
}
section#pre-footer-cta .col-md-12 p.pre-headline {
  font-family: "EuclidSquare Regular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #fff;
}
section#pre-footer-cta .col-md-12 h2.headline {
  font-family: "EuclidSquare Regular", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.5%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  max-width: 900px;
  width: 100%;
}
section#pre-footer-cta .col-md-12 h2.headline strong {
  color: var(--text-text-cta-green-dark-mode, #4bd675);
  font-weight: 600;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  section#pre-footer-cta .col-md-12 h2.headline {
    font-size: 30px;
    line-height: 38px;
  }
}
section#pre-footer-cta .col-md-12 .btn-wrapper {
  margin-top: 2rem;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
section#pre-footer-cta .col-md-12 .btn-wrapper a.btn {
  color: var(--text-text-dark-blue, #11314a) !important;
  border: solid 1px #4bd675 !important;
}
section#pre-footer-cta .col-md-12 .btn-wrapper a.btn:hover {
  background: transparent !important;
  color: #4bd675 !important;
  box-shadow: none;
}
